• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

DOJO & Performance

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Wondering if there are any known performance bottlenecks of using DOJO ? Are there any stats available that compares the Prototype and DOJO from performance (page load time) point of view ? To me that would be a key consideration for recommending the use of DOJO vs Prototype in Web Applications.

Regards,
- K
 
Author
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are no known bottlenecks as such. Also, Dojo is quite speedy. Here's a comparison from earlier this year, which pits Dojo 1.0.2 against a couple of other toolkits;

http://blog.creonfx.com/javascript/dojo-vs-jquery-vs-mootools-vs-prototype-performance-comparison

Cheers,
PS

http://unclescript.blogspot.com/
 
Ranch Hand
Posts: 163
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I looked at the link comparing Dojo to other toolkits. GWT wasn't there. Has Dojo been compared with Google's toolkit as far as speed goes?
 
Peter Svensson
Author
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Lanny,
Not that I know of. I would not expect a JS compilator to be as good as a human expert (or at least not as good as the core Dojo team

Most probably there is not much noticable difference when it comes to speed, between toolkits.

Cheers,
PS

http://unclescript.blogspot.com/
reply
    Bookmark Topic Watch Topic
  • New Topic