<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Mahir</title>
    <description>The latest articles on DEV Community by Mahir (@mahir_ali).</description>
    <link>https://dev.to/mahir_ali</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2984254%2F44409845-fd62-4cfc-8a1b-a0a532cdc777.jpg</url>
      <title>DEV Community: Mahir</title>
      <link>https://dev.to/mahir_ali</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mahir_ali"/>
    <language>en</language>
    <item>
      <title>Blazor WebAssembly Keeps Accumulating Network Data on Page Navigation</title>
      <dc:creator>Mahir</dc:creator>
      <pubDate>Fri, 28 Mar 2025 04:23:01 +0000</pubDate>
      <link>https://dev.to/mahir_ali/blazor-webassembly-keeps-accumulating-network-data-on-page-navigation-44a9</link>
      <guid>https://dev.to/mahir_ali/blazor-webassembly-keeps-accumulating-network-data-on-page-navigation-44a9</guid>
      <description>&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;I'm facing an issue with my &lt;strong&gt;Blazor WebAssembly&lt;/strong&gt; (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.&lt;/p&gt;

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

&lt;p&gt;Is there a way to prevent this accumulation and ensure that each page load starts fresh without retaining previous network requests?&lt;/p&gt;

&lt;p&gt;Thanks in advance!&lt;/p&gt;

</description>
      <category>blazor</category>
      <category>webdev</category>
      <category>frontend</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
