1. Faster PHP Lazy Loading of Classes with the Newer Version of LGCF Package
Updated on: 2019-05-29
Posted on: 2019-05-29
Lazy loading is a well known concept in the programming world to speedup tasks that are more important by retarding less important tasks until they are needed.
The LGCF package is an attempt to implement this concept real for the PHP classes auto-loading, as well for the global functions loading.
Despite the fact that the first version was functional and has even been nominated to the PHP Innovation Awards organized by PHP Classes, its performance was not really up to its potential.
Read this article to know more about how the latest version of this package has drastically been improved to reach 1000% of performance compared to the first one.
More ... Post a comment See comments (0) Trackbacks (0)
The LGCF package is an attempt to implement this concept real for the PHP classes auto-loading, as well for the global functions loading.
Despite the fact that the first version was functional and has even been nominated to the PHP Innovation Awards organized by PHP Classes, its performance was not really up to its potential.
Read this article to know more about how the latest version of this package has drastically been improved to reach 1000% of performance compared to the first one.
More ... Post a comment See comments (0) Trackbacks (0)