Page 1 of 1

Make the web faster with mod_pagespeed

PostPosted: Thu Oct 11, 2012 6:28 am
by christykunjumon
Programmers & Designers must read this http://googlewebmastercentral.blogspot. ... d-now.html

Re: Make the web faster with mod_pagespeed

PostPosted: Thu Oct 11, 2012 7:43 am
by Mike-R
Yeah, this is important stuff, along with caching of course.

There's also minify for speeding up sites - very similar to what mod_pagespeed does: http://code.google.com/p/minify/

Re: Make the web faster with mod_pagespeed

PostPosted: Mon Oct 15, 2012 7:54 am
by Mike-R

Re: Make the web faster with mod_pagespeed

PostPosted: Mon Oct 15, 2012 10:35 am
by ibrahim
Yeah, as PG mentioned both are great tools & I had just run a demo test with Solomon facial plastic & it seems that both are delivering great insights on page speed.

Google Page Speed:

Google page speed gives is giving an over all score after running the performance of the site. It also gives suggestion summary with High Priority, Medium & Low priority & experimental rules. High Priority encompasses Leverage browser caching, Enable compression, Optimize images & this should be addressed first for getting faster speed & enhanced site performance.
Medium Priority :These are the ones you should address after the high priority one. It includes Combine images into CSS sprites, Defer parsing of JavaScript, Serve resources from a consistent URL etc. Next comes the low priority & experimental one. Please see the following results associated with this.

Google-Page-Speed.jpg
Google-Page-Speed.jpg (210.17 KiB) Viewed 17281 times


Pingdom Tool:

This is another tool for testing load time of a site. It also gives great insight on page speed performance encompassing Leverage browser caching,Avoid bad requests,Remove query strings from static resources,Minimize redirects &Minimize request size. It also gives page analysis with server response codes.

Pingdom-Tool.jpg
Pingdom-Tool.jpg (112.83 KiB) Viewed 17281 times

Re: Make the web faster with mod_pagespeed

PostPosted: Mon Oct 15, 2012 10:35 pm
by beniston
https://developers.google.com/speed/doc ... d/download

Christy, this looks like what we have to install in the server. Lets see what Sathish say about this. Then we can go about implementing it.

Re: Make the web faster with mod_pagespeed

PostPosted: Thu Apr 25, 2013 4:01 pm
by Mike-R
Did you guys also test mod_pagespeed for our work speeding up sites? I was reading about the new one for Nginx (Apache alternative) and couldn't remember if it was mentioned in our page speed work recently.