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 determines how many threads can simultaneously render components on the home page, impacting load times and responsiveness. |
| What area does it affect? |
Home Page Performance |
| What does the default mean? |
The default value is "2", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when optimizing home page load times or during performance tuning efforts. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ui.homepage.parallelism |
| Sys ID |
34ab83ca0a0a0bcc00a6b7f94ff3203a |
| Type |
integer |
| Application |
Global |
| Default value |
2 |
| Description |
Maximum number of rendering threads for a single home page |
| Updated |
2024-05-25 04:38:42 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... the System Property [sys_properties] table. glide.ui.homepage.parallel Enables (true) or disables (false) use of parallel rendering. • Type: true | false • Default value: true • Location: System Property [sys_properties] table glide.ui.homepage.parallelism Sets the maximum number of threads that should cooperate on rendering any given homepage. • Type: integer • Default value: 2 • Location: System Property [sys_properties] table glide.ui.homepage.preview Enables (true) ...
Related properties