You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dashboard transforms call `getTransforms` for each panel in the
dashboard. The current implementation of this function builds the
embeddable schema on each call. This can put a lot of CPU and memory
pressure on the Kibana server for large dashboards. Instead, embeddable
schemas should only be created once.
0 commit comments