From dac9c9db1361c02c0c8cd944b26eee2954609f40 Mon Sep 17 00:00:00 2001 From: Yui Numazawa Date: Tue, 25 Aug 2026 11:30:44 +0900 Subject: [PATCH] remove the limitation of profile api for fetch phase Signed-off-by: Yui Numazawa --- _api-reference/search-apis/profile.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_api-reference/search-apis/profile.md b/_api-reference/search-apis/profile.md index 5fa61b6232..c89dbee17a 100644 --- a/_api-reference/search-apis/profile.md +++ b/_api-reference/search-apis/profile.md @@ -14,7 +14,6 @@ redirect_from: The Profile API provides timing information about the execution of individual components of a search request. Using the Profile API, you can debug slow requests and understand how to improve their performance. The Profile API does not measure the following: - Network latency -- Time spent in the search fetch phase - Amount of time a request spends in queues - Idle time while merging shard responses on the coordinating node