-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:ExpressionLanguageInterpreter expression language (aka canvas pipeline)Interpreter expression language (aka canvas pipeline)impact:lowAddressing this issue will have a low level of impact on the quality/strength of our product.Addressing this issue will have a low level of impact on the quality/strength of our product.loe:smallSmall Level of EffortSmall Level of Effort
Description
Make use of dynamic imports import() to code split various expressions plugin parts into separate .js bundles. Things to consider:
- Dynamically import expression functions.
- Dynamically import expression renderers.
- Bundle multiple expression functions in a single
.jsbundle. - Preload those parts during idle time.
Parent issue: #46909
joeyJsonar
Metadata
Metadata
Assignees
Labels
Feature:ExpressionLanguageInterpreter expression language (aka canvas pipeline)Interpreter expression language (aka canvas pipeline)impact:lowAddressing this issue will have a low level of impact on the quality/strength of our product.Addressing this issue will have a low level of impact on the quality/strength of our product.loe:smallSmall Level of EffortSmall Level of Effort