Categories
- BLOG -

Support for WordPress 5.9 added

WP AutoLoader now is officially compatible with WordPress 5.9.

Please remember, an exact version match is not critical. We have tested WordPress 6.0 and it works just fine as well!

What is WP AutoLoader?

WordPress is largely built upon procedural functions. PHP natively supports autoloading for classes but not procedural functions. This means that WordPress requires loading a large number of PHP functions for each page request which costs unnecessary time wastage.

WP AutoLoader uses sophisticated code parsing techniques to extract all PHP functions into their own individual files, leaving behind empty shells in the original function definition files. This greatly lightens the processing load, leading to time and memory savings!

Moreover, our setup and reset scripts are intuitive and provide helpful feedback along the entire process.

WP AutoLoader also bootstraps core WordPress functions that it has determined to be most commonly used, in addition to parsing and enabling auto loading for core PHP classes. Combined, this product attempts to optimize the WordPress core, greatly.