Feature Flags
If you are a system administrator, you can access a collection of feature flags that control experimental features. The features that appear on this screen may change over time or be removed, so do not rely upon these features as part of your regular Squiz Content Management system configuration.
Access these settings from > Feature Flag.
Configure features
This section lists the available features and experimental options available in your Squiz Content Management instance.
- Use x-accel header in place of transmitting PHP content
-
This feature may improve image response performance by using the NGINX X-accel header instead of relying on PHP to serve image content.
- Performance monitoring
-
This feature activates performance monitoring tracing so that the system can be monitored and analyzed by an external monitoring tool.
- Session data restriction
-
This feature lets you load more than one Squiz Content Management screen simultaneously by preventing UI interaction session data from being updated. The trade-off with this feature is that the Recently viewed list will no longer update.
Squiz Content Management systems that depend on session data for more complex implementations may not work correctly. Only test this beta feature if recommended to do so by Squiz. - Improved background processing for Git Bridge
-
This feature makes
git clone
operations associated with Git bridge assets run as background processes until they finish.This background process approach removes the previous limitation of PHP process timeouts that halted long-running
git clone
operations on Git bridge assets. This setting applies to all Git bridge assets in your Squiz Content Management instance if activated.The feature was introduced in v6.22.
- Hide the Inline Edit asset tree option
-
This feature may improve asset tree load time performance, particularly when using the
to reveal the location of a deeply-nested asset in a Squiz Content Management system.
The Inline edit asset tree menu option is selectively displayed depending on whether the particular asset has inline editing enabled. In some circumstances, the calculation that determines whether that menu item should appear significantly increased the time it took to show this menu item contextually.
If you activate the Hide the Inline Edit asset tree feature flag in Squiz Content Management 6, the Inline edit option is permanently hidden from all asset tree menus. You can still access the Inline edit feature from the Content screen in all supported assets.
The feature was introduced in v6.22.