I'm using Blazor server web app (.net 8), I did i magration from blazor wasm to blazor web app, nw i'm trying to optimize the memory usage and while investigating of Visual Studio performance profiler i noticed that i have ultiple instances of the same page (number of inctances = the number of times i navigated to the page), and i got this reference in the hot path view.
I tried diactivating the hotreload in visual studio other than that i don't have any idea...