<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi all,<BR> <BR>I am new to KMyMoney (and KDE). I'm thinking KMyMoney could be my replacement for Quicken (I'm getting more and more fed up with them). <BR> <BR>But I do have some issues.  <BR> <BR>At the top of my list is that, at startup, KMyMoney spends literally minutes in the KHomeView::investmentBalance() function.  I have imported my QIF from Quicken into KMyMoney and I have thousands of historical holdings for which my share balance is now zero (the vast majority of them are expired put and call options, which is going to lead to some more things on my issues list). I suspect it must be going through each one of those. I know it spends over a minute in that for() loop for each of several calls to the function (I have more than one brokerage account). I  looked for an easy way to not waste time calculating a balance for a stock account when there are zero shares in the account, but I don't see it. But I am a long way from understanding all of the code.  It checks for stock.IsClosed(), but since these came in from Quicken, the stock accounts are not closed. <BR> <BR>I am building on Windows with MSVC2013 via emerge.  So debugging is pretty much limited to watching program flow.  (I don't see "readable" variable values, for example.)<BR> <BR>Any thoughts or guidance? I am willing and able to change my copy of the code and try things.<BR> <BR>Thanks,<BR>Jeff.<BR><font face="Consolas" size="2"> <BR><font face="Consolas" size="2"> <BR> <BR></font> <BR></font> <BR>                                    </div></body>
</html>