atom feed5 messages in ru.sysoev.nginx[ANN] Naive port of mod_pagespeed for...
FromSent OnAttachments
Matthieu TourneJun 6, 2011 11:23 am 
Joshua MarantzJun 6, 2011 3:17 pm 
Joshua MarantzJun 6, 2011 3:20 pm 
Matthieu TourneJun 6, 2011 3:37 pm 
Joshua MarantzJun 6, 2011 8:34 pm 
Subject:[ANN] Naive port of mod_pagespeed for nginx
From:Matthieu Tourne (matt@gmail.com)
Date:Jun 6, 2011 11:23:34 am
List:ru.sysoev.nginx

Hi all,

This is just to announce my naive yet functional port of Google's mod_pagespeed to nginx. I'm not sure I'll have much time to improve on this, but this might interest you.

Right now it compiles with the latest stable version of mod_pagespeed and does a very simple parsing using the AttrValuesSaverFilter that I found in the unittests. (it just saves all the html tag attributes found while parsing in a string).

The code and instructions to compile it can be found here : https://github.com/mtourne/ngx_instaweb

Happy hacking, Matthieu.