[Webkit-unassigned] [Bug 122142] Release expired pages in the page cache more often

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 10 09:48:07 PDT 2013


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


Brady Eidson <beidson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #213862|review?                     |review-
               Flag|                            |




--- Comment #6 from Brady Eidson <beidson at apple.com>  2013-10-10 09:46:56 PST ---
(From update of attachment 213862)
I don't think history items should have the timers.  HistoryItem being so intertwined with page cache and cached pages is a mistake we'd like to try to reverse.  Also we don't need multiple timers for this (increasing the size of history item for something that's used somewhat infrequently)

The page cache itself should have the timer.  When the first CachedPage goes in, the timer is started.  Additional CachedPages don't change the timer.  And when the timer fires and one page is purged out, we set it to the expiration of the next page.

-- 
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