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 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
The text was updated successfully, but these errors were encountered:
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 alexruppertThe text was updated successfully, but these errors were encountered: