mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-19 03:51:15 +02:00
333 B
333 B
anchor
anchor |
---|
caching |
Caching
PHP is pretty quick by itself, but bottlenecks can arise when you make remote connections, load files, etc. Thankfully, there are various tools available to speed up certain parts of your application, or reduce the number of times these various time-consuming tasks need to run.