0.0.0 • Published 4 years ago

gatsby-theme-performance v0.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Boost your Gatsby's site performance!Gatsby is already blazingly fast ⚡. The performance theme will set your site on fire 🔥.

🚀 Quick start

  1. 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
  2. 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"
      ]
    };
  3. 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
  4. Tell your friends how much faster your site is than theirs! 😏