Skip to content

perf: Move request inspection outside of the executor #3356

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

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

FrederikBolding
Copy link
Member

No description provided.

@FrederikBolding FrederikBolding force-pushed the fb/move-request-inspection-outside-executor branch from 653abb1 to 9005464 Compare April 28, 2025 08:01
Copy link

codecov bot commented Apr 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.01%. Comparing base (e60a89d) to head (797d795).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3356      +/-   ##
==========================================
- Coverage   98.03%   98.01%   -0.03%     
==========================================
  Files         402      402              
  Lines       11109    11084      -25     
  Branches     1754     1755       +1     
==========================================
- Hits        10891    10864      -27     
- Misses        218      220       +2     

☔ View full report in Codecov by Sentry.
📢 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.

@FrederikBolding FrederikBolding force-pushed the fb/move-request-inspection-outside-executor branch from 0db0eba to 797d795 Compare April 28, 2025 11:26
const fetchPromise = fetch(input, {
...init,
signal: abortController.signal,
});
await notify({
Copy link
Member Author

Choose a reason for hiding this comment

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

Moving this so fetch can start before waiting for the notification to land

github-merge-queue bot pushed a commit that referenced this pull request May 6, 2025
Moved some of the ideas from #3356
to this PR which will be a simple to merge right away. The other
referenced PR needs some more work, but is eventually what we should do.

This PR let's Snaps start their outbound request before waiting for the
notification to land, this should be a small perf improvement to all
requests made from the Snap.
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.

1 participant