XenBot
Supervisor
- Thread starter
- Staff
- #1
XenBot submitted a new resource:
Class Map Autoloader - Builds a Class Map for XenForo
Read more about this resource...
Class Map Autoloader - Builds a Class Map for XenForo
So apparently a class map MIGHT be faster in some instances so I just winged it and got classmaps working in XenForo.
I honestly have not done any performance testing so if anyone want's to test it out that would be awesome
It will only call the class map for whatever initializing file you choose (index.php, admin.php).
To install, just upload the files and install the XML.
Open up index.php in your XenForo root and change this line:
Code:require($fileDir ...
Read more about this resource...