• 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)
  • Plugin Contributor iSaumya

    (@isaumya)

    Hi @liamz,
    I think this is out of the scope of this plugin and rather you should post this to WooCommerce so that they can improve their code and make it more optimized. Have you tried contacting the WooCommerce team?

Viewing 1 replies (of 1 total)
  • The topic ‘get_refreshed_fragments – WooCommerce’ is closed to new replies.