Template Settings
For more information about changing these settings, see Optimizing resource files in the Admin Systems Guide.
Field | Scope | Description |
---|---|---|
Allow Symlinks | Store View | Enabling symbolic links can expose your site to security risks and is not recommended for a production store. |
Minify Html | Store View | Determines if the HTML for store templates is minimized. Options: Yes / No |
Debug
For more information about changing these settings, see Template path hints in the Admin Systems Guide.
Field | Scope | Description |
---|---|---|
Enable Template Path Hints for Storefront | Store View | Adds notation to storefront that indicates the path to each template that is used on the page. Options: Yes / No |
Enable Template Path Hints for Admin | Global | Adds notation to the Admin that indicates the path to each template that is used on the page. Options: Yes / No |
Add Block Class Type to Hints | Store View | Includes the names of blocks in the template path hints. Options: Yes / No |
Translate Inline
For more information about changing these settings, see Translate inline in the Admin Systems Guide.
Field | Scope | Description |
---|---|---|
Enable for Storefront | Store View | Activates the Inline Translator for the storefront. The interface text can be edited for each store view. To use the Inline Translator without interfering with the live store, add your IP address to the Developer Client Restrictions allowlist. |
Enable for Admin | Global | Activates the Inline Translator for the Admin. Unlike the storefront, the Admin cannot be translated into multiple languages. However, the field labels and other text in the interface can be changed. |
JavaScript Settings
For more information about changing these settings, see Optimizing resource files in the Admin Systems Guide.
Field | Scope | Description |
---|---|---|
Merge JavaScript Files | Store View | Merges multiple JavaScript files into a single file to improve page load time. |
Enable JavaScript Bundling | Store View | Determines if multiple JavaScript files can be bundled into one file. Options: Yes / No |
Minify JavaScript Files | Store View | Removes unnecessary characters, spaces, and indentation to reduce the size of the code. |
Move JS code to the bottom of the page | Global | If enabled, moves the JS code to the bottom of the page. Options: Yes / No |
Translation Strategy | Global | Determines the translation methodology that is used by the system. Options:Dictionary - Translation on storefront side.Embedded - Translation on Admin side. |
Log JS Errors to Session Storage | Global | If enabled, can be used by functional tests for reporting. Options: Yes / No |
Log JS Errors to Session Storage Key | Global | Identifies the key that is used to retrieve collected js errors. |
CSS Settings
For more information about changing these settings, see Optimizing resource files in the Admin Systems Guide.
Field | Scope | Description |
---|---|---|
Merge CSS Files | Store View | Merges multiple CSS files into a single file to improve page load time. Options: Yes / No |
Minify CSS Files | Store View | Removes unnecessary characters, spaces, and indentation to reduce the size of the code. Options: Yes / No |
Use CSS critical path | Global | The CSS critical path delivers minified critical CSS inline in <head> and defers all non-critical styles that are loaded asynchronously. Options: Yes / No |