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
Moving JS to the end of the body prevents render blocking, but to get Google's PageSpeed to accept CSS isn't blocking, it has to be in the same file. (Yes, as ugly and annoying as it is, this means putting the contents of the file into a style tag in the head of the html file). I never found a nice solution to this.
Currently, we have the jcrsite.css file which is render blocking, and that's causing Google's PageSpeed to complain (so we want to keep this on side).
Simply move the <style... > tag from the head to the end of the body.
The text was updated successfully, but these errors were encountered: