glide.ui.homepage.parallelism
ServiceNow property description:
Maximum number of rendering threads for a single home page
Attributes
- Sys ID: 34ab83ca0a0a0bcc00a6b7f94ff3203a
- Type: integer
- Application: Global
- Default value: 2

AI generated property description:
The ServiceNow property `glide.ui.homepage.parallelism` controls the maximum number of rendering threads that can be used for a single homepage. This property is designed to improve the performance of homepage rendering by allowing multiple threads to process different parts of the homepage simultaneously. By default, the value of this property is set to 4, but it can be adjusted based on the system's performance and resource availability. Increasing the number of threads can speed up the rendering process, especially for complex homepages with many components. However, setting this value too high may lead to resource contention and degrade overall system performance. It is important to find a balance that optimizes rendering speed without overloading the system.
Source