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

The hosted HTTP server is slow to load files #533

Open
17Reset opened this issue Dec 26, 2024 · 3 comments
Open

The hosted HTTP server is slow to load files #533

17Reset opened this issue Dec 26, 2024 · 3 comments

Comments

@17Reset
Copy link

17Reset commented Dec 26, 2024

If I use the cli command like this, the browser will quickly load the report:

vizviewer --once result.json

image

If I start the hosting server and then type the address into the browser, the browser will load for a long time without results

vizviewer --server_only result.json

image

@gaogaotiantian
Copy link
Owner

I noticed that sometimes the trace loading would stuck. However, I don't think it's related to --once because they are using the exact same http server code. This is kind of spontaneous and I think that's some Perfetto artifact.

@17Reset
Copy link
Author

17Reset commented Dec 26, 2024

Is there a good way to circumvent this problem?

@gaogaotiantian
Copy link
Owner

Normally I just refresh the page and that should work - if you see a loading percentage that's an indicator that it's loading.

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

No branches or pull requests

2 participants