zero-to-mastery / old-zero-to-mastery-website

This project once was the Zero To Mastery's website, created entirely by students. It has since been superseded by the new website, but this early version will remain archived for posterity and nostalgia.
MIT License
201 stars 230 forks source link

Performance and accessibility of the website #171

Closed agpt8 closed 4 years ago

agpt8 commented 4 years ago

Upon auditing the website with lighthouse (auditing tool in chrome dev tools), I found that the load time can be improved a lot. There are a lot of static elements present on the main page that can be cached to improve load times and accessibility can be improved.

There are vulnerabilities present in the dependencies and many of the assets are served using HTTP/1.1 instead of using HTTP/2

Note: Audit was done in Desktop and Mobile mode with no throttling. Mobile mode performance is worse than Desktop mode.

Mobile Mode: image

Desktop Mode: image

Dhaval1403 commented 4 years ago

The PR for this issue has been merged :)