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
Currently, we have poor performance with large recordings: viewing request list, toggling details and filtering. We should explore virtualized list libraries to render only rows currently visible for user. react-virtuoso might be a good fit - it was mentioned in radix repo's issue.
Explore virtualized component options for react
Implement and verify key operations' like filtering and viewing request details performance is not downgraded which large HAR files (100mb+)
The text was updated successfully, but these errors were encountered:
Currently, we have poor performance with large recordings: viewing request list, toggling details and filtering. We should explore virtualized list libraries to render only rows currently visible for user.
react-virtuoso
might be a good fit - it was mentioned in radix repo's issue.The text was updated successfully, but these errors were encountered: