Skip to content

Show which network requests were prefetched - #6259

Merged
canova merged 2 commits into
firefox-devtools:mainfrom
acreskeyMoz:network-marker-prefetch
Aug 18, 2026
Merged

Show which network requests were prefetched#6259
canova merged 2 commits into
firefox-devtools:mainfrom
acreskeyMoz:network-marker-prefetch

Conversation

@acreskeyMoz

@acreskeyMoz acreskeyMoz commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Main | Deploy preview

Consumes the secPurpose and deliveryType Network marker fields added in bug 2060983, as tooltip details plus hidden schema fields so searching the network chart for "prefetch" narrows to those requests.

Fixes #6248

prefetching a request:
secPurpose

and activation of a navigational-prefetch
delivery-type

Consumes the secPurpose and deliveryType Network marker fields added in
bug 2060983, as tooltip details plus hidden schema fields so searching
the network chart for "prefetch" narrows to those requests.

Fixes firefox-devtools#6248
@acreskeyMoz

Copy link
Copy Markdown
Contributor Author

I'm identifying prefetched resources in the gecko profiler in https://phabricator.services.mozilla.com/D317511

I think this is my first profiler commit, so let me now if I'm headed in the right direction :)

@codecov

codecov Bot commented Aug 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.73%. Comparing base (1198e50) to head (530a352).
⚠️ Report is 43 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #6259    +/-   ##
========================================
  Coverage   83.73%   83.73%            
========================================
  Files         350      350            
  Lines       37523    37528     +5     
  Branches    10543    10440   -103     
========================================
+ Hits        31420    31425     +5     
  Misses       5676     5676            
  Partials      427      427            

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@canova canova left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks!

@canova

canova commented Aug 17, 2026

Copy link
Copy Markdown
Member

We can land this right now if you prefer, or we can wait until you get an r+ from the necko folks in the phabricator side (in case they request changes).

@acreskeyMoz

Copy link
Copy Markdown
Contributor Author

Thanks for the quick review!

Yes, let's ship it! 🛳️

@canova
canova enabled auto-merge (squash) August 18, 2026 13:46
@canova
canova merged commit 1e4eeaa into firefox-devtools:main Aug 18, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show which network requests were prefetched

2 participants