A beautiful and simple way to speed up your site without applying any magic in your code is to install mod_pagespeed module for Apache web server.
Installation:
- Create /etc/yum.repos.d/mod-pagespeed.repo yum config file for mod_pagespeed with the following content:
[mod-pagespeed]
name=mod-pagespeed
baseurl=http://dl.google.com/linux/mod-pagespeed/rpm/stable/x86_64
enabled=1
gpgcheck=0 - Then install mod-pagespeed:
yum install mod-pagespeed
- Restart httpd service to get it all working:
service httpd restart
Later, I will update this post with the comparison of performance with and without mod_pagespeed (with lori add-on).
