November 2008
Intermediate to advanced
432 pages
13h 39m
English
| This chapter covers |
|
Caching refers to taking a computationally expensive task, such as a database query or intense mathematical calculation, and storing the result so that next time the result can be quickly retrieved from the cache instead of repeating the task. This chapter will explain the benefits of caching, show you how to take advantage of these benefits using Zend Framework’s Zend_Cache, and guide you through the process for choosing appropriate cache settings for your application.
On one project, Steven’s client was told that the shared hosting account they were using ...
Read now
Unlock full access