Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option for higher data poll interval #1

Open
elonmir opened this issue Mar 26, 2023 · 1 comment
Open

Add option for higher data poll interval #1

elonmir opened this issue Mar 26, 2023 · 1 comment
Assignees
Labels
bug Something isn't working performance performance problem

Comments

@elonmir
Copy link

elonmir commented Mar 26, 2023

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
Copy link
Owner

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

@Jonathan-Hofmann Jonathan-Hofmann added bug Something isn't working performance performance problem labels May 27, 2023
@Jonathan-Hofmann Jonathan-Hofmann self-assigned this May 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working performance performance problem
Projects
None yet
Development

No branches or pull requests

2 participants