Latest Screencasts (page 3)
Episode #5 - Advanced Page Caching
Scaling Rails Series - 2009-02-05 - free
Page caching is pretty simple to do, but what happens when you need pagination or dynamic data on your pages? Can you still use page caching? In this screencast we’ll start out showing how to solve these problems and finish up with my first rant of the series "Login status is overrated."
Watch this screencastIntroduction
Scaling Rails Series - 2009-01-22 - free
Welcome to the Scaling Rails Screencast Series produced by Gregg Pollack and supported by New Relic.
Watch this screencastEpisode #1 - Page Responsiveness
Scaling Rails Series - 2009-01-22 - free
Before we can talk about Server-side performance, we need to go over Client-side performance. We’re talking about how fast your website comes up in a user’s browser.
Watch this screencastEpisode #2 - Page Caching
Scaling Rails Series - 2009-01-22 - free
Ruby on Rails comes with several caching mechanisms out of the box, starting with Page Caching. In this episode we show how to implement Page Caching in a simple blog application.
Watch this screencastEpisode #3 - Cache Expiration
Scaling Rails Series - 2009-01-22 - free
When you start caching html content which depends on data in your database, what happens when that data changes? You’re going to need to expire that cache, and in this episode, we show you how Rails makes this quite easy.
Watch this screencastEpisode #4 - New Relic RPM
Scaling Rails Series - 2009-01-22 - free
Before you attempt to Scale your Rails application, you need to know where and how to scale it. This is where New Relic’s RPM service comes in. In this screencast we’ll show you how easy it is to setup, and how useful it can be to monitor your Rails app.
Watch this screencastScaling Ruby
Envycasts - 2008-11-16 - paid
Learn how to write faster Ruby applications and gain a deeper understanding of what it takes to scale Ruby. Topics covered: processes & threads, green vs native threading, eventmachine, process messaging, dropping to c, learning ruby-prof, speeding up ruby code.
Watch this screencastEpisode 041: MySQL Clustering
Sdruby - 2008-04-28 - free
Rob Kaufman takes on database scaling with MySQL. This talk will walk you through setting up a Master (read write) Slave (read only) MySQL network, as well as a Master Master, or Multi-Master network. The talk will also cover the whys and when of database clustering. Bonus content: download the slides from this talk.
Watch this screencast