Hi there,

I have a simple autocomplete that i would like to speed up.  I could
be wrong but i think the delay is intentionally added to the ajax for
cosmetic / keeping load off the database reasons.  The query only
takes 1 millisecond to execulte but i have a .4(?) second delay before
the search box fades up.  Had a stab at reducing frequency to 0

$ajax->autoComplete('Flight.origin', '/airports/search/origin',  array
('size'=>'60', 'frequency'=>'0'));

so the javascript in my html looks like this

new Ajax.Autocompleter('FlightOrigin', 'FlightOrigin_autoComplete', '/
airports/search/origin', {frequency:0});

but that didn't speed things up.

any ideas?

cheers!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to