Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 333 Bytes

14-01-01-Caching.md

File metadata and controls

8 lines (6 loc) · 333 Bytes
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.