UI Builder: max limit for data resources per page

Henrique Costa
Tera Expert

Do you known the safe limit for add data resource in the same UI Builder page?
I'm experiencing issues after 10 data resources.

1 ACCEPTED SOLUTION

Henrique Costa
Tera Expert

I'm working in a UIB page that consolidate a bunch integrations from diverse sources. Firstly I wondering use one data resource for each integration, but around 10 resources they start show the previewed JSON from other resource (wrongly) from data resource immeatily below.
The adopted strategy was aggregate some integrations in just one data resource. Instead have a short JSON response for bind data to component, I'll return an biggest JSON with more data to bind multiple components.

View solution in original post

2 REPLIES 2

Sandeep Rajput
Tera Patron
Tera Patron

There is no officially documented hard limit for the number of data resources you can add to a UI Builder page in ServiceNow. ServiceNow generally suggests keeping it under 10-15 per page to avoid performance degradation.

 

If you are already experiencing performance issue after 10 data resources then I recommend keeping this number limited to 10. 

Henrique Costa
Tera Expert

I'm working in a UIB page that consolidate a bunch integrations from diverse sources. Firstly I wondering use one data resource for each integration, but around 10 resources they start show the previewed JSON from other resource (wrongly) from data resource immeatily below.
The adopted strategy was aggregate some integrations in just one data resource. Instead have a short JSON response for bind data to component, I'll return an biggest JSON with more data to bind multiple components.