mch0lic edited a comment on issue #1742: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1742#issuecomment-954701661
> Try pagespeed Domain http*://www.domain.com; or allmost pagespeed Domain https://www.domain.com; This did work to an extend, I could see that css/js files have pagespeed hash appended, eg.: ```https://www.domain.com/app/plugins/woocommerce/assets/js/frontend/woocommerce.min.js,qver=5.6.0.pagespeed.ce.tywcuxUwoB.js``` The resources would return 200, but inspector would show net::ERR_CONTENT_DECODING_FAILED status and it wouldn't load. Quick google search lead me to this https://github.com/apache/incubator-pagespeed-ngx/issues/1346, so I've added pagespeed HttpCacheCompressionLevel 0; and it solved that issue (not sure if this is the right solution?). Would a need for HttpCacheCompressionLevel indicate that LoadFromFile is not used/working? The only remaining issue is img.domain.com, those are still not loading returning 404. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org