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

Send timestamp with initial request. #268

Open
jcblw opened this issue Jan 25, 2022 · 0 comments
Open

Send timestamp with initial request. #268

jcblw opened this issue Jan 25, 2022 · 0 comments
Labels
devtools issue or PR for the finch-graphiql-devtools package. performance

Comments

@jcblw
Copy link
Contributor

jcblw commented Jan 25, 2022

I am doing some performance work, and my brain got thinking around how the messages panel works in the dev tools. Currently, the timing is based.

Messaged received in background -> message response sent.

It would be nice to be able to potentially see any IPC time even though it should be tiny. It would be interesting to be able to get a more full timing of messaging especially if there are potential issues with the background process that is making it not accept connections right away. So now timing would be.

Message sent -> Messaged received in background -> message response sent.

Message sent to message received would represent time spent in IPC.

@jcblw jcblw added devtools issue or PR for the finch-graphiql-devtools package. performance labels Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devtools issue or PR for the finch-graphiql-devtools package. performance
Development

No branches or pull requests

1 participant