You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I have a web that run the pagespeed module , These module has a filter to inline the css critical path and delay the load of all other css stuff.
To make this delay, the module put all css stuff (css files and inlined css) between noscript tags with a class (psa_add_styles) and the result is that the css elements with ID appear 2 times.
Can it be considered that the IDs are duplicated when they appear between noscript labels?
URL to test https://intersindicalrm.org/
This fails on LH in Chrome and in web.dev.
Thx in advance
The text was updated successfully, but these errors were encountered:
Hi
Thx you @patrickhulce for the time....
Is a pagespeed module fail, it must remove all inlined styles and put it on a nonscript tag and then inject the critical css path and delay the load of the rest off css files and inlined styles, but in this case it make a copy of the inlined css in the noscript tag and don´t delete the original so it get 2 inlined styles, the original and the delayed. I will fire a bug to the pagespeed module team.
Again, thx you
Hi
I have a web that run the pagespeed module , These module has a filter to inline the css critical path and delay the load of all other css stuff.
To make this delay, the module put all css stuff (css files and inlined css) between noscript tags with a class (psa_add_styles) and the result is that the css elements with ID appear 2 times.
Can it be considered that the IDs are duplicated when they appear between noscript labels?
URL to test https://intersindicalrm.org/
This fails on LH in Chrome and in web.dev.
Thx in advance
The text was updated successfully, but these errors were encountered: