Harshad
Forum Replies Created
-
Yes this snippet is added to your active child themes functions.php file.
@jorgonfla Have you performed a conflict test yet?
Try deactivating all plugins except for UpdraftPlus 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.
@reeper6868 Yes please place javascripts in page speed page under heading Reduce JavaScript execution time.
For second issue, could you please check the option “Asynchronously load fonts from Google Fonts using JavaScript” from WP-Optimize > Minify > Fonts and check if it helps to fix the issue?
@reeper6868 Have you checked checked these article on how to defer JS files:
https://getwpo.com/faqs/how-do-i-load-javascript-scripts-asynchronously/
https://getwpo.com/faqs/how-can-i-eliminate-render-blocking-resources/@francoc30 Yes you can defer the files, please check this article on how you can defer them:
https://getwpo.com/faqs/how-can-i-eliminate-render-blocking-resources/@reeper6868 Have you checked this article on how you can improve your site score and speed with WP-Optimize?
https://getwpo.com/how-to-increase-website-speed-with-wp-optimize-plugin/If not, then please read the above article to improve your site score.
@mo7se7 There shouldn’t be any issues if you run a cron every 5 minutes, it will not affect the functionality of WP-Optimize, WP-Optimize should still work as expected.
@gnonobcs 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.
@atwindowsltd Please uncheck the option “Enable merging of JS files” and “Enable merging of CSS files” from WP-Optimize > Miinify > Javascript and CSS and chekc if it helps to fix the issue?
@francoc30 Once you delete the minified files it will generate again when users visit your site.
Could you please let us know which code snippet you are talking about?
@atwindowsltd Did you try to turn of Minify option and check if it helps to fix the issue?
@shazzalive Its plugin conflict, we will check this issue with the plugin author and check for any conflicts and get it fixed in next release
@francoc30 When you minify JS and CSS files from WP-Optimize WP-Optimize creates a folder wpo-minify and stores in it, the best way to delete the files is purgeing the minified files from WP-Optimize > Minify, do not delete it manually from filemanager or FTP.
@victor307 Memcached in not a feature yet, this is something n our roadmap and be available in future release.
@mo7se7 I’d suggest to not to convert your database of just 25MB to InnoDB it should work fine with MyISAM.
InnoDB is used mostly for large database sizes.