Mihail Vasilchenko
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to properly measure the speed on the website?Hi @anag385,
I think it can matter if you have redirects setup. Do you have redirects setup from http to https or non www to www? Because it has to make more requests and more requests are slower.
Can you paste the URL you’re testing, so we can compare? Or a link to gmetrix/pagespeedinsights results?
Thanks,
MForum: Fixing WordPress
In reply to: My Website Just Crashed As I was Updating WordPress 5.8Hi @makafavour,
You can try https://wordpress.org/plugins/wp-downgrade/ if your backend is still working.
If not you can download an older version of WordPress here https://wordpress.org/download/releases/ and re-upload using ftp.
I also strongly suggest to do a backup before updating or downgrading anything.
Thanks,
MHi @mammono,
Also haven’t found a decent up to date plugin for this but I think you can go with https://buddypress.org/ for community.
You can also check this theme https://themeforest.net/item/gorgo-minimal-content-focused-blog-and-magazine/23091367 (uses BuddyPress).
Thanks
Hello,
Instagram login doesn’t work for me as well. Hopefully you can update it soon.
Thanks a lot!
MForum: Plugins
In reply to: [Fast Velocity Minify] Conflict with Divi Visual BuilderThanks for the tips Raul! Much appreciated.
Forum: Plugins
In reply to: [Fast Velocity Minify] Conflict with Divi Visual BuilderHi,
I’ve also had an issue with divi frontend builder. Had to ignore these files:
/wp-content/cache/et/definitions-page-15450871099516.js
/wp-content/themes/Divi/includes/builder/frontend-builder/build/bundle.jsNot sure about the first one from the cache, I guess it can be different for you.
Thanks for the great plugin though!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce extremely slow after WordPress 4.2 updateHi,
I’m also experiencing similar issues. I’ve added query monitor plugin and noticed that archive and product pages are making 500-1000 db queries. Maybe that’s what causing the issue. Is there any way to reduce the number of queries?
Thanks