Minification can make a big difference in the performance of your site, the user experience, but it cal also have a very big impact on your site's ranking. Here are a few useful tools. Minify your JavaScriptThis is a free online tool:http://javascript-minifier.com/ This website also offers some additional online services, such as "Crush your PNGs", and "Optimise your JPGs". HTML Compressorhttp://www.miniwebtool.com/html-compressor/CSS Critical Path Generatorhttps://jonassebastianohlsson.com/criticalpathcssgenerator/ Google Guetzli image compressorGuetzli is a JPEG encoder that aims for excellent compression density at high visual quality. Guetzli-generated images are typically 20-30% smaller than images of equivalent quality generated by libjpeg. Guetzli generates only sequential (nonprogressive) JPEGs due to faster decompression speeds they offer.https://github.com/google/guetzli ![]() This is a free image optimizer that will let you to visually adjust compression parameters while keeping minimum filesize. However, this is a Windows only application, available as a portable executable. |
Web Development >