Showing 6 videos tagged with caching

Dynamic Page Caching

00:11:38 railscasts.com
Use JavaScript to allow dynamic content in a page cache. In this episode I show you how to insert the user-specific content into a page through JavaScript

Railscast - Episode 1: Caching with Instance Variables

00:02:06 railscasts.com
Learn a quick way to improve performance. Just store the end result of an expensive command in an instance variable!

Railscast - Episode 89: Page Caching

00:06:31 railscasts.com
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.

Railscast - Episode 90: Fragment Caching

00:06:54 railscasts.com
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.

Railscast - Episode 93: Action Caching

00:07:04 railscasts.com
Action caching behaves much like page caching except it processes the controller filters. You can also make it conditional as seen in this episode.

Railscast - Episode 115: Caching in Rails 2.1

00:08:47 railscasts.com
Rails 2.1 brings some new caching features which makes it very easy to cache any values including models. See how in this episode.