1. Query time is the raw SQL execution time. 2. Response time in the D1 console UI is NOT the perfor
- Query time is the raw SQL execution time.
- Response time in the D1 console UI is NOT the performance you will get when using D1 in your worker code. Our REST API now flows through our central datacenters for auth reasons, therefore it's slow. That response time is the total time to send the query and get the result back to your browser.
- When you use D1 from your worker the latency will be pretty much as much as the latency for 1 round trip from your location to your database location + the query time you see above.



