View Single Post
Old 07-20-2013, 10:20 AM   #13
DrChiper
Bookish
DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.
 
DrChiper's Avatar
 
Posts: 1,034
Karma: 2006208
Join Date: Jun 2011
Device: PC, t1, t2, t3, Clara BW, Clara HD, Libra 2, Libra Color, Nxtpaper 11
I was still intrigued so I decided to see what actually makes calibre tick.

To avoid extra delays on starting up, I let calibre point by default to an almost empty library (2 books, of which 1 is just a dummy). By the way, this is also my normal manner to start calibre so the freeze is kept to a minimum. Thereafter I rebooted, started tracing using Process Monitor (www.sysinternals.com) and then I did run calibre (without options).

The results where as follows:
1 - Most accessed (obvious) pylib.zip
2 - catroot (windows updates directory)
3 - Quality Check.zip
4 - all (windows) font files
5 - metadata.db

(4) is annoying. When you have a lot of font files (and you will when you use all kinds of editing tools as they all tend to place new fonts there) they all will be traversed which just consumes precious time. Perhaps a Qt setting?

(2) is weird. What has calibre to do with windows updates? They are all traversed which is using up a lot of system time and will happen *only* when starting calibre for the first time. Further, the only difference I see between 2 succeeding runs of calibre is the access to catroot.

See the attachment for further details.

Just my 2cts.
Attached Thumbnails
Click image for larger version

Name:	Calibre.jpg
Views:	319
Size:	178.0 KB
ID:	108396   Click image for larger version

Name:	Calibre2.jpg
Views:	331
Size:	174.6 KB
ID:	108397  

Last edited by DrChiper; 07-20-2013 at 10:30 AM. Reason: added 2nd trace
DrChiper is offline   Reply With Quote