Chrome is reporting the following when I run an audit with the chrome inspector:
7 inline script blocks were found in the head between an external CSS file and another resource. To allow parallel downloading, move the inline script before the external CSS file, or after the next resource.
The 7 scripts are at the very end of the head element. So is the "another resource" that it's referring to in the body?
If I move these 7 scripts to the beginning of the body the audit stops complaining.
Does moving them to the body tag improve performance?
Is there further documentation on this?
PS I see that there was a duplicate question listed for this. However I believe my issue is different since I eliminated the possibility of interference from extensions by using an incognito window.