Harshad
Forum Replies Created
-
@aleksandrdbby Please check this article on how you can improve you site speed on score: https://getwpo.com/how-to-increase-website-speed-with-wp-optimize-plugin/
Let us know if above article helps to improve the code of your site on Pagespeed Insights.
@miku88 Could you please try to first optimize and repair the database tables from phpMyAdmin and then try to optimize the tables from WP-Optimize and check if it works?
@hbeer44 For unused image cleanup you’ol require the Premium version, as cleaning up the unused images is a Premium feature
@francoc30 Sure thing, we will keep you posted
@samdobrow Could you please try to uncheck the option “Enable merging of CSS files” from WP-Optimize > Minify > CSS and check if it helps to fix the issue?
@gnampf We don’t find any issues with the Elementor, could you please let us know the steps to reproduce it?
@francoc30 No in this case you don’t need to edit wp-config.php file, We’ll try to repsoduce the issue on our side and check if we get the same error on our installation.
@sonisitez Could you please try to uncheck the option “Enable merging of JS files” and “Enable merging of CSS files” from WP-Optimize > Minify > Javascript and CSS and check if it helps to fix the issue?
@riopar10 Have you performed a conflict test yet?
Try deactivating all plugins except for WP-Optimize and see if it is resolved.
If so, reactivate each plugin one at a time until you find the culprit. You can check for the issue between activating each plugin, so you can see which one is causing problems.
Please let us know your findings.
I’ll report this issue to our development team for further investigation and check if this can be fixed in next release.
Until then if you are seeing the warnnings in screen, Could you please edit wp-config.php file and
Replace
define('WP_DEBUG', false);with this:
ini_set('log_errors','On'); ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false);Let us know if replacing with the above lines the warnings goes away?
@riopar10 From the errors it looks the WP-Optimize plugin is not able to write to .htaccess file, could you please change the premissions of .htaccess file to 0644 and check if it helps to fix the issue?
@gemmanltd Have you performed a conflict test yet?
Try deactivating all plugins except for WP-Optimize and see if it is resolved.
If so, reactivate each plugin one at a time until you find the culprit. You can check for the issue between activating each plugin, so you can see which one is causing problems.
Please let us know your findings.`
@gemmanltd THe logs didn’t help much, could you please try to increase the
max_execution_timeandmemory_limitvariables in php.ini file with help of your host and check if it helps to fix the issue?@riopar10 Okay let us know if uploading the backup helps to fix the issue?