关于[Improve rendering performance with Blazor component virtualization]的摘要:
When measuring web performance—especially on page load—it’s not always about a consistent metric, such as how quickly the entire HTML tree loads from the server. It’s helpful to think in terms of perceived performance—do you understand what needs to be rendered now, and what can be rendered later? End users should never have to wait for something that, well, can wait.
原文地址: https://daveabrock.com/2020/10/20/blazor-component-virtualization