Pages fail to load??

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

zullil
Posts: 6442
Joined: Tue Jan 09, 2007 12:31 am
Location: PA USA
Full name: Louis Zulli

Pages fail to load??

Post by zullil »

Is it just me? Pages on this website intermittently "hang" and or time out. It varies depending on the network I'm on, ranging from barely noticeable to frequent enough to make the site unusable. The behavior is independent of which browser I use, and happens even with a freshly-installed web browser that I've never used previously. It also happens from a command line, and looks like this:

Code: Select all

$ curl -v http://talkchess.com/forum3/viewforum.php?f=2


												<div class="pagination">
							<span><i class="icon fa-clone fa-fw" aria-hidden="true"></i></span>
							<ul>
* Recv failure: Connection timed out
* Closing connection 0
curl: (56) Recv failure: Connection timed out
If it's just me, which seems hard to believe, then I'll start by contacting admins on the worst performing network.
User avatar
Eelco de Groot
Posts: 4561
Joined: Sun Mar 12, 2006 2:40 am
Full name:   

Re: Pages fail to load??

Post by Eelco de Groot »

I unnderstand from your post in the Help and Suggestions subforum Louis, that it was when visiting the website from your University network? No delays here but occasionally when I have not been here for a while, when you go to the main index the site wants to load some new code(?) and there is a red bar that appears shortly, it goes away too quickly to read it but I think it has something to do with HGM's code, maybe for displaying the FENs and pgns, but I'm not sure. It is just a guess but maybe that is where it stalls? Otherwise I wouldn't know.
Debugging is twice as hard as writing the code in the first
place. Therefore, if you write the code as cleverly as possible, you
are, by definition, not smart enough to debug it.
-- Brian W. Kernighan
zullil
Posts: 6442
Joined: Tue Jan 09, 2007 12:31 am
Location: PA USA
Full name: Louis Zulli

Re: Pages fail to load??

Post by zullil »

zullil wrote: Thu Aug 29, 2019 8:56 pm Is it just me? Pages on this website intermittently "hang" and or time out. It varies depending on the network I'm on, ranging from barely noticeable to frequent enough to make the site unusable. The behavior is independent of which browser I use, and happens even with a freshly-installed web browser that I've never used previously. It also happens from a command line, and looks like this:

Code: Select all

$ curl -v http://talkchess.com/forum3/viewforum.php?f=2


												<div class="pagination">
							<span><i class="icon fa-clone fa-fw" aria-hidden="true"></i></span>
							<ul>
* Recv failure: Connection timed out
* Closing connection 0
curl: (56) Recv failure: Connection timed out
If it's just me, which seems hard to believe, then I'll start by contacting admins on the worst performing network.
Resolved. Finally. Was essentially a local network hardware issue, which greatly amplified occasional slowness from this site.
User avatar
Eelco de Groot
Posts: 4561
Joined: Sun Mar 12, 2006 2:40 am
Full name:   

Re: Pages fail to load??

Post by Eelco de Groot »

Good to hear! But if you have more details is there maybe something the administrators could learn, why this site was slowed down in your case? I can imagine that not being https would mean some different behaviour, that might be something to look at perhaps..
Debugging is twice as hard as writing the code in the first
place. Therefore, if you write the code as cleverly as possible, you
are, by definition, not smart enough to debug it.
-- Brian W. Kernighan
zullil
Posts: 6442
Joined: Tue Jan 09, 2007 12:31 am
Location: PA USA
Full name: Louis Zulli

Re: Pages fail to load??

Post by zullil »

Eelco de Groot wrote: Thu Sep 05, 2019 12:11 am Good to hear! But if you have more details is there maybe something the administrators could learn, why this site was slowed down in your case? I can imagine that not being https would mean some different behaviour, that might be something to look at perhaps..
All my internet traffic was being limited to 10 Mb/s on a 1000 Mb/s network. What's remarkable was that it took me so long to realize this. As far as I can tell, of the (relatively few) web sites I visit, only this site showed obvious symptoms, at least occasionally. Now that my connection is back to 1000 Mb/s, I'm no longer recognizing the issues I had previously with this site. That's all I can really say.