ember-website icon indicating copy to clipboard operation
ember-website copied to clipboard

[REQUEST] Remove highcharts from initial page load

Open IgnaceMaes opened this issue 1 year ago • 0 comments

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

/

IgnaceMaes avatar Feb 21 '24 13:02 IgnaceMaes