• Resolved EasyEl

    (@easyel)


    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

    (@easyel)

    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

    (@rogierlankhorst)

    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.