My webpage initial loads time is less than 2 seconds in firefox, Safari and Opera. But the same page takes 29 seconds to load in IE7/IE8. Do browsers handle initial time differently? How do I optimize the page load time for IE browsers?
Attaching the webpagetest image which shows the high initial load time in IE.
There are many factors comprising page load speed. I suspect there could be two things making this bad for IE here:
Is this a public webpage? You should work reducing the size of your assets, everything (HTML/CSS/JS/Images) is huge. Pages should seldomly go over 600kb as a whole, downards of 300kb is ideal.