9 ms·
The animations makes it feel slow, the lack of any throttling/debouncing means that my input feels slow too.
by mary-ext 1y ago
The animations makes it feel slow, the lack of any throttling/debouncing means that my input feels slow too.
- tipiirai 1y agoAre you talking about this 150,000 record Rust version? https://mpa.nuejs.org/app/?rust https://mpa.nuejs.org/app/?rust
- akx 1y agoYes. On that version, Chrome 134.0.6998.89's devtools on my Macbook (M2 Max) are indicating 100 to 250 millisecond interaction times and a 160 ms frame when entering text into the search field.
- tipiirai 1y agoI get the same numbers. Interestingly, JavaScript performs faster below 100,000 entries due to the lack of a JS-to-WASM bridge, but it eventually crashes when the records keep increasing
- dimgl 1y agoWhy would you ever have 100,000 entities on a page? What is the business use case for this?
- petetnt 1y agoLoading the page on Fast 4G connection takes 9,61 seconds before I see _any_ content on the screen. This is loading the "all contacts" page that shows 12 items with a title, excerpt, time stamp and user name. Is this expected performance? Network shows the app downloading huge 4/1 megabyte chunks.
- hexo 1y agoThe animations are always a deal breaker. And then WASM.