Speed up web pages for modern IE browsers

Speed up web pages for modern IE browsers

Posted by: Denabral
Posted on: 2009-08-04 05:32:00

I'm hoping that DH will take some note of this; their default web server configuration is using the old Apache behavior of modifying all responses to Microsoft Internet Explorer, regardless of version, and making them quite a bit slower.

Given, the old ones were broken in certain regards, but the newer ones are better; specifically, in the areas all of our web pages are being served.

c.f. http://www.google.com/search?hl=en&rlz=1C1GGLS_enUS339&q=BrowserMatch+MSIE+[5-9]&aq=f&oq=&aqi= for more info. It's a lot more reasonable not to slow down the bulk of the [modern] IE traffic, when it's just not needed.

Cheers!

Re: Speed up web pages for modern IE browsers

Posted by: andrewf
Posted on: 2009-08-04 10:45:00

Thanks for the suggestion. You're right - we're applying

SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0

which is probably harming performance on modern versions of IE. I'll open an issue for our developers to take a look at it.

Re: Speed up web pages for modern IE browsers

Posted by: Denabral
Posted on: 2009-08-04 13:01:00

No worries, I think it will give a speed boost to the DH pages themselves as well, of course.

Thanks for passing it on to the devs.


responses to this thread will be emailed to me, thanks.

Tags: internet explorergoogletargethttp www google comrel nofollowweb pagesapachemicrosoft