Subscribe to PHP Freaks RSS

Delicious Brains: Optimizing Laravel Part 3: Improving Performance with Object Caching

syndicated from www.phpdeveloper.org on June 5, 2019

            This is article 3 of 3 in the series “Optimizing Laravel”

In my last article we looked at what a database index is and how we can use database indexing to improve the query performance of a Laravel application.

In this article, we’re going to look at how to use ...