I am looking at the export settings (eg minify javascript, css, html, use a CDN). I want to export to host with an external provider.
I am not sure about some of these options and was wondering if there are any “best practices” or other tips more experienced users can share as to what options they find useful (or not).
Hi everyone.
The Minify Javascript and CSS option is highly recommended to optimise page loading performance.
All CSS and SCSS files are merged into a single minified file.
All JavaScript files are merged into a single minified file.
In simple terms, a minified JavaScript or CSS file is an optimised version of the original file, the aim of which is to reduce its size. Here are the main characteristics of a minified file:
Removal of unnecessary spaces, tabs and line breaks.
Removal of comments.
The order of CSS and Javascript files is important.
In the Design panel, right-click on :
Styles to access the Include order menu option.
Javascript takes you to the Include order menu option.