• Resolved Kevinn02

    (@kevinn02)


    Through developer tools, our hosting agency has seen that two admin-ajax requests are fired at the front of the website on product pages with the payload “product_code”.

    Question 1:
    Are these admin-ajax calls from the plugin?
    ?
    Question 2:
    If yes, what is the function of the admin-ajax call?
    ?
    Question 3:
    Why do two different calls have to be made and can this not be done in a single call? In an ideal world, the plugin would prefer not to make admin-ajax calls.

    The reason I want to reduce (or remove) these calls is the slow speed of our back-end.

    I am looking forward to hear from you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author artiosmedia

    (@artiosmedia)

    We will have a developer review your findings and define what can be done. Thanks!

    Plugin Author artiosmedia

    (@artiosmedia)

    @kevinn02 We noticed the plugin made two Ajax requests on document load to check product code ‘first’, and ‘second’ and update it on the page even though this data is already on the page before. This redundant call was removed which is updated in version 1.3.0. Thanks for letting us know about this error and your patience where it took an unusual amount of time to correct it for lack of a developer.

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