Login
From:
Product Blog • Sentry
(Uncensored)
subscribe
How to identify fetch waterfalls in React | Product Blog • Sentry
https://blog.sentry.io/how-to-identify-fetch-waterfalls-in-react/
links
backlinks
Roast topics
Find topics
Find it!
Fetch Waterfalls are scenarios where multiple fetch requests are invoked in a sequential manner, not in parallel. This leads to some serious performance degrada...