Skip to content

Adds automatic cache busting for assets in the frontend for Flow & Neos CMS projects

License

Notifications You must be signed in to change notification settings

Flowpack/Flowpack.CacheBuster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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=*.

About

Adds automatic cache busting for assets in the frontend for Flow & Neos CMS projects

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages