Problem: I see multiple calls to admin-ajax.php on my site and this seems to be increasing the time to "fully loaded" in my website performance tests.
Solution: "Fully loaded" isn't very good at determining which items are render blocking and which items are asynchronous in a waterfall view. In this case, the calls to admin-ajax.php are not render blocking and do not affect the time it takes for your site to become painted and interactive. These calls are used to help preload images and content for slider Views. You can disable preloading in the slider Views' Advanced options, but the User experience may be negatively affected.
Relevant Documentation: https://gtmetrix.com/faq.html#faq-fully-loaded-vs-onload
https://toolset.com/documentation/user-guides/creating-sliders-with-types-and-views/
https://toolset.com/documentation/user-guides/advanced-how-pagination-script-works/
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | - | - |
13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | - | - |
Supporter timezone: America/New_York (GMT-04:00)
This topic contains 2 replies, has 2 voices.
Last updated by 6 years, 10 months ago.
Assisted by: Christian Cox.