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 configures the render cache to retain entries until they naturally expire, rather than updating them with changes in underlying data. |
| What area does it affect? |
Render caching performance |
| What does the default mean? |
The default value is "false", which means this behavior is disabled by default. |
| When should you review it? |
Review this property when optimizing performance or addressing concerns about data freshness in visualizations. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.render.cache.aggressive |
| Sys ID |
8bab9daa0a0a0b1b00beb6befedf1eb7 |
| Type |
boolean |
| Application |
Global |
| Default value |
false |
| Description |
Enable aggressive caching. If enabled, entries are removed from the render cache only when they expire from old age, rather than when their underlying data changes. Running in aggressive mode can significantly improve performance, but runs the risk of serving potentially 'stale' charts and graphs. |
| Updated |
2024-05-25 03:39:04 |
Related properties