Results 236 comments of jsakamoto
trafficstars

@Alerinos Thank you for capturing the performance data. I spent a few hours investigating the performance data but could not figure out the reason for this performance issue so far....

Hi @Alerinos , I published the new version of the Blazor Head Element Helper today, as a preview version, ver.7.3.0-preview.1. - https://www.nuget.org/packages/Toolbelt.Blazor.HeadElement/7.3.0-preview.1#release-body-tab I don't have any confidence at all that...

@Alerinos I'm happy to hear that! At first, the "PerformaceCheck" project on your PC took **greater than 970 msec**, as you told me. But after updating the package to the...

@fingers10 Actually, injecting `` elements dynamically is a more complicated task than you might think. Instead, would the following package help you? - https://www.nuget.org/packages/Sitko.Blazor.ScriptInjector

Hi @Alerinos , Thank you for helping us! By the way, I guess that @fingers10 is talking about his website "https://ilovedotnet.org/" (The source code is [here](https://github.com/ILoveDotNet/ilovedotnet/)). And that website is...

@Alerinos Could you try the latest version? - https://www.nuget.org/packages?q=HeadElement I hope the commit below fixes the problem. - https://github.com/jsakamoto/Toolbelt.Blazor.HeadElement/commit/6289cf906ffb39c244cc56b56b4fcb19c45d305d#diff-545f59a4c70220f687e56668019836e3e4b23a5d9c8f79c8db81da152bb9bfc2

@HTTPThanhLuan Unfortunately, the duty of changing the HTML base tag is over the cover area of this library. However, you can change the HTML base tag dynamically in various ways....

@ElderJames Sorry to late! I'll reply with more detail later. Please give me time for a while.

@ElderJames > but I'm not sure why I opened the preview page above and it still took a while to show up This is by design, particularly with default configurations....

@ElderJames > My goal is still to speed up the first load and make the site look faster... Sure. I guess you are already done, setting the `BlazorWasmPrerenderingDeleteLoadingContents` MSBuild property...