Dojo load time extremely slow on iis

Posted by Josh on Stack Overflow See other posts from Stack Overflow or by Josh
Published on 2010-04-08T14:33:03Z Indexed on 2010/04/08 15:13 UTC
Read the original article Hit count: 369

Filed under:
|
|

I am currently working on a project that is using Dojo as the js framework. Its a rather rich ui and as such is using (and thus loading) a lot of different .js files for the dojo plug-ins

When run on an apache server running on a mac, the files (all around 1k) are served very quickly (1 or 2 ms) and the page loads pretty fast (<5 seconds)

When run on IIS on Win 7, the files are served at an unbelievably slow rate (150ms - 1s), thus causing the page to take up to 3 minutes to load.

I have searched the internet to try to find a solution and have come up empty.

Anyone have any ideas?

© Stack Overflow or respective owner

Related posts about dojo

Related posts about iis