Review Request: Improved proxy data caching in KProtocolManager

Dawit Alemayehu adawit at kde.org
Thu Oct 13 20:30:12 BST 2011


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/102840/
-----------------------------------------------------------

Review request for kdelibs.


Description
-------

The attached patch attempts to improve proxy lookup performance by using QCache to cache the proxy data for the last 100 (QCache default) lookups instead of caching just the last lookup. The current approach, where only the last lookup is cached, is useless whenever two consecutive requests for proxy data are for different URLs.


Diffs
-----

  kio/kio/kprotocolmanager.cpp 92519e4 

Diff: http://git.reviewboard.kde.org/r/102840/diff/diff


Testing
-------


Thanks,

Dawit Alemayehu

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20111013/e16fcaed/attachment.htm>


More information about the kde-core-devel mailing list