After minification, the original files are loading too
-
Hello!
W3 total cache doesn’t minify anything when minify mode is on auto. When I have it on manual, it works when I have version numbers in queries (like some-file.js?ver=1.2.3).
But when I remove the string queries, both the combined/minified AND the original files are loaded. Which is obviously not what I want. See https://imgur.com/a/eWVMmpA.
I also tried having wrong version number in a query, and it didn’t work. Which means that the first way is not an alternative, I don’t want to change the queries every time something is updated.
Almost all my javascript and css files are already minified. But I’d want to combine them and load them with async. Preferably in auto-mode, but as long as it works it’s okay.
The page I need help with: [log in to see the link]
- The topic ‘After minification, the original files are loading too’ is closed to new replies.