We work with EspoCRM version 7.3.4. We suddenly have the problem that the data from the API only flows very slowly. What could that be? We haven't changed anything. The problem occurred all of a sudden.
Announcement
Collapse
No announcement yet.
API Performance
Collapse
X
-
We have now carried out a few tests:
Internally, the calls to the API from EspoCRM are done via PHP with CURL. In order to do a little research into the causes, we logged our API calls and measured the time of the call.
Here we come to the realization that the call to:
https://XXXXXX/api/v1/EVEOfficeUser/63343289bd8a85a36 (URL is obscured)
About CURL/PHP ~737ms needed. This is far too long for this call that only fetches one data record.
If I now call up this URL via the browser or Postman, I get the exact same URL within < 100ms.
CURL / PHP from service.eve-office.de takes almost 7x as long for the exact same call.
Unfortunately, I can't see why this is the case because I can't look deeper into the Hoster-Network, it's not understandable because the call is quick for me.
Does anyone have any idea why this might be?
Comment
Comment