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…


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail

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.


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail


Print Share Comment Cite Upload Translate
APA
Posts on LINQ to Fail | Sciencx (2023-12-06T05:26:33+00:00) » Optimising Our Blazor Search App. Retrieved from https://www.scien.cx/2019/12/10/optimising-our-blazor-search-app/.
MLA
" » Optimising Our Blazor Search App." Posts on LINQ to Fail | Sciencx - Tuesday December 10, 2019, https://www.scien.cx/2019/12/10/optimising-our-blazor-search-app/
HARVARD
Posts on LINQ to Fail | Sciencx Tuesday December 10, 2019 » Optimising Our Blazor Search App., viewed 2023-12-06T05:26:33+00:00,<https://www.scien.cx/2019/12/10/optimising-our-blazor-search-app/>
VANCOUVER
Posts on LINQ to Fail | Sciencx - » Optimising Our Blazor Search App. [Internet]. [Accessed 2023-12-06T05:26:33+00:00]. Available from: https://www.scien.cx/2019/12/10/optimising-our-blazor-search-app/
CHICAGO
" » Optimising Our Blazor Search App." Posts on LINQ to Fail | Sciencx - Accessed 2023-12-06T05:26:33+00:00. https://www.scien.cx/2019/12/10/optimising-our-blazor-search-app/
IEEE
" » Optimising Our Blazor Search App." Posts on LINQ to Fail | Sciencx [Online]. Available: https://www.scien.cx/2019/12/10/optimising-our-blazor-search-app/. [Accessed: 2023-12-06T05:26:33+00:00]
rf:citation
» Optimising Our Blazor Search App | Posts on LINQ to Fail | Sciencx | https://www.scien.cx/2019/12/10/optimising-our-blazor-search-app/ | 2023-12-06T05:26:33+00:00
https://github.com/addpipe/simple-recorderjs-demo