ic-design-system
ic-design-system copied to clipboard
Improve performance of the guidance site by using the `gatsby-plugin-image` plugin
Summary
The performance of our website, in particular, component pages are less than optimum. Performance was tested using "Lighthouse" in DevTools. Our performance score can be improved by using a Gatsby plugin called gatsby-plugin-image.
💬 Description & 💰 Use value
Using the plugin's <StaticImage/> component, we can address some of the performance issues around using <img/> and lazy-loading.