DEV Community

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

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.