I have a Blazor 8 Wasm app that is working fine, but in every page refresh/navigation it tooks many seconds to load. Looks like the web assembly files are not being cached.
When I look in the network tab, 90 files are being downloaded every time:
I thought the .NET runtime would be download only on the first access when using WebAssembly.
What could it be?
These are the packages I have installed:
Thanks!
