ipagespeed commented on issue #1543: Problem with pagespeed filters URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-374119692 Hi, thank you for your response. Now my problem is this: When I test my site with google tools (https://developers.google.com/speed/pagespeed/insights/), sometimes I get optimized version, sometimes not. Such impression that sometimes it ignores it's cache and starts to optimize from scratch. My Pagespeed configs are: pagespeed on; pagespeed FileCachePath "/var/cache/ngx_pagespeed/"; pagespeed CreateSharedMemoryMetadataCache "/var/cache/ngx_pagespeed/" 262144; pagespeed FileCacheCleanIntervalMs -1; pagespeed LRUCacheKbPerProcess 16384; pagespeed LRUCacheByteLimit 32768; pagespeed RewriteLevel PassThrough; pagespeed NumRewriteThreads 20; pagespeed NumExpensiveRewriteThreads 20; pagespeed RewriteDeadlinePerFlushMs 10000; pagespeed FetchHttps enable,allow_self_signed,allow_unknown_certificate_authority,allow_certificate_not_yet_valid; pagespeed InPlaceResourceOptimization on; pagespeed InPlaceRewriteDeadlineMs 10000; pagespeed RateLimitBackgroundFetches off; pagespeed CssInlineMaxBytes 32768; pagespeed MaxCombinedJsBytes 1048576; pagespeed InPlaceSMaxAgeSec 10; pagespeed EnableFilters in_place_optimize_for_browser; pagespeed EnableFilters prioritize_critical_css,combine_css; pagespeed EnableFilters combine_javascript;
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
