Skip to content

Performance boost using dynamic imports

Sandro Lutz requested to merge performance-boost-dynamic-imports into master

The website took too long to load because the JavaScript bundle was way too big. This resulted in a bad loading time.

With this MR, dynamic imports are used to load additional resources asynchronously in a convenient way. This drastically decreases initial loading time and therefore increases the performance ranking of Google Lighthouse [1].

[1] https://developers.google.com/web/tools/lighthouse/

Edited by Sandro Lutz

Merge request reports