Too big time to load pages.

All about the OSDev Wiki. Discussions about the organization and general structure of articles and how to use the wiki. Request changes here if you don't know how to use the wiki.
Post Reply
User avatar
osdever
Member
Member
Posts: 492
Joined: Fri Apr 03, 2015 9:41 am
Contact:

Too big time to load pages.

Post 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)
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.
Nable
Member
Member
Posts: 453
Joined: Tue Nov 08, 2011 11:35 am
Contact:

Re: Too big time to load pages.

Post 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.
User avatar
osdever
Member
Member
Posts: 492
Joined: Fri Apr 03, 2015 9:41 am
Contact:

Re: Too big time to load pages.

Post by osdever »

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.
Nable
Member
Member
Posts: 453
Joined: Tue Nov 08, 2011 11:35 am
Contact:

Re: Too big time to load pages.

Post 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.
Attachments
namenlos.png
namenlos.png (6.14 KiB) Viewed 4098 times
Post Reply