Forum Moderators: Robert Charlton & goodroi
For developers and webmasters, making your page faster shouldn’t be a hassle, which is why we introduced mod_pagespeed in 2010. Since then the development team has been working to improve the functionality, quality and performance of this open-source Apache module that automatically optimizes web pages and their resources. Now, after almost two years and eighteen releases, we are announcing that we are taking off the Beta label.Google's mod_pagespeed Apache Module Comes Out Of Beta [googlewebmastercentral.blogspot.co.uk]
[edited by: TypicalSurfer at 8:47 pm (utc) on Oct 12, 2012]
Then how about Apache Web Server itself? Or Wordpress? Drupal? They're all free, right?
How so? As I understand it, what you need is actual page speed data taken from the visitors' browsers - and you can get that with boomerang.js
This feature allows you to run experiments where segments of your traffic get the page rewritten with different settings in order to figure out which filters work best for your site. It reports to your Google Analytics account, storing data in a custom variable.
Recompressing an image when its HTML context changes to serve only the bytes required
[googledevelopers.blogspot.com...]
This sounds to me like a real boon. First, image size is one of the most common areas that I see slowing down page loads. For many websites, especially those with a frequent publication schedule, optimizing images creates a real snag in the workflow. In fact, many just abandon any effort at good image compression and let their authors upload very fat files.
But even more useful as I see it, is catering to the Apple Retina displays at the same time as you cater to conventional displays and even small screens where you still want a small image. It seems to me you could upload just one image file optimized for Retina screens, and let the server step it down for other users.
========
In terms of usage, I think many will find this section good to know, whether you want to avoid the module or embrace it:
We're working with Go Daddy to get mod_pagespeed running for many of its 8.5 million customers... We're also working with Cotendo to integrate the core engine of mod_pagespeed as part of their Content Delivery Network (CDN) service.
First, image size is one of the most common areas that I see slowing down page loads.
If it doesn't benefit Google in some shape or form, they would not be giving it away.
you can sometimes achieve a modest improvement in the size of compressed HTML by enabling this feature with:
ModPagespeedLowercaseHtmlNames on
First, image size is one of the most common areas that I see slowing down page loads.
It apparently strips the meta copyright tag from pages sent out.
i never knew lower case used fewer bits.
It apparently strips the meta copyright tag from pages sent out.