Login Register

How to speed up loading page at the first time

Dojo is a wonderful toolkit! But when the web page was loaded at the first time, it took several seconds(above 6seconds) which can not satisfied the application requirment(lower than 3seconds).
So, I just wanna know how to speed up it. I would very appreciate it if anyone help me.Thanks!

Have you tried doing a

Have you tried doing a custom build? That should help speed things up as far as resource loading. The other load issue is rendering time. Hopefully you can profile your app to see how much time is taken for resource loading vs. rendering time. The custom build mainly helps resource loading:

http://dojotoolkit.org/book/dojo-book-0-9/part-4-meta-dojo/package-syste...

Thank you very much! The two

Thank you very much!
The two factors are the main reason about this problem.
I'll give it a try.