Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    Autoptimize’s JS is just a combination of your site’s theme & plugin JS, load the site with AO disabled by adding ?ao_noptimize=1 appended to the URL to identify the real initiator of the admin-ajax request.

    hope this helps,
    frank

    Thread Starter mmakprpl

    (@mmakprpl)

    Thank you, but how can I improve speed for this element as it shows significant involvement?

    https://monosnap.com/file/kGIuNy48g9DzyH2If4AzZYCBAShvGa

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    admin-ajax.php is an generic entry point for ajax requests that have to be executed at PHP-level on the server. those requests can be simple or complex and the time it takes for them to be executed depends on complexity and server resources (and config).

    in your case the requests are from the compare bar (orginal JS URL /wp-content/themes/rehub-theme/js/comparechart.js) and I have no idea how simple or complex the requested PHP-code is really. maybe check with the theme developers to hear if the observed execution times are to be expected or if/ how they can be improved upon?

    Thread Starter mmakprpl

    (@mmakprpl)

    Thank you

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    you’re welcome, feel free to leave a review of the plugin and support here! ??

    frank

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