Community
Participate
Working Groups
In BuildDirector.computeElements() it looks like the build.properties for the current feature is repeatedly loaded by calling Properties featureProperties = getBuildProperties(feature); inside the for loop iterating over the contents of the feature. The build.properties for the feature should not change during the build (at least not while the feature is being processed) so a small performance improvement could be had by moving that line to before the for loop.
fixed