Skip to content

Optimize layout_nav for main.js loading

We have a clear target of reducing the main.js bundle size and for that we should take a look to reduce the overall bundle size by making loading optional.

  • initWhatsNew should be a target

In experimental removal we have seen that we are able to reduce main.js size by 50KB with full removal.

Edited by Tim Zallmann