mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-09-01 01:21:50 +02:00
introduce virtualization section
This commit is contained in:
8
_posts/14-01-01-Caching.md
Normal file
8
_posts/14-01-01-Caching.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
anchor: caching
|
||||
---
|
||||
|
||||
# Caching {#caching_title}
|
||||
|
||||
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.
|
Reference in New Issue
Block a user