Task #3646

Updated by Ahmadi Hadi almost 11 years ago

Currently our "internal internal stress test":https://staging.penril.net/jenkins/view/j%20M2U%20UPass%20Coverage/job/z%20m2u-upass-ws.load-test/performance/ test of UPass shows considerably slow performance. Before thorough profiling, we have already identified the bottleneck, which is the communication with DB and probable network latency. I believe we can reduce this slowness by a factor of three, mainly by limiting the app-to-DB round-trips to only 1 round-trip during authentication.

Back