구글이 개발한 성능 관련 모듈


Nginx module for rewriting web pages to reduce latency and bandwidth


http://ngxpagespeed.com/



소스

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



Posted by '김용환'
,