Combining files

Combining files means combining multiple files or scripts into one, which again helps in clutter free & smooth functioning of the website. If your site runs multiple CSS and JavaScript files, you can combine them into one.This process is also called as Minifying, wherein you remove unnecessary formatting, whitespace, and code code that adds to the size of your page. Keep your files as small as possible without compromising on quality as it will result in faster loading on pages.