Replies: 1 comment 16 replies
-
From these logs we can clearly see that it's the "load site" phase that takes all the time.
I've already seen this strange behavior. Surprisingly, this only happened in our Netlify CI server, not locally. I can't reproduce anymore on Netlify now but it's possible that the problem is still there. The issue is due to reading Git history for MDX files to compute their "last update" time displayed in the UI. I already track this problem on #11208 but couldn't reproduce locally so it's hard to troubleshoot. A possible workaround is to disable the "last update" time through config, but I understand it may not be a good option. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
My site is currently available in six languages. Using
--locale
to specify a specific language is fast, but the wait time for building all languages is getting longer and longer. Currently, a full compile takes 20-30 minutes.After compiling each language, the next language takes longer than the previous one, which is very strange.
The following configurations have been used:
The webpack configuration setting mentioned here #11199
concatenateModules: false
also did not improve speed.
Here's a partial build log:
Beta Was this translation helpful? Give feedback.
All reactions