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?
   P.D. 2. I can´t see where filters are enabled, some like
   `pagespeed EnableFilters whatever_filter_enabled;`
   By default pagespeed is configured with
   `pagespeed RewriteLevel CoreFilters`
   and this only enable these filters:
     ```
    add_head
      combine_css
      combine_javascript
      convert_meta_tags
      extend_cache
      fallback_rewrite_css_urls
      flatten_css_imports
      inline_css
      inline_import_to_link
      inline_javascript
      rewrite_css
      rewrite_images
      rewrite_javascript
      rewrite_style_attributes_with_url
   `
   
   ```
   


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