Re: Wicket-jquery-ui autocomplete running slow

2019-03-11 Thread Martin Grigorov
On Mon, Mar 11, 2019 at 1:57 PM Entropy wrote: > The problem is our project is a government one that doesn't let us use > Maven > (we've tilted at that windmill multiple times). So quick starts aren't > that > quick for us. > We do not ask you to use your project to create the mini project. Jus

Re: Wicket-jquery-ui autocomplete running slow

2019-03-11 Thread Entropy
The problem is our project is a government one that doesn't let us use Maven (we've tilted at that windmill multiple times). So quick starts aren't that quick for us. -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html --

Re: Wicket-jquery-ui autocomplete running slow

2019-03-10 Thread Maxim Solodovnik
Can you share quick-start project demonstrating this issue? On Mon, 11 Mar 2019 at 02:44, Entropy wrote: > > Identical to the timing of getchoices (the method that contains it). In my > most recent test 24ms for both while the full request took 6.5 seconds. > > -- > Sent from: > http://apache-w

Re: Wicket-jquery-ui autocomplete running slow

2019-03-10 Thread Entropy
Identical to the timing of getchoices (the method that contains it). In my most recent test 24ms for both while the full request took 6.5 seconds. -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html --

Re: Wicket-jquery-ui autocomplete running slow

2019-03-10 Thread Entropy
The browser's network tab reflects pretty closely the number I see in the filter. In my most recent attempt, this was about 6.5 seconds. Meanwhile in the same request, the getchoices took 24 milliseconds. -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html ---

Re: Wicket-jquery-ui autocomplete running slow

2019-03-08 Thread Maxim Solodovnik
Additional question: What is the timing of `getFilterList` method? On Sat, 9 Mar 2019 at 08:17, Sebastien wrote: > > Hi, in your browser devtool / network, that the timing says while calling > getchoice ? > > On Sat, Mar 9, 2019, 06:59 Entropy wrote: > > > My project is using the wicket-jquery-u

Re: Wicket-jquery-ui autocomplete running slow

2019-03-08 Thread Sebastien
Hi, in your browser devtool / network, that the timing says while calling getchoice ? On Sat, Mar 9, 2019, 06:59 Entropy wrote: > My project is using the wicket-jquery-ui AutoCompleteTextField. We're > returning a list that was prefetched and all we do in the getChoices is > create a sublist.

Wicket-jquery-ui autocomplete running slow

2019-03-08 Thread Entropy
My project is using the wicket-jquery-ui AutoCompleteTextField. We're returning a list that was prefetched and all we do in the getChoices is create a sublist. the entire getChoices runs in milliseconds...usually 20-30, which I know because I put a rudimentary timer in it. Yet, the autocomplete