New minified assets created for every uncached page
-
Hello,
There are numerous reports of the minify cache growing in size, I am also experiencing this. The issue is that for every page that is currently uncached, the plugin will create a new set of minified assets, so essentially it is creating a set of minified assets for every page on the site. I have approximately 300000 pages on my site, sooo yeah.
For example, on one of my site pages that gets cached I get:
<link rel='stylesheet' id='wpo_min-header-0-css' href='https://www.emmywatch.com/wp-content/cache/wpo-minify/1645638693/assets/wpo-minify-header-e4a082e8.min.css' type='text/css' media='all' />
Then on another page I get:
<link rel='stylesheet' id='wpo_min-header-0-css' href='https://www.emmywatch.com/wp-content/cache/wpo-minify/1645638696/assets/wpo-minify-header-fbb680dd.min.css' type='text/css' media='all' />
Notice that a new set of assets were created for the page when it was cached “/wp-content/cache/wpo-minify/1645638693” vs “/wp-content/cache/wpo-minify/1645638696”
I would expect that all the pages would use a single set of minified assets until the minified cache was purged, this doesn’t seem to be happening.
- The topic ‘New minified assets created for every uncached page’ is closed to new replies.