Skip to content
#

webperf

Here are 65 public repositories matching this topic...

connorjclark
connorjclark commented Jun 28, 2018

Would be nice if running pwmetrics in a non-tty environment suppressed ANSI code output.

Otherwise, output looks like:

Launching Chrome
  [32m✓[0m Success: [32mRun 1 of 3 finished successfully.[0m
Launching Chrome
  [32m✓[0m Success: [32mRun 2 of 3 finished successfully.[0m
Launching Chrome
  [32m✓[0m Success: [32mRun 3 of 3 finished successfully.[0m
        ☆  Median run  ☆
bug
kwladyka
kwladyka commented Dec 30, 2018
window.React = require("react");
window.ReactDOM = require("react-dom");
window.Highlight = require("react-highlight").default;

// material-ui

import {createMuiTheme, MuiThemeProvider} from '@material-ui/core/styles';
window.MaterialUiStyles = {
    createMuiTheme: createMuiTheme,
    MuiThemeProvider: MuiThemeProvider
}

window.MaterialUiCore = {
    AppBar: require("@materi

前端性能指标的监控,采集以及上报。用于测量第一个dom生成的时间(FP/FCP/LCP)、用户最早可操作时间(fid|tti)和组件的生命周期性能,,网络状况以及资源大小等等。向监控后台报告实际用户测量值。

  • Updated Feb 23, 2020
  • TypeScript

Improve this page

Add a description, image, and links to the webperf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webperf topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.