<div dir="ltr">Deleting the ~/.cache/kdevduchain directory and restarting kdevelop seems to have addressed the issue. The directory contained around 500MB of cache before, and after reparsing my main project it's at 41MB.<div>

<br></div><div>Thanks all for your help. I'm really glad to have kdevelop back and working well. It's a great IDE for C++.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 29 April 2014 10:09, Milian Wolff <span dir="ltr"><<a href="mailto:mail@milianw.de" target="_blank">mail@milianw.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Tuesday 29 April 2014 11:00:31 Sven Brauch wrote:<br>
> Hi,<br>
><br>
> > Has anyone else noticed a considerable reduction in the performance of<br>
> > KDevelop's code parsing since upgrading to Ubuntu 14.04?<br>
><br>
> It happens sometimes for unknown reasons. Quit kdevelop, delete<br>
> ~/.cache/kdevduchain, and restart it; then after the initial parsing<br>
> finishes, it should be back to normal.<br>
<br>
</div></div>Yes, this might be a fix here. When you update your distro, you most certainly<br>
also update most/all of your system headers. These then have to be restarted<br>
and apparently, there are still bugs in KDevelop which make this an<br>
_extremely_ slow process...<br>
<br>
Anyhow, if deleting the cache is not helping, please profile KDevelop with<br>
e.g. "perf record --call-graph dwarf -p $(pidof kdevelop)" when it is slow.<br>
Then do a perf report and tell us the results.<br>
<br>
Bye<br>
<span class="HOEnZb"><font color="#888888">--<br>
Milian Wolff<br>
<a href="mailto:mail@milianw.de">mail@milianw.de</a><br>
<a href="http://milianw.de" target="_blank">http://milianw.de</a><br>
_______________________________________________<br>
KDevelop mailing list<br>
<a href="mailto:KDevelop@kde.org">KDevelop@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kdevelop" target="_blank">https://mail.kde.org/mailman/listinfo/kdevelop</a><br>
</font></span></blockquote></div><br></div>