3 comments

[ 3.5 ms ] story [ 14.9 ms ] thread
There are no privacy policy and ToS though.
I Noped out. The page downloads at least 10MB over 30 seconds before even showing anything.
It seems like the site is a vue app and what is being served is not a production build. Also the entirety of vuetify (js+css) is served in the vendor bundle.

The dev build includes source maps which let you recreate most of the original codebase (on top of the obvious network impact).