Easy PHP Caching in 15 minutes to improve performance - Cache MySQL query results

preview_player
Показать описание
Here's a very simple and fast way to get yourself started with PHP Caching.

In this video, I am showing you a real-world use case where Caching MySQL query results will help improve your PHP script performance.

You should not use Caching alone to try and "fix" slow MySQL queries, you should always make sure that your queries are as fast as possible first of all. The addition of caching will make everything even faster if everything else is done right.

The test in this video was done on a $5 basic VPS to show the potential results of before and after.

📝 Article about this video

📚Personal blog

🔥 My affiliate links if you want to support me

#php #programming #phpcaching
Рекомендации по теме
Комментарии
Автор

Super folositor, se poate face treaba asta si fara composer ? Ma refer strict folosind php vanilla

Axellplays
Автор

Interesting for sure. You add a PHP link with a variable, but what if you do different queries all from the same URL, like on a map with a search panel beside it ?

Ditzj
Автор

Difficult to decide which data should be cached

Sdirimohamedsalah