ipagespeed commented on issue #1543: Problem with pagespeed filters
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-371453637
hi, thank you for your respnse.
Now I've turned off cloudflare at all, and still have some problems.
1) For the same filters we have different results for different pages.
2) For the same page sometimes we get optimized version sometimes not
3) Page load time increased significantly (from 1.5s to 5-6s)
So,how to get stable outcome from this module?
pagespeed configurations are:
--------------------------------------
pagespeed on;
pagespeed FileCachePath "/var/cache/ngx_pagespeed/";
pagespeed Statistics on;
pagespeed EnableCachePurge on;
pagespeed RewriteLevel CoreFilters;
pagespeed FileCacheSizeKb 5242880;
pagespeed FileCacheCleanIntervalMs 604800000;
pagespeed FileCacheInodeLimit 500000000;
pagespeed EnableFilters prioritize_critical_css,defer_javascript,sprite_images,convert_png_to_jpeg,convert_jpeg_to_webp,collapse_whitespace,remove_comments;
---------------------------------------
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
With regards,
Apache Git Services
|