Hi,
I am testing asp.net website and for that i have turned logging on at IIS6.0.
Following are the observation during testing
- Each links,png images, MS Chart and css files has been request saperatly one after another.
- For request of say login page it is taking around 30-45 second to complete and in that page only 6 images are there and at log file it is observed that there are saperate request for each images one after another.
Can any body help me to improve site performance and also i would like to know that Is it possible that all request would send to server parallel?