-
After installing your theme and replacing information, the site is downloaded 40 seconds, your demo site is 11.4 seconds.
After optimizing and reducing the number of requests, the site began to load 28.5 seconds.In the photos below, you can see that the site loads in 3.7 seconds, and then waits for a query to be executed, which starts after 20 seconds. From the moment the page was opened. This is a query /?wc-ajax=get_refreshed_fragments
On the Internet, found such a solution to this issue, but it’s a pity it does not help:
// https://github.com/woothemes/woocommerce/issues/9365
add_action( ‘wp_enqueue_scripts’, ‘dequeue_woocommerce_cart_fragments’, 11); function dequeue_woocommerce_cart_fragments() { if (is_front_page()) wp_dequeue_script(‘wc-cart-fragments’); }
How to speed up the download of the site with your topic?
This topic is: not resolved