Page 1 of 1

Too big time to load pages.

Posted: Sun Feb 07, 2016 1:18 am
by osdever
I have a trouble accessing OSDev Wiki. It opens normally, but I need to wait about a 30 seconds after the first access. Is something is with your hardware, or it's my problem?
(sorry if my question is incorrect)

Re: Too big time to load pages.

Posted: Sun Feb 07, 2016 1:31 am
by Nable
I don't see any problems with wiki access from my side. Did you try looking into browser's debugger? It has "Network" tab that shows what takes time to load.

Re: Too big time to load pages.

Posted: Sat Feb 20, 2016 11:37 pm
by osdever
The first GET request is about 22000 ms, everything after it is loading fine.

Re: Too big time to load pages.

Posted: Sun Feb 21, 2016 6:05 pm
by Nable
Modern browsers are able to show which processes (DNS request sending, DNS reply waiting, sending HTTP request, waiting for the start of HTTP reply, downloading HTTP reply body) contribute (and how much) to the loading time. You should take a closer look at the developer console (F12 or something like it).
Btw, I think that there's some problem with your ISP's DNS (different people reported me similar problems during last months) or with your router.