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

Using 50% CPU is way too much! #87

Open
lynxionxs opened this issue Nov 19, 2016 · 3 comments
Open

Using 50% CPU is way too much! #87

lynxionxs opened this issue Nov 19, 2016 · 3 comments

Comments

@lynxionxs
Copy link

I wanted this plugin for an app that runs all day. But running at 50% CPU all day just to play continues flow of text, is never ideal. Sad you hav'nt looked into performance.

@mscreenie
Copy link

mscreenie commented Nov 21, 2016

I haven't considered this myself, cpu usage is variable. But I agree half of cpu for a bit of scrolling text is a little ridiculous.

Any suggestions on alternatives?

@lynxionxs
Copy link
Author

Slow down rendering, or add an option to reduce Frames per second.
Now it seems to run same frame rate as a game, 60FPS.
Cutting scroll speed down to 20FPS would work i guess.
Those are css3 options. Maybe some js workarounds too.

@FDiskas
Copy link

FDiskas commented Jan 5, 2017

You can always try simple and old html tag

<marquee>Some text...</marquee>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants