Compress/Minify the HTML page ( not the js and css which can do by GZIp)
I intend to compress/Minfy my HTML output so that the html size becomes less which increases the performance .
lots of white space if you see the source code .
I intend to compress/Minfy my HTML output so that the html size becomes less which increases the performance .
lots of white space if you see the source code .
Hi @ebin_aby ,
HTML compression needs to be implemented on your web server. If its Apache, you can use mod_deflate module. Please follow [1] for steps and [2] for documentation
[1] - https://knackforge.com/blog/karalmax/how-enable-gzip-compression-apache
[2] - https://httpd.apache.org/docs/2.4/mod/mod_deflate.html
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.