Closed iccaprar closed 1 year ago
When building smartedittools smartedittools.only.build.once=false, the discovery of existing extensions in the project folder slows a lot (from a few seconds to minutes), because it scans for extensioninfo.xml files in all the node_modules folders.
smartedittools.only.build.once=false
extensioninfo.xml
node_modules
The message logged in info level: Loaded extensions information from project custom folder in T ms
Loaded extensions information from project custom folder in T ms
where T jumps from 1000-2000 to 50k-150k.
Fixed by #50
released with 3.9.1
When building smartedittools
smartedittools.only.build.once=false
, the discovery of existing extensions in the project folder slows a lot (from a few seconds to minutes), because it scans forextensioninfo.xml
files in all thenode_modules
folders.