[Webkit-unassigned] [Bug 35373] XSSAuditor is super super super slow
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Feb 26 09:41:19 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=35373
--- Comment #13 from Adam Barth <abarth at webkit.org> 2010-02-26 09:41:19 PST ---
I've added the following comment to the header:
// A state store to help us avoid canonicalizing the same URL repeated.
// When a page has form data, we need two caches: one to store the
// canonicalized URL and another to store the cannonicalized form
// data. If we only had one cache, we'd always generate a cache miss
// and load some pages extremely slowly.
// https://bugs.webkit.org/show_bug.cgi?id=35373
We're still slower on loading this page by a factor of four, but that's better
than the factor of infinity slower we were before this patch. (Ok, it's not
really infinity, I just got bored waiting for the timer to finish.)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list