[Webkit-unassigned] [Bug 18755] http://operationclimatecontrol.co.uk/content/ is insanely slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 12 09:46:37 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=18755





------- Comment #1 from alp at nuanti.com  2008-10-12 09:46 PDT -------
try adding to webkitprivate.cpp's init function:
#include "Cache.h"

    WebCore::cache()->setCapacities(1024*1024*256, 1024*1024*256,
1024*1024*256);

The problem was we had a very small cache set so the images were getting
constantly re-decoded. Increasing the cache size makes the page repaint
instantly.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list