Render page very slow

Hi guys, I have a question, and it's something I've been seeing when deploying the app I made with Blazor Studio. When the page loads, it doesn't render quickly, and what the user sees are the icon names and links that are out of place. Any tips you can give me to prevent this from happening, please?

Best regards.

Hi @wcampos71,

We are not sure what this issue is. Can you elaborate?

Hi, Korchev

This is the slowness of loading the icons on the page.

This means that the font icon downloads very slowly. There is code which handles this case: radzen-blazor/Radzen.Blazor/wwwroot/Radzen.Blazor.js at master · radzenhq/radzen-blazor · GitHub

Did you include Radzen.Blazor.js in the <head> element of your page? It should be in the <body> in order for that script to work.