From 655e5ad2a1ed671b148c62678d97f6d51f5fe56a Mon Sep 17 00:00:00 2001 From: Roman Marintsenko Date: Tue, 10 Jul 2012 18:51:09 +0300 Subject: [PATCH] Fixed introduction wording a bit --- _posts/10-01-01-Caching.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_posts/10-01-01-Caching.md b/_posts/10-01-01-Caching.md index d4d22c4..cdcfdae 100644 --- a/_posts/10-01-01-Caching.md +++ b/_posts/10-01-01-Caching.md @@ -1,3 +1,4 @@ # 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. \ No newline at end of file +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. \ No newline at end of file