Indexing for Slow Query in builder.io

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
go to Builder.io: Visual Development Platform and copy your PUBLIC api key

What are you trying to accomplish
Facing slowness and timeout while querying

Screenshots or video link

Code stack you are integrating Builder with
NextJS, react

Reproducible code example

Hello @dipanjanbhattacharya,

Could you please share the specific API call that is performing slowly so we can investigate the issue further?

Thank you,

https://cdn.builder.io/api/v3/query/7155bb5b8d304c60985311427e5173af/sail:70bd7e24?
omit=meta.componentsUsed&
apiKey=7155bb5b8d304c60985311427e5173af&
offset=0&
locale=en-US&
sort.data.sailStrtDt=1
&fields=data,modelId,name,id,createdAt,createdBy&noTraverse=true
&userAttributes={“urlPath”:“/river-cruises/europe/douro/enticing-douro”,“host”:“www1.amawaterways-dev.com”,“device”:“desktop”}
&options.sail:70bd7e24.limit=20
&options.sail:70bd7e24.offset=0
&options.sail:70bd7e24.query={“data.itineraryGroup.id”:{“$eq”:“7155bb5b8d304c60985311427e5173af_ebbf7b1080fd43239f3a55a5dc4b4efe”},“$or”:[{“data.sailStrtDt”:{“$gte”:“2025-11-13T17:23:57.167Z”,“$lt”:“2025-12-01T00:00:00.000Z”}},{“data.sailStrtDt”:{“$gte”:“2025-12-01T00:00:00.000Z”,“$lt”:“2026-01-01T00:00:00.000Z”}}],“data.sailStrtDt”:{“$gt”:“2025-11-13T17:23:57.167Z”}}
&options.sail:70bd7e24.model=“sail”

@manish-sharma