Lofesa commented on issue #1897: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1897#issuecomment-969181614
Now I can see mayority of files writed, unless svg, gif and some jpg/png. Others image files, like gallery.png is not rewrited becase is loaded by a css file that you have excluded. Some others are loaded by js files, so are out of pagespeed. In the stats page (pagespeed_global_admin/statistics) have you too many evictions (file_cache_evictions)? And.. Are you sure all image files are in the nginx location? If you think they are here, for testing purposes, why don“t do the proxy thing? ``` location ~ ^/(.*\.(ac3|avi|bmp|bz2|css|cue|dat|doc|docx|dts|eot|exe|flv|gif|gz|htm|html|ico|img|iso|jpeg|jpg|js|mkv|mp3|mp4|mpeg|mpg|ogg|pdf|png|ppt|pptx|qt|rar|rm|svg|swf|tar|tgz|ttf|txt|wav|woff|woff2|xls|xlsx|zip|webp))$ { try_files $uri $uri/ =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