Hello,

I was wondering how scalable the Autocomplete functions are. More specifically I'm currently using the user/autocomplete function. Has anyone got any experience with the performance of this function in systems with large numbers of users ? I'm talking hundreds or even thousands.

Of course taking a decent server configuration into consideration.

I'd love to hear some experiences.

Best regards,
Wouter

Comments

Well, each time the

Well, each time the autocomplete feature is engaged, it "costs" one page load. The output is limited to the first 10 results (so you don't get a list of 1000 users when you enter the letter 'a').

----
http://PointHomes.com

Thanks Komressor.

Thanks Komressor.

Exactly what I wanted to know. Gives us a better clue in how to proceed.

Wout.

Also note: When creating

Also note: When creating your own custom autocomplete for a website, you have full control over everything, including the number of results.

A good example of making your own autocomplete is for cities or states.

----
http://PointHomes.com

There is a problem I got,

There is a problem I got, that page registrated thru hook_menu and this page is autocomplete callback already. So even if SQL executes for a 34 sec, the page renders and stops with a module_invoke_all('exit'); at callback more then 2-3 seconds.

How this problem could be solved?

artemshymko.com

nobody click here