Blazor WebAssembly Keeps Accumulating Network Data on Page Navigation

Hi everyone,

I’m facing an issue with my Blazor WebAssembly (WASM) application in Chrome. When I navigate between pages, the network data keeps accumulating instead of resetting. I noticed this in the Network tab of DevTools—at the bottom, where it sh…


This content originally appeared on DEV Community and was authored by Mahir

Hi everyone,

I'm facing an issue with my Blazor WebAssembly (WASM) application in Chrome. When I navigate between pages, the network data keeps accumulating instead of resetting. I noticed this in the Network tab of DevTools—at the bottom, where it shows resource usage (e.g., 0/7 KB), the data keeps increasing with each navigation.

Even when using browser navigation (back/forward), the previous page’s network data seems to persist and add up instead of clearing out.

Is there a way to prevent this accumulation and ensure that each page load starts fresh without retaining previous network requests?

Thanks in advance!


This content originally appeared on DEV Community and was authored by Mahir


Print Share Comment Cite Upload Translate Updates
APA

Mahir | Sciencx (2025-03-28T04:23:01+00:00) Blazor WebAssembly Keeps Accumulating Network Data on Page Navigation. Retrieved from https://www.scien.cx/2025/03/28/blazor-webassembly-keeps-accumulating-network-data-on-page-navigation/

MLA
" » Blazor WebAssembly Keeps Accumulating Network Data on Page Navigation." Mahir | Sciencx - Friday March 28, 2025, https://www.scien.cx/2025/03/28/blazor-webassembly-keeps-accumulating-network-data-on-page-navigation/
HARVARD
Mahir | Sciencx Friday March 28, 2025 » Blazor WebAssembly Keeps Accumulating Network Data on Page Navigation., viewed ,<https://www.scien.cx/2025/03/28/blazor-webassembly-keeps-accumulating-network-data-on-page-navigation/>
VANCOUVER
Mahir | Sciencx - » Blazor WebAssembly Keeps Accumulating Network Data on Page Navigation. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/03/28/blazor-webassembly-keeps-accumulating-network-data-on-page-navigation/
CHICAGO
" » Blazor WebAssembly Keeps Accumulating Network Data on Page Navigation." Mahir | Sciencx - Accessed . https://www.scien.cx/2025/03/28/blazor-webassembly-keeps-accumulating-network-data-on-page-navigation/
IEEE
" » Blazor WebAssembly Keeps Accumulating Network Data on Page Navigation." Mahir | Sciencx [Online]. Available: https://www.scien.cx/2025/03/28/blazor-webassembly-keeps-accumulating-network-data-on-page-navigation/. [Accessed: ]
rf:citation
» Blazor WebAssembly Keeps Accumulating Network Data on Page Navigation | Mahir | Sciencx | https://www.scien.cx/2025/03/28/blazor-webassembly-keeps-accumulating-network-data-on-page-navigation/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.