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.
2013-10-04 15:47:36 -04:00
2013-09-16 13:53:57 +12:00
2012-09-21 17:49:16 +12:00
2012-09-21 19:48:50 +12:00
2013-03-29 10:25:47 +01:00
2012-09-21 17:47:26 +12:00
2013-10-04 15:47:36 -04:00
2013-05-23 10:39:57 +01:00

StaticPublisher

Build Status

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
No description provided
Readme 179 KiB
Languages
PHP 99.9%