question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Big performance regression in 0.7.5

See original GitHub issue

It looks like _createPopper is now being run on every render, which is reinstantiating popper and causing a full browser repaint. In our fairly complex app, this is actually causing Chrome to freeze in certain scenarios, especially on lower end hardware. Pinning to 0.7.4 alleviated our issues.

@pzatrick

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
patreeceeocommented, Jan 15, 2018

Looking in to it.

0reactions
souporseriouscommented, Feb 7, 2018

Thanks for the heads up @KurtPreston! I wasn’t able to unpublish unfortunately, but I deprecated it so hopefully that helps.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Big performance regression in 0.7.5 · Issue #81 - GitHub
It looks like _createPopper is now being run on every render, which is reinstantiating popper and causing a full browser repaint.
Read more >
How To Interpret R-squared in Regression Analysis
R-squared measures the strength of the relationship between your linear model and the dependent variables on a 0 - 100% scale. Learn about...
Read more >
Regression Metrics for Machine Learning
There are three error metrics that are commonly used for evaluating and reporting the performance of a regression model; they are:.
Read more >
R-Squared Formula, Regression, and Interpretations
R-squared is a statistical measure that represents the proportion of the variance for a dependent variable that's explained by an independent variable.
Read more >
Assessment of Regression Models Performance
Functions apply to a large variety of regression models, including generalized linear models, mixed effects models and Bayesian models.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found