I have web page which takes 3-4 seconds on IE11 but it takes more than 12 seconds on IE8. I have below tags in head.
meta charset="utf-8"
meta http-equiv="X-UA-Compatible" content="IE=8"
meta http-equiv="Page-Enter" content="blendTrans(Duration=0.1)"
meta http-equiv="Page-Exit" content="blendTrans(Duration=0.1)"
I'm trying to figure out what is causing this issue and what can be done to reduce IE8 rendering time.
Note: JSP has 5-6K lines of code.
Linked Question: JSP load taking more than 12 seconds