I am on my way to Improving the performance of my Laravel app. After googling for sometime I've implemented some of the best practices to increase the performance.
But now I came to realise that my laravel app executes lot of select queries and the data on my site don't changes so often. Therefore I decided to implement caching and I came to know that varnish is the best for this purpose. But that's a quite complicated thing to get started with. Therefore I want to know If there is equivalent solution which is not so complicated as varnish. I am looking for a Laravel package that automatically cache the response generated by laravel app.