-
Notifications
You must be signed in to change notification settings - Fork 884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getTranscript performance is slow #5426
Comments
Used region: London EU-WEST-2 |
@Hesham-Salama Thanks for raising the issue. Our team will look into it and provide update when we have one. |
Hi @Hesham-Salama, Is the speed expectation for these calls based on seeing faster performance on other platforms? Our client SDKs can't control the request times of the AWS services being hit, but if you are seeing significant differences between the iOS SDK vs another one of our SDKs, please let us know. |
@tylerjroach I have just tried the API in postman It seems the response time range is the same between the SDK and API. Honestly I think 621ms is too long and that's per page. |
@Hesham-Salama You will need to reach out to the Connect team if you have performance concerns on the API itself. Our SDKs cannot control the speed at which various service APIs respond. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Not sure if it's a problem in SDK but the performance of the call of
getTranscript(:)
https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-participant_GetTranscript.html is slow.To Reproduce
Steps to reproduce the behavior:
- (AWSTask<AWSConnectParticipantGetTranscriptResponse *> *)getTranscript(AWSConnectParticipantGetTranscriptRequest *)request;
which belongs to@interface AWSConnectParticipant
The performance is the same for both
ENTIRE_PAST_SESSION
andFROM_SEGMENT
passed inRehydrationType
. https://docs.aws.amazon.com/connect/latest/APIReference/API_PersistentChat.html#connect-Type-PersistentChat-SourceContactIdObserved Behavior
It takes at least 0.5 seconds per call / chat page retrieval.
Expected Behavior
The call should retrieve the transcripts much faster.
Environment(please complete the following information):
Device Information (please complete the following information):
Maybe out of the topic, but I've also noticed the hydration process is slow as well.
The text was updated successfully, but these errors were encountered: