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.
   
   
![Captura](https://user-images.githubusercontent.com/22342793/87664603-d35e0500-c765-11ea-8359-d85449080b5d.jpg)
   
   and have the css code inlined in the html
   
   
![Captura](https://user-images.githubusercontent.com/22342793/87664728-0d2f0b80-c766-11ea-9ff1-950b2a1757b3.jpg)
   
   
   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


Reply via email to