[Dojo-interest] Issues with Speed of Dojo Loading
Zoltan Luspai
zluspai at gmail.com
Mon Apr 24 10:01:17 MDT 2006
Luke,
Btw; there might be an other reason to see slowness: if you see that
each icon of your tree is loaded one-by-one and not cached; that's
because of an IE bug. This can be fixed by adding proper http header
attributes on server side, which has several ways to achieve; my
solution is here:
http://www.jroller.com/page/zluspai?entry=fixing_ie_cache_bug_hits
Cheers,
Zoltan
Zoltan Luspai wrote:
> Luke,
>
> If you have a heavy page -let's say with more than 100 html nodes-
> then the page load performance is slow, because the automatic dojo
> parser has to scan the whole page to find the dojo widgets. The
> official recommanded workaround is to use the djConfig.parseId and/or
> manually parsing the widgets on page, but it does not work quite right
> for several reasons. I've fixed this problem by patching the automatic
> parser and using my own parser, which is described in the dojo forums
> here:
> http://dojotoolkit.org/pipermail/dojo-interest/2006-April/006843.html
> See the thread for complete discussion, or just use it with fun.
> Cheers,
> Zoltan
>
> Luke Byrne wrote:
>> Hi there,
>>
>> I have downloaded a nightly build and I am finding that on the pages
>> where we are including the DOJO library, it is taking an age for all
>> the library components to load up. We are only using the Tree menu
>> but I am getting the feeling that it is loading the entire library,
>> including all the images.
>>
>> Is there a way around this performance issue?
>>
>>
>> Kind regards,
>>
>> Luke Byrne
>>
>>
>> Mobile...0410715681
>> Web......http://www.lukebyrne.com <http://www.lukebyrne.com/>
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Dojo FAQ: http://dojo.jot.com/FAQ
>> Dojo-interest at dojotoolkit.org
>> http://dojotoolkit.org/mailman/listinfo/dojo-interest
>>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Dojo FAQ: http://dojo.jot.com/FAQ
> Dojo-interest at dojotoolkit.org
> http://dojotoolkit.org/mailman/listinfo/dojo-interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://dojotoolkit.org/pipermail/dojo-interest/attachments/20060424/7edab41f/attachment.html
More information about the Dojo-interest
mailing list