New issue
Advanced search Search tips

Issue 903673 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

pump tokens may run multiple times before HTML is parsed

Project Member Reported by fergal@chromium.org, Nov 9

Issue description

Particularly with fast-loading large pages (e.g. coming from cache and > 100k). It looks like what is happening is that hi-priority IPCs delivering data generate pump-tokens tasks and after the first one runs, more data is delivered, triggering more pump-tokens _before_ the HTML parsing task runs.

One option suggested by kouhei is to defer the pump task if it the parser hasn't run since the previous pump task.
 
Status: Available (was: Untriaged)

Sign in to add a comment