rangle/block-drop

Optimize game loading

Closed this issue · 0 comments

The current behaviour of lazy loading in the frameworks when they are first switched to is causing a noticeable delay in first render of each framework. These visual delays need to be removed.

Non-exhaustive list of possible implementation options:

  • Eagerly load all framework code at first load
  • Include <script async> or <link rel="preload"> tags to get the async bundles loaded faster