incubator-pagespeed-ngx icon indicating copy to clipboard operation
incubator-pagespeed-ngx copied to clipboard

Automatic PageSpeed optimization module for Nginx

Results 105 incubator-pagespeed-ngx issues
Sort by recently updated
recently updated
newest added
trafficstars

On popular demand, build instructions This should take care of both the glibc issue and the changed api in nginx 1.23.0+ This PSOL library is build from git, commit 409bd76...

error is: /home/parf/incubator-pagespeed-ngx-latest-stable/src/ngx_pagespeed.cc /home/parf/incubator-pagespeed-ngx-latest-stable/src/ngx_pagespeed.cc: In function ‘ngx_int_t net_instaweb::{anonymous}::ps_set_cache_control(ngx_http_request_t*, char*)’: /home/parf/incubator-pagespeed-ngx-latest-stable/src/ngx_pagespeed.cc:407:36: error: request for member ‘elts’ in ‘r->ngx_http_request_s::headers_out.ngx_http_headers_out_t::cache_control’, which is of pointer type ‘ngx_table_elt_t*’ {aka ‘ngx_table_elt_s*’} (maybe you meant to use...

it expose :80 at the end of the url of the data-pagespeed-lsc-url ... for example: ...href="assets/css/style.css" data-pagespeed-lsc-url="https://xxx.domain.net:80/assets/css/style.css"> Is it correct?... What Can I do to fix it?

I'm trying to compile pagespeed module on my raspberry pi 4 running Ubuntu Server 20.04. The main issue I have found with this is there are no ARM versions of...

I'm opening a separate issue about this since other issues have been either closed or not resolved and getting a clear consensus on how to proceed is rather "messy" to...