rahafoundation / raha-web-app

The Raha identity network supporting universal basic income.
https://web.raha.app
Apache License 2.0
10 stars 3 forks source link

Make homepage perf good #127

Closed markulrich closed 6 years ago

markulrich commented 6 years ago

Currently our Chrome audit performance score is in the red at 21:

image

There's no reason homepage needs to be the full app, or in any way dynamic! If we strip it down to just html (no css or js) we get

image

Should look into inline CSS and AMP pages.

markulrich commented 6 years ago

After adding the AMP and css only 1 point lost, we're sitting pretty at 99! Check it out yourself at https://next.raha.io/ and notice the sweet sweet refresh speed.

image

As an added bonus, now homepage works on my iTouch 5 - before this nothing showed up!

There are many hacks and things to improve from a code perspective. Let's make sure that as we improve things, we stay near 100 from now on for all static pages - no reason to ever drop below 90.