Best of RS as a tool for everybody finding next interesting one

I take two month making bestofrs.org, supported by Dioxus framework. Mostly code are written in rust.

Github: GitHub - zhiyanzhaijie/bestofrs: Manually curating awesome Rust repositories on GitHub. · GitHub

It's a tool for helping developer find new rust project on Github.
And it's also a try of landed Domain Driven Design on Rust. But I am a newbee of rust, so there might be lots of anti-pattern there. Thanks to dioxus team make Rust easy for building.

And I need some advice.

I'd recommend running Google Lighthouse (integrated into the Chrome devtool suite these days) on your website. Running it on my machine confirmed my thoughts when I initially visited your site, namely that it is slow (long initial load and wonky scrolling). The Lighthouse report offers some insights into what makes a page have bad performance. If I were you I'd look into the report and try to fix the issues.

1 Like

Thanks for advice. I have used lighthouse when developing. It is actually a perf point there