Alexander Tesfamichael

Results 103 comments of Alexander Tesfamichael

Yes, I've been eyeing these metrics and wanting to improve them for a while 🙈 . I'm glad someone popped up and started plucking some great low-hanging fruit, thank you...

Thinking about other potential improvements, we use a library to copy the 🦇🔊 to clipboard, and its a very silly 50kb or so. We should try to find a piece...

Yea Lighthouse is great! Well, I think that would depend on what you prioritize no? Downloading 30Mb of images is pretty terrible by any standard, don't get me wrong, but...

Another thing that came to mind, Lighthouse doesn't like our large DOM size. To some extent this is hard to overcome as the page is a dashboard and those tend...

Another idea: our SVGs are a mess. Looking at the network panel a lot of our requests are SVG, if we switch from: ``` ``` To: ``` import svgIcon from...

We settled on a first pass for breaking up our dashboard page into sections. This should result in major performance improvements. If anyone wants to work on it, just let...

@dawsbot yea, if you like, can you maybe do a proof-of-concept with whatever piece would benefit the most from lazy loading? But no hurry from my side, feel free to...

@dawsbot no worries haha. Anything that isn't risky to merge, doesn't add tons of complexity for little gain, and improves performance is getting merged 🚀 😄 . With the lazy...

Haha, well let me know when you figure out what to do here. Do keep in mind we have a bunch of timers, count downs, updating gas prices, those are...

I've looked at that map several times in the past, and removed some libs already, so it's getting harder to remove more. The best I see is: * We have...