[Site Performance] Incorporate SVGO
See original GitHub issueCurrent Behavior The layer5.io website has poor performance (see #3366). Portions of its performance can be enhanced by reducing the file size of images, concluding SVG images.
Desired Situation Incorporate https://github.com/svg/svgo into the site’s build process or commit hooks or make targets to ensure that SVG images are downsized as much as possible while not losing their original quality.
Contributor Resources
The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the master
branch.
- See contributing instructions
- See Layer5 site designs in this Figma project. Join the Layer5 Community for access.
Issue Analytics
- State:
- Created a year ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
How SVG Optimization Can Help In Improving Website Speed?
SVG codes can be full of irrelevant attributes, making the resultant image much heavier. Learn how SVG optimization can help in improving page...
Read more >Improving Mobile Page Speed by 200% Using SVG and Nano
We did multiple tests to analyze how SVG affects page performance and payload. By replacing PNG with SVG in our page, it loads...
Read more >How to speed up your website - SVG - Tomango
Learn how to speed up your website through implementing SVG, with practical advice from Tomango's website development team.
Read more >Optimize SVGs for Better Performance using svgo | egghead.io
Just like a bitmap image, you can compress an SVG by removing various pieces of code ... size & download time, ultimately leading...
Read more >svg/svgo: ⚙️ Node.js tool for optimizing SVG files - GitHub
Plugin Description Default
mergeStyles merge multiple style elements into one enabled
removeDoctype remove doctype declaration enabled
removeXMLProcInst remove XML processing instructions enabled
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sure, @Onyx2406. Go Ahead! 🚀
@Onyx2406 Please update