How to solve problem of too many requests to a database when using db data in jQuery ajax autocomplete widget? Basically every time the user inserts a letter, the script makes a ajax request to a database, what are the best practises to keep db requests to minimal? How to solve problem of too many requests to a