Re: Wicket GAE performance

2010-04-09 Thread Anton Veretennikov
I already checked >> > all >> > the advices to speed up the performance but still is quite slow >> specially >> > for some requests or opening a bookmarkable page. I don't know what to >> do, >> > I >> > use DataView, that it's

Re: Wicket GAE performance

2010-04-08 Thread Anton Veretennikov
leModels > > everywhere, session is ok in size, so I don't know if there is something > I > > can tune on the RequestCycle servlet? > > > > Thanks! > > > > > > -- > View this message in context: > http://old.nabble.com/Wicket-GAE-pe

Re: Wicket GAE performance

2010-04-07 Thread jbrookover
27;t know what to do, > I > use DataView, that it's quite performant, LoadableDetachableModels > everywhere, session is ok in size, so I don't know if there is something I > can tune on the RequestCycle servlet? > > Thanks! > > -- View this message in context:

Wicket GAE performance

2010-04-06 Thread Ian Marshall
ss, i would check if status field is still what i assume it must > be > and then update it to new status. > > But i'm not sure yet how to do this in GAE. > > -- Tony > -- View this message in context: http://old.nabble.com/Wicket-GAE-performance-tp

Re: Wicket GAE performance

2010-04-06 Thread Anton Veretennikov
es PMs (using this PMF instance) as and when needed. As for > transactions, the combination of what data exchange you perform, your JDO > settings, and the GAE/J and DataNucleus documentation will determine > whether > you need to use a transaction. > > If I have not addressed your que

Wicket GAE performance

2010-04-05 Thread Ian Marshall
e combination of what data exchange you perform, your JDO settings, and the GAE/J and DataNucleus documentation will determine whether you need to use a transaction. If I have not addressed your question Tony, would you please be so kind as to re-phrase it? Regards, Ian -- View this message in c

Re: Wicket GAE performance

2010-04-04 Thread Anton Veretennikov
t for your response. I use as you PMF, not JPA, that's quite > > simple and easy to use. Can you give me more details (code snippet) about > > the initialization of the PMF? Is there any other point to take into > > consideration for the performance? > > > --

Wicket GAE performance

2010-04-04 Thread Ian Marshall
the PMF? Is there any other point to take into > consideration for the performance? > -- View this message in context: http://old.nabble.com/Wicket-GAE-performance-tp28118591p28133464.html Sent from the Wicket - User mailing list archive at Nabble.com. -

Re: Wicket GAE performance

2010-04-03 Thread intmanch
: http://old.nabble.com/Wicket-GAE-performance-tp28118591p28125679.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Wicket GAE performance

2010-04-02 Thread Ian Marshall
A quick afternote: in my previous post, I assumed that you were using persistence via JDO code (using PMF). I don't know how long it takes to construct any equivalent datastore connection using JPA or the GAE/J persistence API. -- View this message in context: http://old.nabble.com/Wicke

Wicket GAE performance

2010-04-02 Thread Ian Marshall
able page. > -- View this message in context: http://old.nabble.com/Wicket-GAE-performance-tp28118591p28119597.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@

Wicket GAE performance

2010-04-02 Thread Alejandro
Hi all, I've been actively using wicket on GAE for quite a lot of months and I love it, but I've quite serious performance problems. I already checked all the advices to speed up the performance but still is quite slow specially for some requests or opening a bookmarkable page. I don't know

Re: Wicket GAE Performance

2009-10-28 Thread Alexander Elsholz
Hi, i dont have any profiler. the problem is, that the application is slow when running on googles application engine. local, where i could profile aeverything is fine. where ist the best place in wicket to hoock performance measures? or are there any debug-messages which i could activate? thanka

Re: Wicket GAE Performance

2009-10-27 Thread Pedro Santos
What profiler is telling you? I had performance problem on file system file access, and solve it removing this time consuming task from the wicket-request-cycle thread On Tue, Oct 27, 2009 at 5:36 PM, Alexander Elsholz < alexander.elsh...@widas.de> wrote: > Hi, > > we build a wicket-application,

Wicket GAE Performance

2009-10-27 Thread Alexander Elsholz
Hi, we build a wicket-application, running in gae - all works fine. but when deploying on gae-environment the performance is terrible (tried development and deploymentmode). an ajax-call takes more than 3 secounds. i logged all database-queries - no problem there. we lost time anywhere in wicket-r