Bear Blog (
https://bearblog.dev) has just hit 2000 blogs.
Due to the optimization of DB calls, the text-only content (no static files) and Cloudflare's awesome CDN, my single Heroku dyno is running at only 31% capacity.
Full stack:
- Django/python running on a Hobby dyno
- All HTML content is generated using Django templates
- Postgres also on a Hobby dyno
- Cloudflare CDN (free)
- Sendgrid for confirmation emails
- LetsEncrypt SSL certs
Thought this may be interesting :)
It’s the rate of requests it can handle that matters, which may explain why I’m getting an “Application error” page at the moment