mod_pagespeed by Google

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

mod_pagespeed by Google

Post by VladSun »

http://code.google.com/p/modpagespeed/

Has anyone used this? What does it do indeed? There is a tool also: http://code.google.com/intl/bg-BG/speed ... rview.html
There are 10 types of people in this world, those who understand binary and those who don't
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: mod_pagespeed by Google

Post by Weirdan »

VladSun wrote:Has anyone used this? What does it do indeed?
Haven't used it yet, but from the docs it seems it does some microoptimizations like stripping whitespace, inlining (or outlining) js and css, reordering and rewriting html, tweaking cache headers, etc. You can get nice overview on http://www.modpagespeed.com/
Post Reply