Reducing size and installation time #3576
Pinned
Mister-Hope
announced in
Annoucement
Replies: 1 comment 8 replies
-
Hi @Mister-Hope regarding that topic, why do I need to install
I understand that I need to add Source repo: https://github.com/Puzzlout/TemplateVuepress Also, why does
Thanks for your insights on those. |
Beta Was this translation helpful? Give feedback.
8 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
From beta238 to beta241, we mark a lot of deps as "optional peers", this means plugins and theme install size can be greatly reduced.
For earlier version like beta238, a demo deps size can be 372MB with 783 packages:
While this is not happening now, beta241 only have 113MB with 600 packages:
We are shrinking 70% size!🎉
This also means you should install packages you need manually when using some complicated features.
减小尺寸与安装时间
从 beta238 到 beta241,我们将很多 deps 标记为“可选依赖”,这意味着插件和主题安装大小可以大大减少。
对于像 beta238 这样的早期版本,演示站大小可达 372MB,有 783 个软件包:
现在,beta241 只有 113MB 和 600 个软件包:
我们正在缩小70%的尺寸! 🎉
当然,这也意味着在使用一些复杂的功能时,您应该手动安装所需的软件包。
Beta Was this translation helpful? Give feedback.
All reactions