Thank you for reporting this bug. We will make it our priority to review this report.
-
10 Jun 2011, 10:13 PM
#101
Sencha User
That Dashboard example is also much more snappier in 4.0.1 in IE 8 than in 4.0.2. ?_?
-
14 Jun 2011, 5:49 AM
#102
Ext JS Premium Member
@SebTardif - In IE7, 4.0.1 is faster than 4.0.2 as well.
-
14 Jun 2011, 9:31 AM
#103
Ext JS Premium Member
Please see my thread at http://www.sencha.com/forum/showthre...ormance-vs-3.4 for an example of very bad performance in IE8 when using Ext.tab.Panel.
-
16 Jun 2011, 7:59 AM
#104
Sencha User

Originally Posted by
blakel
extjs 4 has really bad performance on automatically size management. a simple profiling I just did in SeaMonkey with firebug shows that over 19% time on getViewSize() function, overall 19+14+9+5 = 47% from getViewSize() getHeight(), getStyle(), getWidth().
all I did is:
load the home page, switch tab panel and resize browser window
few days back, i read someone on this forum suggesting put fixed height and width on all containers to reduce the autosize effort. I will try it when I have time.
-
16 Jun 2011, 8:01 AM
#105
Sencha User

Originally Posted by
ext-spring-mvc
extjs 4 has really bad performance on automatically size management. a simple profiling I just did in SeaMonkey with firebug shows that over 19% time on getViewSize() function, overall 19+14+9+5 = 47% from getViewSize() getHeight(), getStyle(), getWidth().
all I did is:
load the home page, switch tab panel and resize browser window
few days back, i read someone on this forum suggesting put fixed height and width on all containers to reduce the autosize effort. I will try it when I have time.
btw, did I mention that 4.0.2 improve the initial loading time of my app from 40s (4.0.1) to below 20s (4.0.2). THANK YOU!
-
16 Jun 2011, 9:05 PM
#106
Sencha User
ExtJs4.0.2a is out and a diff on ext-all-debug.js lead to the assumption, thats a performance release (no release-notes.html update). The changes are all on tablepanel, abstractontainer, Panel ..
-
17 Jun 2011, 5:20 AM
#107
Sencha User
There are several posts about bad performances. This is very difficult to read all posts.
Is there something to tracks bug and to know when there is an official answer, patch or anything may help us to make a demo of our apps with IE ?
-
17 Jun 2011, 5:42 AM
#108
Sencha User

Originally Posted by
Nickname
ExtJs4.0.2a is out and a diff on ext-all-debug.js lead to the assumption, thats a performance release (no release-notes.html update). The changes are all on tablepanel, abstractontainer, Panel ..
wow, sencha didn't publish the alpha release in blog or forum. and why alpha comes after commercial release without "a"?
anyway, just try it with my ongoing project, the home page loading still take about 20 seconds. unacceptable.
-
17 Jun 2011, 5:43 AM
#109
Ext JS Premium Member

Originally Posted by
paipai
There are several posts about bad performances. This is very difficult to read all posts.
Is there something to tracks bug and to know when there is an official answer, patch or anything may help us to make a demo of our apps with IE ?
That has been requested by a number of us. Unfortunately, I doubt we'll get anything like that (bug tracker) at this point in the cycle, if at all.
stevil
-
25 Oct 2011, 10:49 AM
#110