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 Updates
APA

Posts on LINQ to Fail | Sciencx (2019-12-10T22:10:03+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 ,<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 ]. 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 . 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: ]
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/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.