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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:L This PR changes 100-499 lines, ignoring generated files.
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

1 participant