Sébastien Lorber
Sébastien Lorber
Thanks @ruibaby, that looks related to https://github.com/facebook/docusaurus/issues/10646
## Important security notice for Docusaurus Faster users Version 1.1.7 of `@rspack/core` has been compromised with a malicious npm publish. More info here: https://github.com/web-infra-dev/rspack/releases/tag/v1.1.8 The 1.1.7 version was published yesterday....
> Build time going from 3:20 build time to 0:24 🚀 Amazing job, and a very nice approach to implement with the incremental API! Is there any plan for allowing...
Docusaurus v3.8+ will introduce a new Docusaurus Faster option: [`ssgWorkerThreads `](https://github.com/facebook/docusaurus/pull/10826). Depending on your site, it could reduce the SSG time by 50%+ (even more for larger sites), and decrease...
The `git log` issue seriously affects our CI build times. Those are times measured on Netlify on cold builds (no Rspack persistent cache) Before any optimization: - Total CI time:...
I spent way too much time trying to figure out why `git log` calls are slow in our Netlify CI, and keep increasing as we build more locales. I'm not...
😢 this also affect GitHub Actions: https://github.com/facebook/docusaurus/actions/runs/15351301297/job/43199950972?pr=11218 I tried running the exact same CI commands locally and didn't encounter this problem.
Apparently someone else encountered that problem: https://github.com/facebook/docusaurus/discussions/11398
Yes, those libraries are listed in the issue description already as solutions to consider. From what I remember: - Nodegit doesn't seem to support Node >= 18, so if it...
FYI, here's a follow-up issue where we'll see if the e18e community could be interested in helping us solve this perf bottleneck efficnetly once for all: https://github.com/e18e/ecosystem-issues/issues/216