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

Speedup loading #10

Open
nthiery opened this issue Sep 10, 2019 · 1 comment
Open

Speedup loading #10

nthiery opened this issue Sep 10, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@nthiery
Copy link
Owner

nthiery commented Sep 10, 2019

Currently it takes about 9 s to launch laby from a fresh kernel instance. At least 4-5 seconds are taken by the instantiation of the templates for the few types of widgets used (buttons, html, sliders, ...). Our QuantStack guru Wolf says: ``there is a definitive urge to do something and I already tried my hand on it before but right now it will be impossible for me to do any meaningful work on this. I think it's more or less similar for the others; it would be great though''.

@nthiery nthiery added the enhancement New feature or request label Sep 17, 2019
@nthiery
Copy link
Owner Author

nthiery commented Jan 15, 2020

Update: with the latest version of xwidgets, the instantiation of widgets is now instantaneous. So the slow start of laby is entirely due to the templates used there. They are not really needed, so the code should be simplified to not use templates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant