simonw / datasette.io

The official project website for Datasette
https://datasette.io
92 stars 21 forks source link

Speed up homepage with faster YouTube embed #93

Closed simonw closed 2 years ago

simonw commented 2 years ago

The YouTube embed on the homepage adds 500KB of JavaScript!

https://github.com/paulirish/lite-youtube-embed looks like a good fix.

simonw commented 2 years ago

Using https://web.dev/measure/ prior to this change:

image

https://googlechrome.github.io/lighthouse/viewer/?gist=db664a5358bcbe9317b878944211ec17

simonw commented 2 years ago

After this fix:

image

https://googlechrome.github.io/lighthouse/viewer/?gist=405936c232fe0d0da8b32f3655b5538a

simonw commented 2 years ago

Tweeted about this: https://twitter.com/simonw/status/1501292972976992260