wfjsw opened a new issue #1697: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1697
Version: 1.13.35.2-0 Configuration: ``` pagespeed on; pagespeed FileCachePath /dev/shm/ngx_pagespeed_cache; pagespeed Statistics on; pagespeed StatisticsLogging on; pagespeed LogDir /var/log/pagespeed; pagespeed MemcachedServers "127.0.0.1:11211"; pagespeed EnableCachePurge on; pagespeed PreserveUrlRelativity on; pagespeed InPlaceResourceOptimization off; pagespeed InPlaceSMaxAgeSec 604800; pagespeed ModifyCachingHeaders off; pagespeed FetchHttps enable; pagespeed CssInlineMaxBytes 4096; pagespeed JsInlineMaxBytes 16384; pagespeed ImageRecompressionQuality 70; pagespeed WebpRecompressionQuality 70; pagespeed WebpRecompressionQualityForSmallScreens 60; pagespeed RewriteLevel CoreFilters; pagespeed EnableFilters prioritize_critical_css,inline_javascript,resize_images,resize_mobile_images,remove_comments,collapse_whitespace,insert_dns_prefetch,hint_preload_subresources,recompress_images; ``` I noticed the CSS files were loaded twice, which means the `prioritize_critical_css` did not remove the original <link> tags. ---------------------------------------------------------------- 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