I use registerDirs
to register a lot of classes, the documentation says:
This option is not recommended in terms of performance, since Phalcon will need to perform a significant number of file stats on each folder..
So, I want to cache the loader in file or memcached, is this necessary?