Fixed introduction wording a bit

This commit is contained in:
Roman Marintsenko
2012-07-10 18:51:09 +03:00
parent 2b8cfcaab2
commit 655e5ad2a1

View File

@@ -1,3 +1,4 @@
# Caching # Caching
PHP applications on their own are relatively slow, but thankfully there's various (easy) ways to speed things up by using caching on various levels. 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.