Title: Why?
Last modified: February 7, 2017

---

# Why?

 *  Plugin Author [WP Apps](https://wordpress.org/support/users/wp-apps/)
 * (@wp-apps)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/why-20/)
 * If you have ever developed large scale enterprise level WordPress plugins you
   probably have encountered the situation were you have tons of php class files.
   But you don’t need all of them all the time at run-time. To make sure that all
   these files are loaded you have write tons of lines of code to get all these 
   files loaded when needed.
 * Thanks to the WP Autoloader you can forget about writing any line of code to 
   include your class files. You have to take care about valid files hierarchy and
   thats all. Just make take care that your namespaces and files hierarchy is synchronised,
   put all them into the ./lib folder and WP Autoloader loads all of these classes
   automatically only when needed!
 * WP Autoloader can help to increase the performance of your WP plugins up to 99%!
   Tested! True!

The topic ‘Why?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-autoloader_7687a6.svg)
 * [WP Autoloader](https://wordpress.org/plugins/wp-autoloader/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-autoloader/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-autoloader/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-autoloader/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-autoloader/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-autoloader/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [WP Apps](https://wordpress.org/support/users/wp-apps/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/why-20/)