Hello @primos04
Thank you for reaching out and I am happy to assist you with this.
Can you please re-enable minify, and disable the settings in Performance>minify one by one (HTML minify, JS minify, CSS minify) and see which one might be causing the issue.
Make sure to save all settings and purge the cache after each option is disabled.
Also, I can see that you are also using cloudflare. Please make sure that Cloudflare minify is disabled to avoid any potential conflict with W3TC minify feature.
Thanks!
How should i disable html, css, js one by one? the drop-down options when I click on them are the following:
– https://imgur.com/a/QpvCKLq
Hello @primos04
What you are referring to is the General settings section.
On the left side of your dashboard, there is a W3TC section called Performance.
You should select the advanced Minify settings in Performance>Minify as shown in the screenshot below and disable the settings one by one (HTML minify, JS minify, CSS minify) and see which one might be causing the issue.
Make sure to save all settings and purge the cache after each option is disabled.
Thanks!

Hello,
ok so i found out the following.
– When i disable css minficatino: css works again, but the images are not working
– when i disable js minficaiton the images are loaded correctly again
Is there any way i can still use the css minification without breaking the site?
-
This reply was modified 4 years, 6 months ago by
primos04.
Hello @primos04
Thank you for the information.
Have you confirmed that Cloudflare Minify is not enabled?
It seems like either there is a conflict with some other minify solution, or some files need to be excluded from the minify.
You can also try Manual Minify and add the field to minify manually and in order.
Please check out the article about Manual minify.
I hope this helps!
Thanks!
Hello,
yes, cloudflare minification is disabled, I confirmed with my hosting provider. I guess i will try the manual variant.
Hello @primos04
Thank you for the information.
As I’ve mentioned before, there is a chance that some files need to be excluded from CSS/JS minify.
You may test the auto minify again and check the console for any errors.
If you are getting 404 for minified JS, make sure to check if the .htaccess files have the W3TC minify rules and check the /wp-content/cache/minify/ folder if the files are cached.
Thanks!