Posted on: 8/22/2014 6:38:03 AM | Views : 465

I have a webpage that retrieves some data from a database and displays 4 graphs (each approx 16kb, png).
When I 'time' the pageload in code (subtract endtime from startime), it takes 6 seconds to generate the page. It however takes an additional 10 to 15 seconds to display the page. Where do these extra seconds come from?
Tested in development environment (VS 2012) with IE and Chrome; everything running on local machine.
Switched debug and trace off and it does not make a difference.
Where do I start looking ??

Go to the complete details ...