![]() |
Using CI for caching only - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Using CI for caching only (/showthread.php?tid=5867) |
Using CI for caching only - El Forum - 02-06-2008 [eluser]Unknown[/eluser] I'm interested in CI for a couple of sites I have simply to get me to code a little neater. I think conforming my own code to CI standards will probably help me better in the long-run. However, in the meantime, I'm interested getting at least a few hard hit pages to cache. Those dynamic pages that are hit thousands of times per day, but only update a few times. Even if it's just 10 minute caching, it'll work well. Is that overkill though? Adding CI just for caching? I started the post to say I have intentions to use CI more, but intentions and actions aren't always hand-in-handm as I'm sure many here know ![]() |