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.

Poor Performace using the Edge Browser with Virtual Scrolling

See original GitHub issue

I’m submitting a … (check one with “x”)

[x ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here

Current behavior Chrome Browser - Scrolls like “butter” and fills in rows before visually displayed on demo page Edge Browser - When scrolling fast, takes approximately 500ms to populate the page with rows. It shows only whitespace indicating that it’s taking much longer to render rows.

Expected behavior Scrolls like butter as demoed using the Chrome browser.

Reproduction of the problem Go to the demo page, and select Basic\10k Rows using the Edge browser on the Anniversary Update version of Windows 10 and scroll very rapidly. Clicking and dragging the side scrollbar makes this performance issue obvious.

What is the motivation / use case for changing the behavior? Improve the user experience.

Please tell us about your environment: Windows 10 Anniversary Update, Microsoft EdgeHTML 14.14393, Surface Book i7

  • Table version: 0.7.x N/A

  • Angular version: 2.0.x N/A

  • Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] Edge

  • Language: [all | TypeScript X.X | ES6/7 | ES5] N/A

Closing thoughts to this matter I remember hearing somewhere that the Edge browser pre-compiles the webpage and JavaScript prior to displaying the content instead of interpreting the content directly. Might it be possible that the virtual DOM is being recompiled each scroll event causing severe performance degradation? I’m not sure if this is directly related to the project or is a unique use-case that is being mishandled by the browser itself and should be reported directly to Microsoft.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
amcdnlcommented, Dec 25, 2016

Are you running locally or demo page? Locally with ng debugging on it is slow 😦

0reactions
github-actions[bot]commented, Mar 30, 2021

This issue was closed because it has been stalled for 7 days with no activity.

Read more comments on GitHub >

github_iconTop Results From Across the Web

edge browser mouse scrolling is unbelievably slow
When I want to use my mouse scroll wheel the page advances at an incredibly slow pace. I have adjusted the mouse settings...
Read more >
Building a faster, leaner, and more efficient Microsoft Edge
These improvements help Microsoft Edge feel smoother and more responsive to the mousewheel, keyboard, or scrollbar scrolling. Resource Usage. We ...
Read more >
Microsoft plugs Edge browser as power miser - Computerworld
Microsoft yesterday claimed its own tests show that its Edge browser used 27% less power than Chrome, and 35% less than Firefox.
Read more >
Enable JavaScript - NYS DCSS - Child Support
Microsoft Edge · Click the "Settings and more" icon at the top right of the Edge browser window. · Click Settings. · From...
Read more >
Well-controlled scrolling with CSS Scroll Snap - web.dev
Scrolling's main drawback is its lack of precision. Rarely does a scroll end up aligned to a paragraph or sentence. This is even...
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