GT Metrix analysis indicates an issue with ?wc-ajax=get_refreshed_fragments https://prnt.sc/jxp46b
We have a warning message that the optimizations attempted were removed from functions.php as seen below:
/** Disable Ajax Call from WooCommerce */
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’); }
(source: https://www.webnots.com/fix-slow-page-loading-with-woocommerce-wc-ajaxget_refreshed_fragments/)
We wanted to check and see if this plugin is compatible or advised with X Theme https://wordpress.org/plugins/disable-cart-fragments-littlebizzy/