Title: Admin-ajax loading
Last modified: November 4, 2018

---

# Admin-ajax loading

 *  [Andrew Jones](https://wordpress.org/support/users/soundrating/)
 * (@soundrating)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/admin-ajax-loading/)
 * Hello!
 * Thank you for your plugin. I like it but have a bit longer download time my page.
 * > [View post on imgur.com](https://imgur.com/abMjPMA)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [Blaz K.](https://wordpress.org/support/users/blazk/)
 * (@blazk)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/admin-ajax-loading/#post-10847080)
 * 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](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 7 years, 7 months ago by [Blaz K.](https://wordpress.org/support/users/blazk/).
 *  Thread Starter [Andrew Jones](https://wordpress.org/support/users/soundrating/)
 * (@soundrating)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/admin-ajax-loading/#post-10850410)
 * Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Admin-ajax loading’ is closed to new replies.

 * ![](https://ps.w.org/rate-my-post/assets/icon-128x128.png?rev=2045796)
 * [Rate My Post - Star Rating Plugin by FeedbackWP](https://wordpress.org/plugins/rate-my-post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rate-my-post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rate-my-post/)
 * [Active Topics](https://wordpress.org/support/plugin/rate-my-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rate-my-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rate-my-post/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Andrew Jones](https://wordpress.org/support/users/soundrating/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/admin-ajax-loading/#post-10850410)
 * Status: not resolved