Any chance a cache system could be implemented to reduce load? perhaps a PHP file with an array associating class names with file paths. Then the autoloader would only need to be called once in the applications life span (if all goes well).
Log in to post a comment.