ember-learn / ember-website

The emberjs.com website.
https://emberjs.com/
MIT License
86 stars 185 forks source link

[REQUEST] Remove highcharts from initial page load #1086

Open IgnaceMaes opened 6 months ago

IgnaceMaes commented 6 months ago

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

/