Site performance is one of the most reliable measures of user experience and visitor conversion. Gatsby's architecture is tailored to make your performance fast out of the box. This section covers how to audit your site performance, implement Gatsby features to improve performance, and take other steps that can speed up your site.
A brief, but thorough guide to improve your Gatsby site's performance, covering both how to get your site fast and processes you can put in place to keep it fast.
Lighthouse is an open-source, automated tool for auditing for page performance. It is included in Chrome DevTools.
Gatsby includes drop-in support for manifests, which help your website function well if installed as an app on a mobile device.
Support for making a Gatsby site work offline and more resistant to bad network connections.