Combine Js and Css Files
This feature combines the Js and Css files between <head></head>. Decreasing the number of javascript and css files on a page reduces the number of HTTP requests required to render the page, resulting in faster page loads.
Combining the javascript files into one javascript file will reduce the amount of time it takes to load your web pages.