Actions
Refactor #7174
closedIncrease delay on autocomplete fields
Difficulty:
trivial
Triaged:
Pull request:
Description
Currently every time a letter is pressed in an auto complete field, an AJAX request is fired causing the server to run 3-4 sql queries.
Adding a small delay will cause the request to be fired only once the user stops typing, saving requests and queries in case the user types in several characters in a row.
Actions