Laravel Speed and Performance Optimization 101 – The Guideline
I am working with a pretty heavy Laravel site with many requests and lots of Eloquent/SQL calls. Even though the high-memory and high-cpu VPS, I felt there is room for performance improvement. That is why I would like to write out some improvements to speed up Laravel: 1. Use Database or Redis for cache and sessions […]
Laravel Speed and Performance Optimization 101 – The Guideline Read More »