How to improve performance of Jquery autocomplete
Posted
by Bjorn
on Stack Overflow
See other posts from Stack Overflow
or by Bjorn
Published on 2009-05-03T17:44:14Z
Indexed on
2010/05/13
4:34 UTC
Read the original article
Hit count: 590
Hi,
i was planning to use jquery autocomplete for a site and have implemented a test version. Im now using an ajax call to retrieve a new list of strings for every character input. The problem is that it gets rather slow, 1.5s before the new list is populated. What is the best way to make autocomplete fast? Im using cakephp and just doing a find and with a limit of 10 items.
Cheers Bjorn
© Stack Overflow or respective owner