Outage since last night was my fault, derp

Did that at both work and home and still have the same issue. Maybe its a firefox thing?

Iā€™m using Firefox at work.

I did Shift+refresh on my system at home, closed the browser and accessed the site again. Seems to be working properly now.

I tried that to no avail. :thinking:

Huh. Interesting. All right, Iā€™ve made one reversionā€”if you guys wouldnā€™t mind poking at it a bit more over the next day, thatā€™d be helpful. I canā€™t duplicate any weirdness here, but we all know ā€œit works on my computer!ā€ is no excuse :slight_smile:

It loaded normally for me this morning.

At least youā€™re probably not responsible for the current massive CenturyLink outageā€¦

It worked this morning just fine!

Iā€™d be lying if I said I knew why the thing I changed made a difference (Iā€™d moved http -> https redirects down the stack, letting nginx do them instead of haproxy, and thatā€™s what I just reverted), but who the hell even knows with these computer things.

2 Likes

The problem is back today.

Can you help me understand a little bit more specifically about what youā€™re seeing? Is it with the chroniclesofgeorge main site, or the forums here? Are you accessing the site by typing into the URL bar, or by a bookmark? Which URL specifically are you using?

Trying to figure out how to reproduce the issueā€”not able to get anything other than very fast load times both direct and also VPNā€™d into work and running from a remote system there. Googleā€™s pagespeed measurement for the CoG main site shows pretty quick loads (image).

Iā€™d be especially interested to know if youā€™re navigating to chroniclesofgeorge.com or www.chroniclesofgeorge.com. Iā€™v got a 301 redirect in place on the former, because I want www there for pedantic cranky sysadmin reasons; it shouldnā€™t add more than a few milliseconds to page loads, but perhaps itā€™s misbehaving?

Hereā€™s the page loading in Chromeā€™s dev tools if I leave out the wwwā€”note the initial non-www ā†’ www 301 redirect:

The redirect adds about 200-300ms to the page load. (I get roughly similar results through the work VPN).

If you get to a point where you can repeatedly recreate the issue, can you look at the ā€œnetworkā€ tab in your Chrome or Safari or Firefox web tools and see if thereā€™s any obvious hang-up?

Anything helps! Would really love to figure out what this is so I can fix it once and for all.

You know, I wonder if this isnā€™t all DNS-related?

@Nabiki, if youā€™re on a mac or linux box, would you post the output of these two commands?

dig chroniclesofgeorge.com |grep -i 'Query time'
dig www.chroniclesofgeorge.com |grep -i 'Query time'

Run 'em each a few timesā€”the first time you run one, it might take as long as 200ms to resolve, but subsequent runs should return a much lower time as your system should cache the response.

If you get timeouts or long delays here, thatā€™s definitely indicative of some kind of funky dns issue.

If you do get timeouts or slow responses here, you can try directing the DNS queries to different resolvers to see if the results change:

dig @9.9.9.9 www.chroniclesofgeorge.com |grep -i 'Query time'
dig @8.8.8.8 www.chroniclesofgeorge.com |grep -i 'Query time'
dig @209.244.0.3 www.chroniclesofgeorge.com |grep -i 'Query time'

You can use any resolver you have access to.

(If youā€™re on Windows, then never mindā€”Iā€™m sure thereā€™s a way to do this but windows is dumb and I donā€™t use it for real work anymore so i have no idea what the dig equivalent is on windows these days :frowning: )

Unfortunately, I am using a Windows box. It didnā€™t happen today, but when I do have the issue, I am using a bookmark, and it takes a while to load, but loads a completely blank page. I refresh the page, and it works normally.
My DNS points towards Googleā€™s DNS (8.8.8.8) since Comcastā€™s DNS generally sucks.

This is my bookmark
Chronicles of George Forum

You can install dig on windows. Itā€™s a pain to do so, but itā€™s possible.

Earlier today CoG was totally unresponsive when I opened it on my android device.

Havenā€™t got access to a Linux box atm, but will make a plan. Maybe I have an ISO somewhere and can run a linux VM and do a bit of digging as per the above.

Same link I use from my iPad and Mac mini. No issues today or since you first reported this problem.

So just to be clear, @Nabiki and @ook, so i know where to lookā€”you guys are specifically talking about this forum, right? That would make senseā€”there are a lot of moving parts there to get screwed up.

Yes, the forum specifically. :slight_smile:
Happy New Year!

1 Like

HAPPY NEW YEAR TOO!!!

Lemme get my Wrench of Smiting and see what this crazy discourse thing is up toā€¦

2 Likes

Yep.

Am going to office tomorrow, will run a few tests from a linux box there, and let you know.

Cheers!

1 Like