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

Make documentation faster #973

Open
rom1504 opened this issue Jan 10, 2025 · 2 comments
Open

Make documentation faster #973

rom1504 opened this issue Jan 10, 2025 · 2 comments

Comments

@rom1504
Copy link
Member

rom1504 commented Jan 10, 2025

if we need to make the documentation load faster, the main thing to do is to stop using jquery datatable
as most of the time is spent in https://github.com/DataTables/DataTablesSrc/blob/7014cf2dd12427391f894e5d3c2677d8476b9b33/js/core/core.draw.js#L34

image

reimplementing with litelement + table is easy enough and would be faster

@rom1504
Copy link
Member Author

rom1504 commented Jan 10, 2025

I think this is low priority as the current time is fine

@rom1504
Copy link
Member Author

rom1504 commented Jan 10, 2025

out of curiosity I kept only protocol which does not use datatable and it's much faster (0.5s vs 3s rendering)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant