ComboStrap - Infinite Static Cache
About
infinite static cache is a cache functionality that sends to the browser the below cache instruction:
- cache all images, css, and javascript library
- for an infinite amount of time
In reality, the files change but because the URL (ie https://host/my/file) generated are unique:
- when a file change,
- its URL change
- and the browser will ask the new file version.
Support
We support static cache on:
- Dokuwiki Style Sheet (ie lib/exe/css.php)
- Dokuwiki Javascript (ie lib/exe/jquery.php and lib/exe/js.php)
- all public images (raster, svg) (generated or not)
- and all third libraries
Configuration
staticCacheEnabled
If you want to disable this feature, you can turn it off with the staticCacheEnabled configuration.