Title: avoid admin-ajax.php calls
Last modified: March 23, 2019

---

# avoid admin-ajax.php calls

 *  Resolved [EasyEl](https://wordpress.org/support/users/easyel/)
 * (@easyel)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/avoid-admin-ajax-php-calls/)
 * Hi there,
 * your plugin slows down our render time by making at least 2 calls to admin-ajax.
   php. How can we remove those calls on all renders of the page?
 * Best,
    El

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

 *  Thread Starter [EasyEl](https://wordpress.org/support/users/easyel/)
 * (@easyel)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/avoid-admin-ajax-php-calls/#post-11347847)
 * Aert, thank you so much for the detailed response. Unfortunately the response
   times are quite high. I went ahead and contacted you via your website. Appreciated!
 *  Plugin Contributor [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * (@rogierlankhorst)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/avoid-admin-ajax-php-calls/#post-11348050)
 * As of version 3.0, these calls will be conditional, only used in specific situations.
   Version 3.0 is expected to be released in 2-3 weeks.
 * That said, these calls will not cause slow website loading: these requests are
   executed in the background after the page has completely loaded. Due to the way
   metrics tools measure site speed, the call gets counted in the speed test, even
   though the user already sees a fully loaded page when these calls execute.
 * Additionally, these calls are cached in the browser: these requests will only
   execute on the first pageload. After that, on each visit and/or pageload, the
   data is loaded from the browsercache/localstorage.
 * Let me know if you have any questions about this!

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

The topic ‘avoid admin-ajax.php calls’ is closed to new replies.

 * ![](https://ps.w.org/complianz-gdpr/assets/icon-256x256.png?rev=2881064)
 * [Complianz - GDPR/CCPA Cookie Consent](https://wordpress.org/plugins/complianz-gdpr/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/complianz-gdpr/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/complianz-gdpr/)
 * [Active Topics](https://wordpress.org/support/plugin/complianz-gdpr/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/complianz-gdpr/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/complianz-gdpr/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/avoid-admin-ajax-php-calls/#post-11348050)
 * Status: resolved