· August 26, 2020 · ⋆ Laravel You know it’s always a good idea to have something at your disposal using which you can improve the performance of your applications. When it comes to web applications, one of the many things that power them is database queries and that’s why it’s no surprise that you may want to optimize those and make your application a little faster! One of the ways using which you can “dramatically” improve the performance of your database queries is by caching them somewhere for some time.
For this, all we need to use is one of the cache drivers that Laravel supports.