Skip to content

docs: add less parallel to build performance guide#5809

Merged
chenjiahan merged 1 commit intomainfrom
build_perf_guide_0810
Aug 11, 2025
Merged

docs: add less parallel to build performance guide#5809
chenjiahan merged 1 commit intomainfrom
build_perf_guide_0810

Conversation

@chenjiahan
Copy link
Copy Markdown
Member

@chenjiahan chenjiahan commented Aug 10, 2025

Summary

Added a new section to build performance guides explaining how to enable and benefit from parallel Less compilation using the @rsbuild/plugin-less plugin.

Related Links

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copilot AI review requested due to automatic review settings August 10, 2025 11:39
@netlify
Copy link
Copy Markdown

netlify bot commented Aug 10, 2025

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit 3622767
🔍 Latest deploy log https://app.netlify.com/projects/rsbuild/deploys/689884ea4ee5210008154771
😎 Deploy Preview https://deploy-preview-5809--rsbuild.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: 84 (🟢 up 1 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

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

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds documentation for parallel Less compilation to improve build performance. The change introduces a new section in the build performance guide that explains how to enable parallel compilation for projects with large numbers of Less files using the @rsbuild/plugin-less plugin.

  • Added new section "Parallel Less compilation" to build performance guides (both English and Chinese)
  • Updated terminology from "processing" to "compiling" for consistency across documentation and code comments

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
website/docs/zh/guide/optimization/build-performance.mdx Added Chinese documentation section for parallel Less compilation
website/docs/en/guide/optimization/build-performance.mdx Added English documentation section for parallel Less compilation
website/docs/zh/plugins/list/plugin-less.mdx Updated Chinese terminology from "处理" to "编译" for consistency
website/docs/en/plugins/list/plugin-less.mdx Updated English terminology from "processing" to "compiling" for consistency
packages/plugin-less/src/index.ts Updated TypeScript comment terminology from "processing" to "compiling" for consistency

@chenjiahan chenjiahan merged commit 189f401 into main Aug 11, 2025
13 checks passed
@chenjiahan chenjiahan deleted the build_perf_guide_0810 branch August 11, 2025 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants