Welcome to JiKe DevOps Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
223 views
in Technique[技术] by (71.8m points)

reactjs - Chrome developer tool Network tab - Remove unnecessary request and show only relative ones

I am using React + Redux + Sagas building a web portal. When I switch from different pages on the web portal, I see all the requests stacking over each other in my Chrome developer tool Network tab. For example, when I open page A I see all the requests related to page A showing in the Network tab, then when I open page B, I see all the requests related to page B showing in the Network tab meanwhile the requests related to page A are also showing there.

I am wondering If there is a way in React or Redux to show only the relevant requests in the Network tab? like when I open page A, only page A requests showing there. And when I open page B, only page B requests showing there?

Below is the pic showing that all requests related to different pages stacking over each other.

enter image description here


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

Please log in or register to answer this question.

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to JiKe DevOps Community for programmer and developer-Open, Learning and Share
...