[Lens] Client side caching #90945
Labels
enhancement
New value added to drive a business result
Feature:Lens
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Currently Lens fetches new data on every configuration change, even if it's just visualization related. This is caused by the general architecture of Lens: Data fetching and rendering is done via expression and for every change the expression has to be run again which includes the
esaggs
function triggering an Elasticsearch request.To improve response times for these kinds of changes, the data should be cached in the browser to avoid the additional round trip time of fetching data from the server.
Requirements:
The text was updated successfully, but these errors were encountered: