Very slow loading web page
-
Hi I have a website application, which runs on an Intranet, and I have a problem. My problem is that one of the pages occasionally loads very slowly. Obviously when IIS is first used all pages take some time to load, and then loads quickly there are, but occasionally it can take a while to load even though IIS is up and running. Other pages in the application do not suffer this problem. Does anyone know why this is could be happening? There is nothing complicated going on in the page. Is there any solution I could use, such as pre-caching the page on IIS so it can be loaded quickly to the client? Any suggestions would be helpful!
-
Hi I have a website application, which runs on an Intranet, and I have a problem. My problem is that one of the pages occasionally loads very slowly. Obviously when IIS is first used all pages take some time to load, and then loads quickly there are, but occasionally it can take a while to load even though IIS is up and running. Other pages in the application do not suffer this problem. Does anyone know why this is could be happening? There is nothing complicated going on in the page. Is there any solution I could use, such as pre-caching the page on IIS so it can be loaded quickly to the client? Any suggestions would be helpful!
Find the performance bottleneck. Just doing random IIS config changes won't help if IIS isn't the problem. Since you give no indication of what the page does there is no way to guess what might be the likely culprit. You day "nothing complicated", but if it is just this one page then it is obviously more complicated than you think. And even if it were more than one page it is more complicated than you think. That is one of the standards the internet is based on. Just as HTTP is defined by RFC1945 and RFC2616 the lesser known but just as valid RFC 1925[^], particularly section 8, applies.
-
Hi I have a website application, which runs on an Intranet, and I have a problem. My problem is that one of the pages occasionally loads very slowly. Obviously when IIS is first used all pages take some time to load, and then loads quickly there are, but occasionally it can take a while to load even though IIS is up and running. Other pages in the application do not suffer this problem. Does anyone know why this is could be happening? There is nothing complicated going on in the page. Is there any solution I could use, such as pre-caching the page on IIS so it can be loaded quickly to the client? Any suggestions would be helpful!
Hi, Have you implemented applicable website performance improvement steps?. Firstly check them as they are fundamentals.