I am testing ASP.NET website and for that I have turned logging on at IIS6.0.
Following are the observations during testing:
- Each link, png image, MS Chart and CSS file has been requested separately, one after another.
- For request of say login page it is taking around 30-45 seconds to complete and in that page only 6 images are there and at log file it is observed that there are separate requests for each images one after another.
Can anybody help me to improve site performance and also I would like to know that is it possible that all requests would send to server parallel?