This change makes two component-adding methods accept key-value objects (in addition to their original method signatures for backward compatibility). This should improve performance by...
Reducing app.js size by 36718 bytes (1063 bytes gzipped).
Calling $A.componentService.addLibraryExporter once in app.js instead of 151 times.
Calling $A.componentService.addComponent once in app.js instead of 707 times.
Additionally, several for loops inside AuraComponentService have been optimized.
This change makes two component-adding methods accept key-value objects (in addition to their original method signatures for backward compatibility). This should improve performance by...
$A.componentService.addLibraryExporter
once in app.js instead of 151 times.$A.componentService.addComponent
once in app.js instead of 707 times.Additionally, several for loops inside AuraComponentService have been optimized.