Posts tagged: mod_pagespeed

Apache mod_pagespeed

In a previous post, I’ve been using Google’s PageSpeed Insights for a while to help optimize the page loads of my websites for a while now, but I’ve never gone so far as installing the Apache mod_pagespeed plugin.  But after trying a few different Joomla extensions, I figured this one might be more efficient by optimizing directly through the Apache layer.

mod_pagespeed is an open-source Apache module that automatically optimizes web pages and resources on them. Optimization is done by rewriting the resources using filters that implement web performance best practices. Webmasters and web developers can use mod_pagespeed to improve the performance of their web pages when serving content with the Apache HTTP Server.

Among many other features, this plugin will automatically combine/optimize how JavaScript and CSS are presented.  Afterinstalling and enabling it using .htaccess, on two of my sites so far, the pagespeed scores have increased about 6 points (from 88 to 94 on Used Boats Ahoy!), and shaved an average 500ms off page load speeds.

2012-05-24 Update:

After having good luck with this plugin on Used Boats Ahoy!, I enabled it on my other websites.  Below are the changes in PageSpeed score.
Bodhi Development: 70 to 92
Stat Addict: 74 to 90
Washington State Used Boats: 85 to 92
Quality Used Boats: 88 to 93
Bodhi Sanctum: 72 to 76
Used Boats Ahoy: 88 to 94

WordPress Themes