Cache performance issues on v3 (maybeBroadcastWatch)

Hi all, we have a react web app and its performance is degrading quite a bit, im trying to debug and understand why. The issue seems to be related to how many components are listing for cache updates of a query.

I know there is a lot of variables here, but whats the best way to find out more and get to the bottom of my issue. Our app seems to almost freeze once our main query is returned.

Our cache inMemoryCache.maybeBroadcastWatch is getting over 12k value. Is this normal amount and would it be hurting performance?

Much appreciate and help. Thank you!

@apolloapollo/client”: “3.14.0”