DEV Community

Laravel 5: Use Query Caching to make your App really fast

Kevin Woblick on March 03, 2019

I am currently rebuilding one of my oldest side projects, the Game Quotes Network. As a content-heavy application with a lot of stuff stored in the...
Collapse
 
azazqadir profile image
Muhammad Azaz Qadir

To optimize database performance in Laravel, you can also enable Database cache or use Memcached in Laravel. To enable database cache, you will have to setup a table with schema decleration. To enable memcached, you will have to edit .env file and add memcached as the file type.