ngx_instaweb icon indicating copy to clipboard operation
ngx_instaweb copied to clipboard

module doesn't work on lucid lynx / nginx 1.2.0

Open stanis opened this issue 12 years ago • 1 comments

I have compiled the module, but if I am adding the setting instaweb on; to the config, the context where it appears just stops to work. What should I do to investigate this problem?

stanis avatar May 12 '12 09:05 stanis

Are you using the dev branch ?

Currently it attempts to minify HTML, but as you said everything gets blocked. If you wait for your request to time out you can actually see the minified content. So it actually does something :)

I think it's related to the new(FilterDriver, ..), line 121 There is a TODO to implement a resource manager, that would provide a layer above the Nginx mem pool that pagespeed can use. Look mod_pagespeed/src/net/instaweb/apache/apache_resource_manager.cc for an example.

mtourne avatar May 16 '12 01:05 mtourne