asshaposhnikov
asshaposhnikov
Try to turn off all virtual hosts in nginx, except one with pagespeed. Same result - without images IPRO . Images lazy load filter - not work. In version 1.15.8...
At first page load, when not optimised at 100%. Some times i can see both - *.pagespeed.* and IPRO links, with jpeg converted in webp (but without "x-page-speed" header). Then,...
I think it's in the intricacies of the settings. Namely, in the combination of headers User-agent, Accept. And the pagespeed options: AllowVaryOn ..., InPlaceResourceOptimization, in_place_optimise_for_browser, recompress_images, convert_jpeg_to_webp, convert_to_webp_lossless. Try now...
> I'm not sure I accurately understand the problem, but perhaps you are looking for `OptimizeForBandwidth` mode?: https://www.modpagespeed.com/doc/optimize-for-bandwidth Not help. Check both - OptimiseForBandwidth and CoreFilters. Directives aplied in top...
Just reboot server much times during another virtual host configure. Check proxied site. All work fine, images in IPRO style. No configuration Nginx/pagespeed changes made. What can I say? Pagespeed...
> Hi... It doesn't make sense to configure both OptimizeForBandwidth and CoreFilters. You can only set RewriteLevel to one of those. > > I think you just want OptimizeForBandwidth. Hi,...
> I've tried using hint_preload_subresources but I've found that the Link header are sent with the "nopush" attribute > > This is also what's reported on example in [PageSpeed documentation](https://www.modpagespeed.com/doc/filter-hint-preload-subresources):...