Description
I have created my website with Blazor web app (the goal is to make it search engine optimized) and deployed it to azure web app service.
I have implemented almost all best practices in regard to the SEO but still getting bad scores in the SEO analyzers. The main reason is the high blocking time which is due to the JavaScript loading, it includes the /_framework/blazor.web.js
and other unattributable scripts which I'm still unaware of them.

I used multiple techniques like loading it synchronously, caching or using defer
but nothing worked, even though I'm currently using the basic CSS theme provided with the Blazor Web App template.
Can you please guide me that which is the best way to make our site performance optimized or is there anything else which I'm missing here?
My site SEO reports:
Desktop:

Mobile:
