susl16c opened a new issue #2062:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2062


   pagespeed on;
   pagespeed FileCachePath /var/cache/pagespeed;
   pagespeed HttpCacheCompressionLevel 0;
   pagespeed EnableFilters insert_dns_prefetch;
   # pagespeed RewriteLevel OptimizeForBandwidth;
   # pagespeed RewriteLevel CoreFilters;
   pagespeed RedisServer "localhost";
   
   # HTTPS Support
   pagespeed FetchHttps enable;
   
   # PageSpeed Filters
   # CSS Minification
   pagespeed EnableFilters combine_css,rewrite_css;
   pagespeed EnableFilters move_css_to_head;
   
   # JS Minification
   pagespeed EnableFilters combine_javascript,rewrite_javascript;
   pagespeed EnableFilters move_css_above_scripts;
   
   # Images Optimization
   pagespeed InPlaceResourceOptimization on;
   pagespeed EnableFilters lazyload_images;
   pagespeed EnableFilters rewrite_images;
   pagespeed EnableFilters 
convert_jpeg_to_progressive,convert_png_to_jpeg,convert_jpeg_to_webp,convert_to_webp_lossless;
   
   # Remove comments from HTML
   pagespeed EnableFilters remove_comments;
   
   # Remove WHITESPACE from HTML
   pagespeed EnableFilters collapse_whitespace;
   
   # предварительная загрузка данных
   pagespeed EnableFilters hint_preload_subresources;
   
   periodically, the page falls apart and does not find images or css has to 
overload nginx and clean the cache otherwise everything does not work.


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


Reply via email to