T
Tom
Any ideas what can cause ASP.NET pages to be slow now and
then? It can take more than 5 seconds to get the page,
which is way to much. One of the pages (not sure how many
there are, i have just noticed it on the "home" page) are
very simple (only HTML, no database or anything involved).
I have made sure that i have cached the page:
<%@ OutputCache Duration="7200" VaryByParam="none"%>
I don't think i have ever seen the slowness when i am
navigating on the website (does this mean anything?)
I'm trying to figure out if it can be my code, or the
webserver being too busy (i don't have control over the
webserver)
Thank you!
then? It can take more than 5 seconds to get the page,
which is way to much. One of the pages (not sure how many
there are, i have just noticed it on the "home" page) are
very simple (only HTML, no database or anything involved).
I have made sure that i have cached the page:
<%@ OutputCache Duration="7200" VaryByParam="none"%>
I don't think i have ever seen the slowness when i am
navigating on the website (does this mean anything?)
I'm trying to figure out if it can be my code, or the
webserver being too busy (i don't have control over the
webserver)
Thank you!