PhileCMS / Phile

A flat file CMS with a swappable parser and template engine.
https://philecms.github.io/
Other
256 stars 48 forks source link

[2.0] improve plugin autoloading #262

Closed Schlaefer closed 9 years ago

Schlaefer commented 9 years ago

Make sure every plugin folder is only registered once. Not an issue in normal web usage but when running test-cases.

Small performance improvement: only one autoload call, only one classPath evaluation necessary.