documentation/getting-started/web-console/query-log.md
import Screenshot from "@theme/Screenshot"
The Query Log displays execution status, performance metrics, and detailed information about your query operations in the bottom panel of the Web Console. It provides real-time feedback on query execution and maintains a history of operations for each tab.
<Screenshot alt="Query Log in the Web Console" src="images/docs/console/query-log-expanded.webp" />
The Query Log can be toggled between two display modes:
Click the button in the top-right corner to switch between modes.
The Query Log is dynamically connected to your editor cursor position:
This integration ensures that the Query Log always shows relevant information for the query you're currently working on, making debugging and performance analysis more efficient.
The Query Log provides comprehensive performance metrics for each executed query:
Example: 9,735,994 rows in 304ms Execute: 73.66ms Network: 230.34ms Total: 304ms
Additional timing details include:
Each query log entry includes a copy button that allows you to copy the executed SQL query text to your clipboard.
The "Clear query log" button removes all query execution history for the current tab. This action: