-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Closed
Labels
bugAn error in the Docusaurus core causing instability or issues with its executionAn error in the Docusaurus core causing instability or issues with its execution
Description
🐛 Bug Report
Scrolling causes a noticeable stutter on Docusaurus v2 websites
To Reproduce
- Go to the docs section on the Docusaurus v2 website
- Scroll to the top of the page
- Attempt to scroll further upwards
Expected behavior
Docusaurus v1
Maximum CPU Usage: 22.0%
- Timers
- 5 ×
setTimeout
- 5 ×
- Events
- 44 ×
scroll
- 44 ×
Actual Behavior
Docusaurus v2
Maximum CPU Usage: 96.1%
- Events
- 160 ×
wheel - 42 ×
scroll - 7 ×
message - 3 ×
mousemove - 2 ×
pointermove
- 160 ×
- Observers
- 889 ×
IntersectionObserver
- 889 ×
Your Environment
- Public site url: https://v2.docusaurus.io
- Docusaurus version used: 2.0.0-alpha.72
- Environment name and version: Safari 14.0.3 (14610.4.3.1.6)
- Operating system and version: macOS 10.14.6
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugAn error in the Docusaurus core causing instability or issues with its executionAn error in the Docusaurus core causing instability or issues with its execution

