Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Report: Next.js 15.2.4 Build Performance Regression in Docker Build on GIthub actions (7+ mins just to compile) #77624

Open
abhi2425 opened this issue Mar 30, 2025 · 4 comments
Labels
Output Related to the the output configuration option. Performance Anything with regards to Next.js performance.

Comments

@abhi2425
Copy link

Link to the code that reproduces this issue

https://github.com/abhi2425/nextv15.2.4-build-issue

To Reproduce

  1. Create a Next.js application with app router
  2. Build the application with Next.js 15.1.7 in Docker environment on github actions (completes in ~2 minutes)
  3. Upgrade to Next.js 15.2.4
  4. Build the same application again in Docker on github actions (now takes 10+ minutes)
  5. Compare build times between Docker environment on Github actions and local/ Normla Build on CI environment.

Current vs. Expected behavior

Current behavior: When building a Next.js 15.2.4 application inside Docker, the build process takes over 10 minutes. Build logs show compilation alone taking ~517 seconds (8.5+ minutes).
I didn't touch my workflow or Dockerfile after upgrading next js version.

Expected behavior: Build should complete in similar time to Next.js 15.1.7 (~2 minutes in Docker) or match the performance seen in non-Docker environments (40-50 seconds locally or in GitHub Actions).

Before Next js 15.1.7
package.json

Image

After upgrading to Next 15.2.4
package.json

Image

Provide environment information

Operating System:
  Platform: Github Runner,  Locally - WSL 2 
  Arch: x64
  Version: Ubuntu 22.04

Binaries:
  Node: 22.13.0
  npm: N/A
  Yarn: N/A
  pnpm: 10.4.1

Relevant Packages:
  next: 15.2.4 (previously 15.1.7)
  react: 19.0.0
  react-dom: 19.0.0
  typescript: 5.7.3

Next.js Config:
  output: "standalone"

Which area(s) are affected? (Select all that apply)

Performance, Output

Which stage(s) are affected? (Select all that apply)

Other (Deployed), next build (local)

Additional context

I'm using Docker with the recommended output: "standalone" option in a monorepo setup managed with PNPM. The issue only appears in Docker environments despite using proper cache mounting.
Performance metrics:
Next.js 15.1.7: ~2 minutes in Docker, ~40-50 seconds locally/CI
Next.js 15.2.4: 10+ minutes in Docker (578.2s total), ~40-50 seconds locally/CI

Detailed build logs show the slowdown occurs primarily during compilation:
Compilation alone takes 517 seconds (8.6 minutes) in Docker but finishes in seconds in non-Docker environments.

System details Locally:
Docker in WSL2 (Ubuntu 22.04)
16GB RAM
Multi-stage Docker build with Node 22-alpine images
Same hardware runs local builds 10-12× faster than Docker builds
Troubleshooting attempted:
Verified cache mounts are working properly
Confirmed the exact same code and dependency versions across environments
Tested on different machines with similar results
Reverting to Next.js 15.1.7 immediately resolves the issue
This regression is clearly tied to the Next.js version upgrade from 15.1.7 to 15.2.4. The problem appears to be specific to Docker builds, suggesting a potential issue with how Next.js 15.2.4 utilizes resources in containerized environments.

Docker Build Logs with version 15.2.4

Run # Set the image tag with full SHA
Building image: 732596675019.dkr.ecr.us-east-1.amazonaws.com/tars-admin-dashboard:tars-admin-dashboard-frontend-staging-f5a4b23d2c51f504d8795a081e0852011078bbcb
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 3.63kB done
#1 DONE 0.0s
#2 [auth] library/node:pull token for registry-1.docker.io
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/library/node:22-alpine
#3 DONE 0.4s
#4 [internal] load .dockerignore
#4 transferring context: 572B done
#4 DONE 0.0s
#5 [base 1/2] FROM docker.io/library/node:22-alpine@sha256:9bef0ef1e268f60627da9ba7d7605e8831d5b56ad07487d24d1aa386336d1944
#5 resolve docker.io/library/node:22-alpine@sha256:9bef0ef1e268f60627da9ba7d7605e8831d5b56ad07487d24d1aa386336d1944 done
#5 sha256:9d0e0719fbe047cc0770ba9ed1cb150a4ee9bc8a55480eeb8a84a736c8037dbc 0B / 1.26MB 0.1s
#5 sha256:9bef0ef1e268f60627da9ba7d7605e8831d5b56ad07487d24d1aa386336d1944 6.41kB / 6.41kB done
#5 sha256:01393fe5a51489b63da0ab51aa8e0a7ff9990132917cf20cfc3d46f5e36c0e48 1.72kB / 1.72kB done
#5 sha256:33544e83793ca080b49f5a30fb7dbe8a678765973de6ea301572a0ef53e76333 6.18kB / 6.18kB done
#5 sha256:f18232174bc91741fdf3da96d85011092101a032a93a388b79e99e69c2d5c870 3.15MB / 3.64MB 0.1s
#5 sha256:cb2bde55f71f84688f9eb7197e0f69aa7c4457499bdf39f34989ab16455c3369 0B / 50.34MB 0.1s
#5 ...
#6 [internal] load build context
#6 transferring context: 3.84MB 0.2s done
#6 DONE 0.2s
#5 [base 1/2] FROM docker.io/library/node:22-alpine@sha256:9bef0ef1e268f60627da9ba7d7605e8831d5b56ad07487d24d1aa386336d1944
#5 sha256:9d0e0719fbe047cc0770ba9ed1cb150a4ee9bc8a55480eeb8a84a736c8037dbc 1.26MB / 1.26MB 0.2s done
#5 sha256:f18232174bc91741fdf3da96d85011092101a032a93a388b79e99e69c2d5c870 3.64MB / 3.64MB 0.1s done
#5 sha256:cb2bde55f71f84688f9eb7197e0f69aa7c4457499bdf39f34989ab16455c3369 5.24MB / 50.34MB 0.2s
#5 extracting sha256:f18232174bc91741fdf3da96d85011092101a032a93a388b79e99e69c2d5c870 0.1s
#5 sha256:6f063dbd7a5db7835273c913fc420b1082dcda3b5972d75d7478b619da284053 446B / 446B 0.2s done
#5 sha256:cb2bde55f71f84688f9eb7197e0f69aa7c4457499bdf39f34989ab16455c3369 32.51MB / 50.34MB 0.4s
#5 extracting sha256:f18232174bc91741fdf3da96d85011092101a032a93a388b79e99e69c2d5c870 0.2s done
#5 sha256:cb2bde55f71f84688f9eb7197e0f69aa7c4457499bdf39f34989ab16455c3369 40.89MB / 50.34MB 0.5s
#5 sha256:cb2bde55f71f84688f9eb7197e0f69aa7c4457499bdf39f34989ab16455c3369 50.34MB / 50.34MB 0.6s
#5 sha256:cb2bde55f71f84688f9eb7197e0f69aa7c4457499bdf39f34989ab16455c3369 50.34MB / 50.34MB 0.6s done
#5 extracting sha256:cb2bde55f71f84688f9eb7197e0f69aa7c4457499bdf39f34989ab16455c3369 0.1s
#5 extracting sha256:cb2bde55f71f84688f9eb7197e0f69aa7c4457499bdf39f34989ab16455c3369 1.4s done
#5 extracting sha256:9d0e0719fbe047cc0770ba9ed1cb150a4ee9bc8a55480eeb8a84a736c8037dbc
#5 extracting sha256:9d0e0719fbe047cc0770ba9ed1cb150a4ee9bc8a55480eeb8a84a736c8037dbc 0.0s done
#5 extracting sha256:6f063dbd7a5db7835273c913fc420b1082dcda3b5972d75d7478b619da284053 done
#5 DONE 3.1s
#7 [base 2/2] RUN corepack enable
#7 DONE 0.3s
#8 [deps 1/4] WORKDIR /app
#8 DONE 0.0s
#9 [deps 2/4] COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
#9 DONE 0.1s
#10 [deps 3/4] COPY frontend/package.json ./frontend/
#10 DONE 0.0s
#11 [runner 2/6] RUN addgroup --system node_group && adduser --system node_user --ingroup node_group
#11 DONE 0.3s
#12 [deps 4/4] RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install
#12 ...
#13 [runner 3/6] RUN chown -R node_user:node_group /app
#13 DONE 0.2s
#12 [deps 4/4] RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install
#12 0.552 ! Corepack is about to download https://registry.npmjs.org/pnpm/-/pnpm-10.7.0.tgz
#12 1.280 ! The local project doesn't define a 'packageManager' field. Corepack will now add one referencing [email protected]+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6.
#12 1.280 ! For more details about this field, consult the documentation at https://nodejs.org/api/packages.html#packagemanager
#12 1.280
#12 1.722 Scope: all 2 workspace projects
#12 2.079 Progress: resolved 0, reused 0, downloaded 1, added 0
#12 3.093 Progress: resolved 43, reused 0, downloaded 43, added 0
#12 4.094 Progress: resolved 50, reused 0, downloaded 50, added 0
#12 5.095 Progress: resolved 57, reused 0, downloaded 57, added 0
#12 6.253 Progress: resolved 57, reused 0, downloaded 58, added 0
#12 7.253 Progress: resolved 162, reused 0, downloaded 153, added 0
#12 8.262 Progress: resolved 216, reused 0, downloaded 208, added 0
#12 9.262 Progress: resolved 230, reused 0, downloaded 222, added 0
#12 10.26 Progress: resolved 240, reused 0, downloaded 233, added 0
#12 11.30 Progress: resolved 240, reused 0, downloaded 234, added 0
#12 12.32 Progress: resolved 343, reused 0, downloaded 318, added 0
#12 13.32 Progress: resolved 413, reused 0, downloaded 352, added 0
#12 14.32 Progress: resolved 525, reused 0, downloaded 474, added 0
#12 15.40  WARN  1 deprecated subdependencies found: [email protected]
#12 15.42 Progress: resolved 640, reused 0, downloaded 588, added 0
#12 15.44 Packages: +584
#12 15.44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#12 16.42 Progress: resolved 640, reused 0, downloaded 589, added 33
#12 17.42 Progress: resolved 640, reused 0, downloaded 589, added 162
#12 18.42 Progress: resolved 640, reused 0, downloaded 589, added 363
#12 19.42 Progress: resolved 640, reused 0, downloaded 589, added 528
#12 20.42 Progress: resolved 640, reused 0, downloaded 589, added 531
#12 21.42 Progress: resolved 640, reused 0, downloaded 589, added 534
#12 24.39 Progress: resolved 640, reused 0, downloaded 589, added 535
#12 25.39 Progress: resolved 640, reused 0, downloaded 589, added 555
#12 26.39 Progress: resolved 640, reused 0, downloaded 589, added 576
#12 27.39 Progress: resolved 640, reused 0, downloaded 589, added 582
#12 27.71 Progress: resolved 640, reused 0, downloaded 589, added 584, done
#12 28.47  WARN  Issues with peer dependencies found
#12 28.47 frontend
#12 28.47 └─┬ react-hubspot-form 1.3.7
#12 28.47 └─┬ styled-jsx 2.2.7
#12 28.47 └── ✕ unmet peer react@"15.x.x || 16.x.x": found 19.0.0
#12 28.48
#12 28.48 ╭ Warning ─────────────────────────────────────────────────────────────────────╮
#12 28.48 │ │
#12 28.48 │ Ignored build scripts: core-js, cypress, sharp. │
#12 28.48 │ Run "pnpm approve-builds" to pick which dependencies should be allowed │
#12 28.48 │ to run scripts. │
#12 28.48 │ │
#12 28.48 ╰──────────────────────────────────────────────────────────────────────────────╯
#12 28.48
#12 28.51 Done in 27.2s using pnpm v10.7.0
#12 DONE 28.8s
#14 [builder 2/7] COPY --from=deps /app/node_modules ./node_modules
#14 DONE 9.8s
#15 [builder 3/7] COPY --from=deps /app/frontend/node_modules ./frontend/node_modules
#15 DONE 0.0s
#16 [builder 4/7] COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
#16 DONE 0.0s
#17 [builder 5/7] COPY frontend ./frontend/
#17 DONE 0.1s
#18 [builder 6/7] WORKDIR /app/frontend
#18 DONE 0.0s
#19 [builder 7/7] RUN --mount=type=cache,target=/app/frontend/.next/cache --mount=type=cache,target=/app/frontend/node_modules/.cache pnpm build
#19 0.372 ! Corepack is about to download https://registry.npmjs.org/pnpm/-/pnpm-10.7.0.tgz
#19 1.088 ! The local project doesn't define a 'packageManager' field. Corepack will now add one referencing [email protected]+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6.
#19 1.088 ! For more details about this field, consult the documentation at https://nodejs.org/api/packages.html#packagemanager
#19 1.088
#19 1.525
#19 1.525 > [email protected] build /app/frontend
#19 1.525 > next build
#19 1.525
#19 2.332 ▲ Next.js 15.2.4
#19 2.333
#19 2.351 Creating an optimized production build ...
#19 519.5 ✓ Compiled successfully
#19 519.5 Linting and checking validity of types ...
#19 553.2 Collecting page data ...
#19 554.0 NEXTJS Environment: production
#19 558.2 Generating static pages (0/37) ...
#19 559.2 NEXTJS Environment: production
#19 559.7 NEXTJS Environment: production
#19 559.9 Generating static pages (9/37)
#19 560.1 Generating static pages (18/37)
#19 560.2 Generating static pages (27/37)
#19 560.6 ✓ Generating static pages (37/37)
#19 561.1 Finalizing page optimization ...
#19 561.1 Collecting build traces ...
#19 578.0
#19 578.0 Route (app) Size First Load JS
#19 578.0 ┌ ƒ / 206 B 101 kB
#19 578.0 ├ ○ /_not-found 988 B 102 kB
#19 578.0 ├ ƒ /api/logout 206 B 101 kB
#19 578.0 ├ ƒ /api/oauth 206 B 101 kB
#19 578.0 ├ ƒ /chatbots 1.06 kB 670 kB
#19 578.0 ├ ƒ /chatbots/[convid] 206 B 101 kB
#19 578.0 ├ ƒ /chatbots/[convid]/build 206 B 101 kB
#19 578.0 ├ ƒ /chatbots/[convid]/build/configure 206 B 101 kB
#19 578.0 ├ ƒ /chatbots/[convid]/build/design 206 B 101 kB
#19 578.0 ├ ƒ /chatbots/[convid]/build/distribute 206 B 101 kB
#19 578.0 ├ ƒ /chatbots/[convid]/build/make 3.38 kB 145 kB
#19 578.0 ├ ƒ /chatbots/[convid]/data 206 B 101 kB
#19 578.0 ├ ƒ /chatbots/[convid]/data/analytics 206 B 101 kB
#19 578.0 ├ ƒ /chatbots/[convid]/data/integrations 206 B 101 kB
#19 578.0 ├ ƒ /chatbots/[convid]/data/view-export 206 B 101 kB
#19 578.0 ├ ƒ /forgot 4.21 kB 294 kB
#19 578.0 ├ ƒ /knowledge 1.01 kB 657 kB
#19 578.0 ├ ƒ /knowledge/[kbid] 3.2 kB 659 kB
#19 578.0 ├ ƒ /livechat 206 B 101 kB
#19 578.0 ├ ƒ /login 4.86 kB 294 kB
#19 578.0 ├ ƒ /password 4.26 kB 292 kB
#19 578.0 ├ ƒ /phone-number 346 B 294 kB
#19 578.0 ├ ƒ /recover 4.73 kB 294 kB
#19 578.0 ├ ƒ /register 9.3 kB 126 kB
#19 578.0 ├ ƒ /settings 206 B 101 kB
#19 578.0 ├ ƒ /settings/advanced 206 B 101 kB
#19 578.0 ├ ƒ /settings/advanced/access-control 7.84 kB 194 kB
#19 578.0 ├ ƒ /settings/advanced/bot-makers 9.84 kB 235 kB
#19 578.0 ├ ƒ /settings/advanced/feature-flags 3.15 kB 181 kB
#19 578.0 ├ ƒ /settings/billing 206 B 101 kB
#19 578.0 ├ ƒ /settings/billing/credits 206 B 101 kB
#19 578.0 ├ ƒ /settings/billing/invoices 206 B 101 kB
#19 578.0 ├ ƒ /settings/billing/payment-details 206 B 101 kB
#19 578.0 ├ ƒ /settings/billing/subscription 206 B 101 kB
#19 578.0 ├ ƒ /settings/channels 206 B 101 kB
#19 578.0 ├ ƒ /settings/channels/slack 206 B 101 kB
#19 578.0 ├ ƒ /settings/channels/whatsapp 8.87 kB 674 kB
#19 578.0 ├ ƒ /settings/general 206 B 101 kB
#19 578.0 ├ ƒ /settings/general/account 8.52 kB 324 kB
#19 578.0 ├ ƒ /settings/general/security 3.7 kB 296 kB
#19 578.0 ├ ƒ /sso-login 4.28 kB 294 kB
#19 578.0 ├ ƒ /tools 2.63 kB 414 kB
#19 578.0 ├ ƒ /tools/[tool_id] 2.89 kB 415 kB
#19 578.0 ├ ƒ /tools/[tool_id]/configure 4.12 kB 416 kB
#19 578.0 ├ ƒ /tools/create-new 3.75 kB 415 kB
#19 578.0 ├ ƒ /tools/oauth/failure 560 B 412 kB
#19 578.0 └ ƒ /tools/oauth/success 757 B 412 kB
#19 578.0 + First Load JS shared by all 101 kB
#19 578.0 ├ chunks/1033-b0f8b16a8c61a3be.js 45.8 kB
#19 578.0 ├ chunks/2408716b-5ff3552679c33cef.js 53.3 kB
#19 578.0 └ other shared chunks (total) 1.9 kB
#19 578.0
#19 578.0
#19 578.0 ƒ Middleware 32.7 kB
#19 578.0
#19 578.0 ○ (Static) prerendered as static content
#19 578.0 ƒ (Dynamic) server-rendered on demand
#19 578.0
#19 DONE 578.2s <<-----------------------------------
#20 [runner 4/6] COPY --from=builder /app/frontend/.next/standalone/ ./
#20 DONE 0.5s
#21 [runner 5/6] COPY --from=builder /app/frontend/.next/static ./frontend/.next/static
#21 DONE 0.0s
#22 [runner 6/6] COPY --from=builder /app/frontend/public ./frontend/public
#22 DONE 0.0s
#23 exporting to image
#23 exporting layers
#23 exporting layers 1.4s done
#23 writing image sha256:b4aa35534c2ff4081c43ac1229b74469ce0f09a1dc2fba44cb55dc0ccaeb3b14 done
#23 naming to 732596675019.dkr.ecr.us-east-1.amazonaws.com/tars-admin-dashboard:tars-admin-dashboard-frontend-staging-f5a4b23d2c51f504d8795a081e0852011078bbcb done
#23 DONE 1.4s
The push refers to repository [732596675019.dkr.ecr.us-east-1.amazonaws.com/tars-admin-dashboard]
2c0dfc2cda67: Preparing
385e9cbbfe50: Preparing
2e3aad7f2324: Preparing
28111aa04eb8: Preparing
a84a25ac79fc: Preparing
6a6a78a61907: Preparing
5270e5565f29: Preparing
224bd9b34beb: Preparing
d5fa9fb24593: Preparing
5b1aa58ce982: Preparing
08000c18d16d: Preparing
6a6a78a61907: Waiting
5270e5565f29: Waiting
224bd9b34beb: Waiting
d5fa9fb24593: Waiting
5b1aa58ce982: Waiting
08000c18d16d: Waiting
28111aa04eb8: Pushed
a84a25ac79fc: Pushed
2c0dfc2cda67: Pushed
224bd9b34beb: Layer already exists
385e9cbbfe50: Pushed
d5fa9fb24593: Layer already exists
5b1aa58ce982: Layer already exists
08000c18d16d: Layer already exists
6a6a78a61907: Pushed
5270e5565f29: Pushed
2e3aad7f2324: Pushed
tars-admin-dashboard-frontend-staging-f5a4b23d2c51f504d8795a081e0852011078bbcb: digest: sha256:8a93cf2033d2b2d1324b698ca8e710306f0935f5ed5b15cad8dbd2f9527b04cf size: 2620

@github-actions github-actions bot added Output Related to the the output configuration option. Performance Anything with regards to Next.js performance. labels Mar 30, 2025
@brad-decker
Copy link

brad-decker commented Mar 31, 2025

I use Heroku to host. My 15.2.3 compiled slug size is just north of 300 mb. My 15.2.4 compiled slug size is 518 mb which is over the 500mb hard cap of heroku meaning I can't deploy 15.2.4

Edit: False Alarm. I thought I had mitigated all changes expect 15.2.3 -> 15.2.4 upgrade before I posted. I Had forgot that I was playing with experimental.webpackMemoryOptimizations and had removed the following code from my next.config.js file:

  webpack: (
    config,
    { buildId, dev, isServer, defaultLoaders, nextRuntime, webpack },
  ) => {
    if (config.cache && !dev) {
      config.cache.maxMemoryGenerations = 0;
      config.cache = Object.freeze({
        type: 'memory',
      });
    }
    // Important: return the modified config
    return config;
  },

Turns out this is now mandatory to keep my build under the 500m threshold.

@leeuwd
Copy link

leeuwd commented Apr 3, 2025

I'm having some compilation issues as well since recently. Before ~15.2 (not sure about the exact version), compilation just took a second or so. Since recently, compilation is slow and takes about 15-30 seconds.

I'm talking about just a regular localhost Turborepo & Turbopack setup on a Macbook Pro M1.

I now often reboot my dev server to see changes since that's faster than waiting on compilation.

web:dev:  ✓ Compiled in 18.7s
Operating System:
  Platform: darwin
  Arch: arm64
  Version: Darwin Kernel Version 24.4.0: Wed Mar 19 21:16:34 PDT 2025; root:xnu-11417.101.15~1/RELEASE_ARM64_T6000
  Available memory (MB): 16384
  Available CPU cores: 10
Binaries:
  Node: 22.14.0
  npm: 11.2.0
  Yarn: N/A
  pnpm: 10.7.1
Relevant Packages:
  next: 15.2.4 // Latest available version is detected (15.2.4).
  eslint-config-next: N/A
  react: 19.1.0
  react-dom: 19.1.0
  typescript: 5.8.2
Next.js Config:
  output: N/A

--

Update: since I'm using Tailwind CSS v4, perhaps related to tailwindlabs/tailwindcss#17522
Update 2: it was indeed due to Tailwind CSS v4; tailwindlabs/tailwindcss#17522 (comment)

@sammy-jeff
Copy link

I'm having some compilation issues as well since recently. Before ~15.2 (not sure about the exact version), compilation just took a second or so. Since recently, compilation is slow and takes about 15-30 seconds.

I'm talking about just a regular localhost Turborepo & Turbopack setup on a Macbook Pro M1.

I now often reboot my dev server to see changes since that's faster than waiting on compilation.

web:dev:  ✓ Compiled in 18.7s
Operating System:
  Platform: darwin
  Arch: arm64
  Version: Darwin Kernel Version 24.4.0: Wed Mar 19 21:16:34 PDT 2025; root:xnu-11417.101.15~1/RELEASE_ARM64_T6000
  Available memory (MB): 16384
  Available CPU cores: 10
Binaries:
  Node: 22.14.0
  npm: 11.2.0
  Yarn: N/A
  pnpm: 10.7.1
Relevant Packages:
  next: 15.2.4 // Latest available version is detected (15.2.4).
  eslint-config-next: N/A
  react: 19.1.0
  react-dom: 19.1.0
  typescript: 5.8.2
Next.js Config:
  output: N/A

--

Update: since I'm using Tailwind CSS v4, perhaps related to tailwindlabs/tailwindcss#17522 Update 2: it was indeed due to Tailwind CSS v4; tailwindlabs/tailwindcss#17522 (comment)

I am also experiencing this same issue with next.js v15.2.4 development server. It takes more than 15 seconds to compile even the most minute code.

@king8fisher
Copy link

king8fisher commented Apr 4, 2025

HMR is affected so badly. Rolled back to 15.2.3, otherwise it's absolutely impossible to work. With turbopack, I've been having 15!!!! seconds refresh, without turbopack 7 seconds. Ridiculous downtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Output Related to the the output configuration option. Performance Anything with regards to Next.js performance.
Projects
None yet
Development

No branches or pull requests

5 participants