IconGrid: potentially stupid-big loadtime gains
By adding 'content-visibility: auto;' we were able to see an 8x improvement on rendering time and a 25x improvement on paint times for first load. We may need to do some work to bring similar gains to non-Chrome useragents.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
.grid-container {
|
||||
padding: 32px 16px;
|
||||
min-height: 80vh;
|
||||
content-visibility: auto;
|
||||
}
|
||||
|
||||
.grid {
|
||||
|
||||
Reference in New Issue
Block a user