Replies: 2 comments 1 reply
-
|
I hadn't look at this before, but I was inspecting the |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Context
Why the cache didn’t help
What to do instead
Notes
If this clarifies the behavior, please Mark as answer so others can find it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I executed next build in my project and then copied the project.
When I run next build again in the copied project, the .next/cache doesn’t seem to work.
In the original project:
First build time: 26s
Second build time: 22s
In the copied project:
First build time: 26s
Why isn’t it 22s in the copied project?
Additional information
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions