|
|
|
|
|
by andberx
59 days ago
|
|
2,684 requests on a single page load is wild. Would be interesting to see how much of that is just analytics and tracking scripts piling up on each other. The redundant API call detection is something I wish more dev tools had built in. I've definitely shipped things where the same endpoint was getting hit multiple times on mount because of re-renders, and you don't notice until you actually look at the network tab. |
|