Hello everyone and welcome to the mod_pagespeed beta testers list. (For those of you already on this list from Critical CSS beta-testing, thanks! And feel free to try out the console as well if you'd like).
A prototype of the mod_pagespeed console is now available in as either binary packages (.deb and .rpm) or to build from source.
<Location /mod_pagespeed_console>
Allow from localhost
Allow from 127.0.0.1 # Or whatever access restrictions you want/need to access this page.
SetHandler mod_pagespeed_console
</Location>
4) Restart server
Source:
2) Add this to your pagespeed.conf:
<Location /mod_pagespeed_console>
Allow from localhost
Allow from 127.0.0.1 # Or whatever access restrictions you want/need.
SetHandler mod_pagespeed_console
</Location>
3) Restart server
Accessing the Console
Currently the information is very basic, simply a list of 9 things we know of that could lead to sub-optimal rewriting. Each one has a percentage (higher is worse) and they are sorted from most important (worse problem) to least important. Eventually these will be linked to pages that describe the issue more clearly and suggest possible solutions, but for now ignore the "(Click through for the links for info on how to fix these problems)" claim.
Feedback
Please provide us with this feedback emailed to this list (or me personally if you prefer):
* Have you noticed effectiveness problems with mod_pagespeed before using the console? Please explain specifically what you noticed. For example, "WebPage Test showed little improvement after installing mod_pagespeed", "Google Analytics showed increase page load time after installing mod_pagespeed", "Looking at the HTML source, most resources weren't rewritten by mod_pagespeed" or "Everything seemed to be working great".
* A day or so after you installed the beta, please copy-and-paste the full sorted list of "notable issues" for your site.
* Did you know about these issues? Were any surprising? Do you know how you would solve the top few "notable issues"? What extra information would be helpful?
Thanks again for helping us develop and improve the mod_pagespeed console!
-Shawn