icssc / AntAlmanac

A course exploration and scheduling tool for UCI Anteaters
https://antalmanac.com
MIT License
55 stars 62 forks source link

Improve website performance #957

Open stevenguyukai opened 2 months ago

stevenguyukai commented 2 months ago

I ran a website checker called Lighthouse(An extension from Google I think). and the result for Antalmanac is :

image

Antalmanac's performance isn't looking very good.

Improve it, and maybe we can rank higher than ZotCourse!

stevenguyukai commented 2 months ago

Install Lighthouse Locally

  1. npm install -g lighthouse
  2. lighthouse <url>
  3. Deploy the website on localhost and open a new terminal to run the above code (I think its only work on Chrome)