Call to a minify file that doesn’t exist
-
Hello,
I use Total Cache.
I set up minify with google compiler (java local)
Trying to see Optimization results, I discover that, in request chain there is a non existing file called !
-> unexisting called file = wp-content/cache/minify/36008.page.include.ccf3a3.js?x24545Trying to find where call is : I see with grep that this calls is in page_enhanced folder…
grep -r ccf3 *
page_enhanced/mydom.tld/_index_ssl.html:<script async src=”https://mydom.tld/wp-content/cache/minify/36008.page.include.ccf3a3.js?x24545″></script>
page_enhanced/mydom.tld/.htaccess: Header add Link ‘</wp-content/cache/minify/36008.page.include.ccf3a3.js?x24545>; rel=preload; as=script’I already clear cache several times and even rm cache folder !
Lines in file _index_ssl.html and .htaccess always come back !I’ve been to the conclusion that compiler is failing… No minify js file created
But, I can’t find any log to tell me what’s wrong !Thank you
Fran?ois
- The topic ‘Call to a minify file that doesn’t exist’ is closed to new replies.