Shopify requires merchants to include the liquid tag content_for_header
in the <head>
element of your theme. This is fine and dandy but what Shitify Shopify fails to do is minify this section of code. One can argue that the performance issues regarding this are so minimal that it doesn't really matter but EVERY MILLISECOND COUNTS when you're using this slow SaaS platform.
The below code will minify this section.