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 issues in Chrome and Edge, no issues in Firefox #17

Closed
NickPapa01 opened this issue Mar 13, 2021 · 2 comments
Closed

Performance issues in Chrome and Edge, no issues in Firefox #17

NickPapa01 opened this issue Mar 13, 2021 · 2 comments

Comments

@NickPapa01
Copy link

Hello.

We are using flapper to implement a departures / arrival traffic board in our virtual airline.

I've noticed there are performance issues when using Chrome or Edge compared to Firefox. Flapper seems to be at least 10 times faster in Firefox than Chrome/Edge and it gets worse as displayed data gets increased.

You can see the implementation at https://www.oav.gr/who-is-online

@NickPapa01
Copy link
Author

Update: Adding the following to the digit class, significantly increased the performance in chrome/edge. It's not as fast as in firefox, but it's acceptable.

-webkit-transform: translatez(0);
-moz-transform: translatez(0);
-ms-transform: translatez(0);
-o-transform: translatez(0);
transform: translatez(0);

@jayKayEss
Copy link
Owner

Thanks, I added this to 1.1.5

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

2 participants