Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Pooja_kataria
Contributor III
Contributor III

Component taking time

Hi All,

I am trying to connect to salesforce by using salesforce connection component .It is taking 2 seconds while after 1.8 second the request is reaching to salesforce url and getting logged and sending the connection response inn some milliseconds . But In tsttatcacter logs we see between begin and end it is taking 2 seconds.

 

 

2020-10-22 13:52:38|CgqWpf|CgqWpf|CgqWpf|16220|sample|samplelog|_PF7PIBPKEeuGlI4APhARAg|0.1|Default||begin||

2020-10-22 13:52:38|CgqWpf|CgqWpf|CgqWpf|16220|sample|samplelog|_PF7PIBPKEeuGlI4APhARAg|0.1|Default|tSalesforceConnection_2|begin||

2020-10-22 13:52:39|CgqWpf|CgqWpf|CgqWpf|16220|sample|samplelog|_PF7PIBPKEeuGlI4APhARAg|0.1|Default|tSalesforceConnection_2|end|success|1478

1515 milliseconds

2020-10-22 13:52:39|CgqWpf|CgqWpf|CgqWpf|16220|sample|samplelog|_PF7PIBPKEeuGlI4APhARAg|0.1|Default||end|success|1515

 

Can anyone faced such iissue before and help me how we can improve it .

 

Labels (2)
4 Replies
Anonymous
Not applicable

Hello,

Long network ping time might lead to performance issue. How long does it take for ping from your develop machine to the salesforce server? What does your job design look like?

Best regards

Sabrina

Pooja_kataria
Contributor III
Contributor III
Author

Hi Sabrina,

Thank you for your response.We tried pping to the salesforce and it is taking hardly 15 ms.

In job design we have just given the tsalesforceconnection using oauth method to connect and tstatcatcheer and tlogrow..Through talend job it seems taking 2 seconds.So bit worriied why it is taking such a long time.

 

Even we tried connecting it through postman and we got thee response very quiick in milliseconds.

 

0693p00000AFHwEAAX.jpg 

 

ManadaUser
Contributor
Contributor

Any luck on this?

Anonymous
Not applicable

Hello,

From your screenshot, there is no any connector (Onsubjobok or OncomponentOk) between tsalesforceconnection and tsalesforceXXX component.

How did you trigger your next subjob or component without using trigger connection?

Best regards

Sabrina