Lofesa commented on issue #1897:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/1897#issuecomment-969247915


   Not importat. Pagespeed tries to optimize 8 images at once and take 10ms. to 
do it, is there are more images or take more than 10ms to do the work, then it 
do a background fecht so the next hit it get rewrited.
   
   You can use:
   ```
   pagespeed ImageMaxRewritesAtOnce -1; # This tries as much images the server 
can do
   pagespeed RewriteDeadlinePerFlushMs 5; # This reduce the 10ms to 5.
   ```
   If you are using the  LoadFromFIle you must set this:
   `pagespeed LoadFromFileCacheTtlMs 604800000; #for a week`
   as far as loaded from disk files dont have any http header, this set the 
time the optimized resource lives in the pagespeed cache
   P.D. the page where I´m trying is 
`https://subdomain.example.com/storeviewgreek/accessories/wilson-greek-flag-dampener-x-1-wr8413601.html?PageSpeedFilters=+debug`
   In this page I got 16 images not rewrited. From these only 4 are the issue, 
because the others are in css files, loaded by javascript, are svg or gif, or 
are from others domains.
   
   the 4 images are:
   
   ```
   /pricealert.jpg
   /dc3728-003-phsrh000-1500.jpeg
   /wilson_roland_garros_tennis_ball_keychain-wr8401401-1.jpg
   /dc3580-010-phsfm001-1500.jpg
   ```
   Can you take a look in the message history whats hapen with these images?
   
   


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