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.
Too big time to load pages.
Developing U365.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
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.
Re: Too big time to load pages.
The first GET request is about 22000 ms, everything after it is loading fine.
Developing U365.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
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 5136 times