
Laravel Stash View
Russian Doll Caching for Blade Views
Creator
Bhushan Gaikwad @rckstrbhushan
Description
Stash view is a composer package for Laravel which caches blade views using Russian Doll Caching methodology. In a nutshell, It caches your views into chunks. This drastically improves speed of the website, reduces SQL queries and solves the n+1 problem.Visit Site