Skip to content

ExpandGridView loading performance

Prince Gupta requested to merge gridview into master

improves ExpandGridView loading performance by caching GridItem's shadows, cuts longest running time of ExpandGridView::layout from 400ms to around 180ms (PS: still not close to ideal 16ms)

Edited by Prince Gupta

Merge request reports