Jonathan-Hofmann / ficsit-remote-monitoring-dasboard

A nicely designed Dashboard for the Ficsit Remote Monitoring Mod.
https://ficsit-rmd.vercel.app
MIT License
2 stars 2 forks source link

Add option for higher data poll interval #1

Open elonmir opened 1 year ago

elonmir commented 1 year ago

I guess with larger save games you will run into issues like that:

image

The interval of 1 sec just nukes the game and makes it completely unresponsive, and you have to close the web app.

After further investigation, it seems that only the dashboard is the culprit, as well as https://ficsit-rmd.vercel.app/storageView.

I strongly would suggest to add an caching layer, the application generally sends too many not needed polls.

If it helps for development, I gladly can provide my savegame.

Jonathan-Hofmann commented 1 year ago

Hey @elonmir thanks for the feedback and sorry for the late reply!

It would be great if you could provide your savegame - as I personally did not had the time to create a test world with lots of data streaming in. (I just wrote my bachelor thesis ^^)

I will have a look at the loading of the incoming data... as I have more time now.

I think the mod also allows for some kind of real-time data socket connections - maybe that is better for performance