<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=2354469448132396&amp;ev=PageView&amp;noscript=1">

High Performance HubSpot Sites with Asynchronous CSS Loading

Posted by Joe Rapier
on December 1, 2017

We recently had some clients who wanted to get more speed out of HubSpot, but after going through our usual image optimization techniques and concatenating files they still weren't satisfied. We dug around and found out we could load CSS files asynchronously so that page rendering isn't blocked while the stylesheet loads. Here's how to do it:

  1. Load the stylesheet like this:
    <link rel="preload" href="link-to-stylesheet-here" as="style" onload="this.onload=null;this.rel='stylesheet'"/>
  2. You'll notice the link tag uses some JavaScript to change the rel to stylesheet on load, so you need to use this code as a backup for when JavaScript is disabled:
     <noscript><link rel="stylesheet" href="link-to-stylesheet-here"></noscript>
  3. Next, copy the LoadCSS script from here and inline it in a script tag right below the link and noscript tags like this:
    <script>
    /*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */
    (function(){ ... }());
    </script>
  4. Remove the stylesheet from HubSpot's internal linking tool (check both content settings and the template for this) so the stylesheet isn't loading twice.
  5. Use this tool to get the critical CSS for the above the fold content, and inline that CSS in a style tag at either template or page level. The tool isn't perfect and seems to include extra CSS from below the fold, but if you don't want to gather that CSS yourself it'll get the job done.
  6. Make sure your inline CSS is minified. Try minifier.org.
  7. The final result will look like this:
    <link rel="preload" href="link-to-stylesheet-here" as="style" onload="this.onload=null;this.rel='stylesheet'"/>
    <noscript><link rel="stylesheet" href="link-to-stylesheet-here"></noscript>
    <script> /*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */ (function(){ ... }()); </script>
Design Manager   HubSpot

 

LoadCSS is a polyfill that allows us to load CSS asynchronously across all browsers. You can find the documentation here.

Get Access To Content templates that generate clients!

 

WCS content teamplate mockup 2-1

 

Create a website that actually puts qualified calls on your calendar

 

Tell me if this sounds like you:

You're an overwhelmed marketer or business owner working to build a scalable brand strategy.
 
Currently, you're focused on building a better website for your company (or making your existing website perform better). Specifically, you're hoping to launch something that creates a consistent flow of calls and demos on your sales calendar.

 

You're about to discover the key that has unlocked website success for thousands of brands across the world. And now, it is offered as a downloadable template pack that will teach you how to easily plug and play amazing content and layout to make your website generate leads like never before.

 

Get access to the exact same content templates we use to build high-performing websites for all our clients.

 

Get Instant Access Now And Start Transforming Your Website