Trying to use this gem for caching a homepage that doesn't do much querying. However if I add layout: false then the speed drops dramatically.
Speeds:
- With no caching: 70ms
- With action caching: 6ms
- With action caching and layout: false: 200ms
So using action caching without caching the layout is significantly slower than doing no caching. Any ideas what could be causing this?