You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed a UI freeze when using Apollo Client's local resolvers for sizable amount of data (1000-2000 entities). It turned out that the query resolution runs 4-10 times slower with Hermes enabled.
I have run gradle clean and confirmed this bug does not occur with JSC
The issue is reproducible with the latest version of React Native.
Bug Description
I've noticed a UI freeze when using Apollo Client's local resolvers for sizable amount of data (1000-2000 entities). It turned out that the query resolution runs 4-10 times slower with Hermes enabled.
gradle clean
and confirmed this bug does not occur with JSCReact Native version: 0.75.1
OS: iOS
Steps To Reproduce
Here's a repo that mimics my real-world use case:
https://github.com/SimpleCreations/hermes-apollo-client-perf-repro
Please let me know if there's any way I can help narrow down the issue.
Results on simulator
Hermes
JSC
Results on a real device (iPhone 13 Pro)
Hermes
JSC
The text was updated successfully, but these errors were encountered: