Currently class_exits is not passing second parameter as false, in blocklib.php and pluginlib.php, because of which autoloader is called and hence can hit performance with autoloader functionality.
Look at other usage of class_exists function and pass second param as false, where appropriate.
- blocks
-
MDL-39854 Automatic class loading
- Closed