Lofesa edited a comment on issue #1897:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/1897#issuecomment-968846650


   `[Warning] [153873] [x601313-dunlop-atp-official-tennis-balls_1.jpg:0] 
Resource based on 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/6/0/601313-dunlop-atp-official-tennis-balls_1.jpg
 but cannot access the original
   `
   Seem that pagespeed canĀ“t found the original files where are supposeed they 
are:
   
`/var/www/vhosts/subdomain.example.com/httpdocs/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/6/0/601313-dunlop-atp-official-tennis-balls_1.jpg`
   
   Is this file here?
   
   In other hand you must exclude some files from pagespeed, like woff or svg 
files because pagespeed do nothing whit these files and you get messages about 
it in the message history, add this
   ```
   pagespeed Disallow *.woff
   pagespeed Disallow *.svg
   ```
   to your config file
   
   P.D. can you turn on any access_log off? Maybe these make no serf lines in 
the log files
   P.D. 1. Seems like css files have not problem, can you confirm that css 
files got rewrited and have 200 http code?
   
   
   


-- 
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


Reply via email to