5 Things You Need to Do to Maximize Site Speed
https://www.fromdev.com/2016/03/site-speed-tips.html
1. Code Minification
2. Image Optimization
Site speed is determined by the size of your content. In this regard, images usually take up the most space with majority of sites. You can therefore consider if any images are expendable without affecting your goal. Removing some of them completely is the best strategy.If you don’t plan to be that resolute, ensure the image size is the same as the display size. If not, cut the image to the display size. Assume that an image’s original size is 320x320 and your site display only 300x300, that’s 12 400 useless pixels that have to load. Using vector images instead of raster ones can also help a little bit as they can be far better compressed.
3. Gzip, Brotli
This brings us to another improvement - compression algorithms. These algorithms compress and decompress data to reduce the traffic and can save up to 80% of the transported data without losing any information. For last couple of years, most browsers have supported Gzip, which works pretty fine. However only recently, Google announced new compression algorithm called Brotli, which is even more efficient than Gzip. As of now, only Chrome can be running Brotli. Other browsers are about to support it soon hopefully. You can launch Brotli on your site quite easily with the following point and save up to 40% when compared to Gzip.4. CDN
CDN usually comes with further improvements. Most providers offer SSL certificate by default. For example CDN77.com, the content delivery network offers complete encryption in an automated process for free to their service. As the first CDN provider, they also support Brotli and HTTP/2.
5. HTTP/2
Lastly, a new technology worth mentioning is HTTP/2, a new version of the world wide web protocol. The main differences from the former specification is the ability to cover multiple requests in one TCP connection and to compress header files. The new version is binary, unlike its textual predecessor. HTTP/2 greatly decreases latency and improves the overall speed up to additional 50%. See the demonstration of HTTP/2 for yourselves.With these 5 features implemented, your site will run freakishly fast. To achieve that we recommend CDN77.com as they offer both Brotli and HTTP/2 and their prices are friendly without any commitments. You can even try their free 14-day trial and test the impact.