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
When starting test, updating test or getting the list of all execution, the response time is taking too long. On my environment it takes about ~40ms for every 1000 executions that are stored in the server.
Investigation shows that the bottle neck is in the sorting mechanism in the AbstactMetadataPersistency component.
When starting test, updating test or getting the list of all execution, the response time is taking too long. On my environment it takes about ~40ms for every 1000 executions that are stored in the server.
Investigation shows that the bottle neck is in the sorting mechanism in the
AbstactMetadataPersistency
component.We need to move the sorting to the client side.
The text was updated successfully, but these errors were encountered: