Hi Monika,

the performance differences between browsers can be pretty vast, 
depending on which versions you're comparing. Older versions of IE are 
notoriously slow in both JavaScript execution and HTML rendering, while 
the newest WebKit-based browsers such as Chrome 3 and Safari 4 are 
blazingly fast.

For example, during our nightly test runs, IE7 takes around 20 minutes 
to run all the framework unit tests, while IE8 and FF3.5 only take 
around 12 minutes. Safari 4 and Chrome 3 take just over 6 minutes.

But you have to keep in mind that unit tests are very much unlike a 
real-world application, where often the biggest issue from a user's 
perspective is how responsive the UI feels. One optimization that can 
make a big difference especially in IE is to keep the number of widgets 
created during runtime low. This as well as some other best practices 
for application development is discussed here:

http://qooxdoo.org/documentation/0.8/enterprise_application_development


Regards,
Daniel

[email protected] schrieb:
>  
> Hi Burak
> 
> I have seen this JavaScript framework comparisons, but this is not really 
> what I meant. My app seems to be very slow in IE comparing to FF or Chrome. I 
> want to ask other web devs whether they are experiencing something similar or 
> this is solely my case. If so please advise any optimisation techniques'.
> 
> S pozdravem / Best regards,
> 
> Monika Falk, Software Specialist
> Tieto
> 
> Message: 6
> Date: Fri, 17 Jul 2009 11:27:30 +0300
> From: Burak Arslan <[email protected]>
> Subject: Re: [qooxdoo-devel] Performance in different browsers
> To: qooxdoo Development <[email protected]>
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> [email protected] wrote:
>> Hi Everyone
>>  
>> I want to ask how fast is your qooxdoo app in different browsers? Is 
>> there a huge difference between IE an for example FF?
> 
> qooxdoo seems to be among the fastest. see: 
> http://dante.dojotoolkit.org/taskspeed/
> 
> hope it helps
> burak
> 
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge  
> This is your chance to win up to $100,000 in prizes! For a limited time, 
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize  
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to