Skip to content

Silence plugin timings from Rolldown - #856

Merged
No767 merged 1 commit into
react-rewritefrom
rolldown-timings
Aug 18, 2026
Merged

Silence plugin timings from Rolldown#856
No767 merged 1 commit into
react-rewritefrom
rolldown-timings

Conversation

@No767

@No767 No767 commented Aug 18, 2026

Copy link
Copy Markdown
Member

Summary

Currently, the plugin timings reported by Rolldown have to do with our React Compiler. We utilize the React Compiler pretty heavily to ensure site performance; at the cost of longer times at build time. This is the cost that has been accepted, and as we use the Babel version, this forces Rolldown to run it via JS (instead of running it natively on Rust). It has to go through the TS API --> NAPI Bindings --> Rust core (and back the other way), thus why it takes so long. Until Oxc pushes out a stable release of the React Compiler port to Rust that doesn't inflate binary sizes, we'll just have to wait for it. This is the best that we can do.

Types of changes

What types of changes does your code introduce to the UC Merced's ACM Chapter Website?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (Updates to README.md, the documentation, etc)
  • Other (if none of the other choices apply)

Checklist

Put an x in the boxes that apply

  • If code changes were made then they have been tested.
  • All workflows pass with my new changes
  • This PR does not address a duplicate issue or PR

@netlify

netlify Bot commented Aug 18, 2026

Copy link
Copy Markdown

Deploy Preview for ucmacm ready!

Name Link
🔨 Latest commit 27b3a48
🔍 Latest deploy log https://app.netlify.com/projects/ucmacm/deploys/6a83c0e81af43f0008c3296d
😎 Deploy Preview https://deploy-preview-856--ucmacm.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 85
Accessibility: 97
Best Practices: 92
SEO: 83
PWA: 100
View the detailed breakdown and full score reports

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

@sonarqubecloud

Copy link
Copy Markdown

@No767
No767 merged commit 8a8ac18 into react-rewrite Aug 18, 2026
10 checks passed
@No767
No767 deleted the rolldown-timings branch August 18, 2026 02:19
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