Skip to content
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

<ONEST> The TAT for every Action and OnAction call takes about 12 - 15 seconds, which results in a bad user experience #159

Open
mmanimegalai opened this issue Jun 4, 2024 · 2 comments

Comments

@mmanimegalai
Copy link

mmanimegalai commented Jun 4, 2024

The TAT for every Action and OnAction call takes about 12 - 15 seconds
This should be reduced to 100 milliseconds

cc @surendrasinghs @faizmagic @ravi-prakash-v @vbabuEM

@mmanimegalai
Copy link
Author

mmanimegalai commented Jun 4, 2024

It was observed that an OpenAPI validator instance is being created for each API request. Changes were made to ensure that the OpenAPI validator instance is created only once for the first request and then reused for subsequent requests. This reduced the time to 5 seconds.

@shiva-rakshith can you please raise a PR for the same?

@shiva-rakshith
Copy link
Contributor

Protocol Server Enhancements PR: #158

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants