Is there a way to test and see how many read requests a query is making each time it is executed?

I am trying to optimize backend queries but I’m having trouble knowing exactly how many read requests a specific query is making each time it is executed.

Is there some sort of a tool that I can use to see exactly how many read requests a specific query is making?


Example:
Ideally, I would press a button to preview a query and would get a response that’s something along the lines of:

This query made 5 read requests and 0 write request.

Does something like that exists?

I don’t believe a “dry run” feature like this exists but it would be a great to see. You can request it here if you’d like: Product Roadmap