Property reference

glide.canvas.grid.widget_render_concurrent_max

The glide.canvas.grid.widget_render_concurrent_max property sets the maximum number of widgets that can render at the same time on a responsive dashboard. Admins should consider adjusting this value to optimize performance based on user needs and dashboard complexity.

Default: 3 Type: integer Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property limits the concurrent rendering of widgets on responsive dashboards to improve performance and user experience.
What area does it affect? Responsive dashboards
What does the default mean? The default value is "3", which sets the baseline numeric behavior for this property.
When should you review it? Review this property when optimizing dashboard performance or troubleshooting rendering issues.

Out of the box property record

Raw metadata from the property record.

Property name glide.canvas.grid.widget_render_concurrent_max
Sys ID f789fe206f37701094b40168e25b3695
Type integer
Application Global
Default value 3
Description Maximum number of widgets that can render simultaneously on a responsive dashboard
Updated 2024-05-25 04:37:00

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... • Location: System Properties > Dashboard Properties For more information, see Optimize widget rendering time on responsive dashboards. Maximum number of widgets that can render simultaneously on a responsive dashboard. glide.canvas.grid.widget_render_concurrent_max • Type: integer • Default value: 3 • Location: System Properties > Dashboard Properties For more information, see Optimize widget rendering time on responsive dashboards. Number of seconds that responsive ...
Documentation excerpt View supporting context
Context preview Snippet 2
... • Location: Add the property to the System Property [sys_properties] table. glide.cache.size.service_cache • Type: integer • Default value: 20 • Location: Add the property to the System Property [sys_properties] table. glide.canvas.grid.widget_render_concurrent_max Defines the maximum number of widgets that can render simultaneously on a dashboard. With smaller values, individual widgets load more quickly. With larger values, fewer Ajax requests to the server ...