You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently Highcharts is fetched on initial page load. This is a quite a significant package size that is being loaded, while it might not be used on the page. It's only used on the Survey page.
Describe the solution you'd like
Lazy load highcharts using await import() so it can get split into a separate chunk by ember-auto-import.
Describe alternatives you've considered
/
Additional context
/
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently Highcharts is fetched on initial page load. This is a quite a significant package size that is being loaded, while it might not be used on the page. It's only used on the Survey page.
Describe the solution you'd like
Lazy load
highcharts
usingawait import()
so it can get split into a separate chunk byember-auto-import
.Describe alternatives you've considered
/
Additional context
/
The text was updated successfully, but these errors were encountered: