nest-desktop / nest-desktop

NEST Desktop is a web-based GUI application for NEST Simulator.
https://nest-desktop.readthedocs.io
MIT License
16 stars 9 forks source link

Performance Analysis #41

Open jens-br opened 3 years ago

jens-br commented 3 years ago

We should have a closer look at the performance of NEST Desktop in Vue to make sure we haven't introduced any undiscovered bottlenecks. This should be done in production mode, not in development mode.

Concrete issues:

babsey commented 3 years ago

I checked performance

Indeed I found some bottlenecks for medium/large networks (n=1000) and recorded by voltmeter:

in total it took approximate 30 seconds.

babsey commented 3 years ago

We used lighthouse of chromium and it looks good but still space for improvement. image image image image image

babsey commented 1 year ago

image

babsey commented 1 year ago

Performance test with lighthouse on production (using vite):

image