And it’s fantastic. See why we’re excited.
Critical CSS is the smallest set of CSS required to render the content a user sees immediately (above the fold).
Instead of forcing the browser to download and parse your entire stylesheet before showing the page, Critical CSS gets the visible UI rendered fast, then loads the remaining CSS afterward.
It lives in the head, as high as possible, like so:

We originally used an external Critical CSS provider integrated into our calls. On paper, it checked the box. In reality, it introduced a bottleneck we couldn’t accept: conversion delays.
Like all of our Static Performance Features, we run Critical CSS generation during a conversion from WordPress to Static. When Critical CSS wasn’t present it during a push it introduced — in extreme cases — a 10-20s delay per page.
So we removed it and built our own, which on a full site push only introduces on average an extra second or two if your site has no Critical CSS present at all.
Our new engine runs on infrastructure we control, with behavior we can tune, debug, and evolve without waiting or reliance on a third party.
Our gripes with our third-party weren’t just limited to unreliable and delayed generation. We noticed a series of discrepancies properly collecting the actual above-the-fold styles.
If you have familiarity with Chrome Dev Tools, here’s a fun test. Inspect Element, locate your primary stylesheet(s) and delete them. Then look at your above-the-fold. If it’s not 97% accurate, you’re wasting space in your head and are not really improving things.
Here’s an example from our own site with the old vs our own engine. The difference might not look that big on a quick glance, but we found it absolutely massive.

And other pages were even worse.
Because if you’re deferring stylesheets until page load (to reduce render blocking requests), you may experience some series layout shifts and flickers. That’s no bueno.
And with all of these steps, we found the API responds faster than the third-party, consistently.
We utilize a warming mechanism and persistent emulator browser to keep things from cold firing.
The new Critical CSS engine is available in the Headless Hostman Performance Center exactly where it was before: as a simple toggle.
Turn it on, and it’s applied as part of your performance toolkit.

During Conversion
Again, Critical CSS generation happens only during static conversion on the fly.
That means:
You get the performance benefits in the final static output, without turning every request into a performance-processing pipeline.
View Before Going Live By Generating a Test
If you also render a test static page, it will be present.
Anytime you hit the WordPress “update” button we recall the API to find page changes and refresh the page/post’s Critical CSS.
In case you need, you can also clear it manually from the site post meta, or you can clear it site wide as needed.
If you’re utilizing a WordPress theme that already generates Critical CSS, you won’t be able to utilize ours to avoid conflicts.
Want Critical CSS for Your Own Outside of Headless Hostman Projects? You Got It
We didn’t build this only for Headless Hostman conversions. The Critical CSS engine is also available as a standalone API and dashboard for your own development workflows outside of our primary platform.
We’re calling it HEADSTONE, because why wouldn’t we.

If you’re an existing Headless Hostman customer, contact us and we can get this added as a new item to your portal.
For non-Headless Hostman customers, you and don’t need to use the Headless Hostman. You can purchase it instantly and easily here.
Directly within our partner portal, you have access to all of the tools.
Generate on Demand
Get instant CSS and a history log of your requests.

Critical CSS Generating API
Most notably, you can incorporate Critical CSS into any of your projects with a simple GET request.

We include a sample code, and full docs, but honestly it’s pretty simple. You can request Critical CSS with any code base supporting POST, GET, or cURL style asks by passing your API key and the page you want.
Since we’re obviously development obsessed we built this for our own requirements:
Whether you’re converting WordPress to static with Headless Hostman or building your own pipeline, you’re using the exact tool we trust in production.