Performance boost using dynamic imports
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].
Edited by Sandro Lutz