-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Latest version in Firefox #510
Comments
I´ve exact same issue. I already implemened this code from stackoverflow, so the loading bar finish 100%, also if i don´t move the mouse but the loading time are horrible in FF. Chrome and Edge are perfect .... Loading Time Chrome and Edge <1s https://stackoverflow.com/questions/43887415/pace-js-never-reaches-100/51343315#51343315 Temp. workaround is #470 (comment) |
Is there no intention of fixing this bug? Is it even fixable? I tried every workaround, but loading still takes up to 20secs on Firefox, which makes using pace not even worth it to be honest... |
I'm also having this problem, is there any solution that someone might have found? |
This is caused specifically by the Event Lag feature.
Or you can increase the threshold (30 is just a random guess):
The default lagThreshold is 3 and should be increased. |
@PierreAronnax thank you for the input. The first workaround worked like a charm for me. |
thanks for your effort. You are my time saver. |
Thanks, is working! |
That worked!! Thanks! |
Hello, I upgraded to the latest version to solve the issue under Firefox (infinite loading). The issue seems to be still there: pace loads for a lot of time, while under Chrome I have no issues. I noticed (at least in Firefox) that if I move the mouse while pace is loading, it correctly finishes. How these things may be related?
Thanks!
The text was updated successfully, but these errors were encountered: