关于[Optimising Our Blazor Search App]的摘要:
When we build a search app using Blazor + Lucene.NET it did a good job of creating our search application but when you run it it's kind of slow and that's because we're downloading the JSON representation of my blog and generating the Lucene.NET index each time. Then when we looked at hosting the Blazor app the main motivation was to use static files rather than getting Blazor to do heavy lifting to generate HTML every time.
原文地址: https://www.aaron-powell.com/posts/2019-12-11-optimising-our-blazor-search-app/