mirror of
https://github.com/silverstripe/silverstripe-staticpublisher
synced 2024-10-22 12:05:54 +00:00
Kevin Centeno
e2f4698402
Added cache headers for .html files
"This code snippet checks if a page has been modified since it was last displayed. If so, it sends a "304 not modified" header and exits, otherwise the content is rendered." source: http://css-tricks.com/snippets/php/intelligent-php-cache-control/ Adds Last-Modified, Etag (using md5; performance is still good for files under 1MB), and Cache-Control header.
StaticPublisher
Introduction
This module provides an extension for exporting a SilverStripe application as static files to both a local or remote server for increased site performance.
Maintainer Contact
* Will Rossiter (Nickname: wrossiter, willr) `<will@fullscreen.io>`
* Sam Minneé (Nickname: sminnee) <sam@silverstripe.com>
Requirements
- SilverStripe 3.1
- Tar archive
Documentation
See the docs folder.
Note this is untested on Windows.
Description
Languages
PHP
99.9%