Skip to content

Commit

Permalink
Merge pull request #8 from gotomi/v1.8
Browse files Browse the repository at this point in the history
remove FID metric
  • Loading branch information
gotomi authored Sep 11, 2024
2 parents 87f85a6 + 0605cd3 commit e23759a
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 e23759a

Please sign in to comment.