gatsby-theme-performance
v0.0.0
Published
Gatsby is fast, this theme will making it blazingly fast.
Downloads
2
Readme
Boost your Gatsby's site performance!Gatsby is already blazingly fast ⚡. The performance theme will set your site on fire 🔥.
🚀 Quick start
Install gatsby-theme-performance
Use npm or your favorite package manager to install gatsby-theme-performance. You'll need to install preact as well, as you decide what version you want to use.
npm install gatsby-theme-performance preact
Edit gatsby-config
Open gatsby-config.js and add
gatsby-theme-performance
to the plugins list.module.exports = { // some gatsby config plugins: [ // list of your plugins "gatsby-theme-performance" ] };
Build & publish your website. Most performance enhancement techniques are only used on production sites as, making your site fast takes some time and we don't want to slow your development experience down.
gatsby build
Tell your friends how much faster your site is than theirs! 😏