Latest version doesn’t unify css and js (version 2.8.9 does)
-
Since plugin update from 2.8.9 to latest versions, js and css files are not unified to single js and css files.
For example, in 2.8.9 version there are only 2 js files in developer tools:
header…min.js
footer…min.jsand one css file:
header…min.css
And only 45 requests are sent to server (as can be seen in Developer tools)
After updating to 3.2.2 version (and versions before):
there are 9 css files and 2 js files generated by the plugin and 73 js files downloaded from the server (jquery, custom js, theme js)
It seems that js files were not unified. (i checked that Combine JS Files is on in plugin’s settings.
Increased number of requests sent to server significantly increases website loading speed. (from 3.* seconds to to 4.* seconds when browser cache is disabled)
Wordpress version is 5.0.3
- The topic ‘Latest version doesn’t unify css and js (version 2.8.9 does)’ is closed to new replies.