CodeIgniter Forums
Building Enterprise level application using Codeigniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Building Enterprise level application using Codeigniter (/showthread.php?tid=9496)

Pages: 1 2


Building Enterprise level application using Codeigniter - El Forum - 06-27-2008

[eluser]Nikhil Vijayan[/eluser]
Thanks everyone for your replies.

Caching is a good idea to improve performance. But CI caches the whole page.

My project is an auction project which will have many dynamic parts in one page.

so i am not clear how we can cache the parts ... Can anyone help me ?


Building Enterprise level application using Codeigniter - El Forum - 06-28-2008

[eluser]RaZoR LeGaCy[/eluser]
Use the Zend Framework Zend_Cache to cache whatever piece you need.


Building Enterprise level application using Codeigniter - El Forum - 06-28-2008

[eluser]louis w[/eluser]
Also might want to check out KhCache. I have not used it before, but it comes up a lot on these forums.