Current Situation
gatsby-plugin-webpack-bundle-analyser-v2 is installed in gatsby-config.js, but is currently disabled.
Desired Situation
Performance needs to improve.
- Use Webpack Bundle Analyzer to detect unused JavaScript code.
- Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Analyze output and take action.

Contributor Resources and Handbook
The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the master branch.
Join the Layer5 Community by submitting your community member form.
Current Situation
gatsby-plugin-webpack-bundle-analyser-v2 is installed in
gatsby-config.js, but is currently disabled.Desired Situation
Performance needs to improve.
Analyze output and take action.
Contributor Resources and Handbook
The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the
masterbranch.