@ryantownsend Heh seeing it again on my timeline made me wonder about the views-per-month on my main server box that easily could serve 100× more requests without changing anything:
$ wc -l /var/log/syslog/NightmareMoon/local7_nginx/2024/10/*.log | grep total 3893344 total $ wc -l /var/log/syslog/NightmareMoon/local7_nginx/2024/09/*.log | grep total 3997733 totalYeaah, ~3.9M requests per month, I guess for page views you could divide by something like 10 although my stuff has caching so a page view can easily be just 1 request.