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

Skip to content

Walk iFrames #4

Description

@pmeenan

Right now the algorithm doesn't include any iFrames on the page. We can add timing for any iframes that are not blocked by security restrictions:

  • Modify the RUMSpeedIndex function to take a window to operate on (default to the top-level window if not specified)
  • Enumerate any visible iFrames, record their visible area and run RUMSpeedIndex on the iFrame
  • Add the iFrame speed index as a paint time for the area of the iFrame (Speed Index is effectively the average paint time)

This should recursively walk frames regardless of how deep they are nested.

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