Welcome Guest, Not a member yet? Register   Sign In
CI compile cache?
#8

[eluser]bretticus[/eluser]
It should be pointed out that this is what op cache extensions for PHP are meant to do (without you having to reinvent the wheel.)

http://en.wikipedia.org/wiki/PHP_accelerator

mencached

I think it should also be noted that besides some core files for loading other libraries, models, helpers, etc. the loader class only loads (includes) the files you need. Which in turn, makes this much lighter than including all your base classes and only using a smattering of each. CI is actually very fast because of this. Even the creator of PHP gave cudos to CI. Just make sure your controllers are on light side because, as you call them from the URL, they are the only files included (along with the files your controller loads.)


Messages In This Thread
CI compile cache? - by El Forum - 06-12-2009, 10:50 AM
CI compile cache? - by El Forum - 06-12-2009, 10:17 PM
CI compile cache? - by El Forum - 06-13-2009, 03:20 AM
CI compile cache? - by El Forum - 06-13-2009, 04:07 AM
CI compile cache? - by El Forum - 06-13-2009, 04:28 AM
CI compile cache? - by El Forum - 06-13-2009, 04:49 AM
CI compile cache? - by El Forum - 06-13-2009, 07:07 AM
CI compile cache? - by El Forum - 06-13-2009, 10:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB