Optimizing WooCommerce by getting rid of wc-ajax=get_refreshed_fragments
WooCommerce quite often get the shopping cart information via the AJAX call ?wc-ajax=get_refreshed_fragments. This works perfect if you’re using a cache plugin. However, the major problem with the above call is the fact that it’s even performed when there’s no products in the cart – we’re then wasting CPU resources that could be used for … Read more