Welcome Guest, Not a member yet? Register   Sign In
Better Caching Support and Ideas
#1

[eluser]meridimus[/eluser]
Hey everyone,

I was wondering what support there is in PHP and CI for multi portion caching. For example, if my page is split into 3 areas:

* Site Navigation (content is updated very rarely, can be permanently cached)
* Latest Blog Reel (content is update daily, can be cleared when a new blog post is created)
* Most recent signups (content is updated by the minute, so a 1 minute cache would be good here)

What are my options for something like this using PHP5, CI and MySQL? Is there something available that I can configure in my mysql installation, like query caching?

Bear in mind that my site runs on the mediatemple grid, it would be great to know about something (even a guide) that would help me get this running better.

Thanks a bunch!




Theme © iAndrew 2016 - Forum software by © MyBB