Harshad
Forum Replies Created
-
@allbutone Yes that could be the issue, but glad to hear the issue is now fixed 🙂
@bouree Could you please try to uncheck the option “Enable merging of JS files” and “Enable merging of CSS files” from WP-Optimize > Minify > JS & CSS and check if it helps to fix the issue?
@rbriones Could you please try to purge the page cache and check if it helps to fix the issue?
@keywon Please check this article on how you can improve your site speed:
https://getwpo.com/how-to-increase-website-speed-with-wp-optimize-plugin/@dev502 Could you please try to turn off Minify option and check if it helps to fix the issue?
@allbutone Could you please share your site link?
@keywon You’ll have to frequently purge the Page cache and minify cache and check if it helps to fix the issue?
@dev502 Could you please try to uncheck the option “Enable merging of JS files” and “Enable merging of CSS files” from WP-Optimize > Minify > JS & CSS and check if it helps to fix the issue?
@allbutone if your secondary language starts with ?lang=es then WP-Optimize won’t work, make sure your secondary language starts with yoursiteanme.com/es/
@shaneupfront Could you please try to use the following snippet in your themes functions.php file and check if the minified files gets automatically deleted after 3 days?
add_filter( 'wp_optimize_minify_cache_expiry_time', function( $original_value ) { return time() - 86400 * 3; } );@cjwebdev Sure do let us know how it goes?
@richard1250 There’s Fatal error coming from WordPress core files
[Mon May 16 03:49:24 2022] [error] mod_fcgid: stderr: PHP Fatal error: Uncaught Error: Call to undefined function get_the_block_template_html() in /home/www/linux-hosts-inc.com/wp-includes/template-canvas.php:12 [Mon May 16 03:50:29 2022] [error] mod_fcgid: stderr: PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/www/linux-hosts-inc.com/wp-includes/blocks/index.php on line 9 [Mon May 16 03:51:05 2022] [error] mod_fcgid: stderr: PHP Fatal error: Uncaught Error: Class 'WP_Widget' not found in /home/www/linux-hosts-inc.com/wp-includes/widgets/class-wp-widget-block.php:17Could you please try to re-install WordPress core files and check if it helps to fix the issue?
@smilelasik10 Yes you can de-activate WP-Optimize and activate it again after installing Chatbot plugin.
Could you send me a copy of your server’s PHP Error log?
You can find this log through your web hosting control panel (typically cPanel). If you are unsure where to find the PHP Error log, you can ask your hosts to provide it.Copy the log file and paste it here https://pastebin.com and share the link with us.
Interrupting the cache deletion process will not harm your site.
@cjwebdev Could you please try to use the following snippet in your themes functions.php file and check if the minified files gets automatically deleted after 3 days?
add_filter( 'wp_optimize_minify_cache_expiry_time', function( $original_value ) { return time() - 86400 * 3; } );