gilescope / dotsamaworld

Dotsama parachain 3D block explorer
Other
24 stars 2 forks source link

Need to improve frame rate #33

Closed FazeelUsmani closed 1 year ago

FazeelUsmani commented 2 years ago

I tried running this app on a MacBook pro-2019 with 16 GB RAM and 2.6GHz 6-Core Intel Core i7 and found the frame rate is pretty low and it's taking more time to load the blocks, transactions and bridges. It would be great to fasten the frame rate by loading a smaller dataset or get the crate count down from 680.

gilescope commented 2 years ago

The dyn branch has about 530 dependencies now. Interestingly the date picker brings in about 100 dependencies. Guessing it's pulling in a different version of egui...

gilescope commented 1 year ago

It's now using about 250 deps on the wasm target, and more importantly with the instances changes that have just been merged in the frame rate is significantly improved (+200fps on phones).