@ben
 can you share some details on what makes dev.to tick?
What kind of servers power the site and where is it hosted etc?
How long does it take to do a typical deployment?
I was reading the thread on what makes the site so fast and it sounds like you guys are leveraging CDN's (fastly).
Can you describe what a typical request/response is like for a article?
Keep it up!




We're a pretty basic Rails app hosted on Heroku. Deployment takes about a minute. Including CI tests, it's about 9 mins.
A typical request/response hits the CDN for static html with additional async calls to Rails-driven endpoints for additional info like personal info and reactions, etc.