Reputation: 346
I am using setInterval to call Rest API's from my web page in about every 60 seconds. Now it is making request and hogging Network with too much request due to which after sometime my page becomes slow and non-responsive.
Can anyone help me out about how to clear Network Tab cache in Dev tools without refreshing page. P.S. I don't want to clear all of Cache just the Network cache after 5 min.
Upvotes: 2
Views: 2538