Re: Improving Autocompleter performance T 4.1.2

2007-05-09 Thread janjonge

Please use detachable models!

Jan

mistapony wrote:
> 
> 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 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Improving-Autocompleter-performance-T-4.1.2-tf3716452.html#a10396701
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Improving Autocompleter performance T 4.1.2

2007-05-09 Thread Jesse Kuhnert

Try using http://yourkit.com/ . It leaves 0 doubt about the performance
bottleneck in these things.

On 5/9/07, Chris Chiappone <[EMAIL PROTECTED]> wrote:


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 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]





--
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com


Improving Autocompleter performance T 4.1.2

2007-05-09 Thread Chris Chiappone

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 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]