@pleazo Did you see the warning in the minify settings page?
The constant SCRIPT_DEBUG is set to true, so no JavaScript or CSS file will be minified.
You need to set it false in your wp-config.php to make minify/merge work and improve your scores
Hi @webulous
I have changed the setting to false but now I am getting a critical error on my site when I have the plugin enabled: https://snipboard.io/aeiSvx.jpg
How can this be fixed?
@pleazo By chance you make mistake when editing wp-config.php file?
Does remove WP Optimize fixes the issue?
It is highly unlikely that adding define('SCRIPT_DEBUG', false); to wp-config.php fixes a critical error
Hi @webulous
This is what I set the wp-config.php file: https://snipboard.io/FzWSdT.jpg (to false).
The critical error goes away once I disable the WP Optimize plugin.
Please advise.
@pleazo Please do a plugin conflict test. Disable all plugins except WP Optimize. If that doesn’t result in critical error, then activate plugins one by one to find out which one is causing it.