• Which settings influence on ajax comunications (when adding products to the cart)? I realized that the WPC plugin has a lot of impact on ajax calls (disabling the plugin reduces call time considerably) and I would like to understand how to maintain the plugin and improve those calls

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

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

    (@wpclever)

    Hi @enzocm

    I’m using some functions (e.g woosb_add_cart_item_data, woosb_add_to_cart_validation, …) to check then add bundled products to the cart together with the main bundle. That is why it makes the AJAX call slow down.

    These functions are necessary, so we haven’t any option that you can enable/disable to prevent this issue.

    Thread Starter enzocm

    (@enzocm)

    I understand. But anyway do you have any suggestions on how I can improve these ajax calls?

    When disabling the WPC plugin it takes about 2 to 3 seconds over a medium connection. With the WPC plugin enabled it takes 15 to 25 seconds. And 25sec to wait for a return of the page chases away any customer ??

    Thanks for helping!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ajax communication – add to cart’ is closed to new replies.