"800 ms time to first load to 80 ms"<p>It's a mistake to equivocate TTFB with being 10x faster for the user. It's clickbait. The vast majority of that speedup is not from using static files, but from putting the data on a global CDN (Amazon's Cloudfront in this case - Netlify didn't build their own.)<p>Put it this way: if you have caching, and a page on your site gets hit 1000 times, 999 times it's going to be as fast for the user no matter what the backend technology used is because it's not going to the backend. So if the first hit takes 800 msec against Wordpress, then the other 999 requests take 80 msec, then using the static file instead of Wordpress only makes it 1% faster, not 10x faster.<p>For the record, the new Smashing Magazine design is visually complete in about 4.5 seconds: <a href="https://www.webpagetest.org/result/170318_MY_PJ5/1/details/#waterfall_view_step1" rel="nofollow">https://www.webpagetest.org/result/170318_MY_PJ5/1/details/#...</a><p>The old one is visually complete in about 5.8 seconds: <a href="https://www.webpagetest.org/result/170318_T8_Q2D/1/details/#waterfall_view_step1" rel="nofollow">https://www.webpagetest.org/result/170318_T8_Q2D/1/details/#...</a><p>So, in both cases, time to first byte is a small fraction of how much time it takes for the page to look done to the user, and by no reasonable criterion should it be considered 10x faster now.<p>By putting their stuff on a decent CDN instead of whatever the heck "auslieferung.commindo-media-ressourcen.de" is, they made their page 25% faster. That's great! But it's bizarre to see something that is pretty much how Movable Type worked in 2002 as a breakthrough in web performance or technology.<p>The secret sauce here is using a global CDN, not being buzzword compliant. Setting up Varnish is not particularly hard. Setting up Cloudfront or another CDN is not particularly hard. You could do that and still use Wordpress, if that's what you like.