Files
gerrit/polygerrit-ui/app/elements/change/gr-file-list-header
Milutin Kristofic 21b0dc939e Lazy load edit controls in file list header
Edit controls consist of DOM subtree with 322 elements. That is
more than 5% of all elements in the whole Change page. By lazy loading
edit controls, the Change page will load faster
by approximately 80 ms (2%).

Edit controls on each file line are already lazy loaded (under dom-if).
This change will make it the same on the file list header.

Change-Id: I9d9f73821403982b34bc07701e4b1624dfdbeaae
2020-05-26 20:55:04 +02:00
..