I have a extremely large web page being served to the client - about 5.5MB. Obviously takes a while to render but my confusion is why IE (using ie6) takes so long if you then go to another page. Even something unrelated like google.
If I have the Task manager open when I try to go to another page it shows IEXPLORE.EXE using 100% cpu time for at least as long as it took to render the displayed page. I am not caching the page (using the http header - it's a jsp page) although I don't see that as a post-process step anyway.
Any ideas on what is causing the delay?
If I have the Task manager open when I try to go to another page it shows IEXPLORE.EXE using 100% cpu time for at least as long as it took to render the displayed page. I am not caching the page (using the http header - it's a jsp page) although I don't see that as a post-process step anyway.
Any ideas on what is causing the delay?