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)
Too big time to load pages.
Re: Too big time to load pages.
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.
- abcdef4bfd
- Member
- Posts: 492
- Joined: Fri Apr 03, 2015 9:41 am
Re: Too big time to load pages.
The first GET request is about 22000 ms, everything after it is loading fine.
Re: Too big time to load pages.
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.
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.
- Attachments
-
- namenlos.png (6.14 KiB) Viewed 5517 times