Compress your web pages
When optimizing web performance, most consideration is given to reduce number and file size of images, CSS and JS etc., and less consideration is given to size of HTML being sent to browser, called “document size”. Optimizing document size can be very beneficial. There are two ways you can reduce the document size Reduce HTML [...]