introduce virtualization section

This commit is contained in:
Matthias Glaub
2014-10-22 23:44:54 +02:00
parent 5d4be0884b
commit 239a4cd54c
12 changed files with 17 additions and 7 deletions

View 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.