Reduce memory consumption

When our app loads in the browser, we initially see the user interface, but we notice that the memory consumption quickly rises from 170-260 MB. Could you please guide us on what we might be doing wrong and what standard practices we should follow to reduce memory consumption? We are using a Blazor Standalone WebAssembly app.

Browser memory consumption goes up because the browser has to load all .NET assemblies required by your app. We are not aware of anything that would reduce the memory usage and don't have any practices ready for you to follow. Still I recommend checking the following articles: