-
Notifications
You must be signed in to change notification settings - Fork 13
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
fix: do not process duplicate navigation checkpoints #331
Conversation
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
|
Co-authored-by: Lars Trieloff <[email protected]>
This PR will trigger a patch release when merged. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #331 +/- ##
==========================================
+ Coverage 86.74% 86.81% +0.06%
==========================================
Files 6 6
Lines 596 599 +3
==========================================
+ Hits 517 520 +3
Misses 79 79 ☔ View full report in Codecov by Sentry. |
## [2.26.2](v2.26.1...v2.26.2) (2024-12-11) ### Bug Fixes * do not process duplicate navigation checkpoints ([#331](#331)) ([4b6843f](4b6843f))
🎉 This PR is included in version 2.26.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
We observe bundles with multiple
enter
andreload
checkpoints. While this does not seem to be critical, it is not necessary to post them twice.Background: for unknown reason, the PerformanceObserver captures the events twice. The buffering seems to be the root cause but disabling the buffering might lead to losing some of the events.