It turns out that we still have custom autoloader for our mediawiki integration.
This autoloader is useless since we rely on composer for autoload and takes ~50% of the rendering time on simple pages

From 550ms to 270ms on my dev instance, not that bad for dead code removal.