October 11, 2012

[SOLVED] Install mod_pagespeed on ubuntu x64

Just run this in your console

wget https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_amd64.deb
sudo dpkg -i mod-pagespeed-*.deb
sudo apt-get -f install
sudo service apache2 restart

done. Now your page is faster. Check your page for chages - you will find many "pagespeed.ce.fm5FGAHKsn.css" like optimisations

 

More info on installation: https://developers.google.com/speed/docs/mod_pagespeed/download

No comments:

Post a Comment