Bug 252637

Summary: Lazily allocate ResourceResponse within CachedResource
Product: WebKit Reporter: Matt Woodrow <mattwoodrow>
Component: Page LoadingAssignee: Matt Woodrow <mattwoodrow>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Matt Woodrow
Reported 2023-02-20 17:23:44 PST
CachedResource objects often don't have an initialised ResourceResponse, especially in the case of Fonts. We can move the ResourceResponse (and associated response data) into a lazily allocated inner structure to save memory.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-02-20 17:27:32 PST
Matt Woodrow
Comment 2 2023-02-20 17:29:06 PST
EWS
Comment 3 2023-02-24 00:21:43 PST
Committed 260788@main (98761d6864f7): <https://commits.webkit.org/260788@main> Reviewed commits have been landed. Closing PR #10416 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.