Hi,
we created some RESTful Services (Apex): GET, POST (Blobs) etc... the performance is (very) much slower than a direct sql/plsql via jdbc Connection from the application. How can we measure where the bottleneck is? Beginning at the http-call, how much time was spent in tomcat, in ORDS, in database? Also I need a best practice/Tuning Guide for configuring tomat/ords.
Bye,
Jens