flowpack/cachebuster

Last activity 08 Dec 2020 11 3 114198
composer require flowpack/cachebuster

Cache buster for static resources in Neos

1.1.0

Version
1.1.0
Type
neos-package
Release Date
Dec 08, 2020 22:06
Source
git
Distribution
zip
Requires
MIT 61433a3e76ccf894f53d9a3bc59026e12995214b

Latest Stable Version Total Downloads License

Flowpack.CacheBuster

Adds automatic cache busting for static resources in the frontend.

The output for those resources is modified by appending a shortened sha1 of the file like this

/_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.

Compatibility with mod_pagespeed

Add the following to your webserver configuration to allow pagespeed to optimize resources with the cache bust query parameter.

nginx

pagespeed Allow "*";

Apache

ModPagespeedAllow "*"

Or be more specific by just allowing the *?bust=*.

The content of the readme is provided by Github
The same vendor provides 54 package(s).