console: support /pagespeed_console
sligocki is adding a feature to pagespeed where it will parse your statistics for you and determine if there are any problems. This CL wires up the ConsoleHandler and also includes a few required files in the build process. It doesn't work yet, because as of svn r3193 the console has a hardcoded json request to '/mod_pagespeed_statistics' and in nginx we use '/ngx_...' . I've tested this by changing all uses here to use the "mod_..." version and that worked, but I've undone those changes.
This commit is contained in:
@@ -170,6 +170,8 @@ if [ $ngx_found = yes ]; then
|
||||
$ps_src/ngx_thread_system.cc \
|
||||
$ps_src/ngx_url_async_fetcher.cc \
|
||||
$ps_src/pthread_shared_mem.cc \
|
||||
$mod_pagespeed_dir/out/$buildtype/obj/gen/data2c_out/instaweb/net/instaweb/system/console_out.cc \
|
||||
$mod_pagespeed_dir/out/$buildtype/obj/gen/data2c_out/instaweb/net/instaweb/system/console_css_out.cc \
|
||||
$mod_pagespeed_dir/net/instaweb/system/add_headers_fetcher.cc \
|
||||
$mod_pagespeed_dir/net/instaweb/system/loopback_route_fetcher.cc \
|
||||
$mod_pagespeed_dir/net/instaweb/system/serf_url_async_fetcher.cc"
|
||||
|
||||
Reference in New Issue
Block a user