life-itself / web3

Making sense of web3 & crypto. Introduction to key concepts and ideas. Rigorous, constructive analysis of key claims pro and con. A look at the deeper hopes and aspirations.
https://web3.lifeitself.org/
Creative Commons Zero v1.0 Universal
1.74k stars 193 forks source link

Investigate performance impact of Tooltips #172

Open olayway opened 2 years ago

olayway commented 2 years ago

This was only done for code-splitting for page performance as recommended in lighthouse...

I see... I've added the dynamic imports back for now but I have enabled back ssr rendering for Anchor's, because I think we do want them to be visible on the first-page load. If we don't render them on the server-side this is how the page looks like for a short moment (or not so short, depending on the internet connection) before it's fully rendered on the client:

image image

I suspect the metrics improvement still had to do with the Tooltip attached to those Anchors. I'll create and issue for that and I'll investigate it.

Originally posted by @olayway in https://github.com/life-itself/web3/issues/167#issuecomment-1148536829