a5411a1c7c23cdd587cfcf5f34376edd459421ba
- Don't construct `NgxBaseFetch` instances and call `Done(false)` later when it turns out it wasn't needed. - Track the purpose of the base fetch instead of just wether it is an IPRO lookup or not for more informational tracing as well as avoiding constructing base fetches when their purpose isn't know yet. - Don't initiate a property cache lookup when we won't need it (`ProxyFetchFactory::InitiatePropertyCacheLookup`) - Improve IPRO handling of `NgxBaseFetch` and make it clearer. Indicate we want to supress further events when the base fetch was used to lookup an IPRO url, and the result was not indicative of something we can respond with to the browser. - Remove unused `RequestRouting` constants
ngx_pagespeed speeds up your site and reduces page load time by automatically applying web performance best practices to pages and associated assets (CSS, JavaScript, images) without requiring you to modify your existing content or workflow. Features include:
- Image optimization: stripping meta-data, dynamic resizing, recompression
- CSS & JavaScript minification, concatenation, inlining, and outlining
- Small resource inlining
- Deferring image and JavaScript loading
- HTML rewriting
- Cache lifetime extension
- and more
To see ngx_pagespeed in action, with example pages for each of the optimizations, see our demonstration site.
How to build
Follow the steps on build ngx_pagespeed from source.
How to use
Follow the steps on PageSpeed configuration.
For feedback, questions, and to follow the progress of the project:
Description
Languages
C++
69.6%
Shell
22.6%
Dockerfile
7.5%
Makefile
0.3%
