Harshad
Forum Replies Created
-
@shizart WP-Optimize tries to locate the sitemap.xml file at initial attempt, if it fails to locate then you get the error, but most of the time it works on second attempt.
@vickyweb Could you please try to sometime later and see if the Pingdom tools still shows its missing?
@francoc30 Where do you see these errors, is it in error_log file or do you see it WordPress admin?
@nikitabaliov You can add all Rating plugin JS files inside “Exclude JavaScript from processing” in WP-Optimize > Minify > Javascript and check if it helps to fix the issue?
@francoc30 You will have to contact the plugin authors and ask them for JS files included in the their plugin.
@mikehermary 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.
@tuanvm Do you want to turn off the feature of merging of minified files?
If so you can do it from WP-Optimize > Minify > Javascript and uncheck the option “Enable merging of Js files” and WP-Optimize > Minify > CSS uncheck the option “Enable merging of CSS files”.
@mrbeduardo You can disable this by using the following filter in your active themes functions.php file:
add_filter( 'wpo_update_plugin_json', '__return_false' );The data is used in the database optimisations in order to determine if tables are used or belong to uninstalled / deactivated plugins.
I’ll reiterate that the data in this file does not contain sensitive information, and none of the information is directly linked to the website the plugin is installed on.
It’s a list of plugins present on WP.org’s repository and their associated database tables. The only information given by this file is that WP-Optimize is installed on your website.
@estopacz Could you please submit a ticket here: https://getwpo.com/ask-pre-sales-question/
So that we can further investigate on the issue?
@mikehermary Could you please try to turn off the option “Enable merging of Javascript files” from WP-Optimize > Minify > Javascript and check if it helps to fix the issue?
@hassesthlm Please add the following snippet to your active child theme’s functions.php file
add_action('after_setup_theme', 'remove_robots_txt_filter'); function remove_robots_txt_filter() { if (is_callable(array(WP_Optimize(), 'robots_txt'))) { remove_filter('robots_txt', array(WP_Optimize(), 'robots_txt'), 99); } }Then recreate the robots.txt
@estopacz At the first attempt it will display the unexpected response, but if you click it again it will preload the urls.
Please try to click the Preload button again and check if it works?
@hassesthlm I’ll check this with our development team and update you soon.
Thank you for your time and patience.
- This reply was modified 4 years, 5 months ago by Harshad.
@francoc30 You can add all NexGen Gallery JS files inside “Exclude JavaScript from processing” in WP-Optimize > Minify > Javascript and check if it helps to fix the issue?
@nikitabaliov I’ve searched for the SKU and got redirected to this page:
But still I don’t see the the rating system on the products page.
Please check this link for screenshot: https://prnt.sc/PIR-nExseo5v