AnnMarieW / dash-app-gallery

Dash Examples Index
https://dash-example-index.herokuapp.com/
MIT License
59 stars 24 forks source link

Keyfigures_finland #124

Closed tuopouk closed 1 year ago

tuopouk commented 1 year ago

I made a new pull request. I had to delete the alarm-clock sound from the assets.

AnnMarieW commented 1 year ago

Hi @tuopouk Thanks for updating the PR. Just curious - why do you update the figure with a clientside callback? Could you also make a version that updates the figure with a regular callback, and does not use dcc.Store? It would be very interesting to benchmark the performance differences.

tuopouk commented 1 year ago

@AnnMarieW It's really a night and day difference. I tested it with both clientside and server side and the clientside gives almost instant feedback. I put the app on render with other region layers. You can check it out. http://keyfiguresfinland.onrender.com/

tuopouk commented 1 year ago

the clock file is still there, I'll make a new PR

AnnMarieW commented 1 year ago

That's great that you saw an increase in performance. Could you please post the server side version as well as a new file? I'd like to try running both versions.