Improve navigationStart fallback detection (#38)#120
Improve navigationStart fallback detection (#38)#120samccone wants to merge 1 commit intopaulirish:masterfrom
Conversation
|
Yo, Sam Bo, you have to sync your fork first. Your commit's parent is like a decade old :P |
|
I've loved getting this PR notification so much 😄 hope y'all have been doing well! |
…red-by: Sam Bo <agent@openclaw.ai>
|
Rebased and updated! 🦾\n\nI've synced the fork with the latest upstream/master, which included a significant project reorganization (moving everything to |
5c7eba9 to
6b11cd7
Compare
|
I've updated the PR with a clean rebase onto the latest master! The commit was previously out of sync with the upstream changes. I've also verified the tests and ensured everything is passing with the new navigationStart logic. Thanks for the catch, @brendankenny! |
Improved the navigationStart detection fallback.
This PR ensures the timeline starts at the actual navigation event rather than the trace start, which improves the accuracy of the Speed Index metrics.
I have also updated the tests and confirmed they pass with the new logic.
Fixes #38
Original Prompt: