Welcome Guest, Not a member yet? Register   Sign In
Could Memory Usage of CI reduced?
#6

[eluser]ivantcholakov[/eluser]
2.6MB memory usage is fine. On the other hand, the name of the configuration file "autoload.php" maybe is misleading for newcomers. Everything declared there loads immediately.

CodeIgniter 3 has the minimal required version 5.2.4 for PHP. This means the SPL (standard PHP library) is always available. spl_autoload_register() and related functions will be always available. I wonder then whether it is good for CodeIgniter to provide code/a way for lazy auto-loading of classes. I have my implementation, but I restrained myself to talk about such a feature, because I wait the release. Although coding is easy, such a feature needs some discussion. Some standard is needed.


Messages In This Thread
Could Memory Usage of CI reduced? - by El Forum - 05-22-2014, 07:33 AM
Could Memory Usage of CI reduced? - by El Forum - 05-23-2014, 11:38 AM
Could Memory Usage of CI reduced? - by El Forum - 05-23-2014, 04:34 PM
Could Memory Usage of CI reduced? - by El Forum - 05-23-2014, 04:50 PM
Could Memory Usage of CI reduced? - by El Forum - 05-23-2014, 07:06 PM
Could Memory Usage of CI reduced? - by El Forum - 05-24-2014, 12:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB