dea38db4cb7370a9bbb06139798a4936be7553db
As of nginx 1.23 the cache control headers are re-implemented as al linked list. This reworks our code that manipulates this header to work with that. Still a draft: this change probably needs to be conditioned against nginx version with ifdefs, so older version can still be built as well. Hence, still a draft. Attempts to fix https://github.com/apache/incubator-pagespeed-ngx/issues/1749
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%
