AnilSeervi / DevFolio

A Modern Portfolio Template for Developers with easy setup process documented(with hosting).
https://devfolio.js.org
MIT License
423 stars 144 forks source link

Lighthouse performance #3

Closed milliorn closed 1 year ago

milliorn commented 1 year ago

This PR is to fix issues Chrome DevTools Lighthouse found in its audit. On the left side of the image is before, on the right is after. image

https://developer.chrome.com/docs/lighthouse/performance/render-blocking-resources/?utm_source=lighthouse&utm_medium=devtools#how-to-eliminate-render-blocking-stylesheets

https://web.dev/optimize-cls/?utm_source=lighthouse&utm_medium=devtools#images-without-dimensions

https://developer.chrome.com/docs/lighthouse/performance/font-display/?utm_source=lighthouse&utm_medium=devtools

https://perfmatters.io/docs/ensure-text-remains-visible-during-webfont-load/#font-awesome

https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/preload#the_basics

AnilSeervi commented 1 year ago

Thanks you for you suggestions @milliorn. I've made the these changes and other required changes in #5