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