Commit 05a655f
committed
Recommend to compile zola in debug mode
Zola takes a long time to compile. For blog authors, it's probably
better to compile zola a little faster while sacrificing some
performance when building the site.
By default, zola rebuilds every page when something changes. Debug
builds perform noticeably worse in that case. But with the `--fast`
flag, zola only rebuilds pages that actually changed. With that, the
performance of debug and release builds not not noticeably different.1 parent edaa11a commit 05a655f
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
0 commit comments