This topic has 49 replies, 3 voices, and was last updated 1 years, 4 months ago ago by Rose Tyler
Thank you so much! Do you know what plugin are not working ok with php 8?
Hello, @Marta,
You’re welcome!
We are not responsible for 3rd party plugins, so we can’t give you a solid response, sorry.
Kind Regards,
8theme team
Hi,
I come back to this topic because I don’t know what more solutions to try out to increase a little the speed of the backend. To upload a 70k image to media, it takes more than a 30 seg. This is not normal, but I don’t know where to look for a solution, if it’s a wordpress, theme or plugin problem. Any suggestions?
Hello, @Marta,
Uploading images to Media is related to WordPress and hosting functionality. Please read the online guides, for example – https://www.dreamhost.com/blog/how-to-fix-wordpress-image-upload-issues/ https://wordpress.stackexchange.com/questions/219588/too-slow-image-upload-in-wordpress-media-library-as-image-number-increases
Try suggestions from there, and contact the support of WordPress and your hosting provider.
Kind Regards,
8theme team
Ok thank you so much!
Hello, @Marta,
You’re welcome!
Kind Regards,
8theme team
Hi,
I am still investigating the speed problem of my website. I have checked with woocommerce support and they tell me it is due to the combination of my theme and woocommerce. Is this possible?
It also seems that the wpml plugin in combination with woocommerce slows down the site.
Hello, @Marta,
Here are our recommendations – https://www.8theme.com/documentation/xstore/troubleshooting/how-to-speed-up-my-website/
“It also seems that the wpml plugin in combination with woocommerce slows down the site.” – in this case, contact support of the WPML plugin.
Kind Regards,
8theme team
Hi,
I have activated the Storefront theme and the website runs much faster than with Xstore.
What can happen?
Maybe there is a third party plugin that is not compatible with your template and that’s why it slows it down?
Hello, Marta,
The storefront doesn’t have the settings and features that XStore has.
“Maybe there is a third party plugin that is not compatible with your template and that’s why it slows it down?” – it is possible, please check it by disabling 3rd party plugins.
Also, please check the Private Content area.
Kind Regards,
8theme team
Ok thanks, I will check everything.
Does the slider revolution plugin affect only the home page?
Hello, Marta,
Thank you for your response.
You can do the simple test, temporarily disable the slider revolution plugin and test the speed using https://gtmetrix.com/
If you want to use the plugin still, please read this article – https://www.sliderrevolution.com/tutorials/optimizing-load-speed-and-performance/
We hope this information is helpful.
Kind Regards,
8theme team
Hi, I think I have found one of the problems of my website (apart from image optimisation)
cookie_key=xstore_wishlist_ids_0&action=xstore_get_user_wishlist
cookie_key=xstore_compare_ids_0&action=xstore_get_user_compare
products_count=0&action=xstore_compare_fragments
products_count=0&action=xstore_wishlist_fragments
These resources are using a lot of admin-ajax.php (gtmetrix test)
Do they belong to the functions wishlist and compare, or to another one?
Thanks
Hello, Marta,
Thank you for your response.
Please try to add the next code in the functions.php file of child theme:
add_filter('xstore_wishlist_mini_content_ajax', '__return_false');
add_filter('xstore_compare_mini_content_ajax', '__return_false');
Kind Regards,
8theme team
Hi,
that code did not works.
I had to deactivate the wishlist and the compare.
Also, I see another problem with the cart. Please see the file attached.
https://app.screencast.com/ODVCJXcjy1bgC
wc-ajax=get_refreshed_fragments
So I need to deactivated too?
I wonder if this only happens to me, is it because I have a function misconfigured?
Thanks
Hello, Marta,
?wc-ajax=get_refreshed_fragments is the default WooCommerce request to update cart in header and also wishlist. Unfortunately, the theme does not have options to speed it up. You can read this topic and maybe find any solution suitable for you https://wordpress.org/support/topic/wc-ajaxget_refreshed_fragments-5/
Or you can disable Ajax Cart Fragments – Theme Options > Speed Optimization > Always Load Wc-Cart-Fragments > off. Ajax Cart Fragments option allows you to sync the number of products in the header mini-cart if you open your site in a few browser tabs.
Kind Regards,
8theme team
Ok thanks,
I will try to deactivate it and see the results
Hello, Marta,
You’re welcome!
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Kind Regards,
8theme team
Tagged: backend, frontend, optimization, performance, speed, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up