• On a site that employs Event Tickets (v. 5.4.4), Event Tickets Plus (v. 5.5.3), The Events Calendar (v. 5.16.4), The Events Calendar PRO (v. 5.14.5), The Events Calendar: Filter Bar (v. 5.3.2), running WP 6.2 on PHP 7.4, we have a weird behavior after updating all the mentioned plugins to their latest versions.

    The problem:

    We noticed very big delay in many (maybe all) AJAX queries on the site after we applied the update and migrated the DB. We found the root of the delay – it is caused by event-tickets/common/src/Tribe/Feature_Detection.php: 113:

    sleep( $wait_up_to / 5 );

    We failed to find the logic behind this happening after the upgrade and not happening before that so my question is – what do we risk by trying to avoid this whole function, setting $supports_async_process to false through the ‘tribe_supports_async_process’ filter?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Darian

    (@d0153)

    Hi @vloo

    Thanks for your message. Unfortunately, we cannot provide support in this forum for premium users.

    For us to help you better, please open a Support Ticket on our Help Desk.

    You’ll hear from one of my colleagues soon!

    Thread Starter Vladimir Vassilev

    (@vloo)

    Thanks for your reply, Darian. Yet, the code my question is about is located in the free plugin. I will forward it to the premium support forum too, but I believe more people would benefit from it here.

    Hello @vloo,

    Thanks for your reply.

    You’re right. However, there are procedures we can’t follow here which is against the WordPress Forum Guidelines regarding premium plugins.

    I’d be closing this thread, and we’d be glad to help you out on our HelpDesk.

    I hope this helps.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Very slow AJAX calls across WP after update’ is closed to new replies.