I know that ->registerDirs is slow, because Phalon then needs to iterate through all directories to load a class. But I found out that even I directly register via ->registerClasses, the loading is still slow. (I know because Im using virtualbox, and its slow). BUT if I remove ->registerDirs - voila! Its superfast!