How to reduce the sizes of CSS and Javascript files?
Printable View
How to reduce the sizes of CSS and Javascript files?
1 Minify your code. One of the easiest ways to reduce the file size of your CSS and JavaScript files is to minify them.
2 Combine your files. Another way to reduce the file size of your CSS and JavaScript files is to combine them.
3 Compress your files.
4 Optimize your code.
5 Use a CDN.
6 Here's what else to consider.