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

Performance for service API calls could be improved #62

Open
AlexanderNeumann opened this issue Nov 4, 2015 · 0 comments
Open

Performance for service API calls could be improved #62

AlexanderNeumann opened this issue Nov 4, 2015 · 0 comments

Comments

@AlexanderNeumann
Copy link
Member

When looking at the network timelines in the chrome developer tools even very simple service calls need 10-20ms to be processed (TTFB waiting time).

The attachment contains a very simple example method I'm using in the template project.
I call the service using normal ajax requests from a web page and both service and web page are running on localhost.

Comparable ajax calls to a file server yield TTFBs lower than 5ms.

So an average of 15ms for adding two numbers seems unreasonable high.
This is not critical, but in a micro-service-environment the waiting-times can add up quickly and become very noticable.

Maybe something can be optimized to make request processing faster?

[LAS-210] created by alexruppert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant