Bug 100194

Summary: The font cache evicts inactive font data too aggressively when not under memory pressure
Product: WebKit Reporter: mitz
Component: TextAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ggaren
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Increase cMaxInactiveFontData and cTargetInactiveFontData sam: review+

Description mitz 2012-10-23 21:29:27 PDT
Increasing the number of inactive font data objects we keep in the cache increases the hit rate, leading to improved page load performance.
Comment 1 mitz 2012-10-23 21:38:13 PDT
Created attachment 170312 [details]
Increase cMaxInactiveFontData and cTargetInactiveFontData
Comment 2 mitz 2012-10-23 22:13:28 PDT
Fixed in <http://trac.webkit.org/r132308>.