• Resolved nextgenua

    (@nextgenua)


    Hello, why does it take so long until a product is added to the wish list, it reacts very delayed until the product is in the wish list, the counter and the heart that is clicked are also delayed. :-/

    Ajax-cache is disable.

    Greeting
    NextGenUA

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there

    I measured the timing for Add To Wishlist AJAX call, and here you can see the results

    As you can see, overall AJAX call required 1.52s during my test, and 40% of that time is just initial connection to the server
    Apart from that, it seems that wishlist ajax call is coherent with any other ajax call executed on your site (if you just perform a get request to wp-admin/admin-ajax.php, you will get similar timings, in the order of a second)

    Thread Starter nextgenua

    (@nextgenua)

    Hello thanks for the feedback,

    is there no way to accelerate it?

    Greeting
    NextGenUA

    Plugin Author YITHEMES

    (@yithemes)

    Nothing that I can think of, at the moment
    I’ll review Add to Wishlist procedure, just in case, but cannot promise you anything

    As you can see, ATW AJAX call has almost the same duration of an “empty” ajax call, that does nothing
    In this case I think that the only improvment could come from server tweaking

    Thread Starter nextgenua

    (@nextgenua)

    Hello,

    could you watch the timing again and compare it with the previous one.

    I’ve done a few things and I want to hear from you again whether that worked.

    Greeting
    NextGenUA

    Thread Starter nextgenua

    (@nextgenua)

    Hello,

    Update:

    I worked on optimizing something like you suggested to me, lo and behold, it’s a little faster:

    Screenshot (39).png

    Screenshot (40).png

    Thank you very much! have a nice day ??

    Greeting
    NextGenUA

    Plugin Author YITHEMES

    (@yithemes)

    Nice! I can indeed see a significant improvment (about 33%) on AJAX calls, great job ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Added to Wishlist (reacts with a delay)’ is closed to new replies.