zim-wiki team mailing list archive
-
zim-wiki team
-
Mailing list archive
-
Message #02764
Re: way slow on Ubuntu
-
To:
zim-wiki@xxxxxxxxxxxxxxxxxxx
-
From:
Sylvain Viart <launchpad@xxxxxxxxxxxx>
-
Date:
Fri, 09 May 2014 16:50:09 +0200
-
In-reply-to:
<CAAEZYjyxRgem-Hb-PznkK+U_dmLBpL9bUQF-YYwQN+CGRp=OZw@mail.gmail.com>
-
User-agent:
Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.5.0
Hi Hans,
I guess…
Le 09/05/2014 16:03, hansbkk@xxxxxxxxx a écrit :
Just created a new notebook and WOW is that nice and snappy.
Confirmed it wasn't the fact it was on an encfs filesystem, nor that
dropbox is sync'ing while things are unencrypted
I guess I just let my "main" tree get too large?
could you give use a idea of your notebook size?
# all files:
$ find ~/Notebooks/Notes/ | wc -l
404
# folders:
$ find ~/Notebooks/Notes/ -type d | wc -l
79
# pasted images
$ find ~/Notebooks/Notes/ -name pasted_image\* | wc -l
43
# stats of all .txt files (lines words character)
$ find ~/Notebooks/Notes/ -name \*.txt -print0 | wc --files0-from=- |
grep 'total$'
12162 65938 523762 total
You can prefix command with time:
time find ~/Notebooks/Notes/ -name \*.txt -print0 | wc --files0-from=- |
grep 'total$'
12162 65938 523762 total
real 0m0.081s
user 0m0.060s
sys 0m0.024s
Regards,
Sylvain.
Follow ups
References