Google's mod_pagespeed

Hope to have mod_pagespeed on FreeBSD too,
it looks like a must-have !
After trying, I can't build it on my FreeBSD box...
 
You should also have a look at other webservers, especially on nginx and lighttpd. The are much faster than apache, need really a lot less ressources and can handle more then 10.000 connections at the same time. Ok, last point is not so important for most admins, but the different is really huge. Give it a try, if you can.
 
Nginx or Lighttpd are probably best choices for http connection speeds, or low memory footprint.
But mod_pagespeed is not for speeding up http connections : it is for speeding up browser-side page rendering and lowering overall network usage. It uses things like : optimizing data compression (both at file-level and http-connection-level), file expiry dates in browser cache or proxy, server-cache, and weird things like dynamically rewriting some html, css, js contents.
It's not a concurrent solution, it's just a different approach.
Maybe in the future it will be available on nginx or lighttpd ?
 
why was this port removed? I cannot seem to find it anymore?
Based on the commit message: because it used a deprecated python version which itself was removed. And having a look at the commit history: it was also broken since August last year.
 
Back
Top