Property reference

glide.ui.js_include_once

The glide.ui.js_include_once property determines whether static JavaScript files are included only once or multiple times. When set to true, it prevents duplicate inclusions of the same JavaScript file, which can enhance performance and reduce errors in script execution.

Default: true Type: string 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 controls the inclusion behavior of JavaScript files, ensuring that a file is only loaded once if it has already been included.
What area does it affect? JavaScript file management
What does the default mean? The default value is "true", which is the baseline setting used unless it is changed.
When should you review it? Review this property when optimizing script loading or troubleshooting JavaScript conflicts.

Out of the box property record

Raw metadata from the property record.

Property name glide.ui.js_include_once
Sys ID 6bf302320b1322007bfba12cf6673a11
Type string
Application Global
Default value true
Description If false, //include_once comments, in static JS files, would behave like //include. If true, //include_once would insert the referenced JS file if it hasn't been included before.
Updated 2024-05-25 03:39:01