Re: How my perfs are good

2011-09-02 Thread coincoinfou
I have profiled. It seems that the way the page is built. Mostly in listview, I need labels. These labels are not DetachableModels or whatever because another framework loads that on the fly. For 50 labels, I get 50 request of 1 second each. It shouldn't be like this for two strings.. I'm not sure

Re: How my perfs are good

2011-09-02 Thread Igor Vaynberg
On Fri, Sep 2, 2011 at 11:39 AM, coincoinfou olivierandr...@gmail.com wrote: I have profiled. It seems that the way the page is built. Mostly in listview, I need labels. These labels are not DetachableModels or whatever because another framework loads that on the fly. For 50 labels, I get 50

Re: How my perfs are good

2011-08-30 Thread Igor Vaynberg
why dont you use a profiler and find out. if that was a very first hit to the page things like loading the markup into cache, etc, can take some time but be a noop on subsequent requests. still, 40 seconds seems very high...use a profiler. -igor On Tue, Aug 30, 2011 at 2:56 PM, coincoinfou