flowpack/cachebuster
Cache buster for static resources in Neos
Maintainers
Package info
github.com/Flowpack/Flowpack.CacheBuster
Type:neos-package
pkg:composer/flowpack/cachebuster
Requires
- neos/flow: ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT c3ee8fd8913b4d9e25be310bc1ae86ffe3f5aad6
- Sebastian Helzle <sebastian.woop@helzle.it>
This package is auto-updated.
Last update: 2026-06-29 01:33:46 UTC
README
👁 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=*.
