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

MiniProfiler HTML widget very slow in Chrome on Retina Macbook (includes workaround!) #155

Open
mipearson opened this issue May 14, 2013 · 2 comments

Comments

@mipearson
Copy link
Contributor

Writing this up as this was a biig problem for me when using MiniProfiler.

MiniProfiler's use of a position: fixed widget causes extreme slowdown when trying to scroll certain pages on Chrome on a Retina display Macbook.

The workaround is as follows:

  1. Enter about:flags in your chrome browser bar
  2. Set "Fixed position elements create stacking contexts. " to "Enabled"
  3. Set "Compositing for fixed position elements." to "Enabled"

Once again enjoy smooth(-ish) scrolling!

@SamSaffron
Copy link
Owner

getting away from position fixed is not really an option without a massive redesign

I think I would like to close this issue, not much we can do.

@mipearson
Copy link
Contributor Author

I agree that there isn't really a fix: I recommend adding this to the documentation somewhere. I raised it as an issue rather than a PR as I'm not sure where you should add it.

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