Si el contenido que se envía al cliente es considerado como cacheable, se guarda en disco.
If content sent to the client is considered cacheable, it is saved to disk.
Puede ser un poco complicada, pero se ahorrará mucho en las solicitudes de página en las páginas que normalmente no serían cacheable.
It can be somewhat involved, but it will save a lot in page requests on pages which would normally not be cacheable.
Indica que un recurso no es cacheable. 4 máx-age
Indicates that a resource is not cacheable. 4 max-age
Cuando registre un plugin con $cacheable=false el plugin es llamado todo el tiempo en la página que está siendo mostrada, aun si la página viene desde el cache.
When registering a plugin with $cacheable=false the plugin is called every time the page is displayed, even if the page comes from the cache.
Hacer favicon pequeño y cacheable
Make favicon small and cacheable
Una respuesta cacheable es una respuesta HTTP que se puede almacenar en caché, que se almacena para recuperarla y usarla más tarde, guardando una nueva solicitud en el servidor.
A cacheable response is an HTTP response that can be cached, that is stored to be retrieved and used later, saving a new request to the server.
Cuando el argumento cache es usado en conjunto con cacheable=True se hará un caché de la totalidad del objeto Rows y esto resultará en un caché mucho más veloz
When the cache argument is used in conjunction with cacheable=True the entire Rows object is cached and this results in much faster caching
KeyCDN tiene un excelente tutorial en profundidad sobre cómo hacer a su favicon pequeño y cacheable.
KeyCDN has a great in-depth tutorial on how to make your favicon small and cacheable.
Cacheable: aumenta la velocidad de tu directorio cacheando los datos del ODP.
Cacheable: speed up your directory by caching the ODP data...
Si la MMU esta siendo utilizada por WHDLoad marcara la memoria Chip como Cacheable Writethrough (imprecisa).
If the MMU is used by WHDLoad it marks the Chip-Memory as Cacheable Writethrough (imprecise).
Siempre es mejor hacer esto en un dominio sin cookies para que el contenido sea realmente cacheado por el navegador (ya que la cookie no es cacheable), así que usar un sub-dominio tal como o sería ideal.
It's best always to do this on a cookie-less domain so that the content will be truly cached by the browser (as cookie as not cachable), so using a subdomain such as or would be ideal.
Éste es el arte de almacenar en cache elementos más pequeños del contenido dinámico no cacheable del sitio web.
Fragment Caching This is the art of caching smaller elements of non-cacheable dynamic website content.
Si se ha establecido la opción cacheable=False (por defecto) solo se hará un caché de los resultados de la base de datos, pero no del objeto Rows en sí.
When the cache argument is set but cacheable=False (default) only the database results are cached, not the actual Rows object.