As of recently, our Discourse forum started timing out on most requests: https://caddy.community
No updates or changes were made when it started happening a few days ago. Sometimes it loads fine, but a few minutes later it will take minutes to load. (So if the above link loads fast for you, try again a few minutes later. You can also try with curl.)
We’re hosted on DigitalOcean.
Machine resources are not full: there’s plenty of CPU, RAM, disk, and network I/O available.
There are no errors in the logs, and no unknown processes running on the machine either. It’s been running fine for about 3 years but now it won’t load.
Does anyone know how to get the forum running quicker? We rebooted the machine and the forum still runs slowly.
Huh… dang, it is loading faster today. (Others in our community have also experienced it, I know it’s not just me, haha – but it can be intermittent, it seems.)
Hmm, it seems my ssh connections also time out sometimes.
I wonder if DigitalOcean is having network issues (they haven’t reported anything, though) – maybe I will have to open a ticket with DO to find out. It might not be specific to Discourse.
Time spent on Redis isn’t counted and can cause what you see. You will have to dig into the server and check if Redis is having trouble to persist changes to disk.
Oh let me correct myself a bit here. The time spent on redis won’t be on the broken down part of mini profiler, but be counted in the overall time in the first column. So looking at your screenshot, this doesn’t appear to be the case.
Does Caddy logs time waiting on the backend and overall time spent on each request? Is there a possibility that the reverse proxy was waiting?
Thanks for the idea Sam. I have looked at the network inspector before and I do not believe I remember anything too telling – but I’ll check it in more detail next time.
This tends to happen every few days or so, I’ll report back when it does!