Darktable (git master) is taking a lot longer to start up recently than
it used to. I compared against the 1.1.x branch, and just starting it
and immediately quitting is taking almost 3x as long.

darktable-1.1.x:

real    0m8.928s
user    0m3.173s
sys     0m0.777s

git master:

real    0m23.646s
user    0m5.100s
sys     0m1.953s

Running with -d sql, I also note that there are over 4x as many lines
logged (581 vs 2825). I tried to bisect it, but it didn't seem to be any
one thing.

Looking at the SQL log, I see 5 data modifying queries that are repeated
over 400 times each. All of them are updates to the presets. Is it
possible these could be done as one-shot operations and not repeated on
each startup?

-- 
Bruce Guenter <br...@untroubled.org>                http://untroubled.org/

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to