-
Updated
Apr 7, 2020
webperf
Here are 65 public repositories matching this topic...
Types of Changes
What types of changes does your issue require? Put an x in all the boxes that apply:
- feat: A new feature
- fix: A bug fix
- docs: Documentation only changes
- style: Changes that do not affect the meaning of the code
- refactor: A code change that neither fixes a bug or adds a feature
- perf: A code change that impr
All plugins are currently documented well via the CLI help, maybe start by copying that output, later on refine the readme files
https://github.com/GoogleChrome/puppeteer/blob/v1.11.0/docs/api.md#class-coverage
Coverage gathers information about parts of JavaScript and CSS that were used by the page.
An example of using JavaScript and CSS coverage to get percentage of initially executed code:
// Enable both JavaScript and CSS coverage
await Promise.all([
page.coverage.startJSCoverage(),
page.coverage.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 ☆
-
Updated
Apr 3, 2020 - HTML
-
Updated
Apr 4, 2020 - JavaScript
It doesn't work
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-
Updated
Apr 12, 2020 - JavaScript
-
Updated
Apr 1, 2019 - JavaScript
-
Updated
Mar 14, 2020 - TypeScript
-
Updated
Oct 30, 2019 - CSS
-
Updated
Jan 28, 2017
-
Updated
Feb 23, 2020 - TypeScript
-
Updated
Apr 16, 2020 - TypeScript
We should make it possible to edit the label of each HAR (the name HAR1 and HAR2 by default).
If we edit the name, we should change it in all places. That is super useful when you compare pages and wanna do screenshots.
-
Updated
Nov 7, 2018 - JavaScript
-
Updated
Nov 18, 2016 - JavaScript
-
Updated
Sep 24, 2018 - JavaScript
-
Updated
Nov 6, 2019 - JavaScript
-
Updated
Mar 15, 2020 - PHP
-
Updated
May 18, 2020 - Shell
-
Updated
Nov 2, 2019 - TypeScript
It is currently missing
-
Updated
Mar 31, 2020 - JavaScript
-
Updated
Jan 30, 2020 - Ruby
-
Updated
May 24, 2020 - JavaScript
Improve this page
Add a description, image, and links to the webperf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the webperf topic, visit your repo's landing page and select "manage topics."
--> grafana link points to
/second, but it would make more sense if it opened/first- now I need to manually click "Pages" and then select the first one.