During our regular check of our performance metrics, we noticed that the search latency seems to have gone up substantially:
.What that metrics measures seems to mainly be the latency of SearchEngine::searchText calls done in LocalSearchTaskSuggester::search.
It is unclear if that change has a noticeable impact for users. The place where it could have an impact is when changing topics / task types on the homepage and thus search for more tasks using the growthtasks generator / ApiQueryGrowthTasks. Ideally, we would have latency data for that api-endpoint, but currently we do not.
Acceptance criteria:
- There is a panel on https://grafana.wikimedia.org/d/vGq7hbnMz/special3a-homepage-and-suggested-edits with latency data for ApiQueryGrowthTasks that includes labels for wiki and others as needed.
- decide based on the above data what additional actions are needed if any

