Skip to main content
Question

Freshdesk API performance optimation

  • September 20, 2024
  • 2 replies
  • 23 views

Forum|alt.badge.img
  • Community Debut
  • 1 reply

Hello,

I use the freshdesk API to synchronize contacts and companies with our internal systems.

Therefore i have to read all 23.000 contacts, which takes a lot of time. Using pagesize=100 single threaded it takes over 20 minutes. With parallelization using 50 parallel threads, it only takes 10 minutes to get all of them. 

Now I have two questions:

What is the best configuration for parallelization in this context?

And is it possible to reduce the data volume by only getting the needed fields (I tested the ?fields parameter, but it doesn’t work)?

Many thanks

AndiW

Did this topic help you find an answer to your question?

2 replies

noha12
Community Debut
Forum|alt.badge.img
  • Community Debut
  • 5 replies
  • September 21, 2024

Good 


Forum|alt.badge.img
  • Author
  • Community Debut
  • 1 reply
  • September 21, 2024

Ok, thank you 😀


Reply