-
Improvement
-
Resolution: Fixed
-
Minor
-
3.2.0
Currently, each time an extension metadata is needed, the file system is accessed. It is possible to optimize this by caching the metadata objects once created, and reuse them if needed, saving disk accesses. Using a lazy-load strategy, it only loads what is needed, but only once.