Long reply to get blog posts from the model

Hi! Here is my issue:

Please fill out as many of the following questions as possible so we can help you promptly! If you don’t know how to answer or it does not apply, feel free to remove it or leave it blank.

Builder content link

Builder public api key
2796e1ab488f4a1a9d29ea5cc95ca0a0

What are you trying to accomplish
I want to decrease loading time while getting articles from builder. For now waiting is sometimes about 5 seconds. We have about 730 articles in the “Blog articles” model.

Screenshots or video link
Screenshots of your issue, or even better a link to a video of what is happening or what you are trying to accomplish. We love using loom for that sort of thing

Code stack you are integrating Builder with
React

Reproducible code example
If you are having integration errors, please link to codesandbox or copy and paste your problematic code here. The more detail the better!

Hi @ElijahModestov,

Can you clarify where you are getting the blog data (e.g. builder.get or as a data source in the editor)? If you don’t need access to all 730 articles in your Blog articles model, you could try adding a limit to get however many you need which could reduce response time.

Hi @maddy ,
We’re using builder.get and we download only 50 articles at once. Maybe its also possible to download data without some fields when its necessary to lighten the response.

Thanks for clarifying! You can see a list of options the builder.get and builder.getAll methods can be passed here, including fields and omit.