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

Slowing the entire Mirror down #85

Open
Nneuland opened this issue Jun 21, 2022 · 3 comments
Open

Slowing the entire Mirror down #85

Nneuland opened this issue Jun 21, 2022 · 3 comments
Assignees
Labels
🐛 bug Something isn't working 🆘 help wanted Extra attention is needed ⚡ performance Issues related to speed and performance

Comments

@Nneuland
Copy link

After going through all of the possibilities to what was slowing my mirror. Turns out it was this module.
I had to disable the module in the config file to fix.

Essentially, upon restarting of the mirror with this module active, the mirror's refresh rate would be fine, but slower and slower over time. This was most evident with the clock module (seconds refreshing after 2 seconds, then 5, 10, ect)

Have I done something to allow this to happen?

@Nneuland Nneuland added the 🐛 bug Something isn't working label Jun 21, 2022
@Elaniobro Elaniobro added the ⚡ performance Issues related to speed and performance label Jun 22, 2022
@Elaniobro
Copy link
Owner

Probably the walking time countdown. I added it in, with haste. I probably need to do garbage collection and remove the timer from memory.

@Elaniobro Elaniobro added the 🆘 help wanted Extra attention is needed label Feb 19, 2023
@Elaniobro
Copy link
Owner

@Nneuland; did you ever dig into this and remove the timer code? Another possible issue is the fact its using ECMA5; and not modern js. This was done so with purpose to support pi0w;

I suppose it might be time to modernize this with modern language.

@Nneuland
Copy link
Author

Nneuland commented Feb 19, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 🆘 help wanted Extra attention is needed ⚡ performance Issues related to speed and performance
Projects
None yet
Development

No branches or pull requests

2 participants