response processing overhead #5350
Unanswered
nguyenm100
asked this question in
Q&A
Replies: 1 comment
-
@nguyenm100 Do you have any profiler output? The simplest thing for me is to take a quick look with VisualVM. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're running sp2b testing against lmbd store and notice about a 60ms overhead on processing the response (this is after internalEvaludation is called). The times are obviously reponse size related but for smaller payloads, +60ms appears to be standard. We tried playing with compression on tomcat and that didn't help much so curious if anyone has had success trying to reduce response time here by twiddling tomcat settings?
In many cases, internalEvaluation takes less than 10ms so tacking on 60ms to that is enormous percentage-wise.
Beta Was this translation helpful? Give feedback.
All reactions