updates URLs

This commit is contained in:
koehr 2020-11-24 17:20:17 +01:00
parent af5f600d10
commit 3a9379e1e8
5 changed files with 7 additions and 7 deletions

View file

@ -60,8 +60,8 @@ async function generateMetrics (urls) {
const results = await phantomas(url) const results = await phantomas(url)
const weights = calcWeights(url, results.getMetrics()) const weights = calcWeights(url, results.getMetrics())
metricsList.push(weights) // TODO: what to do with oversized pages? metricsList.push(weights) // TODO: what to do with oversized pages?
} catch(error) { } catch(err) {
error(`failed to analyze ${url}`, error) error(`failed to analyze ${url}`, err)
} }
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -6,8 +6,8 @@
<title>The 250kb Club</title> <title>The 250kb Club</title>
<meta name="description" content="An exclusive membership for web pages presenting themselves in no more than 250kb."> <meta name="description" content="An exclusive membership for web pages presenting themselves in no more than 250kb.">
<link rel="icon" href="/favicon.png" type="image/x-icon"> <link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel='stylesheet' href='/global.css?1606234736156'> <link rel='stylesheet' href='/global.css?1606234813781'>
<script defer src='/build/bundle.js?1606234736156'></script> <script defer src='/build/bundle.js?1606234813781'></script>
</head> </head>
<body> <body>
<header> <header>

File diff suppressed because one or more lines are too long