Nico Hagenburger wants to give this talk

Speed up with CDNs

A shorter version of my RubyConfPH talk “Incredibly Fast Web Apps Without Touching Ruby” focussing on using CDNs.

Get your web app extremely fast by optimizing it outside of the app itself. If done right, it’s possible to reduce your loading times to less than 50 ms by using a CDN in front of your app, moving some kind of code into JavaScript, setting the right headers, and using localStorage. I’ll show you the easy and the lessons learned transforming a Rails app.