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.
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
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.
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 )
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.
Happy New Year!
HAPPY NEW YEAR TOO!!!
Lemme get my Wrench of Smiting and see what this crazy discourse thing is up toā¦
Yep.
Am going to office tomorrow, will run a few tests from a linux box there, and let you know.
Cheers!