development setting




Wordpress LScache Plugin: development setting

Last Updated on: Wed, 15 Apr 2026 00:00:02
Hello, I am using this plugin and I noticed that when I enable the minify css and the combine css, the css is cached. This is performing while the website is in production but during development, it is very annoying. If I enable the 2 options, I have to purge the cache each time otherwise if I disable the function, I can only check if there is any conflict in between the css once finished. Is it possible to enable a mode in which css are combined and minified but without being cached? In practice, at each page update the plugin should take the css files loaded, combine them and minify without caching. thank you Hi, Unfortunately no , it is cached because combine/minify may cause additional resources usage , therefore the resulted files are cached. I am not sure if this will works , but you can try ,disable caching (the caching function , not the plugin) , then set /wp-content/litespeed/cssjs directory not writable, since its not writable anymore , maybe files wont be saved into it, then see how it goes Best regards, is possible call an action or function that purge cache on template_redirect or similar? like function xxx_purge_cache() // purge_cache_function() add_action( template_redirect, xxx_purge_cache ) In v3, the css files are not in cache anymore. To force it update, you can set the CSS/JS Cache TTL to 0. This way it will always generate the new one. i try to do this:



LiteCache Rush: Speed comes from using less, not from doing it faster



Reference