function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
EmanuelaEmanuela 

Salesforce WS - big response time

Hi all,
In the last two days I test an application to update objects in salesforce .
since August our code wasn't updated and in August the response time to update 55 objects was about 2 minutes.
Now, with the same code and the same number of objects , the response time is 10 minutes (today) or 20 minutes (yesterday)!!!
I analyzed single ws call in every methods and those are the results for the SINGLE object update:

method login : 5651 milliseconds
enterprise login call = 5651 milliseconds

method updateDelivery : 5368 milliseconds
get delivery (custom) object = 4142 milliseconds
update delivery(custom) object = 1225 milliseconds

method updateEvent : 11616 milliseconds
get contact object = 1259 milliseconds
get lead object = 2032 milliseconds
get delivery (custom) object = 1320 milliseconds
event (custom) object creation = 6449 milliseconds

do you have any idea about the response time increase?
Thank you in advance for any response,
Emanuela