-
Notifications
You must be signed in to change notification settings - Fork 20
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
Perfomance problems in path-viewer #814
Labels
Comments
|
vrozaev
added a commit
that referenced
this issue
Oct 18, 2024
… "get /" command might lead to perfomance issue [#814]
ma-efremoff
pushed a commit
that referenced
this issue
Oct 18, 2024
… "get /" command might lead to perfomance issue [#814]
This was referenced Oct 18, 2024
This was referenced Nov 12, 2024
This was referenced Nov 22, 2024
This was referenced Nov 29, 2024
This was referenced Dec 16, 2024
This was referenced Jan 30, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Right now path-viewer has perfomance problems, which a especially clear on default case.
By default, path-viewer trying to make
get /
command, which leads to massive response. Interface trying to render whole response in the same time and it's leads to interface lags and might even doesn't allow to use path-viewer.Solution
There is no clear solution at the moment, but next things could be done on ui side:
get /
command tolist
- at least this change prevent perfomance problems right after path-viewer open.The text was updated successfully, but these errors were encountered: