Latest Free Screencasts (page 3)
Episode #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 screencastRailsCasts #137 Memoization
Railscasts - 2008-11-24 - free
Rails 2.2 is out! In this episode I show how to upgrade Rails and then demonstrate one of the new additions: Memoization.
Watch this screencastRailsCasts #127 Rake in Background
Railscasts - 2008-09-15 - free
In need of a background process? You may be able to accomplish this with a simple Rake task. See how in this episode.
Watch this screencastRailsCasts #115 Caching in Rails 2.1
Railscasts - 2008-06-23 - free
Rails 2.1 brings some new caching features which makes it very easy to cache any values including models. See how in this episode.
Watch this screencastRailsCasts #98 Request Profiling
Railscasts - 2008-03-24 - free
You can use profiling to determine where the performance bottlenecks are in specific Rails actions. Watch this episode for details.
Watch this screencastRailsCasts #97 Analyzing the Production Log
Railscasts - 2008-03-17 - free
In order to improve performance of your Rails application you need to find the bottlenecks. A great starting point is your production log. In this episode you will see how to use RAWK to analyze your log file and determine which controller actions take up the most processing time.
Watch this screencastRailsCasts #93 Action Caching
Railscasts - 2008-02-17 - free
Action caching behaves much like page caching except it processes the controller filters. You can also make it conditional as seen in this episode.
Watch this screencastRailsCasts #90 Fragment Caching
Railscasts - 2008-01-27 - free
Sometimes you only want to cache a section of a page instead of the entire page. Fragment caching is the answer as shown in this episode.
Watch this screencastRailsCasts #89 Page Caching
Railscasts - 2008-01-20 - free
Page caching is an efficient way to cache stateless content. In this episode I will show you how to cache the dynamic javascript we created last week.
Watch this screencastRailsCasts #23 Counter Cache Column
Railscasts - 2007-04-25 - free
If you need to display the record count for a has_many association, you can improve performance by caching that number in a column.
Watch this screencast