Skip to content

Conversation

@Janpot
Copy link
Member

@Janpot Janpot commented Nov 6, 2025

Speed up type checking by leverage --incremental compilation and caching tsbuildinfo

without cache: 8m39s
with cache: 5m32s (-36%)

@mui-bot
Copy link

mui-bot commented Nov 6, 2025

Netlify deploy preview

https://deploy-preview-47204--material-ui.netlify.app/

Bundle size report

Bundle Parsed size Gzip size
@mui/material 0B(0.00%) 0B(0.00%)
@mui/lab 0B(0.00%) 0B(0.00%)
@mui/system 0B(0.00%) 0B(0.00%)
@mui/utils 0B(0.00%) 0B(0.00%)

Details of bundle changes

Generated by 🚫 dangerJS against 13c8761

- save_cache:
key: typescript-cache-v3-{{ checksum "pnpm-lock.yaml" }}
paths:
- docs/scripts/tsconfig.tsbuildinfo
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this support globs? It'll be better for future proofing.

Copy link
Member Author

Choose a reason for hiding this comment

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

Nope, doesn't support globs unfortunately

Copy link
Member Author

Choose a reason for hiding this comment

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

I think I'll experiment a bit with a CLI that can take a glob, and that can move/copy the result into a single folder, with a manifest. Then a second CLI that can take this folder and based on the manifest puts everything back in place.

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged. label Nov 7, 2025
Signed-off-by: Jan Potoms <2109932+Janpot@users.noreply.github.com>
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged. label Nov 7, 2025
@zannager zannager added the scope: code-infra Involves the code-infra product (https://www.notion.so/mui-org/5562c14178aa42af97bc1fa5114000cd). label Nov 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scope: code-infra Involves the code-infra product (https://www.notion.so/mui-org/5562c14178aa42af97bc1fa5114000cd).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants