react.dev icon indicating copy to clipboard operation
react.dev copied to clipboard

[Bug]: mouse hover generates too much traffic

Open allevo opened this issue 1 year ago • 3 comments
trafficstars

Summary

When the mouse hovers on something, a download is performed. The cache is not used at all (max-age=0 with must-revalidate). This increase the network usage a lot.

Page

https://react.dev/

Details

https://github.com/reactjs/react.dev/assets/1054125/0d3868ac-10b0-499a-8368-baa71baaaacb

allevo avatar Mar 25 '24 18:03 allevo