By mathewbyrne
via akrabat.com
Published: Jul 12 2008 / 09:46
Recently I needed to speed up a legacy project that makes a lot of database calls to generate each page. After profiling, I discovered that 90% of the database calls returned data that rarely changed, so decided to cache these calls. One of the nice things about Zend_Framework is that its use-at-will philosophy means that you can use any given component with minimal dependencies on the rest of the framework code.
Add your comment
Voters For This Link (11)
-
mathewbyrne -
mswatcher -
skoop -
raphael76 -
alashcraft -
matt -
ee_smajors -
antych -
dezobi.net -
musher -
thinkingserious


