summaryrefslogtreecommitdiff
path: root/src/webtab
diff options
context:
space:
mode:
authorJan Kundrát <jkt@flaska.net>2013-06-17 02:47:43 +0200
committerAndrea Diamantini <adjam7@gmail.com>2013-06-18 10:37:22 +0200
commit679fcb31a69194c2d80f0aa0ff9dafeb310b132c (patch)
tree446083437084ab226d7f31d3eae35c165b8d7416 /src/webtab
parentFix rekonq pages icons according to last changes in IconManager (diff)
downloadrekonq-679fcb31a69194c2d80f0aa0ff9dafeb310b132c.tar.xz
Speed up construction of the history page
The old version was taking ages to even appear on my setup ("ages" being defined as many minutes at least). Callgrind was crashing, perhaps due to webkit's JIT, so I simply sampled the backtrace "randomly" by hand to see where the most CPU time was being spent. These two methods came up way too often, so I did the following: 1) Do not use KIconLoader within the inner loop, it's slow. It was slow when I debugged too long startup of KPhotoAlbum, it produced visible file IO, and it is trivial to speed this up. However, it was still taking time. 2) Do not request the ".historyitem" over and over again. A cached "pre-found" copy (we're still cloning it) seems to help. Together, these make it possible to load the history in <4 minutes here. It's still a completely insane amount of time, but at least it appears, ultimately. REVIEW:111053
Diffstat (limited to 'src/webtab')
0 files changed, 0 insertions, 0 deletions