Closed shun91 closed 2 years ago
処理が重い関数を発見
具体的には以下の2箇所
具体的には2の18乗回も計算してるのがマズイと思われる https://github.com/shun91/web-speed-hackathon-2021/blob/main/client/src/components/foundation/InfiniteScroll/InfiniteScroll.jsx#L18-L21
もう1つはここのuseCallback内が重い https://github.com/shun91/web-speed-hackathon-2021/blob/main/client/src/hooks/use_infinite_fetch.js#L29-L69
useCallbackの件は解消していないが、ボトルネックが他の処理に移ったので一旦クローズ https://github.com/shun91/web-speed-hackathon-2021/issues/16 https://github.com/shun91/web-speed-hackathon-2021/issues/17
処理が重い関数を発見
具体的には以下の2箇所