vote up 1 vote down star

I've been looking at Dojo, and it has some nice tricks, however its quite huge IMHO. Basically when viewing my test my slow machine (600mhz), just loading Dojo was kind of painful, and can imagine lots of mobile devices will also not be happy with it.

Is there a slim version or something like that available?

flag

2 Answers

vote up 2 vote down check

What do you mean by 'loading Dojo'?
If you mean opening a page with a clean cache, and the site takes a long time to load, then it may be because you're using a non-minified version of the library.

If you mean loading some Dijits, or a full-featured page, then that's probably a combination of your browser's speed with JS, your computer's speed, and Dojo's speed.

Try loading something similar from another framework like Ext JS or jQuery to see if they are any different.

link|flag
Well compared to jQuery, Dojo is generally bigger. However the real issue was I WASN'T using the minified version. Thanks for pointing that out! – Robert Gould Oct 17 '08 at 1:19
vote up 5 vote down

Dojo is not huge — it loads as much as you need to use while the base is 26k gzipped. And obviously for any real deployment:

link|flag
+1 for mentioning the custom builds – Robert Gould Nov 24 '08 at 14:25

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.