CodeIgniter Forums
CodeIgniter APC Opcode Caching - 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: CodeIgniter APC Opcode Caching (/showthread.php?tid=56342)



CodeIgniter APC Opcode Caching - El Forum - 12-12-2012

[eluser]Unknown[/eluser]
Hello,

We are building web application using CodeIgniter, and we have done opcode caching using APC.

After some investigation we found that only few files are being cached by APC.

We found that CodeIgniter is internally using include in Loader.php, Routes.php, CodeIgniter.php etc.

We changed include to include_once in framework code just to verify and it started being cached in APC.

We dont want to modify framework files so please suggest what other changes required to make this caching working on all files.

Thanks.