most inefficient autoloader I have ever seen
-
The site is terribly slow after enabling this plugin (0.15s with plugin disabled and 2.7s with enabled). This is caused by a very poor autoloader with recursive directory traversal making more than 5500+ misses before loading 10 required files. Moreover, it makes several substr() + preg_match() + str_replace() calls in every check.
Author must pay more attention to quality of the code.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘most inefficient autoloader I have ever seen’ is closed to new replies.