Hi There,
I am using Dojo JS libraries in my project. The application runs on IE 6/7/8 and FireFox.
The application is working with a normal response time in IE7 and above and Firefox.
My Problem is
*When i run the application in IE6 , the page gets loaded very slow (takes upto 2 minutes).
I get errors like this :-
could not load dijit.form.button or could not load dijit.editor last tried ../Editor.js
But for the subsequent refreshes it works normally. Is this behavior because , the IE6 takes time to download the dojo scripts initially and for the next time it uses them from the cache.
Thanks! Pratik