ObserverMichael commented on issue #1671: Preserve URLs options doesn't exist
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1671#issuecomment-563249009
 
 
   Startup isn't failed but in /?PageSpeedFilters=+debug these options always 
false.
   
   I did turn off parameters that can overwrite this (resize_images, 
resize_rendered_image_dimensions, inline_images).
   
   ```
   if (options->image_preserve_urls() &&
         !options->Enabled(RewriteOptions::kResizeImages) &&
         !options->Enabled(RewriteOptions::kResizeToRenderedImageDimensions) &&
         !options->Enabled(RewriteOptions::kInlineImages)) {
       slot->set_preserve_urls(true);
     }
   ```
   But no result. Next I tried to disable all the filters and change 
RewriteLevel to OptimizeForBandwidth, but no result - Preserves still False. 
   
   In the code, I don't see any Preserve options in Nginx version. Don't know, 
maybe it includes some Apache files while compiling ngx module but I don't see 
it working on my server.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to