magemello/gulp-license-check

License header template is loaded for every file checked

Closed this issue · 0 comments

There's a performance issue in isLicenseHeaderPresent funciton. It calls readLicenseHeaderFile each time without caching, so for 1k files the same header will be loaded 1k times.