2017 © Pedro Peláez
 

neos-package cachebuster

Cache buster for static resources in Neos

image

flowpack/cachebuster

Cache buster for static resources in Neos

  • Friday, June 29, 2018
  • by flowpack
  • Repository
  • 13 Watchers
  • 8 Stars
  • 7,200 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 3 Forks
  • 2 Open issues
  • 5 Versions
  • 56 % Grown

The README.md

Latest Stable Version Total Downloads License, (*1)

Flowpack.CacheBuster

Adds automatic cache busting for static resources in the frontend., (*2)

The output for those resources is modified by appending a shortened sha1 of the file like this, (*3)

/_Resources/Static/Packages/Neos.NeosIo/Styles/Main.css?bust=3e9a4e48

Installation

composer require flowpack/cachebuster

Usage

This package provides an aspect which is automatically active and enabled cache busting without any further modification., (*4)

Compatibility with mod_pagespeed

Add the following to your webserver configuration to allow pagespeed to optimize resources with the cache bust query parameter., (*5)

nginx

pagespeed Allow "*";

Apache

ModPagespeedAllow "*"

Or be more specific by just allowing the *?bust=*., (*6)

The Versions

29/06 2018

dev-master

9999999-dev

Cache buster for static resources in Neos

  Sources   Download

MIT

The Requires

 

29/06 2018

1.0.3

1.0.3.0

Cache buster for static resources in Neos

  Sources   Download

MIT

The Requires

 

25/04 2018

1.0.2

1.0.2.0

Cache buster for static resources in Neos

  Sources   Download

MIT

The Requires

 

02/08 2017

1.0.1

1.0.1.0

Cache buster for static resources in Neos

  Sources   Download

MIT

The Requires

 

02/08 2017

1.0.0

1.0.0.0

Cache buster for static resources in Neos

  Sources   Download

MIT

The Requires