IgniteUI / igniteui-blazor-examples

samples browser app and individual samples on how to use Ignite UI for Blazor components
https://infragistics.com/blazor-client/samples
12 stars 10 forks source link

Routing navigation DOM and unrelated scripts are still present for separate samples worsening performance for using Blazor docs #624

Open ChronosSF opened 5 months ago

ChronosSF commented 5 months ago

Open any sample such as https://www.infragistics.com/blazor-demos/grids/grid/overview

Observe the loaded resources and the generated DOM

  1. Many scripts are present that have nothing to do with the sample

Screenshot 2024-03-01 145213

  1. The whole navigation dom is rendered regardless of the fact the sample shouldn't have any navigation to other samples Screenshot 2024-03-01 145243
ChronosSF commented 5 months ago

@pamelabrasil , this falls under the blazor sample's browser performance improvements that you wanted to prioritize under X# so I am assigning this issue to you.