Lofesa commented on issue #1697: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1697#issuecomment-659344257
Whit prioritize_crital_css the links into the `<noscript>` label is expected bahaviour. Then these links are loaded by the `pagespeed.CriticalCssLoader.Run();` javascript snipet. The unusual things are the headers with not rewrited url (if they are set by pagespeed) and the no delete the <link> in html and change it by the css code above the fold. But for now it is working, I get the css files rewrited and no css tag duplicated.  and have the css code inlined in the html  Maybe you need to disable `hint_preload_subresources` and get some hits to get the inlined css. NOTE: Files for other domain other that yours, are not optimized by pagespeed ` ---------------------------------------------------------------- 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