get_refreshed_fragments – WooCommerce
-
Hello dear developers,
Can we optimize the slowest WooCommerce request without disabling it?
This is literally the weak point of any speed optimization plugin.
Maybe it is possible to auto detect when a request contains this:
GET[‘wc-ajax’] = get_refreshed_fragments
And after that, the plugin checks if the cart is empty to avoid issues with its content (products in it).
If the cart condition is respected, we just save the request content into a transient, which should be returned the next time the same request is executed. This way the speed will be dramatically improved, I think ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘get_refreshed_fragments – WooCommerce’ is closed to new replies.