Download the PHP package flowpack/cachebuster without Composer
On this page you can find all versions of the php package flowpack/cachebuster. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download flowpack/cachebuster
More information about flowpack/cachebuster
Files in flowpack/cachebuster
Download flowpack/cachebuster
More information about flowpack/cachebuster
Files in flowpack/cachebuster
Vendor flowpack
Package cachebuster
Short Description Cache buster for static resources in Neos
License MIT
Package cachebuster
Short Description Cache buster for static resources in Neos
License MIT
Please rate this library. Is it a good library?
Informations about the package cachebuster
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=*
.
All versions of cachebuster with dependencies
PHP Build Version
Package Version
Requires
neos/flow Version
^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0
The package flowpack/cachebuster contains the following files
Loading the files please wait ....