berengerzyla commented on issue #1545: server push not working while pagespeed is set to on URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1545#issuecomment-387941159 I have been scratching my head over this one too, and it's not a duplicate of #1539 . Activating PageSpeed and disabling as many filters as possible still drops the Push under Nginx. Even with a simple configuration as this one: ``` Version: 14: on Filters cw Collapse Whitespace hw Flushes html rc Remove Comments Options AvoidRenamingIntrospectiveJavascript (aris) True BeaconUrl (bu) /ngx_pagespeed_beacon EnableCachePurge (euci) True EnableRewriting (e) 1 FetchHttps (fhs) enable FileCacheCleanIntervalMs (afcci) 3600000 FileCacheInodeLimit (afcl) 500000 FileCachePath (afcp) /var/ngx_pagespeed_cache FileCacheSizeKb (afc) 102400 GlobalAdminPath (ngap) /pagespeed_global_admin HonorCsp (hcsp) True LogDir (ald) /var/log/pagespeed MemcachedServers (ams) 127.0.0.1:11211 RespectVary (rv) True RewriteLevel (l) Pass Through Statistics (ase) True StatisticsLogging (asle) True ``` A Link-Preload header won't Push correctly under Nginx. Add a `PageSpeed=off` to the parameters and the push will be there. @aaronjorbin , did you find anything since March 10?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
