Pre-rendering pages on a site (traditional SSG) is a great way to serve a small amount of content. But it’s difficult to scale this strategy. Here are a handful of strategies that can be used to maintain your productivity as your site grows.
Common automation approaches to build up your confidence in deploying to production.
Although more applicable to traditionally-built sites, inlining critical CSS can be a quick and easy performance boost for your site, especially as it grows.
Inlining critical CSS is a breeze for classic SSG sites built and deployed using Netlify. Here’s how it works.