warrenday / graphql-network-inspector

A better network inspector for viewing and debugging GraphQL requests.
MIT License
466 stars 46 forks source link

Tracing performance #66

Closed christo8989 closed 2 years ago

christo8989 commented 2 years ago

Description

Adds virtualization to the tracing tab.

Screenshot

No style changes.

image

image

Checklist

[ X ] Displays correctly with both dark and light mode (see useTheme.ts)
[ - ] Unit/Integration tests added

I added virtualization. I'm not sure how to unit test that.

warrenday commented 2 years ago

Hi @christo8989

Thanks for adding this. I'm away from my laptop at the moment but will review after the weekend.

Could you explain the benefit this provides over the current tracing view?

christo8989 commented 2 years ago

@warrenday

It fixes the performance issues for large sets of data.

christo8989 commented 2 years ago

Everything is cleaned and ready to be merged.