mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-06-11 19:02:57 +00:00
Code-split the application (but without lazy loading, aka dynamic imports aka async modules, so all the assets are loaded on app load, not when requested: this is needed for ensuring an smooth experience over slow networks) Lighthouse performance score went from 66 to 77 There's still a lot of work to do, but this is a good start. Signed-off-by: Fernando Fernández <ferferga@hotmail.com>