Archive for September 26th, 2006
PHP Fragment cache solution
PHP Fragment cache solution Sometimes we want to cache a part php script rather caching the whole page.

For example above right side list is updating after 1 hour, so why not cache it for 1 hour rather shooting database for each request.
My illustration will cache a time stamp (so when can verify when it was updated lastly):




