Hi,
We are using SugarCRM "POST" API call to insert into the modules,but we find out the performance of the Insert operation is too slow.
Is there any other API call we can use to increase the performance of the Insert Operation??
Hi,
We are using SugarCRM "POST" API call to insert into the modules,but we find out the performance of the Insert operation is too slow.
Is there any other API call we can use to increase the performance of the Insert Operation??
Hi Anush,
which version of SugarCRM are you using?
Greets,
Mark
Hi Anush,
If you are inserting data using API make sure is there any big logic hook functions calling or maybe any recursive calling. I tried to use rest API for insert record and its taking only 902 ms insert single record. so you need to check logic hooks.
Regards,
Sagar
Sagar, thanks for the additional info. In my case, we have not modified the default sugarondemand logic hooks or defined any work flows. Are you referring to something we can enable/disable? What would we check?
Sagar, thanks for the additional info. In my case, we have not modified the default sugarondemand logic hooks or defined any work flows. Are you referring to something we can enable/disable? What would we check?