Items tagged with javascript

Show:  All  |  Blog Posts

Blog Posts

Page Caching with Dynamic Content in Rails

Jul 1, 2009

I use a lot of page caching to speed up the load time of my Rails apps. I recently ran into a problem, however, where I needed to cache a page which had some dynamic content on it. Specifically, the page in question was a client’s home page:...

Tagged: ruby on rails, page caching, dynamic content, ajax, javascript