Booking tickets – performance low

WordPress Event Management, Calendars & Registration Forums General Question Booking tickets – performance low

This topic contains 4 replies, has 2 voices, and was last updated by  Stephen Harris 3 years, 6 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #38654

    Hi,

    It takes 23 seconds for the booking to be processed after a user submits a booking.
    How can i best increase this performance?

    thanks,

    renek4321
    #38672

    Any tips?
    Here is the url to the event mentioned

    renek4321
    #38682

    Hi,

    It’s hard to provide generic advice on how to address a performance issue. This isn’t an issue I’ve seen in testing or reported by others, and in your case it is a very long delay (10 seconds for me), and not just a “little bit slow” – so that would suggest that there is something which is taking a lot of time.

    I would recommend using xdebug’s profiller to try and isolate exactly what is causing the delay.

    Stephen Harris
    #38686

    REST API route definition missing the required permission_callback argument
    eventorg/v1/event/(?P[\d]+)/availability/?
    eventorg/v1/booking/?
    eventorg/v1/booking/(?P[\d]+)/?
    eventorg/v1/booking-session/?

    __return_true should be used.

    This would be my best guess right now 🙂

    renek4321
    #38722

    Hi,

    That’s just the logs. What you’re after is xdebug profiler (https://xdebug.org/docs/profiler)

    Stephen Harris
Viewing 5 posts - 1 through 5 (of 5 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.