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

Contracted AcoustID 6 character width horrible loop in loop compute completely freezing the browser #387

Closed
jesus2099 opened this issue Feb 28, 2018 · 4 comments

Comments

@jesus2099
Copy link
Owner

Really strange things happen today… #386 and now INLINE STUFF would not let a release page complete without freezing Vivaldi (Chrome)’s tab!

@jesus2099 jesus2099 added this to the 2019 milestone Dec 6, 2018
@jesus2099
Copy link
Owner Author

@jesus2099
Copy link
Owner Author

Work‐around found:

Change this line:

var contractFingerPrints = true; /* more compact AcoustIDs but brwoser can still inline search/find full AcoustID */

Into:

    var contractFingerPrints = false; /* more compact AcoustIDs but brwoser can still inline search/find full AcoustID */

@jesus2099
Copy link
Owner Author

It’s fixed now with a huge performance boost, as well!

@jesus2099 jesus2099 changed the title Completely freezing the browser Contracted AcoustID 6 character width horrible loop in loop compute completely freezing the browser Dec 31, 2018
jesus2099 added a commit that referenced this issue Aug 21, 2019
Huge performance boost as well.
This contractFingerPrints 6 character width calculator had to be:
- extracted from loop in loop,
- not computed any more as I now use the ch(aracter width) unit
  (could be computed only once if I want to regain support for Opera presto I guess)
- set as a global style rule instead of inline style property
jesus2099 added a commit that referenced this issue Aug 21, 2019
Huge performance boost as well.
This contractFingerPrints 6 character width calculator had to be:
- extracted from loop in loop,
- not computed any more as I now use the ch(aracter width) unit
  (could be computed only once if I want to regain support for Opera presto I guess)
- set as a global style rule instead of inline style property
jesus2099 added a commit that referenced this issue Aug 21, 2019
Huge performance boost as well.
This contractFingerPrints 6 character width calculator had to be:
- extracted from loop in loop,
- not computed any more as I now use the ch(aracter width) unit
  (could be computed only once if I want to regain support for Opera presto I guess)
- set as a global style rule instead of inline style property
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant