Apollo Tracing

★★★★★
★★★★★
519 users
<
>
Dr Teals Pure Epsom Salt, Soothe & Sleep - 3 lbs (1.36 kg)
★★★★★
★★★★★
External Hard Drive Toshiba Canvio Ready 4 TB HDD
★★★★★
★★★★★
21044 Paris - LEGO Architecture
★★★★★
★★★★★
Festo DNC-32-125-PPV-A 163310 ISO Cylinder New
★★★★★
★★★★★
World Classic Wall Map - Tubed (43" x 30")
★★★★★
★★★★★
2020 Team USA U.S. Olympics & Paralympics Blaster Box
★★★★★
★★★★★

This is a tool to visualize Apollo GraphQL's tracing data on the browser.
It checks for the requests that have the tracing data and lists it on the left side, when one is selected it will display the data on the right section.

If you're writing the GraphQL server:
* It's an alternative way to check for performance issues that doesn't require you sending the data to a server to be able to check it.

If you're writing a client that uses the GraphQL server data:
* It helps you understand all calls and times that happens on the server, the data will help you split or merge queries in a more efficient way.
Related