Author:
DavidOliver
Version:
1.1.0
Released:
19 September 2014
Category:
Other

Browse

Description

Control HTTP cache headers on a per-Symphony-page basis.

Usage

Once you have installed Page HTTP Caching, visit the Symphony CMS Preferences page and select the HTTP caching settings that your pages should use by default.

The max-age setting (in seconds) determines how long a browser or caching proxy may serve a page from its cache instead of making a new HTTP request to the origin server. You will want to tailor this value to your website’s content, users and webserver performance considerations.

You may also control these same settings per-Symphony-page if required when editing pages.

If your page includes sensitive data, it is strongly recommended not to allow caching proxies to cache.

Symphony authors and admins

The HTTP caching header will not be applied if a Symphony CMS author or admin is logged in so that content editors always see the latest content.

Guidelines and information

The default Symphony CMS Cache-Control response header directives for frontend pages (no-cache, must-revalidate, max-age=0) indicate that the web browser should re-request pages from the origin server. This is a good default, and ensures that the most recent dynamic content is displayed on each page load.

For websites with content that is not updated extremely frequently, it may be preferable to indicate that pages can be cached by web browsers and, optionally, by intermediary proxy caches, for a certain length of time. Doing so will allow pages to be displayed without HTTP requests re-hitting the origin webserver, potentially saving valuable CPU and memory resources. Additionally, the time taken for pages to be displayed in-browser can be substantially decreased, resulting in more of an instantaneous feel to the visitor.

This extension enables HTTP caching by allowing control of the following directives in the HTTP Cache-Control response header:

  • intermediary proxy caches (public to allow or private to disallow)
  • max-age (in seconds)

An example Cache-Control header value allowing for browsers and proxy caches to respond with a cached page for one hour: public, max-age=3600.

Recommended reading

These articles are helpful in choosing caching methods and deciding on which HTTP cache settings to use.

Caching Tutorial for Web Authors and Webmasters

Increasing Application Performance with HTTP Cache Headers

Cache Control Directives Demystified

A Beginner's Guide to HTTP Cache Headers

Symphony CMS: A guide to caching extensions

Repository

https://github.com/DavidOliver/page_http_caching

Discuss this Extension

Screenshot

page_http_caching-1412159389.png

Compatibility

2.7.10 Unsure
2.7.9 Unsure
2.7.8 Unsure
2.7.7 Unsure
2.7.6 Unsure
2.7.5 Unsure
2.7.4 Unsure
2.7.3 Unsure
2.7.2 Unsure
2.7.1 Unsure
2.7.0 Unsure
2.6.11 Unsure
2.6.10 Unsure
2.6.9 Unsure
2.6.8 Unsure
2.6.7 Compatible
2.6.6 Compatible
2.6.5 Compatible
2.6.4 Compatible
2.5.4 Compatible

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details