Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perf: Improve time to render of Nextcloud via lazy-loading #1454

Merged
merged 2 commits into from
Feb 14, 2023

Commits on Feb 13, 2023

  1. Perf: Improve time to render of Nextcloud via lazy-loading

    This will reduce the initial js bundle to be loaded on each NC page from 1.5MB to 150KB, with the rest of the code being immediately preloaded asynchronously
    
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    9ef3214 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. chore(assets): Recompile JS

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    3ac1324 View commit details
    Browse the repository at this point in the history