• Resolved marzmuso

    (@marzmuso)


    Hi,

    My developer has done extensive tests on the store and product page and revealed the following results:

    The browser waited 5.22s for a Google font CSS file to be served: that CSS file blocked the execution of any following step, because the page doesn’t fire an onLoad event until all the CSS files are available.
    every minute, after the page finishes loading, the plugin WooCommerce Frontend Manager sends an AJAX request: I waited until I saw at least ten of them and none of them waited for the server response for less than 1.5 seconds with at least half of them waiting more than 2 seconds.

    Can you look into improving this please ?

    Thanks 🙂

Viewing 1 replies (of 1 total)
  • Plugin Author WC Lovers

    (@wclovers)

    Hi,

    Google font CSS file to be served: that CSS file blocked the execution of any following step

    – Well, WCFM does not load any external CSS file.

    AJAX request: I waited until I saw at least ten of them and none of them waited for the server response for less than 1.5 seconds with at least half of them waiting more than 2 seconds.

    – This totally depending upon server IO response configuration or your plan. We can’t improve this from plugin level as this totally server dependent. You just check other AJAX calls for your site and will see similar response time!

    Thank You

Viewing 1 replies (of 1 total)
  • The topic ‘Please Improve Ajax loading Speed’ is closed to new replies.