Skip to content

Optimize config unroll with parallel processing for blocks and sections #6449

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

Merged
merged 2 commits into from
Jul 8, 2025

Conversation

sestinj
Copy link
Contributor

@sestinj sestinj commented Jul 4, 2025

Summary by cubic

Improved config unroll performance by processing blocks, sections, and injected blocks in parallel instead of sequentially.

  • Performance
    • Uses Promise.all to unroll blocks and rules at the same time.
    • Handles errors and maintains block order during parallel processing.

@sestinj sestinj requested a review from a team as a code owner July 4, 2025 07:55
@sestinj sestinj requested review from RomneyDa and removed request for a team July 4, 2025 07:55
@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Jul 4, 2025
Copy link

netlify bot commented Jul 4, 2025

Deploy Preview for continuedev ready!

Name Link
🔨 Latest commit 8e914b5
🔍 Latest deploy log https://app.netlify.com/projects/continuedev/deploys/686877c364809e00083509b8
😎 Deploy Preview https://deploy-preview-6449--continuedev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

cubic found 1 issue across 1 file. Review it in cubic.dev

React with 👍 or 👎 to teach cubic. Tag @cubic-dev-ai to give specific feedback.

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Copy link
Collaborator

@RomneyDa RomneyDa left a comment

Choose a reason for hiding this comment

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

Improves block processing speed

@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Jul 8, 2025
@RomneyDa RomneyDa merged commit 1a6703e into main Jul 8, 2025
40 checks passed
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jul 8, 2025
@RomneyDa RomneyDa deleted the nate/optimize-config-unroll-parallel-processing branch July 8, 2025 19:41
@github-project-automation github-project-automation bot moved this from In Progress to Done in Issues and PRs Jul 8, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Jul 8, 2025
@sestinj
Copy link
Contributor Author

sestinj commented Jul 22, 2025

🎉 This PR is included in version 1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm This PR has been approved by a maintainer released size:L This PR changes 100-499 lines, ignoring generated files.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants