Jonas Ohlsson is announcing that Penthouse with version number 0.8.0 is already available to download.
What is Penthouse ?
Penthouse is .
Penthouse can be used in a wide variety of ways and will simplify the process of detecting Above the Fold CSS and then isolating it to its own file. If you're not familiar with the concept, Above the Fold CSS is also known as critical path CSS and is the CSS code first needed to render the visible part of the page when it loads. Since most CSS code is delivered in one single file, this CSS is loaded very late and the page render after a long wait. A good practice is to isolate critical path CSS to its own file and load it first, or even add it as inline CSS to the current HTML page. This speeds up the page and improves page speed and SEO metrics. Penthouse is a Node.js JavaScript library for doing this, helping webmasters detect which of their page's CSS code is "Above the Fold" and save it in its separate file. Developers can use Penthouse in a variety of ways, the library being usable: - from the Node.js CLI - as a Node.js module (programmatic library) - as a Web-based tool - as a Grunt automated task - as a Gulp automated task
This is changelog for Penthouse version 0.8.0 :
You can read the complete changelog and also download this latest version on their homepage:
jonassebastianohlsson.com