Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1145)

Issue 2589713002: predictors: Reduce the maximum concurrent prefetches. (Closed)

Created:
4 years ago by Benoit L
Modified:
4 years ago
Reviewers:
alexilin
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

predictors: Reduce the maximum concurrent prefetches. In the resource_prefetch_predictor, the maximum number of concurrent prefetches is set to 24. This is too high, as: - It defeats the prioritization of resources in the database - It was shown to slow down page loads in some case on slow connections by starving the page load resource fetches. (local testing using WPR and tools in tools/resource_prefetch_predictor) BUG=631966, 655980 Committed: https://crrev.com/e5c15db9908512b44a0a47f6b24098d8daeffeb1 Cr-Commit-Position: refs/heads/master@{#439453}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -2 lines) Patch
M chrome/browser/predictors/resource_prefetch_common.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/predictors/resource_prefetcher_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 16 (9 generated)
Benoit L
4 years ago (2016-12-19 10:06:02 UTC) #2
alexilin
Isn't it too small? Do we have a data about the number of critical resources ...
4 years ago (2016-12-19 10:24:00 UTC) #5
Benoit L
On 2016/12/19 10:24:00, alexilin wrote: > Isn't it too small? Do we have a data ...
4 years ago (2016-12-19 10:38:53 UTC) #6
alexilin
Anyway we don't want to hurt page load performance so the lower limit is a ...
4 years ago (2016-12-19 12:03:57 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2589713002/1
4 years ago (2016-12-19 12:36:15 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years ago (2016-12-19 12:39:55 UTC) #14
commit-bot: I haz the power
4 years ago (2016-12-19 12:42:14 UTC) #16
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/e5c15db9908512b44a0a47f6b24098d8daeffeb1
Cr-Commit-Position: refs/heads/master@{#439453}

Powered by Google App Engine
This is Rietveld 408576698