Minified assets not being added to the page
-
I have activated the built-in minification and manually added all relevant CSS and JS files to the minify settings page. I have tried both memcached and disk cache methods and have tried every combination of embed location and embed type, but no matter what I try, the original CSS and JS files remain in the page source for all pages and no minified assets are added to the page at all.
I have checked the cache directory on the server and although the minify directory is created and has the correct ownership and permissions, the minified files themselves are not created in the directory.
I have ensured all assets are added by path only (e.g. wp-includes/js/jquery/jquery.js rather than https://example.com/wp-includes/js/jquery/jquery.js) and I have removed all query strings from the asset paths.
Activating minification debugging prints a comment with the following:
Object Caching 0/1374 objects using memcached Page Caching using memcached (User is logged in) Lazy Loading Minified using memcached Minify debug info: Theme: 26956 Template: index
Is there anything else I can try to get the minify functionality working?
- The topic ‘Minified assets not being added to the page’ is closed to new replies.