decodeway°
This is the demo app for a study on where you run your code. It doesn't claim to be fast; it measures itself, live, from your browser. Open the same page on bare metal and on a managed host, and watch it tell two different stories.
Probe · run it yourself
Fire 60 real requests at the article render path — the one that parses Markdown, highlights code, and calls the recommendations service — and time every one in your browser.
Idle — nothing sent yet.
What's answering you
you ──►── web Rails 8.1 · Puma, one worker per core │ ├─► postgres articles, authors, users ├─► redis caches the feed, brokers jobs ├─► recs (go) recommendations & moderation └─► sidekiq async work, scaled by process
Live from the database