Tutorials




Ludicrously Fast Page Loads - A Guide for Full-Stack Devs
Server response times, while easy to track and instrument, are ultimately a meaningless performance metric from an end-user perspective. Actual end-user response to the word ‘microservices’ End-users don’t care how fast your super-turbocharged bar...

Hacking Your Webpage's Head Tags for Speed and Profit
Most of us developers settle for page load times somewhere between 3 and 7 seconds. We open up the graph in NewRelic or webpagetest.org, sigh, and then go back to implementing that new feature that the marketing people absolutely must have deploye...

rack-mini-profiler - the Secret Weapon of Ruby and Rails Speed
rack-mini-profiler is a powerful Swiss army knife for Rack app performance. Measure SQL queries, memory allocation and CPU time.rack-mini-profiler is a a performance tool for Rack applications, maintained by the talented @samsaffron. rack-mini-pro...



How Changing WebFonts Made Rubygems.org 10x Faster
I’m passionate about fast websites. That’s a corny thing to say, I realize - it’s something you’d probably read on a resume, next to a description of how “detail-oriented” and “dedicated” I am. But really, I love the web. The openness of the Web h...

How to Measure Ruby App Performance with New Relic
New Relic is a great tool for getting the overview of the performance bottlenecks of a Ruby application. But it's pretty extensive - where do you start?It’s 12pm on a Monday. Your boss walks by: “The site feels…slow. I don’t know, it just does.” H...