hexo: hexo generate slow with 400 posts
$ hexo version
hexo: 3.1.1
os: NetBSD 7.0_STABLE netbsd x64
http_parser: 2.5.0
node: 4.1.1
v8: 4.5.103.33
uv: 1.7.4
zlib: 1.2.3
ares: 1.10.1-DEV
modules: 46
openssl: 1.0.2d
$ hexo clean
INFO Deleted database.
INFO Deleted public folder.
$ hexo g
[...]
INFO 1071 files generated in 3.68 min
# without cleaning
$ hexo g
INFO Files loaded in 4.14 s
INFO 0 files generated in 4 min
Is this a normal generation time for 400 posts? seems awfully slow to me. Every change I make on a layout or a css takes ages to be generated. hexo g -w is barely unusable.
FWIW:
highlight:
enable: true
line_number: true
auto_detect: false
tab_replace:
Similar results with enable: false.
Theme is light.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 23 (8 by maintainers)
git clone -b source git@github.com:chilly/chilly.github.io.git git submodules update hexo generate
hexo generate is too slow. only 600+ posts. And cost more then 10 mins.