html - How to cache specific parts of page in PHP intelligently? -


problem: i've website has 50k+ pages , of them updated once on creation time, building caching these pages not need frequent changes on content. i'm confuse few things.

  • if cache whole page, how preserve user login/logout status in sidebar
  • how cache meta tags page main caching done in middle of page expensive part far processing concerned.

take @ cache_lite pear module.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -