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
Hi did some pretty unscientific measurements of speed difference between a standard component and a RelayComponent and its pretty noticeable.
I switched between the below exports and switched to the view.
I think this is a known limitation of the current version of Relay. I saw a talk where they said Relay 2 will improve rendering speed down to 5ms. Currently it's in the 100's of ms
Hi did some pretty unscientific measurements of speed difference between a standard component and a RelayComponent and its pretty noticeable.
I switched between the below exports and switched to the view.
This is how i called the component
When haveing a standard component the render was almost instant, but in the other case i loading screen was up for a couple of seconds.
This is our relayRendererComponent
Would be interesting to know what might attest to this difference.
No query is sent to the backend from what i can tell.
The text was updated successfully, but these errors were encountered: