ioweb-gr commented on issue #1897: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1897#issuecomment-968882127
Let me answer quickly the last part about CoreFilters which is easier , I'll answer the second part too when I investigate It' smy understanding that when I use PassThrough only the ones I enable are on right? So in my general nginx configuration regarding pagespeed I have these options ``` pagespeed RewriteLevel PassThrough; pagespeed FileCachePath /var/ngx_pagespeed_cache; pagespeed FileCacheSizeKb 204800; pagespeed FileCacheCleanIntervalMs 3600000; pagespeed FileCacheInodeLimit 500000; pagespeed LRUCacheKbPerProcess 8192; pagespeed LRUCacheByteLimit 16384; pagespeed CreateSharedMemoryMetadataCache "/var/ngx_pagespeed_cache/" 51200; pagespeed EnableFilters recompress_images; pagespeed EnableFilters recompress_webp; pagespeed EnableFilters convert_jpeg_to_webp,convert_to_webp_lossless,convert_to_webp_animated; pagespeed Disallow *.woff; pagespeed Disallow *.svg; pagespeed Statistics on; pagespeed StatisticsLogging on; pagespeed LogDir /var/log/ngx_pagespeed; pagespeed AdminPath /pagespeed_admin; pagespeed GlobalAdminPath /pagespeed_global_admin; pagespeed StatisticsPath /ngx_pagespeed_statistics; pagespeed GlobalStatisticsPath /ngx_pagespeed_global_statistics; pagespeed MessagesPath /ngx_pagespeed_message; pagespeed ConsolePath /pagespeed_console; pagespeed UsePerVhostStatistics on; pagespeed MessageBufferSize 100000; pagespeed EnableCachePurge on; pagespeed SslCertDirectory /etc/ssl/certs; pagespeed FetchHttps enable,allow_self_signed; pagespeed RespectXForwardedProto on; ``` So only the ones I enable should be active right? -- 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. To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org