You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I basically ignore query strings to prevent abuse on my varnish cache. I see you're already using a random hash for the filename... is it possible to just make the filename update with each change rather than incrementing ?v=123?
The text was updated successfully, but these errors were encountered:
What i would love to know however is how to change the cache path from /wp-content/plugins/wp-minify-fix/cache to just something like /assets. is this possible?
I looked through the configs and tried a few things but no dice.
You could create the folder manually and modify the source code of WP Minify Fix. You have to customize the contents of the variable $cache_location in line 41 of wp-minify-fix.php, as well as the variable $min_cachePath in min/config.php, then it should work.
In the next version, I'll probably integrate such a feature in the backend, as this has already been asked several times.
I basically ignore query strings to prevent abuse on my varnish cache. I see you're already using a random hash for the filename... is it possible to just make the filename update with each change rather than incrementing ?v=123?
The text was updated successfully, but these errors were encountered: