7. Performance Bottlenecks Part 1
1m

Follow-along: Performance Bottlenecks Part 1: Using Operation-Level Data

🎯 Goal: Use Studio to find a performance bottleneck.

  1. Using the view, sort the list by a "p" value (e.g. p50, p95).

  2. Click on Total Requests to change the sort order.

  3. We could also sort the list by Total Duration, which is the cumulative sum of the latency for all requests for this .

  4. Click on a slow .

  5. Click on the Traces tab at the top.

  6. Choose a slower trace from the histogram.

  7. Find the span that seems to take the longest.

Task!

Quiz

Fill in the blank - which field looks to be a bottleneck?
[Parent Type].[Field Name]: 
 
.
 

Drag items from this box to the blanks above

  • Exoplanet

  • distanceFromEarth

  • starSystem

  • Destination

  • nasaTravelGuideUrl

Previous

Share your questions and comments about this lesson

Your feedback helps us improve! If you're stuck or confused, let us know and we'll help you out. All comments are public and must follow the Apollo Code of Conduct. Note that comments that have been resolved or addressed may be removed.

You'll need a GitHub account to post below. Don't have one? Post in our Odyssey forum instead.