NEW 117775
Don't retain for the main resource by default
https://bugs.webkit.org/show_bug.cgi?id=117775
Summary Don't retain for the main resource by default
Ryosuke Niwa
Reported 2013-06-18 20:20:59 PDT
Consider merging https://chromium.googlesource.com/chromium/blink/+/dad552a64c76e19cffe7c8bea07ffb86c21529be Prior to this CL, we always retained the underlying data for the main resource. Unfortunately, the main resource can be quite large. For example, on Mobile Gmail, retaining the main resource costs 1.5 MB. After this CL, we clear the main resource after the load completes. In subsequent CLs, I hope to remove the need to retain the main resource during the loading process.
Attachments
Geoffrey Garen
Comment 1 2013-06-19 09:31:05 PDT
This may violate the WebKit1 API. But perhaps it's compatible with the WebKit2 API. That said, the main resource is almost certainly in cache, so it's not clear to me what benefit there is to not retaining it.
Note You need to log in before you can comment on or make changes to this bug.