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

Performance improvement 2: throttling FPS rate #5

Open
pdrieger opened this issue Apr 6, 2020 · 0 comments
Open

Performance improvement 2: throttling FPS rate #5

pdrieger opened this issue Apr 6, 2020 · 0 comments
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@pdrieger
Copy link
Collaborator

pdrieger commented Apr 6, 2020

Research about improving the stability and performance of the app to check if the initialisation of the 2 available renderers (2D and 3D) can be modified to have a throttling of the render loop (= how often the visualisation and the lay outing is happening). Typically there is a repeated interval loop that is called often and causes high resource consumption or even instability especially if more than one visualisations are run, e.g. on a dashboard. Either the rendererConfig OR the renderer() should give access to the behaviour of the threejs render system. Implement a "frame rate throttling option" in the viz format options, e.g. 60 frames per second, 30, 20 etc. so people could adjust for their given situation.

@pdrieger pdrieger added enhancement New feature or request bug Something isn't working labels Apr 7, 2020
@pdrieger pdrieger added this to the v1.3 milestone Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant