Advanced > Developer
To access the store configuration settings, choose Stores > Settings > Configuration from the Admin sidebar.
Frontend Development Workflow
For more information about changing these settings, see Frontend development workflow in the Admin Systems Guide.
Client side less compilation
- Compilation takes place in the browser using the native less.js library.Server side less compilation
- Compilation takes place on the server using the Less PHP library. This is the default mode for production.Developer Client Restrictions
For more information about changing this setting, see Client restrictions in the Admin Systems Guide.
Template Settings
For more information about changing these settings, see Optimizing resource files in the Admin Systems Guide.
Yes
/ No
Debug
For more information about changing these settings, see Template path hints in the Admin Systems Guide.
Yes
/ No
Yes
/ No
Yes
/ No
Translate Inline
For more information about changing these settings, see Translate inline in the Admin Systems Guide.
JavaScript Settings
For more information about changing these settings, see Optimizing resource files in the Admin Systems Guide.
Yes
/ No
Yes
/ No
Dictionary
- Translation on storefront side.Embedded
- Translation on Admin side.Yes
/ No
CSS Settings
For more information about changing these settings, see Optimizing resource files in the Admin Systems Guide.
Yes
/ No
Yes
/ No
<head>
and defers all non-critical styles that are loaded asynchronously. Options: Yes
/ No
Image Processing Settings
PHP GD2
/ ImageMagick
Note: The ICO file type is supported only by the ImageMagik adapter.
Caching Settings
Yes
/ No
Static Files Settings
Yes
/ No
Grid Settings
Disable
- (Default) Order-related entities are added to the grid at various times. as they are saved.Enable
- Order-related entities are added to the grid only during a scheduled cron job. Cron should be configured to run once every minute.