mf-perf
Installation
SKILL.md
Step 1: Call the mf-context Skill (pass $ARGUMENTS) to collect MFContext.
Step 2: Serialize MFContext to JSON and pass it to the check script via the --context argument:
node scripts/performance-check.js --context '<MFContext-JSON>'
Provide recommendations for each item in the output results and context.bundler.name:
PERF · info — dev.disableAssetsAnalyze (applies to all projects)
- Disabling bundle size analysis during local development significantly improves HMR speed
- Add to the Rsbuild config:
dev: { disableAssetsAnalyze: true }