Enable Response compression in WordPress (supporting gzip)
I have recently enabled compression on one of my wordpress site. I got below benefit: 1. Zero DB hits – static html files were served 2. 155 KB html of data transferred as 24 KB To enable it – I used WP Super Cache to enable it. I did configuration …