-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Open
Labels
PerformanceAnything with regards to Next.js performance.Anything with regards to Next.js performance.bugIssue was opened via the bug report template.Issue was opened via the bug report template.linear: nextConfirmed issue that is tracked by the Next.js team.Confirmed issue that is tracked by the Next.js team.
Description
Link to the code that reproduces this issue
To Reproduce
Hi, I'm the member of antd team. Recently get report with build perf issue of Next.js:
After dig, found that Next.js has the perf issue with long string .concat
function. Pls help to check on this. Here is the workaround PR on antd side:
react-component/async-validator#9
The research report (PR background part):
Current vs. Expected behavior
Generating static file as fast as expected.
Provide environment information
Operating System:
Platform: darwin
Arch: x64
Version: Darwin Kernel Version 23.4.0: Fri Mar 15 00:12:41 PDT 2024; root:xnu-10063.101.17~1/RELEASE_ARM64_T8103
Available memory (MB): 16384
Available CPU cores: 8
Binaries:
Node: 18.19.1
npm: 10.2.4
Yarn: 1.22.21
pnpm: 8.15.7
Relevant Packages:
next: 14.2.3 // Latest available version is detected (14.2.3).
eslint-config-next: N/A
react: 18.3.1
react-dom: 18.3.1
typescript: 5.4.5
Next.js Config:
output: N/A
Which area(s) are affected? (Select all that apply)
Performance
Which stage(s) are affected? (Select all that apply)
next build
Additional context
No response
yoyo837, kiner-tang, wanpan11, arvinxx, alaychak-hc and 9 more
Metadata
Metadata
Assignees
Labels
PerformanceAnything with regards to Next.js performance.Anything with regards to Next.js performance.bugIssue was opened via the bug report template.Issue was opened via the bug report template.linear: nextConfirmed issue that is tracked by the Next.js team.Confirmed issue that is tracked by the Next.js team.