Skip to content

Commit

Permalink
remove FID metric
Browse files Browse the repository at this point in the history
  • Loading branch information
gotomi committed Sep 11, 2024
1 parent 87f85a6 commit 0605cd3
Show file tree
Hide file tree
Showing 6 changed files with 4,212 additions and 5,015 deletions.
2 changes: 1 addition & 1 deletion createOrUpdateDataChart.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function prepareEmptyDataForChart(data) {

let tmpl = {};

["FCP", "LCP", "FID", "CLS","TTFB"].forEach(metric => {
["FCP", "LCP", "INP", "CLS","TTFB"].forEach(metric => {
tmpl[metric] = {
"series": [],
"categories": []
Expand Down
Loading

0 comments on commit 0605cd3

Please sign in to comment.