Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/incubator-pagespeed-ngx
Automatic PageSpeed optimization module for Nginx
https://github.com/apache/incubator-pagespeed-ngx
pagespeed
Last synced: about 1 month ago
JSON representation
Automatic PageSpeed optimization module for Nginx
- Host: GitHub
- URL: https://github.com/apache/incubator-pagespeed-ngx
- Owner: apache
- License: apache-2.0
- Archived: true
- Created: 2012-06-23T18:30:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T14:50:27.000Z (over 1 year ago)
- Last Synced: 2024-05-23T00:16:40.506Z (5 months ago)
- Topics: pagespeed
- Language: C++
- Homepage: http://ngxpagespeed.com/
- Size: 77 MB
- Stars: 4,367
- Watchers: 212
- Forks: 364
- Open Issues: 354
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nginx - ngx_pagespeed - Automatic PageSpeed optimization module for Nginx. (Third Party Modules / C Modules)
- starred-awesome - incubator-pagespeed-ngx - Automatic PageSpeed optimization module for Nginx (C++)
- awesome-hacking-lists - apache/incubator-pagespeed-ngx - Automatic PageSpeed optimization module for Nginx (C++)
README
![ngx_pagespeed](https://user-images.githubusercontent.com/6751650/73116078-338a9180-3f0f-11ea-8fdf-8c99cb4bec7f.png)
[![Build Status](https://travis-ci.org/apache/incubator-pagespeed-ngx.svg?branch=master)](https://travis-ci.org/apache/incubator-pagespeed-ngx)
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](https://developers.google.com/speed/docs/mod_pagespeed/config_filters)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:- [ngx-pagespeed-discuss mailing
list](https://groups.google.com/forum/#!forum/ngx-pagespeed-discuss)
- [ngx-pagespeed-announce mailing
list](https://groups.google.com/forum/#!forum/ngx-pagespeed-announce)