API Request takes time

Question:
We have multiple API calls happening to salesforce and each of them takes like more than 30 sec to process we are doing all of this using the backend scripts, how can be make these process faster?

Product:
Wix velo

What are you trying to achieve:
Show user data from Salesforce on the Website

1 Like

Hi @user3051 ,

I thing you should try fetching the necessary fields or records only from Salesforce to reduce processing time.

Thanks