© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•4y ago•
15 replies
honk

❔ Performance of many small requests vs less but bigger requests

I have 2 projects: an API hosted on aws and a desktop application. Currently, I'm fetching around 4k records from an API(let's call these "ParentObjects"), each of them with a list of objects("ChildObjects") containing 50~ records on average. I'm fetching 10 ParentObjects at a time in a for loop, so in total, I'm hitting the API endpoint for around 400 times to display the full data. Would it be better to increase the number of fetched records per http request?
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

.NET vs PHP frameworks - which is better for big websites with many requests?
C#CC# / help
2y ago
Performance of Linq
C#CC# / help
2mo ago
❔ PacketWriters for high performance requests over webwockets
C#CC# / help
4y ago
Too many requests on pool, website is crashing
C#CC# / help
3y ago