From e6b0c9d3752a731a0dedc8a2f9f841a4c7abf4fc Mon Sep 17 00:00:00 2001 From: TizianoT Date: Mon, 1 Dec 2025 09:54:54 +0100 Subject: [PATCH] chore(docs): update analyzer title to query analyzer Update the title and first paragraph to consistently use "Query Analyzer" instead of just "Analyzer" for better clarity. --- sqlite-cloud/platform/analyzer.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sqlite-cloud/platform/analyzer.mdx b/sqlite-cloud/platform/analyzer.mdx index a0c67fb..42ffac4 100644 --- a/sqlite-cloud/platform/analyzer.mdx +++ b/sqlite-cloud/platform/analyzer.mdx @@ -1,5 +1,5 @@ --- -title: Analyzer +title: Query Analyzer description: The Analyzer panel is a powerful tool that collects and categorizes all the queries executed on your cluster based on their execution time. category: platform status: publish @@ -12,7 +12,7 @@ import applyAnalyzer from '@docs-website-assets/introduction/video/dashboard_ana import Callout from "@commons-components/Information/Callout.astro"; -The Analyzer panel is a powerful tool that collects and categorizes all the queries executed on your cluster based on their execution time. It allows for intelligent and proactive analysis, and provides recommendations on which indexes to use to optimize frequently used queries. +The Query Analyzer panel is a powerful tool that collects and categorizes all the queries executed on your cluster based on their execution time. It allows for intelligent and proactive analysis, and provides recommendations on which indexes to use to optimize frequently used queries. ---