n8 / multi_fetch_fragments

Multi-fetch Fragments makes rendering and caching a collection of template partials easier and faster.
http://ninjasandrobots.com/rails-faster-partial-rendering-and-caching
MIT License
539 stars 63 forks source link

don't calculate digests if we are handling cache key expiry ourselves #37

Open ghiculescu opened 6 years ago

ghiculescu commented 6 years ago

we are handling cache key expiry ourselves so assume we know what we are doing and don't care about digests

provides substantial speedup