How can I use Hoppscotch to measure and isolate server‑side processing time for a GraphQL query before optimizing?
I send a GraphQL request through Hoppscotch and observe the total response time displayed in the UI. I need to understand how much of that latency is due to network factors (DNS, TCP/TLS handshake) versus actual server execution so I can pinpoint the bottleneck before making backend changes. Does Hoppscotch provide separate timings for DNS lookup, TCP connec