Home Reference Source Test Repository
import PerfMonitor from 'rizzo-next/src/core/perf_monitor.js'
public class | source

PerfMonitor

Records some performance data about our component rendering.

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public get
public get

Method Summary

Public Methods
public

Listens for when our below the fold code is loaded and creates a perf mark

public

Listens for when our critical code is loaded and creates a perf mark

Public Constructors

public constructor source

Public Members

public get loadBelow: string source

public get loadCritical: string source

Public Methods

public loadBelow() source

Listens for when our below the fold code is loaded and creates a perf mark

public loadCritical() source

Listens for when our critical code is loaded and creates a perf mark