[Lens] prompt user when editor performance is impacted #158321
Labels
Feature:Lens
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Describe the feature:
We implemented the ability to hide Lens suggestions and disable auto-apply in order to improve editor performance.
Both of these can significantly improve the situation, but disabling auto-apply is hidden in our settings menu and hiding the suggestions may not be an obvious action to the user (e.g. they may not understand that the suggestions are contributing to the slow experience).
Can we detect bad performance and prompt the user with these options?
Some context on the problem
Source of bad performances have been identified so far in the following areas:
So far the suggestion request has been the major problem here, leading to several changes in the past who improved the local situation, but still targeting specific workarounds rather than the general problem:
Over time
suggestion if an high cardinality Top values dimension is detectedAttacking the general problem
Some ideas have been brought to the table in some discussion to tackle the general problem and here's a summary of them:
The text was updated successfully, but these errors were encountered: