Opened 6 years ago
Closed 6 years ago
#3711 closed defect (bug) (fixed)
BUG: Broken Debounce on WordCamp Attendance UI
Reported by: | dryanpress | Owned by: | coreymckrill |
---|---|---|---|
Milestone: | Priority: | high | |
Component: | WordCamp Site & Plugins | Keywords: | has-patch |
Cc: |
Description
The Camptix Attendance UI for WordCamp.org offers a search box that offers results as you type. The current debouncer unfortunately doesn't work, causing an Admin AJAX call for each typed character.
In Short, the wordcamp.org server could receive hundreds or thousands of requests-per-minute during a busy camp check in.
I've relocated the debounce function and lightly reduced the debounce timeout from 500 to 350ms so that check-in search still feels equally fast, but isn't slamming the server with requests.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Through testing on an old WC site, I can confirm that the debounce for the search there doesn't work properly. Haven't tested this fix yet, but that is indeed the correct place to fix the problem.