Mod Pagespeed
After two years of beta, Google released mod_pagespeed from beta.
Mod_pagespeed is an open-source Apache HTTP server module developed by Google to automatically optimize web pages and web media assets including images, CSS, and JavaScript – without requiring any changes to the website itself.
Google has said that website speed performance impacts search engine ranking results, however there are dozens of factors for many web sites via a variety of platforms. This new update automates many of Google’s web optimization recommendations.
I’m proud that my company now offers this feature and my own web site is already loading up faster than before. Very slick. If you have a spare hour, you can watch this detailed explanation.
Unfortunately this server module can cause minor conflicts for third party software such as WordPress and some e-commerce software. The most common conflict I’ve seen is with WordPress; specifically that the visual editor in the WordPress dashboard disappears when editing existing posts.

To fix this, add this line to your .htaccess file.
ModPagespeedDisableFilters rewrite_javascript
You can also disable mod_pagespeed all together, by adding this line to your .htaccess file.
ModPagespeed off


Overall performance of WordPress is improved.
