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

Log scrolling performance #80

Open
1 of 4 tasks
mischnic opened this issue Nov 24, 2017 · 1 comment
Open
1 of 4 tasks

Log scrolling performance #80

mischnic opened this issue Nov 24, 2017 · 1 comment

Comments

@mischnic
Copy link
Owner

mischnic commented Nov 24, 2017

  • empty lines not consistent: live log / read from file
  • scrolls while building, even if old build is selected
  • Scroll bar doen't go to end, but content does?
  • Scroll to bottom when loading log

autoscroll:

  • autoscroll and the long live log from LaTex causes high memory and cpu usage
  • something to do with calling scrollIntoView so often?
  • when loading: scroll to end immediately, not smooth. Or don't scroll again after initiation of scroll

BuildDetails.js:75 [Violation] Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952

only (process and) render visible lines?

@mischnic mischnic changed the title Autoscroll memory Autoscroll performance Nov 24, 2017
@mischnic mischnic changed the title Autoscroll performance Log scroll performance Dec 4, 2017
@mischnic mischnic changed the title Log scroll performance Log scrolling performance Dec 4, 2017
mischnic added a commit that referenced this issue Dec 7, 2017
Make Log's scroll listeners passive (#80)
mischnic added a commit that referenced this issue Jan 19, 2018
@mischnic
Copy link
Owner Author

mischnic commented Aug 2, 2018

Scroll to bottom when loading log

https://twitter.com/james_k_nelson/status/1024980685507973122

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