thecodingmachine / mouf

The Mouf PHP framework: an open-source PHP framework providing an easy way to download, install, use and reuse components, with a graphical user interface.
MIT License
54 stars 28 forks source link

Vendor classmap is cached #150

Closed moufmouf closed 6 years ago

moufmouf commented 6 years ago

This is the ultimate optimization for classmap analysis performance. The whole analysis for the vendor dir is now cached. Cache is purged only on composer install/update/dumpautoload (see mouf/mouf-installer)