Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Improve first paint estimate #3

Description

@pmeenan

For browsers that do not report a first paint time the current algorithm for estimating the first paint time is very optimistic (it looks at the resource loads for the first non-head resource and waits for all of the previous loads to finish).

Some possible things to look at:

  • Wait for all non-async head resources (need to find a way to ignore script-injected scripts)
  • Evaluate CSS media queries to make sure the css resources apply

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions