performance

How to reduce 1002 MySQL queries in one page to 0 (zero) queries? In this tutorial, I will show how to use laravel model caching. This great library allows to fully cache entire eloquent objects and reduce queries to 0. Self-invalidating feature allows to regenerate data from database on model save, update, create etc..

Continue Reading

Here are 14 performance tips and ideas that I use for  Laravel Applications. Not all are related to Laravel but also worth reading.

Continue Reading