


My guess is that a majority of those are bots since this number barely changes.Index Page wrote:In total there are 617 users online :: 8 registered, 0 hidden and 609 guests (based on users active over the past 5 minutes)
That’s just a side effect of the super slow response times. It just loads and loads and loads and at one time the browser runs into timeout and skips loading.v-rob wrote:I've also had a situation where the CSS wasn't fully loaded, leading to a very basic view.
Interesting, as I made almost that exact same comment in chat the other day:)Linuxdirk wrote: During the last few weeks it feels like the forum was moved to a Raspberry Pi for home hosting with low bandwidth.
Code: Select all
2020-04-01 12:04:14: ACTION[Server]: CHAT: <Nemo> i think celeron55 needs a better webhost, or else he's running on a raspberry pi
Ha! :) Nice coincidence. Seems like you also have experience with running a Pi for hosting publicly available dynamic web sites :Dsorcerykid wrote:Interesting, as I made almost that exact same comment in chat the other day:)
Code: Select all
2020-04-01 12:04:14: ACTION[Server]: CHAT: <Nemo> i think celeron55 needs a better webhost, or else he's running on a raspberry pi
Sounds good because this is getting really annoying.rubenwardy wrote:There are hardware issues, possibly related to the record breaking number of views recently. celeron55 is on it
I load the forums in the background and come back after a few minutes to perform any action (or reload because internal server errors) and then do something else for a few minutes to wait for the page to load (or run into another internal server error)sorcerykid wrote:It looks like it may have been fixed. Or else it's just super good luck, because the page loads are blazingly fast now.
The site is really slow for me, I've spent more than 4 minutes waiting for the index to load.sorcerykid wrote:Does anyone know what's going on? I've been getting errors for the past few weeks, and pages take extraordinarily long to load. At first, I thought it might've just been a glitch, but then I checked IRC and several others have mentioned the forums being inaccessible or slow.
Is the horizontal axis the number of days and the vertical axis the number of forum crashes?Hume2 wrote:This might help :D
It's the number of tries to access the forum.BlueTangs Rock wrote:Is the horizontal axis the number of days and the vertical axis the number of forum crashes?Hume2 wrote:This might help :D
The chart looks funny but is actually pretty useless because HTTP response codes are not “measurable“ and the x axis has no legend. A timeline would be much more useful.Hume2 wrote:This might help :D
Code: Select all
LC_ALL=C curl -s -o /dev/null -I -w "$(date --iso-8601=minutes),%{time_total},%{http_code}\n" https://forum.minetest.net >> mt-status
Code: Select all
while true; do
LC_ALL=C curl -s -o /dev/null -I \
-w "$(date --iso-8601=minutes),%{time_total},%{http_code}\n" \
https://forum.minetest.net \
>> mt-status
sleep 60
done
Users browsing this forum: No registered users and 5 guests