Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Blaz K.

    (@blazk)

    Hi Andrew,

    that is an ajax call which is asynchronous (i.e. non-blocking) by default. Therefore, it doesn’t have impact on the DOM Load time. This in simple terms means that your page will load before the ajax response for the plugin (rating and vote count) is sent back from the server.
    Hence there should be no negative impact on user experience or SEO. In the developer tools you have three metrics; finish, load and DOMContentLoaded. You can read more about these metrics here: https://stackoverflow.com/questions/31729240/how-to-analyzing-page-speed-in-chrome-dev-tools

    The plugin utilizes ajax in order to work with caching plugins – it injects the vote count and rating after the page has been loaded so that the data doesn’t get cached.

    I hope this was helpful.

    Blaz

    • This reply was modified 6 years ago by Blaz K..
    Thread Starter Andrew Jones

    (@soundrating)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Admin-ajax loading’ is closed to new replies.