mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[Lens][Embeddable] Make UI react faster to click actions like create or edit (#210810)
## Summary This PR is based on the idea in #209361 and tries to improve perceived performances for all the scenarios where the `editorFrame` is loaded. On fast connections this is now perceived very fast:  On Fast 4g is still fast  On Slow 4g is acceptable  Even on 3G connection the feedback is much better now  As a bonus extra tests have been added for the ES|QL creation flow. cc @thomasneirynck @nreese ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios --------- Co-authored-by: Nick Partridge <nick.ryan.partridge@gmail.com>
This commit is contained in:
parent
e2730f70db
commit
1e92ae8afb
17 changed files with 301 additions and 232 deletions
|
@ -93,7 +93,7 @@ pageLoadAssetSize:
|
|||
kibanaReact: 74422
|
||||
kibanaUsageCollection: 16463
|
||||
kibanaUtils: 79713
|
||||
lens: 57135
|
||||
lens: 76079
|
||||
licenseManagement: 41817
|
||||
licensing: 29004
|
||||
links: 8000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue