Skip to content
Apache module for rewriting web pages to reduce latency and bandwidth. http://modpagespeed.com
C++ JavaScript Shell HTML Python CSS Other
Find file
New pull request
Latest commit 94391dd @jeffkaufman jeffkaufman Always specify http:// with curl.
When running with an old version of curl (like 7.15.5 on the centos
buildbot) if you leave off the http:// on a proxied fetch curl doesn't
add it.  So it will send:

    GET messages-allowed.example.com/mod_pagespeed_message HTTP/1.1

Which Apache will reject with:

    HTTP/1.1 400 Bad Request

Not sure why this didn't turn up with the buildbots running tests.

README.md

mod_pagespeed

logo

Build Status

mod_pagespeed is an open-source Apache module created by Google to help Make the Web Faster by rewriting web pages to reduce latency and bandwidth.

mod_pagespeed releases 1.9.32.10-beta and 1.9.32.10-stable are available as precompiled linux packages or as source. (See Release Notes for information about bugs fixed)

mod_pagespeed is an open-source Apache module which automatically applies web performance best practices to pages, and associated assets (CSS, JavaScript, images) without requiring that you modify your existing content or workflow.

mod_pagespeed is built on PageSpeed Optimization Libraries, deployed across 100,000+ web-sites, and provided by popular hosting and CDN providers such as DreamHost, GoDaddy, EdgeCast, and others. There are 40+ available optimizations filters, which include:

  • Image optimization, compression, and resizing
  • CSS & JavaScript concatenation, minification, and inlining
  • Cache extension, domain sharding, and domain rewriting
  • Deferred loading of JavaScript and image resources
  • and many others...

Demo

Try it modpagespeed.com
Read about it https://developers.google.com/speed/pagespeed/module
Download it https://developers.google.com/speed/pagespeed/module/download
Check announcements https://groups.google.com/group/mod-pagespeed-announce
Discuss it https://groups.google.com/group/mod-pagespeed-discuss
FAQ https://developers.google.com/speed/pagespeed/module/faq

Curious to learn more about mod_pagespeed? Check out our GDL episode below, which covers the history of the project, an architectural overview of how mod_pagespeed works under the hood, and a number of operational tips and best practices for deploying mod_pagespeed.

GDL Episode

Something went wrong with that request. Please try again.