-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed as not planned
Labels
Description
Is your feature request related to a problem? Please describe.
Not an actual problem, but it could increase performance and scores for sites using NPM
Describe the solution you'd like
Add pagespeed module to nginx.
Describe alternatives you've considered
None
Additional context
I found this script for integrating with openresty but wasn't able to test it:
https://gist.github.com/marklkelly/d17fa535a41e0e3aa429
I tried manually loading it on a debian server before realizing it was using an old nginx version that doesn't support external modules (it has to be compiled with them), so I'm not sure how much a performance increase this module really offers.
It could be an additional switch for each host, so it's not enabled by default
kleblond