scribbling
[펌] ngxpagespeed.com
'김용환'
2016. 2. 3. 10:09
구글이 개발한 성능 관련 모듈
Nginx module for rewriting web pages to reduce latency and bandwidth
소스
https://github.com/pagespeed/ngx_pagespeed
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