I am trying to figure out why my autocompleter performs so slowly. I've tried multiple things to try to improve. I've tried using the DefaultAutoComplete model, a StringAutoCompleteModel that just takes in a List<String> and looks for a match where the List is created in PageBeginRender and set as a abstract property, and even a DBAutoCompleteModel that queries the db for matches.
Looking at FireBug the dojo response time is around 11000ms which is way to long. What other things could I try to improve the performace? Thanks, -- ~chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]