Skip to Content

JavaScript Optimization

JavaScript optimize JS files by merging multiple files and removing unnecessary characters removed in minification include white spaces, line breaks, comments, block delimiters, and crunch variable names to reduce the file size and improve loading time.

What is Include Files?

List of JavaScript ID that will be minified, to check the list on the same section just click on the “Default Handler”, or “Enqueued Handler”.

What is Defer/Lazy loading Styles

Delay JavaScript Execution improves performance by delaying the loading of JavaScript files until there is a user interaction (e.g. moving the mouse over the page, touching the screen, scrolling, pressing a key, scrolling with the mouse wheel).

Last updated on