Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johannschopplich/f31b9617a1dfe6df1337fae5641cb6c4 to your computer and use it in GitHub Desktop.
Save johannschopplich/f31b9617a1dfe6df1337fae5641cb6c4 to your computer and use it in GitHub Desktop.
Lighthouse report of kirby-vue3-starterkit.jhnn.dev
<!--
@license
Copyright 2018 Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS-IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAEhklEQVR4AWJxL/BhIAesev1U5tcflpncgNrKIsqNIwzC9feMpDUzs70kOczMzMzJJcxwCTMzncPMnOwtzBwzMzPb0vRfeZPp0VhPS5I39V5fdiXV1/VD+9QC7OVn9BsyH1XIoEI1PfmJvLFowVV564+34DFUHudbmfDh4kVXh//7XwE+WjS/YfXZe3yr4j2rqj1AIhSB7hZ8ZtPZu/zw8cK523U4wE1/rvPfWrz4zs0m9ZdC9yUJAlASdBAgocRegfF/f3/h/PuaFsxMdwjAR0vm1+06eMMfIrhLqTWqdH4EumU2SPfMhigJAlRQbZrgrRsl9U+Y2DYDFCz3ILC9kiAiqSrMwbWT0nceEnR+9Kggc2zjOJCASDENkg0a5HfZZgDP81CM3CrQs2Z1+o7DJ6ePr8sK0AOCHv5Jjdt3evyYSaZ351VIStIxPRAUtrBYbxC6w+BZ0ivVSBKkIhJhemSyZpfB00EiPO2VjzYkxhcqXQqCWCShGplvi3y0QxqbuBurMjyJeWnkHZuAEgIQGsUBqwrfjZ+IlBgKyRJzVVYF8O6qFWdh86YzQzMrZigYmxAyfvHgLZQ/LC1CbeniW2Hkqr/PH16SgvGuf2/uzNMBwJA/njxizGPtSyAf7EziJCMGRDRdhoAC4PL1A/SrKQMAAQkEfpJAcRQdrBJ7gNwjSpJsdwK+CANBkqa1LgQB4IicV9nYUct7gaxuDJUErQIiEAiMxLVOFlKzIktPpT0ggpdpC/8YAHnxbgkUY4tAAFSR7AAXNyAAWHJrA/kHGjzg5nleuwFO7Nd/IoDw4Pm58+4jNLmYG0wRA5bErc2Mr3Y+dXTDW1VvwqbJkzMCHQ4S1GTCBOIgUHJrGdEwqzR+jAp/o2qAZelUDoQnruEEdDclJI6576AlNVfc+22XN/+Y1vnJD0Yind6UpEEvn/Hqq15EYjCW7jZCJEpnNvDgkyelDjs106kuux2AAXCSobULOWP8mLhYlpoDMK4qAFXJGk+grtH8YXVz5KJblqaG1+VUdTc0I290bmUQAriGITRbdQnom0aoFj8kx1+wMD2ifncAXUQE4SkDqN1hE0jEophs1SUwZAOhUAiMCLwRtamtTZtbbmZErSAUHbSysaoEmnrsakiMiUAURi283gN6wans9oX8rOCrj7/JP35DFD+iQ7Au/K2KE1jzx6ujjUnXFH9KjEq6ZlhsTBICrNLJf47Pv/pkHzvup1w4dmUbEei0+bcXRqJuh5kVARQ8byyYxOwNGr7A87xh1tp8sGT+uMInrwi++Xj7TQz2d27NvwEkrOflAFQGIDA5khASBCGdO2/Z/MnLPwYfv5TFhjW7QhVKAB6afwe2LpFlFsCnlQEosgQgDsdOG1/LKeNqJS4JCSPJ/i+TakwEARor7gER1Iva5JmPOJK0RUqmoPnnlzFCtmIAhAAQEIQRgDaiYPIauNXcnDlRIrWNFY3hm7PG9YRqr7IV7HrCgAC17befjEvRq2nGhAHtBqDpOuI/I1diUUAMYIxEdyejBJqLnNoszGZtfiX/CztGv2mq+sdaAAAAAElFTkSuQmCC">
<title>Lighthouse Report</title>
<style>/**
* @license
* Copyright 2017 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS-IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*
Naming convention:
If a variable is used for a specific component: --{component}-{property name}-{modifier}
Both {component} and {property name} should be kebab-case. If the target is the entire page,
use 'report' for the component. The property name should not be abbreviated. Use the
property name the variable is intended for - if it's used for multiple, a common descriptor
is fine (ex: 'size' for a variable applied to 'width' and 'height'). If a variable is shared
across multiple components, either create more variables or just drop the "{component}-"
part of the name. Append any modifiers at the end (ex: 'big', 'dark').
For colors: --color-{hue}-{intensity}
{intensity} is the Material Design tag - 700, A700, etc.
*/
.lh-vars {
/* Palette using Material Design Colors
* https://www.materialui.co/colors */
--color-amber-50: #FFF8E1;
--color-blue-200: #90CAF9;
--color-blue-900: #0D47A1;
--color-blue-A700: #2962FF;
--color-cyan-500: #00BCD4;
--color-gray-100: #F5F5F5;
--color-gray-200: #E0E0E0;
--color-gray-400: #BDBDBD;
--color-gray-50: #FAFAFA;
--color-gray-500: #9E9E9E;
--color-gray-600: #757575;
--color-gray-700: #616161;
--color-gray-800: #424242;
--color-gray-900: #212121;
--color-gray: #000000;
--color-green-700: #018642;
--color-green: #0CCE6B;
--color-orange-700: #D04900;
--color-orange: #FFA400;
--color-red-700: #EB0F00;
--color-red: #FF4E42;
--color-teal-600: #00897B;
--color-white: #FFFFFF;
/* Context-specific colors */
--color-average-secondary: var(--color-orange-700);
--color-average: var(--color-orange);
--color-fail-secondary: var(--color-red-700);
--color-fail: var(--color-red);
--color-informative: var(--color-blue-900);
--color-pass-secondary: var(--color-green-700);
--color-pass: var(--color-green);
--color-hover: var(--color-gray-50);
/* Component variables */
--audit-description-padding-left: calc(var(--score-icon-size) + var(--score-icon-margin-left) + var(--score-icon-margin-right));
--audit-explanation-line-height: 16px;
--audit-group-margin-bottom: 40px;
--audit-group-padding-vertical: 8px;
--audit-margin-horizontal: 5px;
--audit-padding-vertical: 8px;
--category-header-font-size: 20px;
--category-padding: 40px;
--chevron-line-stroke: var(--color-gray-600);
--chevron-size: 12px;
--default-padding: 12px;
--env-item-background-color: var(--color-gray-100);
--env-item-font-size: 28px;
--env-item-line-height: 36px;
--env-item-padding: 10px 0px;
--env-name-min-width: 220px;
--footer-padding-vertical: 16px;
--gauge-circle-size-big: 112px;
--gauge-circle-size: 80px;
--gauge-label-font-size-big: 28px;
--gauge-label-font-size: 20px;
--gauge-label-line-height-big: 36px;
--gauge-label-line-height: 26px;
--gauge-percentage-font-size-big: 38px;
--gauge-percentage-font-size: 28px;
--gauge-wrapper-width: 148px;
--header-line-height: 24px;
--highlighter-background-color: var(--report-text-color);
--icon-square-size: calc(var(--score-icon-size) * 0.88);
--image-preview-size: 48px;
--metric-toggle-lines-fill: #7F7F7F;
--metrics-toggle-background-color: var(--color-gray-200);
--plugin-badge-background-color: var(--color-white);
--plugin-badge-size-big: calc(var(--gauge-circle-size-big) / 2.7);
--plugin-badge-size: calc(var(--gauge-circle-size) / 2.7);
--plugin-icon-size: 65%;
--pwa-icon-margin: 0 6px 0 -2px;
--pwa-icon-size: var(--topbar-logo-size);
--report-background-color: #fff;
--report-border-color-secondary: #ebebeb;
--report-font-family-monospace: 'Roboto Mono', 'Menlo', 'dejavu sans mono', 'Consolas', 'Lucida Console', monospace;
--report-font-family: Roboto, Helvetica, Arial, sans-serif;
--report-font-size: 16px;
--report-line-height: 24px;
--report-min-width: 400px;
--report-text-color-secondary: var(--color-gray-800);
--report-text-color: var(--color-gray-900);
--report-width: calc(60 * var(--report-font-size));
--score-container-padding: 8px;
--score-icon-background-size: 24px;
--score-icon-margin-left: 4px;
--score-icon-margin-right: 12px;
--score-icon-margin: 0 var(--score-icon-margin-right) 0 var(--score-icon-margin-left);
--score-icon-size: 12px;
--scores-container-padding: 20px 0 20px 0;
--scorescale-height: 6px;
--scorescale-width: 18px;
--section-padding-vertical: 12px;
--snippet-background-color: var(--color-gray-50);
--snippet-color: var(--color-gray-800);
--sparkline-height: 5px;
--stackpack-padding-horizontal: 10px;
--sticky-header-background-color: var(--report-background-color);
--table-higlight-background-color: hsla(0, 0%, 75%, 0.1);
--tools-icon-color: var(--color-gray-600);
--tools-icon-size: var(--score-icon-background-size);
--topbar-background-color: var(--color-gray-100);
--topbar-height: 32px;
--topbar-logo-size: 24px;
--topbar-padding: 0 8px;
--toplevel-warning-padding: 22px;
/* SVGs */
--plugin-icon-url-dark: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24" fill="%23FFFFFF"><path d="M0 0h24v24H0z" fill="none"/><path d="M20.5 11H19V7c0-1.1-.9-2-2-2h-4V3.5C13 2.12 11.88 1 10.5 1S8 2.12 8 3.5V5H4c-1.1 0-1.99.9-1.99 2v3.8H3.5c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H2V20c0 1.1.9 2 2 2h3.8v-1.5c0-1.49 1.21-2.7 2.7-2.7 1.49 0 2.7 1.21 2.7 2.7V22H17c1.1 0 2-.9 2-2v-4h1.5c1.38 0 2.5-1.12 2.5-2.5S21.88 11 20.5 11z"/></svg>');
--plugin-icon-url: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24" fill="%23757575"><path d="M0 0h24v24H0z" fill="none"/><path d="M20.5 11H19V7c0-1.1-.9-2-2-2h-4V3.5C13 2.12 11.88 1 10.5 1S8 2.12 8 3.5V5H4c-1.1 0-1.99.9-1.99 2v3.8H3.5c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H2V20c0 1.1.9 2 2 2h3.8v-1.5c0-1.49 1.21-2.7 2.7-2.7 1.49 0 2.7 1.21 2.7 2.7V22H17c1.1 0 2-.9 2-2v-4h1.5c1.38 0 2.5-1.12 2.5-2.5S21.88 11 20.5 11z"/></svg>');
--pass-icon-url: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><title>check</title><path fill="%23178239" d="M24 4C12.95 4 4 12.95 4 24c0 11.04 8.95 20 20 20 11.04 0 20-8.96 20-20 0-11.05-8.96-20-20-20zm-4 30L10 24l2.83-2.83L20 28.34l15.17-15.17L38 16 20 34z"/></svg>');
--average-icon-url: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><title>info</title><path fill="%23E67700" d="M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm2 30h-4V22h4v12zm0-16h-4v-4h4v4z"/></svg>');
--fail-icon-url: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><title>warn</title><path fill="%23C7221F" d="M2 42h44L24 4 2 42zm24-6h-4v-4h4v4zm0-8h-4v-8h4v8z"/></svg>');
--pwa-fast-reliable-gray-url: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="nonzero"><circle fill="%23DAE0E3" cx="12" cy="12" r="12"/><path d="M12.3 4l6.3 2.8V11c0 3.88-2.69 7.52-6.3 8.4C8.69 18.52 6 14.89 6 11V6.8L12.3 4zm-.56 12.88l3.3-5.79.04-.08c.05-.1.01-.29-.26-.29h-1.96l.56-3.92h-.56L9.6 12.52c0 .03.07-.12-.03.07-.11.2-.12.37.2.37h1.97l-.56 3.92h.56z" fill="%23FFF"/></g></svg>');
--pwa-installable-gray-url: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="nonzero"><circle fill="%23DAE0E3" cx="12" cy="12" r="12"/><path d="M12 5a7 7 0 1 0 0 14 7 7 0 0 0 0-14zm3.5 7.7h-2.8v2.8h-1.4v-2.8H8.5v-1.4h2.8V8.5h1.4v2.8h2.8v1.4z" fill="%23FFF"/></g></svg>');
--pwa-optimized-gray-url: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><rect fill="%23DAE0E3" width="24" height="24" rx="12"/><path fill="%23FFF" d="M12 15.07l3.6 2.18-.95-4.1 3.18-2.76-4.2-.36L12 6.17l-1.64 3.86-4.2.36 3.2 2.76-.96 4.1z"/><path d="M5 5h14v14H5z"/></g></svg>');
--pwa-fast-reliable-gray-url-dark: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="nonzero"><circle fill="%23424242" cx="12" cy="12" r="12"/><path d="M12.3 4l6.3 2.8V11c0 3.88-2.69 7.52-6.3 8.4C8.69 18.52 6 14.89 6 11V6.8L12.3 4zm-.56 12.88l3.3-5.79.04-.08c.05-.1.01-.29-.26-.29h-1.96l.56-3.92h-.56L9.6 12.52c0 .03.07-.12-.03.07-.11.2-.12.37.2.37h1.97l-.56 3.92h.56z" fill="%23FFF"/></g></svg>');
--pwa-installable-gray-url-dark: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="nonzero"><circle fill="%23424242" cx="12" cy="12" r="12"/><path d="M12 5a7 7 0 1 0 0 14 7 7 0 0 0 0-14zm3.5 7.7h-2.8v2.8h-1.4v-2.8H8.5v-1.4h2.8V8.5h1.4v2.8h2.8v1.4z" fill="%23FFF"/></g></svg>');
--pwa-optimized-gray-url-dark: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><rect fill="%23424242" width="24" height="24" rx="12"/><path fill="%23FFF" d="M12 15.07l3.6 2.18-.95-4.1 3.18-2.76-4.2-.36L12 6.17l-1.64 3.86-4.2.36 3.2 2.76-.96 4.1z"/><path d="M5 5h14v14H5z"/></g></svg>');
--pwa-fast-reliable-color-url: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><circle fill="%230CCE6B" cx="12" cy="12" r="12"/><path d="M12 4.3l6.3 2.8v4.2c0 3.88-2.69 7.52-6.3 8.4-3.61-.88-6.3-4.51-6.3-8.4V7.1L12 4.3zm-.56 12.88l3.3-5.79.04-.08c.05-.1.01-.29-.26-.29h-1.96l.56-3.92h-.56L9.3 12.82c0 .03.07-.12-.03.07-.11.2-.12.37.2.37h1.97l-.56 3.92h.56z" fill="%23FFF"/></g></svg>');
--pwa-installable-color-url: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><circle fill="%230CCE6B" cx="12" cy="12" r="12"/><path d="M12 5a7 7 0 1 0 0 14 7 7 0 0 0 0-14zm3.5 7.7h-2.8v2.8h-1.4v-2.8H8.5v-1.4h2.8V8.5h1.4v2.8h2.8v1.4z" fill="%23FFF"/></g></svg>');
--pwa-optimized-color-url: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><rect fill="%230CCE6B" width="24" height="24" rx="12"/><path d="M5 5h14v14H5z"/><path fill="%23FFF" d="M12 15.07l3.6 2.18-.95-4.1 3.18-2.76-4.2-.36L12 6.17l-1.64 3.86-4.2.36 3.2 2.76-.96 4.1z"/></g></svg>');
}
@media not print {
.lh-vars.dark {
/* Pallete */
--color-gray-200: var(--color-gray-800);
--color-gray-400: var(--color-gray-600);
--color-gray-50: #757575;
--color-gray-600: var(--color-gray-500);
--color-green-700: var(--color-green);
--color-orange-700: var(--color-orange);
--color-red-700: var(--color-red);
--color-teal-600: var(--color-cyan-500);
/* Context-specific colors */
--color-hover: rgba(0, 0, 0, 0.2);
--color-informative: var(--color-blue-200);
/* Component variables */
--env-item-background-color: var(--color-gray);
--plugin-badge-background-color: var(--color-gray-800);
--report-background-color: var(--color-gray-900);
--report-border-color-secondary: var(--color-gray-200);
--report-text-color-secondary: var(--color-gray-400);
--report-text-color: var(--color-gray-100);
--topbar-background-color: var(--color-gray);
/* SVGs */
--plugin-icon-url: var(--plugin-icon-url-dark);
--pwa-fast-reliable-gray-url: var(--pwa-fast-reliable-gray-url-dark);
--pwa-installable-gray-url: var(--pwa-installable-gray-url-dark);
--pwa-optimized-gray-url: var(--pwa-optimized-gray-url-dark);
}
}
@media only screen and (max-width: 480px) {
.lh-vars {
--audit-group-margin-bottom: 20px;
--category-padding: 24px;
--env-name-min-width: 120px;
--gauge-circle-size-big: 96px;
--gauge-circle-size: 72px;
--gauge-label-font-size-big: 22px;
--gauge-label-font-size: 14px;
--gauge-label-line-height-big: 26px;
--gauge-label-line-height: 20px;
--gauge-percentage-font-size-big: 34px;
--gauge-percentage-font-size: 26px;
--gauge-wrapper-width: 112px;
--header-padding: 16px 0 16px 0;
--image-preview-size: 24px;
--plugin-icon-size: 75%;
--pwa-icon-margin: 0 7px 0 -3px;
--report-font-size: 14px;
--report-line-height: 20px;
--score-icon-margin-left: 2px;
--score-icon-size: 10px;
--topbar-height: 28px;
--topbar-logo-size: 20px;
}
/* Not enough space to adequately show the relative savings bars. */
.lh-sparkline {
display: none;
}
}
.lh-vars.lh-devtools {
--audit-explanation-line-height: 14px;
--audit-group-margin-bottom: 20px;
--audit-group-padding-vertical: 12px;
--audit-padding-vertical: 4px;
--category-header-font-size: 16px;
--category-padding: 12px;
--default-padding: 12px;
--env-name-min-width: 120px;
--footer-padding-vertical: 8px;
--gauge-circle-size-big: 72px;
--gauge-circle-size: 64px;
--gauge-label-font-size-big: 22px;
--gauge-label-font-size: 14px;
--gauge-label-line-height-big: 26px;
--gauge-label-line-height: 20px;
--gauge-percentage-font-size-big: 34px;
--gauge-percentage-font-size: 26px;
--gauge-wrapper-width: 97px;
--header-line-height: 20px;
--header-padding: 16px 0 16px 0;
--plugin-icon-size: 75%;
--pwa-icon-margin: 0 7px 0 -3px;
--report-font-family-monospace: 'Menlo', 'dejavu sans mono', 'Consolas', 'Lucida Console', monospace;
--report-font-family: '.SFNSDisplay-Regular', 'Helvetica Neue', 'Lucida Grande', sans-serif;
--report-font-size: 12px;
--report-line-height: 20px;
--score-icon-margin-left: 2px;
--score-icon-size: 10px;
--section-padding-vertical: 8px;
}
.lh-devtools.lh-root {
height: 100%;
}
.lh-devtools.lh-root img {
/* Override devtools default 'min-width: 0' so svg without size in a flexbox isn't collapsed. */
min-width: auto;
}
.lh-devtools .lh-container {
overflow-y: scroll;
height: calc(100% - var(--topbar-height));
}
@media print {
.lh-devtools .lh-container {
overflow: unset;
}
}
.lh-devtools .lh-sticky-header {
/* This is normally the height of the topbar, but we want it to stick to the top of our scroll container .lh-container` */
top: 0;
}
@keyframes fadeIn {
0% { opacity: 0;}
100% { opacity: 0.6;}
}
.lh-root *, .lh-root *::before, .lh-root *::after {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
.lh-root {
font-family: var(--report-font-family);
font-size: var(--report-font-size);
margin: 0;
line-height: var(--report-line-height);
background: var(--report-background-color);
scroll-behavior: smooth;
color: var(--report-text-color);
}
.lh-root :focus {
outline: -webkit-focus-ring-color auto 3px;
}
.lh-root summary:focus {
outline: none;
box-shadow: 0 0 0 1px hsl(217, 89%, 61%);
}
.lh-root [hidden] {
display: none !important;
}
.lh-root details > summary {
cursor: pointer;
}
.lh-container {
/*
Text wrapping in the report is so much FUN!
We have a `word-break: break-word;` globally here to prevent a few common scenarios, namely
long non-breakable text (usually URLs) found in:
1. The footer
2. .lh-node (outerHTML)
3. .lh-code
With that sorted, the next challenge is appropriate column sizing and text wrapping inside our
.lh-details tables. Even more fun.
* We don't want table headers ("Potential Savings (ms)") to wrap or their column values, but
we'd be happy for the URL column to wrap if the URLs are particularly long.
* We want the narrow columns to remain narrow, providing the most column width for URL
* We don't want the table to extend past 100% width.
* Long URLs in the URL column can wrap. Util.getURLDisplayName maxes them out at 64 characters,
but they do not get any overflow:ellipsis treatment.
*/
word-break: break-word;
}
.lh-audit-group a,
.lh-category-header__description a,
.lh-audit__description a,
.lh-footer a {
color: var(--color-informative);
}
.lh-audit__description, .lh-audit__stackpack {
--inner-audit-padding-right: var(--stackpack-padding-horizontal);
padding-left: var(--audit-description-padding-left);
padding-right: var(--inner-audit-padding-right);
padding-top: 8px;
padding-bottom: 8px;
}
.lh-details {
font-size: var(--report-font-size);
margin-top: var(--default-padding);
margin-bottom: var(--default-padding);
margin-left: var(--audit-description-padding-left);
/* whatever the .lh-details side margins are */
width: 100%;
}
.lh-details.flex .lh-code {
max-width: 70%;
}
.lh-audit__stackpack {
display: flex;
align-items: center;
}
.lh-audit__stackpack__img {
max-width: 50px;
margin-right: var(--default-padding)
}
/* Report header */
.report-icon {
opacity: 0.7;
}
.report-icon:hover {
opacity: 1;
}
.report-icon[disabled] {
opacity: 0.3;
pointer-events: none;
}
.report-icon--print {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 8H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H6v4h12V3z"/><path fill="none" d="M0 0h24v24H0z"/></svg>');
}
.report-icon--copy {
background-image: url('data:image/svg+xml;utf8,<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg>');
}
.report-icon--open {
background-image: url('data:image/svg+xml;utf8,<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h4v-2H5V8h14v10h-4v2h4c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2zm-7 6l-4 4h3v6h2v-6h3l-4-4z"/></svg>');
}
.report-icon--download {
background-image: url('data:image/svg+xml;utf8,<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}
.report-icon--dark {
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 100 125"><path d="M50 23.587c-16.27 0-22.799 12.574-22.799 21.417 0 12.917 10.117 22.451 12.436 32.471h20.726c2.32-10.02 12.436-19.554 12.436-32.471 0-8.843-6.528-21.417-22.799-21.417zM39.637 87.161c0 3.001 1.18 4.181 4.181 4.181h.426l.41 1.231C45.278 94.449 46.042 95 48.019 95h3.963c1.978 0 2.74-.551 3.365-2.427l.409-1.231h.427c3.002 0 4.18-1.18 4.18-4.181V80.91H39.637v6.251zM50 18.265c1.26 0 2.072-.814 2.072-2.073v-9.12C52.072 5.813 51.26 5 50 5c-1.259 0-2.072.813-2.072 2.073v9.12c0 1.259.813 2.072 2.072 2.072zM68.313 23.727c.994.774 2.135.634 2.91-.357l5.614-7.187c.776-.992.636-2.135-.356-2.909-.992-.776-2.135-.636-2.91.357l-5.613 7.186c-.778.993-.636 2.135.355 2.91zM91.157 36.373c-.306-1.222-1.291-1.815-2.513-1.51l-8.85 2.207c-1.222.305-1.814 1.29-1.51 2.512.305 1.223 1.291 1.814 2.513 1.51l8.849-2.206c1.223-.305 1.816-1.291 1.511-2.513zM86.757 60.48l-8.331-3.709c-1.15-.512-2.225-.099-2.736 1.052-.512 1.151-.1 2.224 1.051 2.737l8.33 3.707c1.15.514 2.225.101 2.736-1.05.513-1.149.1-2.223-1.05-2.737zM28.779 23.37c.775.992 1.917 1.131 2.909.357.992-.776 1.132-1.917.357-2.91l-5.615-7.186c-.775-.992-1.917-1.132-2.909-.357s-1.131 1.917-.356 2.909l5.614 7.187zM21.715 39.583c.305-1.223-.288-2.208-1.51-2.513l-8.849-2.207c-1.222-.303-2.208.289-2.513 1.511-.303 1.222.288 2.207 1.511 2.512l8.848 2.206c1.222.304 2.208-.287 2.513-1.509zM21.575 56.771l-8.331 3.711c-1.151.511-1.563 1.586-1.05 2.735.511 1.151 1.586 1.563 2.736 1.052l8.331-3.711c1.151-.511 1.563-1.586 1.05-2.735-.512-1.15-1.585-1.562-2.736-1.052z"/></svg>');
}
/* Node */
.lh-node__snippet {
font-family: var(--report-font-family-monospace);
color: var(--color-teal-600);
font-size: 12px;
line-height: 1.5em;
}
/* Score */
.lh-audit__score-icon {
width: var(--score-icon-size);
height: var(--score-icon-size);
margin: var(--score-icon-margin);
}
.lh-audit--pass .lh-audit__display-text {
color: var(--color-pass-secondary);
}
.lh-audit--pass .lh-audit__score-icon {
border-radius: 100%;
background: var(--color-pass);
}
.lh-audit--average .lh-audit__display-text {
color: var(--color-average-secondary);
}
.lh-audit--average .lh-audit__score-icon {
background: var(--color-average);
width: var(--icon-square-size);
height: var(--icon-square-size);
}
.lh-audit--fail .lh-audit__display-text {
color: var(--color-fail-secondary);
}
.lh-audit--fail .lh-audit__score-icon,
.lh-audit--error .lh-audit__score-icon {
border-left: calc(var(--score-icon-size) / 2) solid transparent;
border-right: calc(var(--score-icon-size) / 2) solid transparent;
border-bottom: var(--score-icon-size) solid var(--color-fail);
}
.lh-audit--manual .lh-audit__display-text,
.lh-audit--notapplicable .lh-audit__display-text {
color: var(--color-gray-600);
}
.lh-audit--manual .lh-audit__score-icon,
.lh-audit--notapplicable .lh-audit__score-icon {
border-radius: 100%;
background: var(--color-gray-400);
}
.lh-audit--informative .lh-audit__display-text {
color: var(--color-gray-600);
}
.lh-audit--informative .lh-audit__score-icon {
border: none;
border-radius: 100%;
background: var(--color-gray-400);
}
.lh-audit__description,
.lh-audit__stackpack {
color: var(--report-text-color-secondary);
}
.lh-category-header__description {
font-size: var(--report-font-size);
text-align: center;
margin: 0px auto;
max-width: 400px;
}
.lh-audit__display-text,
.lh-load-opportunity__sparkline,
.lh-chevron-container {
margin: 0 var(--audit-margin-horizontal);
}
.lh-chevron-container {
margin-right: 0;
}
.lh-audit__title-and-text {
flex: 1;
}
/* Prepend display text with em dash separator. But not in Opportunities. */
.lh-audit__display-text:not(:empty):before {
content: '—';
margin-right: var(--audit-margin-horizontal);
}
.lh-audit-group.lh-audit-group--load-opportunities .lh-audit__display-text:not(:empty):before {
display: none;
}
/* Expandable Details (Audit Groups, Audits) */
.lh-audit__header {
display: flex;
align-items: center;
font-weight: 500;
padding: var(--audit-padding-vertical) 0;
}
.lh-audit--load-opportunity .lh-audit__header {
display: block;
}
.lh-audit__header:hover {
background-color: var(--color-hover);
}
/* Hide the expandable arrow icon, three ways: via the CSS Counter Styles spec, for webkit/blink browsers, hiding the polyfilled icon */
/* https://github.com/javan/details-element-polyfill/blob/master/src/details-element-polyfill/polyfill.sass */
.lh-audit-group > summary,
.lh-expandable-details > summary {
list-style-type: none;
}
.lh-audit-group > summary::-webkit-details-marker,
.lh-expandable-details > summary::-webkit-details-marker {
display: none;
}
.lh-audit-group > summary:before,
.lh-expandable-details > summary:before {
display: none;
}
/* Perf Metric */
.lh-columns {
display: flex;
width: 100%;
}
@media screen and (max-width: 640px) {
.lh-columns {
flex-wrap: wrap;
}
}
.lh-column {
flex: 1;
}
.lh-column:first-of-type {
margin-right: 24px;
}
@media screen and (max-width: 800px) {
.lh-column:first-of-type {
margin-right: 8px;
}
}
@media screen and (max-width: 640px) {
.lh-column {
flex-basis: 100%;
}
.lh-column:first-of-type {
margin-right: 0px;
}
.lh-column:first-of-type .lh-metric:last-of-type {
border-bottom: 0;
}
}
.lh-metric {
border-bottom: 1px solid var(--report-border-color-secondary);
}
.lh-metric:first-of-type {
border-top: 1px solid var(--report-border-color-secondary);
}
.lh-metric__innerwrap {
display: grid;
grid-template-columns: var(--audit-description-padding-left) 10fr 3fr;
align-items: center;
padding: 10px 0;
}
.lh-metric__details {
order: -1;
}
.lh-metric__title {
flex: 1;
font-weight: 500;
}
.lh-metrics__disclaimer {
color: var(--color-gray-600);
margin: var(--section-padding-vertical) 0;
}
.lh-metrics__disclaimer a {
color: var(--color-gray-700);
}
.lh-metric__description {
display: none;
grid-column-start: 2;
grid-column-end: 3;
color: var(--report-text-color-secondary);
}
.lh-metric__value {
white-space: nowrap; /* No wrapping between metric value and the icon */
font-weight: 500;
justify-self: end;
}
/* No-JS toggle switch */
/* Keep this selector sync'd w/ `magicSelector` in report-ui-features-test.js */
.lh-metrics-toggle__input:checked ~ .lh-columns .lh-metric__description {
display: block;
}
.lh-metrics-toggle__input {
cursor: pointer;
opacity: 0;
position: absolute;
right: 0;
width: 74px;
height: 28px;
top: -3px;
}
.lh-metrics-toggle__label {
display: flex;
background-color: #eee;
border-radius: 20px;
overflow: hidden;
position: absolute;
right: 0;
top: -3px;
pointer-events: none;
}
.lh-metrics-toggle__input:focus + label {
outline: -webkit-focus-ring-color auto 3px;
}
.lh-metrics-toggle__icon {
display: flex;
align-items: center;
justify-content: center;
padding: 2px 5px;
width: 50%;
height: 28px;
}
.lh-metrics-toggle__input:not(:checked) + label .lh-metrics-toggle__icon--less,
.lh-metrics-toggle__input:checked + label .lh-metrics-toggle__icon--more {
background-color: var(--color-blue-A700);
--metric-toggle-lines-fill: var(--color-white);
}
.lh-metrics-toggle__lines {
fill: var(--metric-toggle-lines-fill);
}
.lh-metrics-toggle__label {
background-color: var(--metrics-toggle-background-color);
}
.lh-metrics-toggle__label .lh-metrics-toggle__icon--less {
padding-left: 8px;
}
.lh-metrics-toggle__label .lh-metrics-toggle__icon--more {
padding-right: 8px;
}
/* Pushes the metric description toggle button to the right. */
.lh-audit-group--metrics .lh-audit-group__header {
display: flex;
}
.lh-audit-group--metrics .lh-audit-group__header span.lh-audit-group__title {
flex: 1;
}
.lh-metric .lh-metric__innerwrap::before {
content: '';
width: var(--score-icon-size);
height: var(--score-icon-size);
display: inline-block;
margin: var(--score-icon-margin);
}
.lh-metric--pass .lh-metric__value {
color: var(--color-pass-secondary);
}
.lh-metric--pass .lh-metric__innerwrap::before {
border-radius: 100%;
background: var(--color-pass);
}
.lh-metric--average .lh-metric__value {
color: var(--color-average-secondary);
}
.lh-metric--average .lh-metric__innerwrap::before {
background: var(--color-average);
width: var(--icon-square-size);
height: var(--icon-square-size);
}
.lh-metric--fail .lh-metric__value {
color: var(--color-fail-secondary);
}
.lh-metric--fail .lh-metric__innerwrap::before,
.lh-metric--error .lh-metric__innerwrap::before {
border-left: calc(var(--score-icon-size) / 2) solid transparent;
border-right: calc(var(--score-icon-size) / 2) solid transparent;
border-bottom: var(--score-icon-size) solid var(--color-fail);
}
.lh-metric--error .lh-metric__value,
.lh-metric--error .lh-metric__description {
color: var(--color-fail-secondary);
}
/* Perf load opportunity */
.lh-load-opportunity__cols {
display: flex;
align-items: flex-start;
}
.lh-load-opportunity__header .lh-load-opportunity__col {
color: var(--color-gray-600);
display: unset;
line-height: calc(2.3 * var(--report-font-size));
}
.lh-load-opportunity__col {
display: flex;
}
.lh-load-opportunity__col--one {
flex: 5;
align-items: center;
margin-right: 2px;
}
.lh-load-opportunity__col--two {
flex: 4;
text-align: right;
}
.lh-audit--load-opportunity .lh-audit__display-text {
text-align: right;
flex: 0 0 calc(3 * var(--report-font-size));
}
/* Sparkline */
.lh-load-opportunity__sparkline {
flex: 1;
margin-top: calc((var(--report-line-height) - var(--sparkline-height)) / 2);
}
.lh-sparkline {
height: var(--sparkline-height);
width: 100%;
}
.lh-sparkline__bar {
height: 100%;
float: right;
}
.lh-audit--pass .lh-sparkline__bar {
background: var(--color-pass);
}
.lh-audit--average .lh-sparkline__bar {
background: var(--color-average);
}
.lh-audit--fail .lh-sparkline__bar {
background: var(--color-fail);
}
/* Filmstrip */
.lh-filmstrip-container {
/* smaller gap between metrics and filmstrip */
margin: -8px auto 0 auto;
}
.lh-filmstrip {
display: flex;
flex-direction: row;
justify-content: space-between;
padding-bottom: var(--default-padding);
}
.lh-filmstrip__frame {
text-align: right;
position: relative;
}
.lh-filmstrip__thumbnail {
border: 1px solid var(--report-border-color-secondary);
max-height: 100px;
max-width: 60px;
}
@media screen and (max-width: 750px) {
.lh-filmstrip {
flex-wrap: wrap;
}
.lh-filmstrip__frame {
width: 20%;
margin-bottom: 5px;
}
.lh-filmstrip__thumbnail {
display: block;
margin: auto;
}
}
/* Audit */
.lh-audit {
border-bottom: 1px solid var(--report-border-color-secondary);
}
/* Apply border-top to just the first audit. */
.lh-audit {
border-top: 1px solid var(--report-border-color-secondary);
}
.lh-audit ~ .lh-audit {
border-top: none;
}
.lh-audit--error .lh-audit__display-text {
color: var(--color-fail);
}
/* Audit Group */
.lh-audit-group {
margin-bottom: var(--audit-group-margin-bottom);
position: relative;
}
.lh-audit-group__header::before {
/* By default, groups don't get an icon */
content: none;
width: var(--pwa-icon-size);
height: var(--pwa-icon-size);
margin: var(--pwa-icon-margin);
display: inline-block;
vertical-align: middle;
}
/* Style the "over budget" columns red. */
.lh-audit-group--budgets .lh-table tbody tr td:nth-child(4),
.lh-audit-group--budgets .lh-table tbody tr td:nth-child(5){
color: var(--color-red-700);
}
/* Align the "over budget request count" text to be close to the "over budget bytes" column. */
.lh-audit-group--budgets .lh-table tbody tr td:nth-child(4){
text-align: right;
}
.lh-audit-group--budgets .lh-table {
width: 100%;
}
.lh-audit-group--pwa-fast-reliable .lh-audit-group__header::before {
content: '';
background-image: var(--pwa-fast-reliable-gray-url);
}
.lh-audit-group--pwa-installable .lh-audit-group__header::before {
content: '';
background-image: var(--pwa-installable-gray-url);
}
.lh-audit-group--pwa-optimized .lh-audit-group__header::before {
content: '';
background-image: var(--pwa-optimized-gray-url);
}
.lh-audit-group--pwa-fast-reliable.lh-badged .lh-audit-group__header::before {
background-image: var(--pwa-fast-reliable-color-url);
}
.lh-audit-group--pwa-installable.lh-badged .lh-audit-group__header::before {
background-image: var(--pwa-installable-color-url);
}
.lh-audit-group--pwa-optimized.lh-badged .lh-audit-group__header::before {
background-image: var(--pwa-optimized-color-url);
}
.lh-audit-group--metrics .lh-audit-group__summary {
margin-top: 0;
margin-bottom: 0;
}
.lh-audit-group__summary {
display: flex;
justify-content: space-between;
margin-top: calc(var(--category-padding) * 1.5);
margin-bottom: var(--category-padding);
}
.lh-audit-group__itemcount {
color: var(--color-gray-600);
font-weight: bold;
}
.lh-audit-group__header .lh-chevron {
margin-top: calc((var(--report-line-height) - 5px) / 2);
}
.lh-audit-group__header {
font-size: var(--report-font-size);
margin: 0 0 var(--audit-group-padding-vertical);
/* When the header takes 100% width, the chevron becomes small. */
max-width: calc(100% - var(--chevron-size));
}
/* max-width makes the metric toggle not flush. metrics doesn't have a chevron so unset. */
.lh-audit-group--metrics .lh-audit-group__header {
max-width: unset;
}
.lh-audit-group__header span.lh-audit-group__title {
font-weight: bold;
}
.lh-audit-group__header span.lh-audit-group__itemcount {
font-weight: bold;
color: var(--color-gray-600);
}
.lh-audit-group__header span.lh-audit-group__description {
font-weight: 500;
color: var(--color-gray-600);
}
.lh-audit-group__header span.lh-audit-group__description::before {
content: '—';
margin: 0px var(--audit-margin-horizontal);
}
.lh-clump > .lh-audit-group__header,
.lh-audit-group--diagnostics .lh-audit-group__header,
.lh-audit-group--load-opportunities .lh-audit-group__header,
.lh-audit-group--metrics .lh-audit-group__header,
.lh-audit-group--pwa-fast-reliable .lh-audit-group__header,
.lh-audit-group--pwa-installable .lh-audit-group__header,
.lh-audit-group--pwa-optimized .lh-audit-group__header {
margin-top: var(--audit-group-padding-vertical);
}
.lh-audit-explanation {
margin: var(--audit-padding-vertical) 0 calc(var(--audit-padding-vertical) / 2) var(--audit-margin-horizontal);
line-height: var(--audit-explanation-line-height);
display: inline-block;
}
.lh-audit--fail .lh-audit-explanation {
color: var(--color-fail);
}
/* Report */
.lh-list > div:not(:last-child) {
padding-bottom: 20px;
}
.lh-header-container {
display: block;
margin: 0 auto;
position: relative;
word-wrap: break-word;
}
.lh-report {
min-width: var(--report-min-width);
}
.lh-exception {
font-size: large;
}
.lh-code {
white-space: normal;
margin-top: 0;
font-size: 85%;
}
.lh-warnings {
--item-margin: calc(var(--report-line-height) / 6);
color: var(--color-average);
margin: var(--audit-padding-vertical) 0;
padding: calc(var(--audit-padding-vertical) / 2) var(--audit-padding-vertical);
}
.lh-warnings span {
font-weight: bold;
}
.lh-warnings--toplevel {
--item-margin: calc(var(--header-line-height) / 4);
color: var(--report-text-color-secondary);
margin-left: auto;
margin-right: auto;
max-width: calc(var(--report-width) - var(--category-padding) * 2);
background-color: var(--color-amber-50);
padding: var(--toplevel-warning-padding);
}
.lh-warnings ul {
padding-left: calc(var(--category-padding) * 2);
margin: 0;
}
.lh-warnings li {
margin: var(--item-margin) 0;
}
.lh-warnings li:last-of-type {
margin-bottom: 0;
}
.lh-scores-header {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.lh-scores-header__solo {
padding: 0;
border: 0;
}
/* Gauge */
.lh-gauge__wrapper--pass {
color: var(--color-pass);
fill: var(--color-pass);
stroke: var(--color-pass);
}
.lh-gauge__wrapper--average {
color: var(--color-average);
fill: var(--color-average);
stroke: var(--color-average);
}
.lh-gauge__wrapper--fail {
color: var(--color-fail);
fill: var(--color-fail);
stroke: var(--color-fail);
}
.lh-gauge {
stroke-linecap: round;
width: var(--gauge-circle-size);
height: var(--gauge-circle-size);
}
.lh-category .lh-gauge {
--gauge-circle-size: var(--gauge-circle-size-big);
}
.lh-gauge-base {
opacity: 0.1;
stroke: var(--circle-background);
stroke-width: var(--circle-border-width);
}
.lh-gauge-arc {
fill: none;
stroke: var(--circle-color);
stroke-width: var(--circle-border-width);
animation: load-gauge var(--transition-length) ease forwards;
animation-delay: 250ms;
}
.lh-gauge__svg-wrapper {
position: relative;
height: var(--gauge-circle-size);
}
.lh-category .lh-gauge__svg-wrapper {
--gauge-circle-size: var(--gauge-circle-size-big);
}
/* The plugin badge overlay */
.lh-gauge__wrapper--plugin .lh-gauge__svg-wrapper::before {
width: var(--plugin-badge-size);
height: var(--plugin-badge-size);
background-color: var(--plugin-badge-background-color);
background-image: var(--plugin-icon-url);
background-repeat: no-repeat;
background-size: var(--plugin-icon-size);
background-position: 58% 50%;
content: "";
position: absolute;
right: -6px;
bottom: 0px;
display: block;
z-index: 100;
box-shadow: 0 0 4px rgba(0,0,0,.2);
border-radius: 25%;
}
.lh-category .lh-gauge__wrapper--plugin .lh-gauge__svg-wrapper::before {
width: var(--plugin-badge-size-big);
height: var(--plugin-badge-size-big);
}
@keyframes load-gauge {
from { stroke-dasharray: 0 352; }
}
.lh-gauge__percentage {
width: 100%;
height: var(--gauge-circle-size);
position: absolute;
font-family: var(--report-font-family-monospace);
font-size: calc(var(--gauge-circle-size) * 0.34 + 1.3px);
line-height: 0;
text-align: center;
top: calc(var(--score-container-padding) + var(--gauge-circle-size) / 2);
}
.lh-category .lh-gauge__percentage {
--gauge-circle-size: var(--gauge-circle-size-big);
--gauge-percentage-font-size: var(--gauge-percentage-font-size-big);
}
.lh-gauge__wrapper {
position: relative;
display: flex;
align-items: center;
flex-direction: column;
text-decoration: none;
padding: var(--score-container-padding);
--circle-border-width: 8;
--transition-length: 1s;
/* Contain the layout style paint & layers during animation*/
contain: content;
will-change: opacity; /* Only using for layer promotion */
}
.lh-gauge__label {
font-size: var(--gauge-label-font-size);
line-height: var(--gauge-label-line-height);
margin-top: 10px;
text-align: center;
color: var(--report-text-color);
}
/* TODO(#8185) use more BEM (.lh-gauge__label--big) instead of relying on descendant selector */
.lh-category .lh-gauge__label {
--gauge-label-font-size: var(--gauge-label-font-size-big);
--gauge-label-line-height: var(--gauge-label-line-height-big);
margin-top: 14px;
}
.lh-scores-header .lh-gauge__wrapper,
.lh-scores-header .lh-gauge--pwa__wrapper,
.lh-sticky-header .lh-gauge__wrapper,
.lh-sticky-header .lh-gauge--pwa__wrapper {
width: var(--gauge-wrapper-width);
}
.lh-scorescale {
display: inline-flex;
margin: 12px auto 0 auto;
border: 1px solid var(--color-gray-200);
border-radius: 20px;
padding: 8px 8px;
}
.lh-scorescale-range {
display: flex;
align-items: center;
margin: 0 12px;
font-family: var(--report-font-family-monospace);
white-space: nowrap;
}
.lh-scorescale-range::before {
content: '';
width: var(--scorescale-width);
height: var(--scorescale-height);
border-radius: 10px;
display: block;
margin-right: 10px;
}
.lh-scorescale-range--pass::before {
background-color: var(--color-pass);
}
.lh-scorescale-range--average::before {
background-color: var(--color-average);
}
.lh-scorescale-range--fail::before {
background-color: var(--color-fail);
}
/* Hide category score gauages if it's a single category report */
.lh-header--solo-category .lh-scores-wrapper {
display: none;
}
.lh-categories {
width: 100%;
overflow: hidden;
}
.lh-category {
padding: var(--category-padding);
max-width: var(--report-width);
margin: 0 auto;
}
.lh-category-wrapper {
border-bottom: 1px solid var(--color-gray-200);
}
.lh-category-wrapper:first-of-type {
border-top: 1px solid var(--color-gray-200);
}
/* section hash link jump should preserve fixed header
https://css-tricks.com/hash-tag-links-padding/
*/
.lh-category > .lh-permalink {
--sticky-header-height: calc(var(--gauge-circle-size) + var(--score-container-padding) * 2);
--topbar-plus-header: calc(var(--topbar-height) + var(--sticky-header-height));
margin-top: calc(var(--topbar-plus-header) * -1);
padding-bottom: var(--topbar-plus-header);
display: block;
visibility: hidden;
}
.lh-category-header {
font-size: var(--category-header-font-size);
min-height: var(--gauge-circle-size);
margin-bottom: var(--section-padding-vertical);
}
.lh-category-header .lh-score__gauge {
max-width: 400px;
width: auto;
margin: 0px auto;
}
.lh-category-header .lh-audit__title {
font-size: var(--category-header-font-size);
line-height: var(--header-line-height);
}
#lh-log {
position: fixed;
background-color: #323232;
color: #fff;
min-height: 48px;
min-width: 288px;
padding: 16px 24px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
border-radius: 2px;
margin: 12px;
font-size: 14px;
cursor: default;
transition: transform 0.3s, opacity 0.3s;
transform: translateY(100px);
opacity: 0;
bottom: 0;
left: 0;
z-index: 3;
}
#lh-log.show {
opacity: 1;
transform: translateY(0);
}
/* 964 fits the min-width of the filmstrip */
@media screen and (max-width: 964px) {
.lh-report {
margin-left: 0;
width: 100%;
}
}
@media print {
body {
-webkit-print-color-adjust: exact; /* print background colors */
}
.lh-container {
display: block;
}
.lh-report {
margin-left: 0;
padding-top: 0;
}
.lh-categories {
margin-top: 0;
}
}
.lh-table {
border-collapse: collapse;
/* Can't assign padding to table, so shorten the width instead. */
width: calc(100% - var(--audit-description-padding-left));
}
.lh-table thead th {
font-weight: normal;
color: var(--color-gray-600);
/* See text-wrapping comment on .lh-container. */
word-break: normal;
}
.lh-table tbody tr:nth-child(odd) {
background-color: var(--table-higlight-background-color);
}
.lh-table th,
.lh-table td {
padding: 8px 6px;
}
.lh-table th:first-child {
padding-left: 0;
}
.lh-table th:last-child {
padding-right: 0;
}
/* Looks unnecessary, but mostly for keeping the <th>s left-aligned */
.lh-table-column--text,
.lh-table-column--url,
/* .lh-table-column--thumbnail, */
/* .lh-table-column--empty,*/
.lh-table-column--code,
.lh-table-column--node {
text-align: left;
}
.lh-table-column--bytes,
.lh-table-column--timespanMs,
.lh-table-column--ms,
.lh-table-column--numeric {
text-align: right;
word-break: normal;
}
.lh-table .lh-table-column--thumbnail {
width: var(--image-preview-size);
padding: 0;
}
.lh-table-column--url {
min-width: 250px;
}
/* Keep columns narrow if they follow the URL column */
/* 12% was determined to be a decent narrow width, but wide enough for column headings */
.lh-table-column--url + th.lh-table-column--bytes,
.lh-table-column--url + .lh-table-column--bytes + th.lh-table-column--bytes,
.lh-table-column--url + .lh-table-column--ms,
.lh-table-column--url + .lh-table-column--ms + th.lh-table-column--bytes,
.lh-table-column--url + .lh-table-column--bytes + th.lh-table-column--timespanMs {
width: 12%;
}
.lh-text__url-host {
display: inline;
}
.lh-text__url-host {
margin-left: calc(var(--report-font-size) / 2);
opacity: 0.6;
font-size: 90%
}
.lh-thumbnail {
object-fit: cover;
width: var(--image-preview-size);
height: var(--image-preview-size);
display: block;
}
.lh-unknown pre {
overflow: scroll;
border: solid 1px var(--color-gray-200);
}
.lh-text__url > a {
color: inherit;
text-decoration: none;
}
.lh-text__url > a:hover {
text-decoration: underline dotted #999;
}
/* Chevron
https://codepen.io/paulirish/pen/LmzEmK
*/
.lh-chevron {
--chevron-angle: 42deg;
/* Edge doesn't support transform: rotate(calc(...)), so we define it here */
--chevron-angle-right: -42deg;
width: var(--chevron-size);
height: var(--chevron-size);
margin-top: calc((var(--report-line-height) - 12px) / 2);
}
.lh-chevron__lines {
transition: transform 0.4s;
transform: translateY(var(--report-line-height));
}
.lh-chevron__line {
stroke: var(--chevron-line-stroke);
stroke-width: var(--chevron-size);
stroke-linecap: square;
transform-origin: 50%;
transform: rotate(var(--chevron-angle));
transition: transform 300ms, stroke 300ms;
}
.lh-audit-group > summary > .lh-audit-group__summary > .lh-chevron .lh-chevron__line-right,
.lh-audit-group[open] > summary > .lh-audit-group__summary > .lh-chevron .lh-chevron__line-left,
.lh-audit > .lh-expandable-details .lh-chevron__line-right,
.lh-audit > .lh-expandable-details[open] .lh-chevron__line-left {
transform: rotate(var(--chevron-angle-right));
}
.lh-audit-group[open] > summary > .lh-audit-group__summary > .lh-chevron .lh-chevron__line-right,
.lh-audit > .lh-expandable-details[open] .lh-chevron__line-right {
transform: rotate(var(--chevron-angle));
}
.lh-audit-group[open] > summary > .lh-audit-group__summary > .lh-chevron .lh-chevron__lines,
.lh-audit > .lh-expandable-details[open] .lh-chevron__lines {
transform: translateY(calc(var(--chevron-size) * -1));
}
/* Tooltip */
.tooltip-boundary {
position: relative;
}
.tooltip {
position: absolute;
display: none; /* Don't retain these layers when not needed */
opacity: 0;
background: #ffffff;
min-width: 246px;
max-width: 275px;
padding: 15px;
border-radius: 5px;
text-align: initial;
}
/* shrink tooltips to not be cutoff on left edge of narrow viewports
45vw is chosen to be ~= width of the left column of metrics
*/
@media screen and (max-width: 535px) {
.tooltip {
min-width: 45vw;
padding: 3vw;
}
}
.tooltip-boundary:hover {
background-color: var(--color-hover);
}
.tooltip-boundary:hover .tooltip {
display: block;
animation: fadeInTooltip 250ms;
animation-fill-mode: forwards;
animation-delay: 850ms;
bottom: 100%;
z-index: 1;
will-change: opacity;
right: 0;
pointer-events: none;
}
.tooltip::before {
content: "";
border: solid transparent;
border-bottom-color: #fff;
border-width: 10px;
position: absolute;
bottom: -20px;
right: 6px;
transform: rotate(180deg);
pointer-events: none;
}
@keyframes fadeInTooltip {
0% { opacity: 0; }
75% { opacity: 1; }
100% { opacity: 1; filter: drop-shadow(1px 0px 1px #aaa) drop-shadow(0px 2px 4px hsla(206, 6%, 25%, 0.15)); pointer-events: auto; }
}
/*# sourceURL=third_party/lighthouse/report-assets/report.css */</style>
</head>
<body class="lh-root lh-vars">
<noscript>Lighthouse report requires JavaScript. Please enable.</noscript>
<div hidden><!--
@license
Copyright 2018 Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS-IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- Lighthouse run warnings -->
<template id="tmpl-lh-warnings--toplevel">
<div class="lh-warnings lh-warnings--toplevel">
<strong class="lh-warnings__msg"></strong>
<ul></ul>
</div>
</template>
<!-- Lighthouse score scale -->
<template id="tmpl-lh-scorescale">
<div class="lh-scorescale">
<span class="lh-scorescale-range lh-scorescale-range--fail">0&ndash;49</span>
<span class="lh-scorescale-range lh-scorescale-range--average">50&ndash;89</span>
<span class="lh-scorescale-range lh-scorescale-range--pass">90&ndash;100</span>
</div>
</template>
<!-- Toggle arrow chevron -->
<template id="tmpl-lh-chevron">
<svg class="lh-chevron" title="See audits" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100">
<g class="lh-chevron__lines">
<path class="lh-chevron__line lh-chevron__line-left" d="M10 50h40"></path>
<path class="lh-chevron__line lh-chevron__line-right" d="M90 50H50"></path>
</g>
</svg>
</template>
<!-- Lighthouse category header -->
<template id="tmpl-lh-category-header">
<div class="lh-category-header">
<div class="lh-score__gauge" role="heading" aria-level="2"></div>
<div class="lh-category-header__description"></div>
</div>
</template>
<!-- Lighthouse clump -->
<template id="tmpl-lh-clump">
<!-- TODO: group classes shouldn't be reused for clumps. -->
<details class="lh-clump lh-audit-group">
<summary>
<div class="lh-audit-group__summary">
<div class="lh-audit-group__header">
<span class="lh-audit-group__title"></span>
<span class="lh-audit-group__itemcount"></span>
<!-- .lh-audit-group__description will be added here -->
<!-- .lh-metrics-toggle will be added here -->
</div>
<div class=""></div>
</div>
</summary>
</details>
</template>
<!-- Lighthouse metrics toggle -->
<template id="tmpl-lh-metrics-toggle">
<div class="lh-metrics-toggle">
<input class="lh-metrics-toggle__input" type="checkbox" id="toggle-metric-descriptions" aria-label="Toggle the display of metric descriptions">
<label class="lh-metrics-toggle__label" for="toggle-metric-descriptions">
<div class="lh-metrics-toggle__icon lh-metrics-toggle__icon--less" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">
<path class="lh-metrics-toggle__lines" d="M4 9h16v2H4zm0 4h10v2H4z" />
</svg>
</div>
<div class="lh-metrics-toggle__icon lh-metrics-toggle__icon--more" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path class="lh-metrics-toggle__lines" d="M3 18h12v-2H3v2zM3 6v2h18V6H3zm0 7h18v-2H3v2z" />
</svg>
</div>
</label>
</div>
</template>
<!-- Lighthouse audit -->
<template id="tmpl-lh-audit">
<div class="lh-audit">
<details class="lh-expandable-details">
<summary>
<div class="lh-audit__header lh-expandable-details__summary">
<span class="lh-audit__score-icon"></span>
<span class="lh-audit__title-and-text">
<span class="lh-audit__title"></span>
<span class="lh-audit__display-text"></span>
</span>
<div class="lh-chevron-container"></div>
</div>
</summary>
<div class="lh-audit__description"></div>
<div class="lh-audit__stackpacks"></div>
</details>
</div>
</template>
<!-- Lighthouse perf metric -->
<template id="tmpl-lh-metric">
<div class="lh-metric">
<div class="lh-metric__innerwrap">
<span class="lh-metric__title"></span>
<div class="lh-metric__value"></div>
<div class="lh-metric__description"></div>
</div>
</div>
</template>
<!-- Lighthouse perf opportunity -->
<template id="tmpl-lh-opportunity">
<div class="lh-audit lh-audit--load-opportunity">
<details class="lh-expandable-details">
<summary>
<div class="lh-audit__header lh-expandable-details__summary">
<div class="lh-load-opportunity__cols">
<div class="lh-load-opportunity__col lh-load-opportunity__col--one">
<span class="lh-audit__score-icon"></span>
<div class="lh-audit__title"></div>
</div>
<div class="lh-load-opportunity__col lh-load-opportunity__col--two">
<div class="lh-load-opportunity__sparkline">
<div class="lh-sparkline"><div class="lh-sparkline__bar"></div></div>
</div>
<div class="lh-audit__display-text"></div>
<div class="lh-chevron-container" title="See resources"></div>
</div>
</div>
</div>
</summary>
<div class="lh-audit__description"></div>
<div class="lh-audit__stackpacks"></div>
</details>
</div>
</template>
<!-- Lighthouse perf opportunity header -->
<template id="tmpl-lh-opportunity-header">
<div class="lh-load-opportunity__header lh-load-opportunity__cols">
<div class="lh-load-opportunity__col lh-load-opportunity__col--one"></div>
<div class="lh-load-opportunity__col lh-load-opportunity__col--two"></div>
</div>
</template>
<!-- Lighthouse score container -->
<template id="tmpl-lh-scores-wrapper">
<style>
.lh-scores-container {
display: flex;
flex-direction: column;
padding: var(--scores-container-padding);
position: relative;
width: 100%;
}
.lh-sticky-header {
--gauge-circle-size: 36px;
--plugin-badge-size: 18px;
--plugin-icon-size: 75%;
--gauge-wrapper-width: 60px;
--gauge-percentage-font-size: 13px;
position: sticky;
left: 0;
right: 0;
top: var(--topbar-height);
font-weight: 700;
display: none;
justify-content: center;
background-color: var(--sticky-header-background-color);
border-bottom: 1px solid var(--color-gray-200);
padding-top: var(--score-container-padding);
padding-bottom: 4px;
z-index: 1;
pointer-events: none;
}
.lh-sticky-header--visible {
display: grid;
grid-auto-flow: column;
pointer-events: auto;
}
/* Disable the gauge arc animation for the sticky header, so toggling display: none
does not play the animation. */
.lh-sticky-header .lh-gauge-arc {
animation: none;
}
.lh-sticky-header .lh-gauge__label {
display: none;
}
.lh-highlighter {
width: var(--gauge-wrapper-width);
height: 1px;
background-color: var(--highlighter-background-color);
/* Position at bottom of first gauge in sticky header. */
position: absolute;
grid-column: 1;
bottom: -1px;
}
.lh-gauge__wrapper:first-of-type {
contain: none;
}
</style>
<div class="lh-scores-wrapper">
<div class="lh-scores-container">
<div class="pyro">
<div class="before"></div>
<div class="after"></div>
</div>
</div>
</div>
</template>
<!-- Lighthouse topbar -->
<template id="tmpl-lh-topbar">
<style>
.lh-topbar {
position: sticky;
top: 0;
left: 0;
right: 0;
z-index: 1000;
display: flex;
align-items: center;
height: var(--topbar-height);
background-color: var(--topbar-background-color);
padding: var(--topbar-padding);
}
.lh-topbar__logo {
width: var(--topbar-logo-size);
height: var(--topbar-logo-size);
user-select: none;
flex: none;
}
.lh-topbar__logo .shape {
fill: var(--report-text-color);
}
.lh-topbar__url {
margin: var(--topbar-padding);
text-decoration: none;
color: var(--report-text-color);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.lh-tools {
margin-left: auto;
will-change: transform;
}
.lh-tools__button {
width: var(--tools-icon-size);
height: var(--tools-icon-size);
cursor: pointer;
margin-right: 5px;
/* This is actually a button element, but we want to style it like a transparent div. */
display: flex;
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit;
outline: inherit;
}
.lh-tools__button svg {
fill: var(--tools-icon-color);
}
.dark .lh-tools__button svg {
filter: invert(1);
}
.lh-tools__button.active + .lh-tools__dropdown {
opacity: 1;
clip: rect(-1px, 187px, 242px, -3px);
visibility: visible;
}
.lh-tools__dropdown {
position: absolute;
background-color: var(--report-background-color);
border: 1px solid var(--report-border-color);
border-radius: 3px;
padding: calc(var(--default-padding) / 2) 0;
cursor: pointer;
top: 36px;
right: 0;
box-shadow: 1px 1px 3px #ccc;
min-width: 125px;
clip: rect(0, 164px, 0, 0);
visibility: hidden;
opacity: 0;
transition: all 200ms cubic-bezier(0,0,0.2,1);
}
.lh-tools__dropdown a {
display: block;
color: currentColor;
text-decoration: none;
white-space: nowrap;
padding: 0 12px;
line-height: 2;
}
.lh-tools__dropdown a:hover,
.lh-tools__dropdown a:focus {
background-color: var(--color-gray-200);
outline: none;
}
.lh-tools__dropdown .report-icon {
cursor: pointer;
background-repeat: no-repeat;
background-position: 8px 50%;
background-size: 18px;
background-color: transparent;
text-indent: 18px;
}
.dark .report-icon {
color: var(--color-gray-900);
filter: invert(1);
}
.dark .lh-tools__dropdown a:hover,
.dark .lh-tools__dropdown a:focus {
background-color: #BDBDBD;
}
/* copy icon needs slight adjustments to look great */
.lh-tools__dropdown .report-icon--copy {
background-size: 16px;
background-position: 9px 50%;
}
/* save-as-gist option hidden in report */
.lh-tools__dropdown .lh-tools--gist {
display: none;
}
@media screen and (max-width: 964px) {
.lh-tools__dropdown {
right: 0;
left: initial;
}
}
@media print {
.lh-topbar {
position: static;
margin-left: 0;
}
}
</style>
<div class="lh-topbar">
<!-- Lighthouse logo. -->
<svg class="lh-topbar__logo" viewBox="0 0 24 24">
<defs>
<linearGradient x1="57.456%" y1="13.086%" x2="18.259%" y2="72.322%" id="lh-topbar__logo--a">
<stop stop-color="#262626" stop-opacity=".1" offset="0%"/>
<stop stop-color="#262626" stop-opacity="0" offset="100%"/>
</linearGradient>
<linearGradient x1="100%" y1="50%" x2="0%" y2="50%" id="lh-topbar__logo--b">
<stop stop-color="#262626" stop-opacity=".1" offset="0%"/>
<stop stop-color="#262626" stop-opacity="0" offset="100%"/>
</linearGradient>
<linearGradient x1="58.764%" y1="65.756%" x2="36.939%" y2="50.14%" id="lh-topbar__logo--c">
<stop stop-color="#262626" stop-opacity=".1" offset="0%"/>
<stop stop-color="#262626" stop-opacity="0" offset="100%"/>
</linearGradient>
<linearGradient x1="41.635%" y1="20.358%" x2="72.863%" y2="85.424%" id="lh-topbar__logo--d">
<stop stop-color="#FFF" stop-opacity=".1" offset="0%"/>
<stop stop-color="#FFF" stop-opacity="0" offset="100%"/>
</linearGradient>
</defs>
<g fill="none" fill-rule="evenodd">
<path d="M12 3l4.125 2.625v3.75H18v2.25h-1.688l1.5 9.375H6.188l1.5-9.375H6v-2.25h1.875V5.648L12 3zm2.201 9.938L9.54 14.633 9 18.028l5.625-2.062-.424-3.028zM12.005 5.67l-1.88 1.207v2.498h3.75V6.86l-1.87-1.19z" fill="#F44B21"/>
<path fill="#FFF" d="M14.201 12.938L9.54 14.633 9 18.028l5.625-2.062z"/>
<path d="M6 18c-2.042 0-3.95-.01-5.813 0l1.5-9.375h4.326L6 18z" fill="url(#lh-topbar__logo--a)" fill-rule="nonzero" transform="translate(6 3)"/>
<path fill="#FFF176" fill-rule="nonzero" d="M13.875 9.375v-2.56l-1.87-1.19-1.88 1.207v2.543z"/>
<path fill="url(#lh-topbar__logo--b)" fill-rule="nonzero" d="M0 6.375h6v2.25H0z" transform="translate(6 3)"/>
<path fill="url(#lh-topbar__logo--c)" fill-rule="nonzero" d="M6 6.375H1.875v-3.75L6 0z" transform="translate(6 3)"/>
<path fill="url(#lh-topbar__logo--d)" fill-rule="nonzero" d="M6 0l4.125 2.625v3.75H12v2.25h-1.688l1.5 9.375H.188l1.5-9.375H0v-2.25h1.875V2.648z" transform="translate(6 3)"/>
</g>
</svg>
<a href="" class="lh-topbar__url" target="_blank" rel="noopener"></a>
<div class="lh-tools">
<button id="lh-tools-button" class="report-icon report-icon--share lh-tools__button" title="Tools menu" aria-label="Toggle report tools menu" aria-haspopup="menu" aria-expanded="false" aria-controls="lh-tools-dropdown">
<svg width="100%" height="100%" viewBox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/>
</svg>
</button>
<div id="lh-tools-dropdown" role="menu" class="lh-tools__dropdown" aria-labelledby="lh-tools-button">
<!-- TODO(i18n): localize tools dropdown -->
<a role="menuitem" tabindex="-1" href="#" class="report-icon report-icon--print" data-action="print-summary">Print Summary</a>
<a role="menuitem" tabindex="-1" href="#" class="report-icon report-icon--print" data-action="print-expanded">Print Expanded</a>
<a role="menuitem" tabindex="-1" href="#" class="report-icon report-icon--copy" data-action="copy">Copy JSON</a>
<a role="menuitem" tabindex="-1" href="#" class="report-icon report-icon--download" data-action="save-html">Save as HTML</a>
<a role="menuitem" tabindex="-1" href="#" class="report-icon report-icon--download" data-action="save-json">Save as JSON</a>
<a role="menuitem" tabindex="-1" href="#" class="report-icon report-icon--open lh-tools--viewer" data-action="open-viewer">Open in Viewer</a>
<a role="menuitem" tabindex="-1" href="#" class="report-icon report-icon--open lh-tools--gist" data-action="save-gist">Save as Gist</a>
<a role="menuitem" tabindex="-1" href="#" class="report-icon report-icon--dark" data-action="toggle-dark">Toggle Dark Theme</a>
</div>
</div>
</div>
</template>
<!-- Lighthouse header -->
<template id="tmpl-lh-heading">
<style>
/* CSS Fireworks. Originally by Eddie Lin
https://codepen.io/paulirish/pen/yEVMbP
*/
.pyro {
display: none;
z-index: 1;
pointer-events: none;
}
.score100 .pyro {
display: block;
}
.score100 .lh-lighthouse stop:first-child {
stop-color: hsla(200, 12%, 95%, 0);
}
.score100 .lh-lighthouse stop:last-child {
stop-color: hsla(65, 81%, 76%, 1);
}
.pyro > .before, .pyro > .after {
position: absolute;
width: 5px;
height: 5px;
border-radius: 2.5px;
box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
animation-delay: 1s, 1s, 1s;
}
.pyro > .after {
animation-delay: 2.25s, 2.25s, 2.25s;
animation-duration: 1.25s, 1.25s, 6.25s;
}
.fireworks-paused .pyro > div {
animation-play-state: paused;
}
@keyframes bang {
to {
box-shadow: -70px -115.67px #47ebbc, -28px -99.67px #eb47a4, 58px -31.67px #7eeb47, 13px -141.67px #eb47c5, -19px 6.33px #7347eb, -2px -74.67px #ebd247, 24px -151.67px #eb47e0, 57px -138.67px #b4eb47, -51px -104.67px #479eeb, 62px 8.33px #ebcf47, -93px 0.33px #d547eb, -16px -118.67px #47bfeb, 53px -84.67px #47eb83, 66px -57.67px #eb47bf, -93px -65.67px #91eb47, 30px -13.67px #86eb47, -2px -59.67px #83eb47, -44px 1.33px #eb47eb, 61px -58.67px #47eb73, 5px -22.67px #47e8eb, -66px -28.67px #ebe247, 42px -123.67px #eb5547, -75px 26.33px #7beb47, 15px -52.67px #a147eb, 36px -51.67px #eb8347, -38px -12.67px #eb5547, -46px -59.67px #47eb81, 78px -114.67px #eb47ba, 15px -156.67px #eb47bf, -36px 1.33px #eb4783, -72px -86.67px #eba147, 31px -46.67px #ebe247, -68px 29.33px #47e2eb, -55px 19.33px #ebe047, -56px 27.33px #4776eb, -13px -91.67px #eb5547, -47px -138.67px #47ebc7, -18px -96.67px #eb47ac, 11px -88.67px #4783eb, -67px -28.67px #47baeb, 53px 10.33px #ba47eb, 11px 19.33px #5247eb, -5px -11.67px #eb4791, -68px -4.67px #47eba7, 95px -37.67px #eb478b, -67px -162.67px #eb5d47, -54px -120.67px #eb6847, 49px -12.67px #ebe047, 88px 8.33px #47ebda, 97px 33.33px #eb8147, 6px -71.67px #ebbc47;
}
}
@keyframes gravity {
to {
transform: translateY(80px);
opacity: 0;
}
}
@keyframes position {
0%, 19.9% {
margin-top: 4%;
margin-left: 47%;
}
20%, 39.9% {
margin-top: 7%;
margin-left: 30%;
}
40%, 59.9% {
margin-top: 6%;
margin-left: 70%;
}
60%, 79.9% {
margin-top: 3%;
margin-left: 20%;
}
80%, 99.9% {
margin-top: 3%;
margin-left: 80%;
}
}
</style>
<div class="lh-header-container">
<div class="lh-scores-wrapper-placeholder"></div>
</div>
</template>
<!-- Lighthouse footer -->
<template id="tmpl-lh-footer">
<style>
.lh-footer {
padding: var(--footer-padding-vertical) calc(var(--default-padding) * 2);
max-width: var(--report-width);
margin: 0 auto;
}
.lh-footer .lh-generated {
text-align: center;
}
.lh-env__title {
font-size: var(--env-item-font-size-big);
line-height: var(--env-item-line-height-big);
text-align: center;
padding: var(--score-container-padding);
}
.lh-env {
padding: var(--default-padding) 0;
}
.lh-env__items {
padding-left: 16px;
margin: 0 0 var(--audits-margin-bottom);
padding: 0;
}
.lh-env__items .lh-env__item:nth-child(2n) {
background-color: var(--env-item-background-color);
}
.lh-env__item {
display: flex;
padding: var(--env-item-padding);
position: relative;
}
span.lh-env__name {
font-weight: bold;
min-width: var(--env-name-min-width);
flex: 0.5;
padding: 0 8px;
}
span.lh-env__description {
text-align: left;
flex: 1;
}
</style>
<footer class="lh-footer">
<!-- TODO(i18n): localize runtime settings -->
<div class="lh-env">
<div class="lh-env__title">Runtime Settings</div>
<ul class="lh-env__items">
<template id="tmpl-lh-env__items">
<li class="lh-env__item">
<span class="lh-env__name"></span>
<span class="lh-env__description"></span>
</li>
</template>
</ul>
</div>
<div class="lh-generated">
Generated by <b>Lighthouse</b> <span class="lh-footer__version"></span> |
<a href="https://github.com/GoogleChrome/Lighthouse/issues" target="_blank" rel="noopener">File an issue</a>
</div>
</footer>
</template>
<!-- Lighthouse score gauge -->
<template id="tmpl-lh-gauge">
<a href="#" class="lh-gauge__wrapper">
<!-- Wrapper exists for the ::before plugin icon. Cannot create pseudo-elements on svgs. -->
<div class="lh-gauge__svg-wrapper">
<svg viewBox="0 0 120 120" class="lh-gauge">
<circle class="lh-gauge-base" r="56" cx="60" cy="60"></circle>
<circle class="lh-gauge-arc" transform="rotate(-90 60 60)" r="56" cx="60" cy="60"></circle>
</svg>
</div>
<div class="lh-gauge__percentage"></div>
<!-- TODO: should likely be an h2 -->
<div class="lh-gauge__label"></div>
</a>
</template>
<!-- Lighthouse PWA badge gauge -->
<template id="tmpl-lh-gauge--pwa">
<style>
.lh-gauge--pwa .lh-gauge--pwa__component {
display: none;
}
.lh-gauge--pwa__wrapper:not(.lh-badged--all) .lh-gauge--pwa__logo > path {
/* Gray logo unless everything is passing. */
fill: #B0B0B0;
}
.lh-gauge--pwa__disc {
fill: var(--color-gray-200);
}
.lh-gauge--pwa__logo--primary-color {
fill: #304FFE;
}
.lh-gauge--pwa__logo--secondary-color {
fill: #3D3D3D;
}
.dark .lh-gauge--pwa__logo--secondary-color {
fill: #D8B6B6;
}
/* No passing groups. */
.lh-gauge--pwa__wrapper:not([class*='lh-badged--']) .lh-gauge--pwa__na-line {
display: inline;
}
/* Just optimized. Same n/a line as no passing groups. */
.lh-gauge--pwa__wrapper.lh-badged--pwa-optimized:not(.lh-badged--pwa-installable):not(.lh-badged--pwa-fast-reliable) .lh-gauge--pwa__na-line {
display: inline;
}
/* Just fast and reliable. */
.lh-gauge--pwa__wrapper.lh-badged--pwa-fast-reliable:not(.lh-badged--pwa-installable) .lh-gauge--pwa__fast-reliable-badge {
display: inline;
}
/* Just installable. */
.lh-gauge--pwa__wrapper.lh-badged--pwa-installable:not(.lh-badged--pwa-fast-reliable) .lh-gauge--pwa__installable-badge {
display: inline;
}
/* Fast and reliable and installable. */
.lh-gauge--pwa__wrapper.lh-badged--pwa-fast-reliable.lh-badged--pwa-installable .lh-gauge--pwa__fast-reliable-installable-badges {
display: inline;
}
/* All passing groups. */
.lh-gauge--pwa__wrapper.lh-badged--all .lh-gauge--pwa__check-circle {
display: inline;
}
</style>
<a href="#" class="lh-gauge__wrapper lh-gauge--pwa__wrapper">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" class="lh-gauge lh-gauge--pwa">
<defs>
<linearGradient id="lh-gauge--pwa__check-circle__gradient" x1="50%" y1="0%" x2="50%" y2="100%">
<stop stop-color="#00C852" offset="0%"></stop>
<stop stop-color="#009688" offset="100%"></stop>
</linearGradient>
<linearGradient id="lh-gauge--pwa__installable__shadow-gradient" x1="76.056%" x2="24.111%" y1="82.995%" y2="24.735%">
<stop stop-color="#A5D6A7" offset="0%"></stop>
<stop stop-color="#80CBC4" offset="100%"></stop>
</linearGradient>
<linearGradient id="lh-gauge--pwa__fast-reliable__shadow-gradient" x1="76.056%" y1="82.995%" x2="25.678%" y2="26.493%">
<stop stop-color="#64B5F6" offset="0%"></stop>
<stop stop-color="#2979FF" offset="100%"></stop>
</linearGradient>
<g id="lh-gauge--pwa__fast-reliable-badge">
<circle fill="#FFFFFF" cx="10" cy="10" r="10"></circle>
<path fill="#304FFE" d="M10 3.58l5.25 2.34v3.5c0 3.23-2.24 6.26-5.25 7-3.01-.74-5.25-3.77-5.25-7v-3.5L10 3.58zm-.47 10.74l2.76-4.83.03-.07c.04-.08 0-.24-.22-.24h-1.64l.47-3.26h-.47l-2.7 4.77c-.02.01.05-.1-.04.05-.09.16-.1.31.18.31h1.63l-.47 3.27h.47z"/>
</g>
<g id="lh-gauge--pwa__installable-badge">
<circle fill="#FFFFFF" cx="10" cy="10" r="10"></circle>
<path fill="#009688" d="M10 4.167A5.835 5.835 0 0 0 4.167 10 5.835 5.835 0 0 0 10 15.833 5.835 5.835 0 0 0 15.833 10 5.835 5.835 0 0 0 10 4.167zm2.917 6.416h-2.334v2.334H9.417v-2.334H7.083V9.417h2.334V7.083h1.166v2.334h2.334v1.166z"/>
</g>
</defs>
<g stroke="none" fill-rule="nonzero">
<!-- Background and PWA logo (color by default) -->
<circle class="lh-gauge--pwa__disc" cx="30" cy="30" r="30"></circle>
<g class="lh-gauge--pwa__logo">
<path class="lh-gauge--pwa__logo--secondary-color" d="M35.66 19.39l.7-1.75h2L37.4 15 38.6 12l3.4 9h-2.51l-.58-1.61z"/>
<path class="lh-gauge--pwa__logo--primary-color" d="M33.52 21l3.65-9h-2.42l-2.5 5.82L30.5 12h-1.86l-1.9 5.82-1.35-2.65-1.21 3.72L25.4 21h2.38l1.72-5.2 1.64 5.2z"/>
<path class="lh-gauge--pwa__logo--secondary-color" fill-rule="nonzero" d="M20.3 17.91h1.48c.45 0 .85-.05 1.2-.15l.39-1.18 1.07-3.3a2.64 2.64 0 0 0-.28-.37c-.55-.6-1.36-.91-2.42-.91H18v9h2.3V17.9zm1.96-3.84c.22.22.33.5.33.87 0 .36-.1.65-.29.87-.2.23-.59.35-1.15.35h-.86v-2.41h.87c.52 0 .89.1 1.1.32z"/>
</g>
<!-- No badges. -->
<rect class="lh-gauge--pwa__component lh-gauge--pwa__na-line" fill="#FFFFFF" x="20" y="32" width="20" height="4" rx="2"></rect>
<!-- Just fast and reliable. -->
<g class="lh-gauge--pwa__component lh-gauge--pwa__fast-reliable-badge" transform="translate(20, 29)">
<path fill="url(#lh-gauge--pwa__fast-reliable__shadow-gradient)" d="M33.63 19.49A30 30 0 0 1 16.2 30.36L3 17.14 17.14 3l16.49 16.49z"/>
<use href="#lh-gauge--pwa__fast-reliable-badge" />
</g>
<!-- Just installable. -->
<g class="lh-gauge--pwa__component lh-gauge--pwa__installable-badge" transform="translate(20, 29)">
<path fill="url(#lh-gauge--pwa__installable__shadow-gradient)" d="M33.629 19.487c-4.272 5.453-10.391 9.39-17.415 10.869L3 17.142 17.142 3 33.63 19.487z"/>
<use href="#lh-gauge--pwa__installable-badge" />
</g>
<!-- Fast and reliable and installable. -->
<g class="lh-gauge--pwa__component lh-gauge--pwa__fast-reliable-installable-badges">
<g transform="translate(8, 29)"> <!-- fast and reliable -->
<path fill="url(#lh-gauge--pwa__fast-reliable__shadow-gradient)" d="M16.321 30.463L3 17.143 17.142 3l22.365 22.365A29.864 29.864 0 0 1 22 31c-1.942 0-3.84-.184-5.679-.537z"/>
<use href="#lh-gauge--pwa__fast-reliable-badge" />
</g>
<g transform="translate(32, 29)"> <!-- installable -->
<path fill="url(#lh-gauge--pwa__installable__shadow-gradient)" d="M25.982 11.84a30.107 30.107 0 0 1-13.08 15.203L3 17.143 17.142 3l8.84 8.84z"/>
<use href="#lh-gauge--pwa__installable-badge" />
</g>
</g>
<!-- Full PWA. -->
<g class="lh-gauge--pwa__component lh-gauge--pwa__check-circle" transform="translate(18, 28)">
<circle fill="#FFFFFF" cx="12" cy="12" r="12"></circle>
<path fill="url(#lh-gauge--pwa__check-circle__gradient)" d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path>
</g>
</g>
</svg>
<div class="lh-gauge__label"></div>
</a>
</template>
<!-- Lighthouse crtiical request chains component -->
<template id="tmpl-lh-crc">
<div class="lh-crc-container">
<style>
.lh-crc .tree-marker {
width: 12px;
height: 26px;
display: block;
float: left;
background-position: top left;
}
.lh-crc .horiz-down {
background: url('data:image/svg+xml;utf8,<svg width="16" height="26" viewBox="0 0 16 26" xmlns="http://www.w3.org/2000/svg"><g fill="%23D8D8D8" fill-rule="evenodd"><path d="M16 12v2H-2v-2z"/><path d="M9 12v14H7V12z"/></g></svg>');
}
.lh-crc .right {
background: url('data:image/svg+xml;utf8,<svg width="16" height="26" viewBox="0 0 16 26" xmlns="http://www.w3.org/2000/svg"><path d="M16 12v2H0v-2z" fill="%23D8D8D8" fill-rule="evenodd"/></svg>');
}
.lh-crc .up-right {
background: url('data:image/svg+xml;utf8,<svg width="16" height="26" viewBox="0 0 16 26" xmlns="http://www.w3.org/2000/svg"><path d="M7 0h2v14H7zm2 12h7v2H9z" fill="%23D8D8D8" fill-rule="evenodd"/></svg>');
}
.lh-crc .vert-right {
background: url('data:image/svg+xml;utf8,<svg width="16" height="26" viewBox="0 0 16 26" xmlns="http://www.w3.org/2000/svg"><path d="M7 0h2v27H7zm2 12h7v2H9z" fill="%23D8D8D8" fill-rule="evenodd"/></svg>');
}
.lh-crc .vert {
background: url('data:image/svg+xml;utf8,<svg width="16" height="26" viewBox="0 0 16 26" xmlns="http://www.w3.org/2000/svg"><path d="M7 0h2v26H7z" fill="%23D8D8D8" fill-rule="evenodd"/></svg>');
}
.lh-crc .crc-tree {
font-size: 14px;
width: 100%;
overflow-x: auto;
}
.lh-crc .crc-node {
height: 26px;
line-height: 26px;
white-space: nowrap;
}
.lh-crc .crc-node__tree-value {
margin-left: 10px;
}
.lh-crc .crc-node__tree-value div {
display: inline;
}
.lh-crc .crc-node__chain-duration {
font-weight: 700;
}
.lh-crc .crc-initial-nav {
color: #595959;
font-style: italic;
}
.lh-crc__summary-value {
margin-bottom: 10px;
}
</style>
<div>
<div class="lh-crc__summary-value">
<span class="lh-crc__longest_duration_label"></span> <b class="lh-crc__longest_duration"></b>
</div>
</div>
<div class="lh-crc">
<div class="crc-initial-nav"></div>
<!-- stamp for each chain -->
<template id="tmpl-lh-crc__chains">
<div class="crc-node">
<span class="crc-node__tree-marker">
</span>
<span class="crc-node__tree-value">
</span>
</div>
</template>
</div>
</div>
</template>
<template id="tmpl-lh-3p-filter">
<style>
.lh-3p-filter {
background-color: var(--table-higlight-background-color);
color: var(--color-gray-600);
float: right;
padding: 6px;
}
.lh-3p-filter-label, .lh-3p-filter-input {
vertical-align: middle;
user-select: none;
}
.lh-3p-filter-input:disabled + .lh-3p-ui-string {
text-decoration: line-through;
}
</style>
<div class="lh-3p-filter">
<label class="lh-3p-filter-label">
<input type="checkbox" class="lh-3p-filter-input" checked />
<span class="lh-3p-ui-string">Show 3rd party resources</span> (<span class="lh-3p-filter-count"></span>)
</label>
</div>
</template>
<!-- Lighthouse snippet component -->
<template id="tmpl-lh-snippet">
<div class="lh-snippet">
<style>
:root {
--snippet-highlight-light: #fbf1f2;
--snippet-highlight-dark: #ffd6d8;
}
.lh-snippet__header {
position: relative;
overflow: hidden;
padding: 10px;
border-bottom: none;
color: var(--snippet-color);
background-color: var(--snippet-background-color);
border: 1px solid var(--report-border-color-secondary);
}
.lh-snippet__title {
font-weight: bold;
float: left;
}
.lh-snippet__node {
float: left;
margin-left: 4px;
}
.lh-snippet__toggle-expand {
padding: 1px 7px;
margin-top: -1px;
margin-right: -7px;
float: right;
background: transparent;
border: none;
cursor: pointer;
font-size: 14px;
color: #0c50c7;
}
.lh-snippet__snippet {
overflow: auto;
border: 1px solid var(--report-border-color-secondary);
}
/* Container needed so that all children grow to the width of the scroll container */
.lh-snippet__snippet-inner {
display: inline-block;
min-width: 100%;
}
.lh-snippet:not(.lh-snippet--expanded) .lh-snippet__show-if-expanded {
display: none;
}
.lh-snippet.lh-snippet--expanded .lh-snippet__show-if-collapsed {
display: none;
}
.lh-snippet__line {
background: white;
white-space: pre;
display: flex;
}
.lh-snippet__line:not(.lh-snippet__line--message):first-child {
padding-top: 4px;
}
.lh-snippet__line:not(.lh-snippet__line--message):last-child {
padding-bottom: 4px;
}
.lh-snippet__line--content-highlighted {
background: var(--snippet-highlight-dark);
}
.lh-snippet__line--message {
background: var(--snippet-highlight-light);
}
.lh-snippet__line--message .lh-snippet__line-number {
padding-top: 10px;
padding-bottom: 10px;
}
.lh-snippet__line--message code {
padding: 10px;
padding-left: 5px;
color: var(--color-fail);
font-family: var(--report-font-family);
}
.lh-snippet__line--message code {
white-space: normal;
}
.lh-snippet__line-icon {
padding-top: 10px;
display: none;
}
.lh-snippet__line--message .lh-snippet__line-icon {
display: block;
}
.lh-snippet__line-icon:before {
content: "";
display: inline-block;
vertical-align: middle;
margin-right: 4px;
width: var(--score-icon-size);
height: var(--score-icon-size);
background-image: var(--fail-icon-url);
}
.lh-snippet__line-number {
flex-shrink: 0;
width: 40px;
text-align: right;
font-family: monospace;
padding-right: 5px;
margin-right: 5px;
color: var(--color-gray-600);
user-select: none;
}
</style>
<template id="tmpl-lh-snippet__header">
<div class="lh-snippet__header">
<div class="lh-snippet__title"></div>
<div class="lh-snippet__node"></div>
<button class="lh-snippet__toggle-expand">
<span class="lh-snippet__btn-label-collapse lh-snippet__show-if-expanded"></span>
<span class="lh-snippet__btn-label-expand lh-snippet__show-if-collapsed"></span>
</button>
</div>
</template>
<template id="tmpl-lh-snippet__content">
<div class="lh-snippet__snippet">
<div class="lh-snippet__snippet-inner"></div>
</div>
</template>
<template id="tmpl-lh-snippet__line">
<div class="lh-snippet__line">
<div class="lh-snippet__line-number"></div>
<div class="lh-snippet__line-icon"></div>
<code></code>
</div>
</template>
</div>
</template>
/*# sourceURL=third_party/lighthouse/report-assets/templates.html */</div>
<main><!-- report populated here --></main>
<div id="lh-log"></div>
<script>/**
* @license
* Copyright 2017 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS-IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
'use strict';
/* globals self, URL */
const ELLIPSIS = '\u2026';
const NBSP = '\xa0';
const PASS_THRESHOLD = 0.9;
const SCREENSHOT_PREFIX = 'data:image/jpeg;base64,';
const RATINGS = {
PASS: {label: 'pass', minScore: PASS_THRESHOLD},
AVERAGE: {label: 'average', minScore: 0.5},
FAIL: {label: 'fail'},
ERROR: {label: 'error'},
};
// 25 most used tld plus one domains (aka public suffixes) from http archive.
// @see https://github.com/GoogleChrome/lighthouse/pull/5065#discussion_r191926212
// The canonical list is https://publicsuffix.org/learn/ but we're only using subset to conserve bytes
const listOfTlds = [
'com', 'co', 'gov', 'edu', 'ac', 'org', 'go', 'gob', 'or', 'net', 'in', 'ne', 'nic', 'gouv',
'web', 'spb', 'blog', 'jus', 'kiev', 'mil', 'wi', 'qc', 'ca', 'bel', 'on',
];
class Util {
static get PASS_THRESHOLD() {
return PASS_THRESHOLD;
}
static get MS_DISPLAY_VALUE() {
return `%10d${NBSP}ms`;
}
/**
* Returns a new LHR that's reshaped for slightly better ergonomics within the report rendereer.
* Also, sets up the localized UI strings used within renderer and makes changes to old LHRs to be
* compatible with current renderer.
* The LHR passed in is not mutated.
* TODO(team): we all agree the LHR shape change is technical debt we should fix
* @param {LH.Result} result
* @return {LH.ReportResult}
*/
static prepareReportResult(result) {
// If any mutations happen to the report within the renderers, we want the original object untouched
const clone = /** @type {LH.ReportResult} */ (JSON.parse(JSON.stringify(result)));
// If LHR is older (≤3.0.3), it has no locale setting. Set default.
if (!clone.configSettings.locale) {
clone.configSettings.locale = 'en';
}
for (const audit of Object.values(clone.audits)) {
// Turn 'not-applicable' (LHR <4.0) and 'not_applicable' (older proto versions)
// into 'notApplicable' (LHR ≥4.0).
// @ts-ignore tsc rightly flags that these values shouldn't occur.
// eslint-disable-next-line max-len
if (audit.scoreDisplayMode === 'not_applicable' || audit.scoreDisplayMode === 'not-applicable') {
audit.scoreDisplayMode = 'notApplicable';
}
if (audit.details) {
// Turn `auditDetails.type` of undefined (LHR <4.2) and 'diagnostic' (LHR <5.0)
// into 'debugdata' (LHR ≥5.0).
// @ts-ignore tsc rightly flags that these values shouldn't occur.
if (audit.details.type === undefined || audit.details.type === 'diagnostic') {
audit.details.type = 'debugdata';
}
// Add the jpg data URL prefix to filmstrip screenshots without them (LHR <5.0).
if (audit.details.type === 'filmstrip') {
for (const screenshot of audit.details.items) {
if (!screenshot.data.startsWith(SCREENSHOT_PREFIX)) {
screenshot.data = SCREENSHOT_PREFIX + screenshot.data;
}
}
}
}
}
// Set locale for number/date formatting and grab localized renderer strings from the LHR.
Util.setNumberDateLocale(clone.configSettings.locale);
if (clone.i18n && clone.i18n.rendererFormattedStrings) {
Util.updateAllUIStrings(clone.i18n.rendererFormattedStrings);
}
// For convenience, smoosh all AuditResults into their auditRef (which has just weight & group)
if (typeof clone.categories !== 'object') throw new Error('No categories provided.');
for (const category of Object.values(clone.categories)) {
category.auditRefs.forEach(auditRef => {
const result = clone.audits[auditRef.id];
auditRef.result = result;
// attach the stackpacks to the auditRef object
if (clone.stackPacks) {
clone.stackPacks.forEach(pack => {
if (pack.descriptions[auditRef.id]) {
auditRef.stackPacks = auditRef.stackPacks || [];
auditRef.stackPacks.push({
title: pack.title,
iconDataURL: pack.iconDataURL,
description: pack.descriptions[auditRef.id],
});
}
});
}
});
}
return clone;
}
/**
* @param {LH.I18NRendererStrings} rendererFormattedStrings
*/
static updateAllUIStrings(rendererFormattedStrings) {
// TODO(i18n): don't mutate these here but on the LHR and pass that around everywhere
for (const [key, value] of Object.entries(rendererFormattedStrings)) {
Util.UIStrings[key] = value;
}
}
/**
* Used to determine if the "passed" for the purposes of showing up in the "failed" or "passed"
* sections of the report.
*
* @param {{score: (number|null), scoreDisplayMode: string}} audit
* @return {boolean}
*/
static showAsPassed(audit) {
switch (audit.scoreDisplayMode) {
case 'manual':
case 'notApplicable':
return true;
case 'error':
case 'informative':
return false;
case 'numeric':
case 'binary':
default:
return Number(audit.score) >= RATINGS.PASS.minScore;
}
}
/**
* Convert a score to a rating label.
* @param {number|null} score
* @param {string=} scoreDisplayMode
* @return {string}
*/
static calculateRating(score, scoreDisplayMode) {
// Handle edge cases first, manual and not applicable receive 'pass', errored audits receive 'error'
if (scoreDisplayMode === 'manual' || scoreDisplayMode === 'notApplicable') {
return RATINGS.PASS.label;
} else if (scoreDisplayMode === 'error') {
return RATINGS.ERROR.label;
} else if (score === null) {
return RATINGS.FAIL.label;
}
// At this point, we're rating a standard binary/numeric audit
let rating = RATINGS.FAIL.label;
if (score >= RATINGS.PASS.minScore) {
rating = RATINGS.PASS.label;
} else if (score >= RATINGS.AVERAGE.minScore) {
rating = RATINGS.AVERAGE.label;
}
return rating;
}
/**
* Format number.
* @param {number} number
* @param {number=} granularity Number of decimal places to include. Defaults to 0.1.
* @return {string}
*/
static formatNumber(number, granularity = 0.1) {
const coarseValue = Math.round(number / granularity) * granularity;
return Util.numberFormatter.format(coarseValue);
}
/**
* @param {number} size
* @param {number=} granularity Controls how coarse the displayed value is, defaults to .01
* @return {string}
*/
static formatBytesToKB(size, granularity = 0.1) {
const kbs = Util.numberFormatter.format(Math.round(size / 1024 / granularity) * granularity);
return `${kbs}${NBSP}KB`;
}
/**
* @param {number} ms
* @param {number=} granularity Controls how coarse the displayed value is, defaults to 10
* @return {string}
*/
static formatMilliseconds(ms, granularity = 10) {
const coarseTime = Math.round(ms / granularity) * granularity;
return `${Util.numberFormatter.format(coarseTime)}${NBSP}ms`;
}
/**
* @param {number} ms
* @param {number=} granularity Controls how coarse the displayed value is, defaults to 0.1
* @return {string}
*/
static formatSeconds(ms, granularity = 0.1) {
const coarseTime = Math.round(ms / 1000 / granularity) * granularity;
return `${Util.numberFormatter.format(coarseTime)}${NBSP}s`;
}
/**
* Format time.
* @param {string} date
* @return {string}
*/
static formatDateTime(date) {
/** @type {Intl.DateTimeFormatOptions} */
const options = {
month: 'short', day: 'numeric', year: 'numeric',
hour: 'numeric', minute: 'numeric', timeZoneName: 'short',
};
let formatter = new Intl.DateTimeFormat(Util.numberDateLocale, options);
// Force UTC if runtime timezone could not be detected.
// See https://github.com/GoogleChrome/lighthouse/issues/1056
const tz = formatter.resolvedOptions().timeZone;
if (!tz || tz.toLowerCase() === 'etc/unknown') {
options.timeZone = 'UTC';
formatter = new Intl.DateTimeFormat(Util.numberDateLocale, options);
}
return formatter.format(new Date(date));
}
/**
* Converts a time in milliseconds into a duration string, i.e. `1d 2h 13m 52s`
* @param {number} timeInMilliseconds
* @return {string}
*/
static formatDuration(timeInMilliseconds) {
let timeInSeconds = timeInMilliseconds / 1000;
if (Math.round(timeInSeconds) === 0) {
return 'None';
}
/** @type {Array<string>} */
const parts = [];
const unitLabels = /** @type {Object<string, number>} */ ({
d: 60 * 60 * 24,
h: 60 * 60,
m: 60,
s: 1,
});
Object.keys(unitLabels).forEach(label => {
const unit = unitLabels[label];
const numberOfUnits = Math.floor(timeInSeconds / unit);
if (numberOfUnits > 0) {
timeInSeconds -= numberOfUnits * unit;
parts.push(`${numberOfUnits}\xa0${label}`);
}
});
return parts.join(' ');
}
/**
* Split a string by markdown code spans (enclosed in `backticks`), splitting
* into segments that were enclosed in backticks (marked as `isCode === true`)
* and those that outside the backticks (`isCode === false`).
* @param {string} text
* @return {Array<{isCode: true, text: string}|{isCode: false, text: string}>}
*/
static splitMarkdownCodeSpans(text) {
/** @type {Array<{isCode: true, text: string}|{isCode: false, text: string}>} */
const segments = [];
// Split on backticked code spans.
const parts = text.split(/`(.*?)`/g);
for (let i = 0; i < parts.length; i ++) {
const text = parts[i];
// Empty strings are an artifact of splitting, not meaningful.
if (!text) continue;
// Alternates between plain text and code segments.
const isCode = i % 2 !== 0;
segments.push({
isCode,
text,
});
}
return segments;
}
/**
* Split a string on markdown links (e.g. [some link](https://...)) into
* segments of plain text that weren't part of a link (marked as
* `isLink === false`), and segments with text content and a URL that did make
* up a link (marked as `isLink === true`).
* @param {string} text
* @return {Array<{isLink: true, text: string, linkHref: string}|{isLink: false, text: string}>}
*/
static splitMarkdownLink(text) {
/** @type {Array<{isLink: true, text: string, linkHref: string}|{isLink: false, text: string}>} */
const segments = [];
const parts = text.split(/\[([^\]]+?)\]\((https?:\/\/.*?)\)/g);
while (parts.length) {
// Shift off the same number of elements as the pre-split and capture groups.
const [preambleText, linkText, linkHref] = parts.splice(0, 3);
if (preambleText) { // Skip empty text as it's an artifact of splitting, not meaningful.
segments.push({
isLink: false,
text: preambleText,
});
}
// Append link if there are any.
if (linkText && linkHref) {
segments.push({
isLink: true,
text: linkText,
linkHref,
});
}
}
return segments;
}
/**
* @param {URL} parsedUrl
* @param {{numPathParts?: number, preserveQuery?: boolean, preserveHost?: boolean}=} options
* @return {string}
*/
static getURLDisplayName(parsedUrl, options) {
// Closure optional properties aren't optional in tsc, so fallback needs undefined values.
options = options || {numPathParts: undefined, preserveQuery: undefined,
preserveHost: undefined};
const numPathParts = options.numPathParts !== undefined ? options.numPathParts : 2;
const preserveQuery = options.preserveQuery !== undefined ? options.preserveQuery : true;
const preserveHost = options.preserveHost || false;
let name;
if (parsedUrl.protocol === 'about:' || parsedUrl.protocol === 'data:') {
// Handle 'about:*' and 'data:*' URLs specially since they have no path.
name = parsedUrl.href;
} else {
name = parsedUrl.pathname;
const parts = name.split('/').filter(part => part.length);
if (numPathParts && parts.length > numPathParts) {
name = ELLIPSIS + parts.slice(-1 * numPathParts).join('/');
}
if (preserveHost) {
name = `${parsedUrl.host}/${name.replace(/^\//, '')}`;
}
if (preserveQuery) {
name = `${name}${parsedUrl.search}`;
}
}
const MAX_LENGTH = 64;
// Always elide hexadecimal hash
name = name.replace(/([a-f0-9]{7})[a-f0-9]{13}[a-f0-9]*/g, `$1${ELLIPSIS}`);
// Also elide other hash-like mixed-case strings
name = name.replace(/([a-zA-Z0-9-_]{9})(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])[a-zA-Z0-9-_]{10,}/g,
`$1${ELLIPSIS}`);
// Also elide long number sequences
name = name.replace(/(\d{3})\d{6,}/g, `$1${ELLIPSIS}`);
// Merge any adjacent ellipses
name = name.replace(/\u2026+/g, ELLIPSIS);
// Elide query params first
if (name.length > MAX_LENGTH && name.includes('?')) {
// Try to leave the first query parameter intact
name = name.replace(/\?([^=]*)(=)?.*/, `?$1$2${ELLIPSIS}`);
// Remove it all if it's still too long
if (name.length > MAX_LENGTH) {
name = name.replace(/\?.*/, `?${ELLIPSIS}`);
}
}
// Elide too long names next
if (name.length > MAX_LENGTH) {
const dotIndex = name.lastIndexOf('.');
if (dotIndex >= 0) {
name = name.slice(0, MAX_LENGTH - 1 - (name.length - dotIndex)) +
// Show file extension
`${ELLIPSIS}${name.slice(dotIndex)}`;
} else {
name = name.slice(0, MAX_LENGTH - 1) + ELLIPSIS;
}
}
return name;
}
/**
* Split a URL into a file, hostname and origin for easy display.
* @param {string} url
* @return {{file: string, hostname: string, origin: string}}
*/
static parseURL(url) {
const parsedUrl = new URL(url);
return {
file: Util.getURLDisplayName(parsedUrl),
hostname: parsedUrl.hostname,
origin: parsedUrl.origin,
};
}
/**
* @param {string|URL} value
* @return {URL}
*/
static createOrReturnURL(value) {
if (value instanceof URL) {
return value;
}
return new URL(value);
}
/**
* Gets the tld of a domain
*
* @param {string} hostname
* @return {string} tld
*/
static getTld(hostname) {
const tlds = hostname.split('.').slice(-2);
if (!listOfTlds.includes(tlds[0])) {
return `.${tlds[tlds.length - 1]}`;
}
return `.${tlds.join('.')}`;
}
/**
* Returns a primary domain for provided hostname (e.g. www.example.com -> example.com).
* @param {string|URL} url hostname or URL object
* @returns {string}
*/
static getRootDomain(url) {
const hostname = Util.createOrReturnURL(url).hostname;
const tld = Util.getTld(hostname);
// tld is .com or .co.uk which means we means that length is 1 to big
// .com => 2 & .co.uk => 3
const splitTld = tld.split('.');
// get TLD + root domain
return hostname.split('.').slice(-splitTld.length).join('.');
}
/**
* @param {LH.Config.Settings} settings
* @return {Array<{name: string, description: string}>}
*/
static getEnvironmentDisplayValues(settings) {
const emulationDesc = Util.getEmulationDescriptions(settings);
return [
{
name: 'Device',
description: emulationDesc.deviceEmulation,
},
{
name: 'Network throttling',
description: emulationDesc.networkThrottling,
},
{
name: 'CPU throttling',
description: emulationDesc.cpuThrottling,
},
];
}
/**
* @param {LH.Config.Settings} settings
* @return {{deviceEmulation: string, networkThrottling: string, cpuThrottling: string, summary: string}}
*/
static getEmulationDescriptions(settings) {
let cpuThrottling;
let networkThrottling;
let summary;
const throttling = settings.throttling;
switch (settings.throttlingMethod) {
case 'provided':
cpuThrottling = 'Provided by environment';
networkThrottling = 'Provided by environment';
summary = 'No throttling applied';
break;
case 'devtools': {
const {cpuSlowdownMultiplier, requestLatencyMs} = throttling;
cpuThrottling = `${Util.formatNumber(cpuSlowdownMultiplier)}x slowdown (DevTools)`;
networkThrottling = `${Util.formatNumber(requestLatencyMs)}${NBSP}ms HTTP RTT, ` +
`${Util.formatNumber(throttling.downloadThroughputKbps)}${NBSP}Kbps down, ` +
`${Util.formatNumber(throttling.uploadThroughputKbps)}${NBSP}Kbps up (DevTools)`;
summary = 'Throttled Slow 4G network';
break;
}
case 'simulate': {
const {cpuSlowdownMultiplier, rttMs, throughputKbps} = throttling;
cpuThrottling = `${Util.formatNumber(cpuSlowdownMultiplier)}x slowdown (Simulated)`;
networkThrottling = `${Util.formatNumber(rttMs)}${NBSP}ms TCP RTT, ` +
`${Util.formatNumber(throughputKbps)}${NBSP}Kbps throughput (Simulated)`;
summary = 'Simulated Slow 4G network';
break;
}
default:
cpuThrottling = 'Unknown';
networkThrottling = 'Unknown';
summary = 'Unknown';
}
let deviceEmulation = 'No emulation';
if (settings.emulatedFormFactor === 'mobile') deviceEmulation = 'Emulated Nexus 5X';
if (settings.emulatedFormFactor === 'desktop') deviceEmulation = 'Emulated Desktop';
return {
deviceEmulation,
cpuThrottling,
networkThrottling,
summary: `${deviceEmulation}, ${summary}`,
};
}
/**
* Set the locale to be used for Util's number and date formatting functions.
* @param {LH.Locale} locale
*/
static setNumberDateLocale(locale) {
// When testing, use a locale with more exciting numeric formatting
if (locale === 'en-XA') locale = 'de';
Util.numberDateLocale = locale;
Util.numberFormatter = new Intl.NumberFormat(locale);
}
/**
* Returns only lines that are near a message, or the first few lines if there are
* no line messages.
* @param {LH.Audit.Details.SnippetValue['lines']} lines
* @param {LH.Audit.Details.SnippetValue['lineMessages']} lineMessages
* @param {number} surroundingLineCount Number of lines to include before and after
* the message. If this is e.g. 2 this function might return 5 lines.
*/
static filterRelevantLines(lines, lineMessages, surroundingLineCount) {
if (lineMessages.length === 0) {
// no lines with messages, just return the first bunch of lines
return lines.slice(0, surroundingLineCount * 2 + 1);
}
const minGapSize = 3;
const lineNumbersToKeep = new Set();
// Sort messages so we can check lineNumbersToKeep to see how big the gap to
// the previous line is.
lineMessages = lineMessages.sort((a, b) => (a.lineNumber || 0) - (b.lineNumber || 0));
lineMessages.forEach(({lineNumber}) => {
let firstSurroundingLineNumber = lineNumber - surroundingLineCount;
let lastSurroundingLineNumber = lineNumber + surroundingLineCount;
while (firstSurroundingLineNumber < 1) {
// make sure we still show (surroundingLineCount * 2 + 1) lines in total
firstSurroundingLineNumber++;
lastSurroundingLineNumber++;
}
// If only a few lines would be omitted normally then we prefer to include
// extra lines to avoid the tiny gap
if (lineNumbersToKeep.has(firstSurroundingLineNumber - minGapSize - 1)) {
firstSurroundingLineNumber -= minGapSize;
}
for (let i = firstSurroundingLineNumber; i <= lastSurroundingLineNumber; i++) {
const surroundingLineNumber = i;
lineNumbersToKeep.add(surroundingLineNumber);
}
});
return lines.filter(line => lineNumbersToKeep.has(line.lineNumber));
}
/**
* @param {string} categoryId
*/
static isPluginCategory(categoryId) {
return categoryId.startsWith('lighthouse-plugin-');
}
}
/**
* This value is updated on each run to the locale of the report
* @type {LH.Locale}
*/
Util.numberDateLocale = 'en';
/**
* This value stays in sync with Util.numberDateLocale.
* @type {Intl.NumberFormat}
*/
Util.numberFormatter = new Intl.NumberFormat(Util.numberDateLocale);
/**
* Report-renderer-specific strings.
* @type {LH.I18NRendererStrings}
*/
Util.UIStrings = {
/** Disclaimer shown to users below the metric values (First Contentful Paint, Time to Interactive, etc) to warn them that the numbers they see will likely change slightly the next time they run Lighthouse. */
varianceDisclaimer: 'Values are estimated and may vary. The performance score is [based only on these metrics](https://github.com/GoogleChrome/lighthouse/blob/d2ec9ffbb21de9ad1a0f86ed24575eda32c796f0/docs/scoring.md#how-are-the-scores-weighted).',
/** Column heading label for the listing of opportunity audits. Each audit title represents an opportunity. There are only 2 columns, so no strict character limit. */
opportunityResourceColumnLabel: 'Opportunity',
/** Column heading label for the estimated page load savings of opportunity audits. Estimated Savings is the total amount of time (in seconds) that Lighthouse computed could be reduced from the total page load time, if the suggested action is taken. There are only 2 columns, so no strict character limit. */
opportunitySavingsColumnLabel: 'Estimated Savings',
/** An error string displayed next to a particular audit when it has errored, but not provided any specific error message. */
errorMissingAuditInfo: 'Report error: no audit information',
/** A label, shown next to an audit title or metric title, indicating that there was an error computing it. The user can hover on the label to reveal a tooltip with the extended error message. Translation should be short (< 20 characters). */
errorLabel: 'Error!',
/** This label is shown above a bulleted list of warnings. It is shown directly below an audit that produced warnings. Warnings describe situations the user should be aware of, as Lighthouse was unable to complete all the work required on this audit. For example, The 'Unable to decode image (biglogo.jpg)' warning may show up below an image encoding audit. */
warningHeader: 'Warnings: ',
/** The tooltip text on an expandable chevron icon. Clicking the icon expands a section to reveal a list of audit results that was hidden by default. */
auditGroupExpandTooltip: 'Show audits',
/** Section heading shown above a list of passed audits that contain warnings. Audits under this section do not negatively impact the score, but Lighthouse has generated some potentially actionable suggestions that should be reviewed. This section is expanded by default and displays after the failing audits. */
warningAuditsGroupTitle: 'Passed audits but with warnings',
/** Section heading shown above a list of audits that are passing. 'Passed' here refers to a passing grade. This section is collapsed by default, as the user should be focusing on the failed audits instead. Users can click this heading to reveal the list. */
passedAuditsGroupTitle: 'Passed audits',
/** Section heading shown above a list of audits that do not apply to the page. For example, if an audit is 'Are images optimized?', but the page has no images on it, the audit will be marked as not applicable. This is neither passing or failing. This section is collapsed by default, as the user should be focusing on the failed audits instead. Users can click this heading to reveal the list. */
notApplicableAuditsGroupTitle: 'Not applicable',
/** Section heading shown above a list of audits that were not computed by Lighthouse. They serve as a list of suggestions for the user to go and manually check. For example, Lighthouse can't automate testing cross-browser compatibility, so that is listed within this section, so the user is reminded to test it themselves. This section is collapsed by default, as the user should be focusing on the failed audits instead. Users can click this heading to reveal the list. */
manualAuditsGroupTitle: 'Additional items to manually check',
/** Label shown preceding any important warnings that may have invalidated the entire report. For example, if the user has Chrome extensions installed, they may add enough performance overhead that Lighthouse's performance metrics are unreliable. If shown, this will be displayed at the top of the report UI. */
toplevelWarningsMessage: 'There were issues affecting this run of Lighthouse:',
/** String of text shown in a graphical representation of the flow of network requests for the web page. This label represents the initial network request that fetches an HTML page. This navigation may be redirected (eg. Initial navigation to http://example.com redirects to https://www.example.com). */
crcInitialNavigation: 'Initial Navigation',
/** Label of value shown in the summary of critical request chains. Refers to the total amount of time (milliseconds) of the longest critical path chain/sequence of network requests. Example value: 2310 ms */
crcLongestDurationLabel: 'Maximum critical path latency:',
/** Label for button that shows all lines of the snippet when clicked */
snippetExpandButtonLabel: 'Expand snippet',
/** Label for button that only shows a few lines of the snippet when clicked */
snippetCollapseButtonLabel: 'Collapse snippet',
/** Explanation shown to users below performance results to inform them that the test was done with a 4G network connection and to warn them that the numbers they see will likely change slightly the next time they run Lighthouse. 'Lighthouse' becomes link text to additional documentation. */
lsPerformanceCategoryDescription: '[Lighthouse](https://developers.google.com/web/tools/lighthouse/) analysis of the current page on an emulated mobile network. Values are estimated and may vary.',
/** Title of the lab data section of the Performance category. Within this section are various speed metrics which quantify the pageload performance into values presented in seconds and milliseconds. "Lab" is an abbreviated form of "laboratory", and refers to the fact that the data is from a controlled test of a website, not measurements from real users visiting that site. */
labDataTitle: 'Lab Data',
/** This label is for a checkbox above a table of items loaded by a web page. The checkbox is used to show or hide third-party (or "3rd-party") resources in the table, where "third-party resources" refers to items loaded by a web page from URLs that aren't controlled by the owner of the web page. */
thirdPartyResourcesLabel: 'Show 3rd-party resources',
};
if (typeof module !== 'undefined' && module.exports) {
module.exports = Util;
} else {
self.Util = Util;
}
;
/**
* @license
* Copyright 2017 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS-IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
'use strict';
/* globals URL self Util */
/** @typedef {HTMLElementTagNameMap & {[id: string]: HTMLElement}} HTMLElementByTagName */
class DOM {
/**
* @param {Document} document
*/
constructor(document) {
/** @type {Document} */
this._document = document;
/** @type {string} */
this._lighthouseChannel = 'unknown';
}
/**
* @template {string} T
* @param {T} name
* @param {string=} className
* @param {Object<string, (string|undefined)>=} attrs Attribute key/val pairs.
* Note: if an attribute key has an undefined value, this method does not
* set the attribute on the node.
* @return {HTMLElementByTagName[T]}
*/
createElement(name, className, attrs = {}) {
const element = this._document.createElement(name);
if (className) {
element.className = className;
}
Object.keys(attrs).forEach(key => {
const value = attrs[key];
if (typeof value !== 'undefined') {
element.setAttribute(key, value);
}
});
return element;
}
/**
* @return {DocumentFragment}
*/
createFragment() {
return this._document.createDocumentFragment();
}
/**
* @template {string} T
* @param {Element} parentElem
* @param {T} elementName
* @param {string=} className
* @param {Object<string, (string|undefined)>=} attrs Attribute key/val pairs.
* Note: if an attribute key has an undefined value, this method does not
* set the attribute on the node.
* @return {HTMLElementByTagName[T]}
*/
createChildOf(parentElem, elementName, className, attrs) {
const element = this.createElement(elementName, className, attrs);
parentElem.appendChild(element);
return element;
}
/**
* @param {string} selector
* @param {ParentNode} context
* @return {DocumentFragment} A clone of the template content.
* @throws {Error}
*/
cloneTemplate(selector, context) {
const template = /** @type {?HTMLTemplateElement} */ (context.querySelector(selector));
if (!template) {
throw new Error(`Template not found: template${selector}`);
}
const clone = this._document.importNode(template.content, true);
// Prevent duplicate styles in the DOM. After a template has been stamped
// for the first time, remove the clone's styles so they're not re-added.
if (template.hasAttribute('data-stamped')) {
this.findAll('style', clone).forEach(style => style.remove());
}
template.setAttribute('data-stamped', 'true');
return clone;
}
/**
* Resets the "stamped" state of the templates.
*/
resetTemplates() {
this.findAll('template[data-stamped]', this._document).forEach(t => {
t.removeAttribute('data-stamped');
});
}
/**
* @param {string} text
* @return {Element}
*/
convertMarkdownLinkSnippets(text) {
const element = this.createElement('span');
for (const segment of Util.splitMarkdownLink(text)) {
if (!segment.isLink) {
// Plain text segment.
element.appendChild(this._document.createTextNode(segment.text));
continue;
}
// Otherwise, append any links found.
const url = new URL(segment.linkHref);
const DOCS_ORIGINS = ['https://developers.google.com', 'https://web.dev'];
if (DOCS_ORIGINS.includes(url.origin)) {
url.searchParams.set('utm_source', 'lighthouse');
url.searchParams.set('utm_medium', this._lighthouseChannel);
}
const a = this.createElement('a');
a.rel = 'noopener';
a.target = '_blank';
a.textContent = segment.text;
a.href = url.href;
element.appendChild(a);
}
return element;
}
/**
* @param {string} markdownText
* @return {Element}
*/
convertMarkdownCodeSnippets(markdownText) {
const element = this.createElement('span');
for (const segment of Util.splitMarkdownCodeSpans(markdownText)) {
if (segment.isCode) {
const pre = this.createElement('code');
pre.textContent = segment.text;
element.appendChild(pre);
} else {
element.appendChild(this._document.createTextNode(segment.text));
}
}
return element;
}
/**
* The channel to use for UTM data when rendering links to the documentation.
* @param {string} lighthouseChannel
*/
setLighthouseChannel(lighthouseChannel) {
this._lighthouseChannel = lighthouseChannel;
}
/**
* @return {Document}
*/
document() {
return this._document;
}
/**
* TODO(paulirish): import and conditionally apply the DevTools frontend subclasses instead of this
* @return {boolean}
*/
isDevTools() {
return !!this._document.querySelector('.lh-devtools');
}
/**
* Guaranteed context.querySelector. Always returns an element or throws if
* nothing matches query.
* @param {string} query
* @param {ParentNode} context
* @return {HTMLElement}
*/
find(query, context) {
/** @type {?HTMLElement} */
const result = context.querySelector(query);
if (result === null) {
throw new Error(`query ${query} not found`);
}
return result;
}
/**
* Helper for context.querySelectorAll. Returns an Array instead of a NodeList.
* @param {string} query
* @param {ParentNode} context
* @return {Array<HTMLElement>}
*/
findAll(query, context) {
return Array.from(context.querySelectorAll(query));
}
}
if (typeof module !== 'undefined' && module.exports) {
module.exports = DOM;
} else {
self.DOM = DOM;
}
;
/*
Details Element Polyfill 2.4.0
Copyright © 2019 Javan Makhmali
*/
(function() {
"use strict";
var element = document.createElement("details");
var elementIsNative = typeof HTMLDetailsElement != "undefined" && element instanceof HTMLDetailsElement;
var support = {
open: "open" in element || elementIsNative,
toggle: "ontoggle" in element
};
var styles = '\ndetails, summary {\n display: block;\n}\ndetails:not([open]) > *:not(summary) {\n display: none;\n}\nsummary::before {\n content: "►";\n padding-right: 0.3rem;\n font-size: 0.6rem;\n cursor: default;\n}\n[open] > summary::before {\n content: "▼";\n}\n';
var _ref = [], forEach = _ref.forEach, slice = _ref.slice;
if (!support.open) {
polyfillStyles();
polyfillProperties();
polyfillToggle();
polyfillAccessibility();
}
if (support.open && !support.toggle) {
polyfillToggleEvent();
}
function polyfillStyles() {
document.head.insertAdjacentHTML("afterbegin", "<style>" + styles + "\u003c/style>");
}
function polyfillProperties() {
var prototype = document.createElement("details").constructor.prototype;
var setAttribute = prototype.setAttribute, removeAttribute = prototype.removeAttribute;
var open = Object.getOwnPropertyDescriptor(prototype, "open");
Object.defineProperties(prototype, {
open: {
get: function get() {
if (this.tagName == "DETAILS") {
return this.hasAttribute("open");
} else {
if (open && open.get) {
return open.get.call(this);
}
}
},
set: function set(value) {
if (this.tagName == "DETAILS") {
return value ? this.setAttribute("open", "") : this.removeAttribute("open");
} else {
if (open && open.set) {
return open.set.call(this, value);
}
}
}
},
setAttribute: {
value: function value(name, _value) {
var _this = this;
var call = function call() {
return setAttribute.call(_this, name, _value);
};
if (name == "open" && this.tagName == "DETAILS") {
var wasOpen = this.hasAttribute("open");
var result = call();
if (!wasOpen) {
var summary = this.querySelector("summary");
if (summary) summary.setAttribute("aria-expanded", true);
triggerToggle(this);
}
return result;
}
return call();
}
},
removeAttribute: {
value: function value(name) {
var _this2 = this;
var call = function call() {
return removeAttribute.call(_this2, name);
};
if (name == "open" && this.tagName == "DETAILS") {
var wasOpen = this.hasAttribute("open");
var result = call();
if (wasOpen) {
var summary = this.querySelector("summary");
if (summary) summary.setAttribute("aria-expanded", false);
triggerToggle(this);
}
return result;
}
return call();
}
}
});
}
function polyfillToggle() {
onTogglingTrigger(function(element) {
element.hasAttribute("open") ? element.removeAttribute("open") : element.setAttribute("open", "");
});
}
function polyfillToggleEvent() {
if (window.MutationObserver) {
new MutationObserver(function(mutations) {
forEach.call(mutations, function(mutation) {
var target = mutation.target, attributeName = mutation.attributeName;
if (target.tagName == "DETAILS" && attributeName == "open") {
triggerToggle(target);
}
});
}).observe(document.documentElement, {
attributes: true,
subtree: true
});
} else {
onTogglingTrigger(function(element) {
var wasOpen = element.getAttribute("open");
setTimeout(function() {
var isOpen = element.getAttribute("open");
if (wasOpen != isOpen) {
triggerToggle(element);
}
}, 1);
});
}
}
function polyfillAccessibility() {
setAccessibilityAttributes(document);
if (window.MutationObserver) {
new MutationObserver(function(mutations) {
forEach.call(mutations, function(mutation) {
forEach.call(mutation.addedNodes, setAccessibilityAttributes);
});
}).observe(document.documentElement, {
subtree: true,
childList: true
});
} else {
document.addEventListener("DOMNodeInserted", function(event) {
setAccessibilityAttributes(event.target);
});
}
}
function setAccessibilityAttributes(root) {
findElementsWithTagName(root, "SUMMARY").forEach(function(summary) {
var details = findClosestElementWithTagName(summary, "DETAILS");
summary.setAttribute("aria-expanded", details.hasAttribute("open"));
if (!summary.hasAttribute("tabindex")) summary.setAttribute("tabindex", "0");
if (!summary.hasAttribute("role")) summary.setAttribute("role", "button");
});
}
function eventIsSignificant(event) {
return !(event.defaultPrevented || event.ctrlKey || event.metaKey || event.shiftKey || event.target.isContentEditable);
}
function onTogglingTrigger(callback) {
addEventListener("click", function(event) {
if (eventIsSignificant(event)) {
if (event.which <= 1) {
var element = findClosestElementWithTagName(event.target, "SUMMARY");
if (element && element.parentNode && element.parentNode.tagName == "DETAILS") {
callback(element.parentNode);
}
}
}
}, false);
addEventListener("keydown", function(event) {
if (eventIsSignificant(event)) {
if (event.keyCode == 13 || event.keyCode == 32) {
var element = findClosestElementWithTagName(event.target, "SUMMARY");
if (element && element.parentNode && element.parentNode.tagName == "DETAILS") {
callback(element.parentNode);
event.preventDefault();
}
}
}
}, false);
}
function triggerToggle(element) {
var event = document.createEvent("Event");
event.initEvent("toggle", false, false);
element.dispatchEvent(event);
}
function findElementsWithTagName(root, tagName) {
return (root.tagName == tagName ? [ root ] : []).concat(typeof root.getElementsByTagName == "function" ? slice.call(root.getElementsByTagName(tagName)) : []);
}
function findClosestElementWithTagName(element, tagName) {
if (typeof element.closest == "function") {
return element.closest(tagName);
} else {
while (element) {
if (element.tagName == tagName) {
return element;
} else {
element = element.parentNode;
}
}
}
}
})();
;
/**
* @license
* Copyright 2017 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS-IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
'use strict';
/* globals self CriticalRequestChainRenderer SnippetRenderer Util URL */
/** @typedef {import('./dom.js')} DOM */
const URL_PREFIXES = ['http://', 'https://', 'data:'];
class DetailsRenderer {
/**
* @param {DOM} dom
*/
constructor(dom) {
/** @type {DOM} */
this._dom = dom;
/** @type {ParentNode} */
this._templateContext; // eslint-disable-line no-unused-expressions
}
/**
* @param {ParentNode} context
*/
setTemplateContext(context) {
this._templateContext = context;
}
/**
* @param {LH.Audit.Details} details
* @return {Element|null}
*/
render(details) {
switch (details.type) {
case 'filmstrip':
return this._renderFilmstrip(details);
case 'list':
return this._renderList(details);
case 'table':
return this._renderTable(details);
case 'criticalrequestchain':
return CriticalRequestChainRenderer.render(this._dom, this._templateContext, details, this);
case 'opportunity':
return this._renderTable(details);
// Internal-only details, not for rendering.
case 'screenshot':
case 'debugdata':
return null;
default: {
// @ts-ignore tsc thinks this is unreachable, but be forward compatible
// with new unexpected detail types.
return this._renderUnknown(details.type, details);
}
}
}
/**
* @param {{value: number, granularity?: number}} details
* @return {Element}
*/
_renderBytes(details) {
// TODO: handle displayUnit once we have something other than 'kb'
const value = Util.formatBytesToKB(details.value, details.granularity);
return this._renderText(value);
}
/**
* @param {{value: number, granularity?: number, displayUnit?: string}} details
* @return {Element}
*/
_renderMilliseconds(details) {
let value = Util.formatMilliseconds(details.value, details.granularity);
if (details.displayUnit === 'duration') {
value = Util.formatDuration(details.value);
}
return this._renderText(value);
}
/**
* @param {string} text
* @return {HTMLElement}
*/
renderTextURL(text) {
const url = text;
let displayedPath;
let displayedHost;
let title;
try {
const parsed = Util.parseURL(url);
displayedPath = parsed.file === '/' ? parsed.origin : parsed.file;
displayedHost = parsed.file === '/' ? '' : `(${parsed.hostname})`;
title = url;
} catch (e) {
displayedPath = url;
}
const element = this._dom.createElement('div', 'lh-text__url');
element.appendChild(this._renderLink({text: displayedPath, url}));
if (displayedHost) {
const hostElem = this._renderText(displayedHost);
hostElem.classList.add('lh-text__url-host');
element.appendChild(hostElem);
}
if (title) {
element.title = url;
// set the url on the element's dataset which we use to check 3rd party origins
element.dataset.url = url;
}
return element;
}
/**
* @param {{text: string, url: string}} details
* @return {Element}
*/
_renderLink(details) {
const allowedProtocols = ['https:', 'http:'];
let url;
try {
url = new URL(details.url);
} catch (_) {}
if (!url || !allowedProtocols.includes(url.protocol)) {
// Fall back to just the link text if invalid or protocol not allowed.
return this._renderText(details.text);
}
const a = this._dom.createElement('a');
a.rel = 'noopener';
a.target = '_blank';
a.textContent = details.text;
a.href = url.href;
return a;
}
/**
* @param {string} text
* @return {Element}
*/
_renderText(text) {
const element = this._dom.createElement('div', 'lh-text');
element.textContent = text;
return element;
}
/**
* @param {string} text
* @return {Element}
*/
_renderNumeric(text) {
const element = this._dom.createElement('div', 'lh-numeric');
element.textContent = text;
return element;
}
/**
* Create small thumbnail with scaled down image asset.
* @param {string} details
* @return {Element}
*/
_renderThumbnail(details) {
const element = this._dom.createElement('img', 'lh-thumbnail');
const strValue = details;
element.src = strValue;
element.title = strValue;
element.alt = '';
return element;
}
/**
* @param {string} type
* @param {*} value
*/
_renderUnknown(type, value) {
// eslint-disable-next-line no-console
console.error(`Unknown details type: ${type}`, value);
const element = this._dom.createElement('details', 'lh-unknown');
this._dom.createChildOf(element, 'summary').textContent =
`We don't know how to render audit details of type \`${type}\`. ` +
'The Lighthouse version that collected this data is likely newer than the Lighthouse ' +
'version of the report renderer. Expand for the raw JSON.';
this._dom.createChildOf(element, 'pre').textContent = JSON.stringify(value, null, 2);
return element;
}
/**
* Render a details item value for embedding in a table. Renders the value
* based on the heading's valueType, unless the value itself has a `type`
* property to override it.
* @param {LH.Audit.Details.TableItem[string] | LH.Audit.Details.OpportunityItem[string]} value
* @param {LH.Audit.Details.OpportunityColumnHeading} heading
* @return {Element|null}
*/
_renderTableValue(value, heading) {
if (typeof value === 'undefined' || value === null) {
return null;
}
// First deal with the possible object forms of value.
if (typeof value === 'object') {
// The value's type overrides the heading's for this column.
switch (value.type) {
case 'code': {
return this._renderCode(value.value);
}
case 'link': {
return this._renderLink(value);
}
case 'node': {
return this.renderNode(value);
}
case 'url': {
return this.renderTextURL(value.value);
}
default: {
return this._renderUnknown(value.type, value);
}
}
}
// Next, deal with primitives.
switch (heading.valueType) {
case 'bytes': {
const numValue = Number(value);
return this._renderBytes({value: numValue, granularity: 1});
}
case 'code': {
const strValue = String(value);
return this._renderCode(strValue);
}
case 'ms': {
const msValue = {
value: Number(value),
granularity: heading.granularity,
displayUnit: heading.displayUnit,
};
return this._renderMilliseconds(msValue);
}
case 'numeric': {
const strValue = String(value);
return this._renderNumeric(strValue);
}
case 'text': {
const strValue = String(value);
return this._renderText(strValue);
}
case 'thumbnail': {
const strValue = String(value);
return this._renderThumbnail(strValue);
}
case 'timespanMs': {
const numValue = Number(value);
return this._renderMilliseconds({value: numValue});
}
case 'url': {
const strValue = String(value);
if (URL_PREFIXES.some(prefix => strValue.startsWith(prefix))) {
return this.renderTextURL(strValue);
} else {
// Fall back to <pre> rendering if not actually a URL.
return this._renderCode(strValue);
}
}
default: {
return this._renderUnknown(heading.valueType, value);
}
}
}
/**
* Get the headings of a table-like details object, converted into the
* OpportunityColumnHeading type until we have all details use the same
* heading format.
* @param {LH.Audit.Details.Table|LH.Audit.Details.Opportunity} tableLike
* @return {Array<LH.Audit.Details.OpportunityColumnHeading>} header
*/
_getCanonicalizedTableHeadings(tableLike) {
if (tableLike.type === 'opportunity') {
return tableLike.headings;
}
return tableLike.headings.map(heading => {
return {
key: heading.key,
label: heading.text,
valueType: heading.itemType,
displayUnit: heading.displayUnit,
granularity: heading.granularity,
};
});
}
/**
* @param {LH.Audit.Details.Table|LH.Audit.Details.Opportunity} details
* @return {Element}
*/
_renderTable(details) {
if (!details.items.length) return this._dom.createElement('span');
const tableElem = this._dom.createElement('table', 'lh-table');
const theadElem = this._dom.createChildOf(tableElem, 'thead');
const theadTrElem = this._dom.createChildOf(theadElem, 'tr');
const headings = this._getCanonicalizedTableHeadings(details);
for (const heading of headings) {
const valueType = heading.valueType || 'text';
const classes = `lh-table-column--${valueType}`;
const labelEl = this._dom.createElement('div', 'lh-text');
labelEl.textContent = heading.label;
this._dom.createChildOf(theadTrElem, 'th', classes).appendChild(labelEl);
}
const tbodyElem = this._dom.createChildOf(tableElem, 'tbody');
for (const row of details.items) {
const rowElem = this._dom.createChildOf(tbodyElem, 'tr');
for (const heading of headings) {
const value = row[heading.key];
const valueElement = this._renderTableValue(value, heading);
if (valueElement) {
const classes = `lh-table-column--${heading.valueType}`;
this._dom.createChildOf(rowElem, 'td', classes).appendChild(valueElement);
} else {
this._dom.createChildOf(rowElem, 'td', 'lh-table-column--empty');
}
}
}
return tableElem;
}
/**
* @param {LH.Audit.Details.List} details
* @return {Element}
*/
_renderList(details) {
const listContainer = this._dom.createElement('div', 'lh-list');
details.items.forEach(item => {
const snippetEl = SnippetRenderer.render(this._dom, this._templateContext, item, this);
listContainer.appendChild(snippetEl);
});
return listContainer;
}
/**
* @param {LH.Audit.Details.NodeValue} item
* @return {Element}
* @protected
*/
renderNode(item) {
const element = this._dom.createElement('span', 'lh-node');
if (item.nodeLabel) {
const nodeLabelEl = this._dom.createElement('div');
nodeLabelEl.textContent = item.nodeLabel;
element.appendChild(nodeLabelEl);
}
if (item.snippet) {
const snippetEl = this._dom.createElement('div');
snippetEl.classList.add('lh-node__snippet');
snippetEl.textContent = item.snippet;
element.appendChild(snippetEl);
}
if (item.selector) {
element.title = item.selector;
}
if (item.path) element.setAttribute('data-path', item.path);
if (item.selector) element.setAttribute('data-selector', item.selector);
if (item.snippet) element.setAttribute('data-snippet', item.snippet);
return element;
}
/**
* @param {LH.Audit.Details.Filmstrip} details
* @return {Element}
*/
_renderFilmstrip(details) {
const filmstripEl = this._dom.createElement('div', 'lh-filmstrip');
for (const thumbnail of details.items) {
const frameEl = this._dom.createChildOf(filmstripEl, 'div', 'lh-filmstrip__frame');
this._dom.createChildOf(frameEl, 'img', 'lh-filmstrip__thumbnail', {
src: thumbnail.data,
alt: `Screenshot`,
});
}
return filmstripEl;
}
/**
* @param {string} text
* @return {Element}
*/
_renderCode(text) {
const pre = this._dom.createElement('pre', 'lh-code');
pre.textContent = text;
return pre;
}
}
if (typeof module !== 'undefined' && module.exports) {
module.exports = DetailsRenderer;
} else {
self.DetailsRenderer = DetailsRenderer;
}
;
/**
* @license
* Copyright 2017 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS-IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
'use strict';
/**
* @fileoverview This file contains helpers for constructing and rendering the
* critical request chains network tree.
*/
/* globals self Util */
/** @typedef {import('./dom.js')} DOM */
class CriticalRequestChainRenderer {
/**
* Create render context for critical-request-chain tree display.
* @param {LH.Audit.SimpleCriticalRequestNode} tree
* @return {{tree: LH.Audit.SimpleCriticalRequestNode, startTime: number, transferSize: number}}
*/
static initTree(tree) {
let startTime = 0;
const rootNodes = Object.keys(tree);
if (rootNodes.length > 0) {
const node = tree[rootNodes[0]];
startTime = node.request.startTime;
}
return {tree, startTime, transferSize: 0};
}
/**
* Helper to create context for each critical-request-chain node based on its
* parent. Calculates if this node is the last child, whether it has any
* children itself and what the tree looks like all the way back up to the root,
* so the tree markers can be drawn correctly.
* @param {LH.Audit.SimpleCriticalRequestNode} parent
* @param {string} id
* @param {number} startTime
* @param {number} transferSize
* @param {Array<boolean>=} treeMarkers
* @param {boolean=} parentIsLastChild
* @return {CRCSegment}
*/
static createSegment(parent, id, startTime, transferSize, treeMarkers, parentIsLastChild) {
const node = parent[id];
const siblings = Object.keys(parent);
const isLastChild = siblings.indexOf(id) === (siblings.length - 1);
const hasChildren = !!node.children && Object.keys(node.children).length > 0;
// Copy the tree markers so that we don't change by reference.
const newTreeMarkers = Array.isArray(treeMarkers) ? treeMarkers.slice(0) : [];
// Add on the new entry.
if (typeof parentIsLastChild !== 'undefined') {
newTreeMarkers.push(!parentIsLastChild);
}
return {
node,
isLastChild,
hasChildren,
startTime,
transferSize: transferSize + node.request.transferSize,
treeMarkers: newTreeMarkers,
};
}
/**
* Creates the DOM for a tree segment.
* @param {DOM} dom
* @param {DocumentFragment} tmpl
* @param {CRCSegment} segment
* @param {DetailsRenderer} detailsRenderer
* @return {Node}
*/
static createChainNode(dom, tmpl, segment, detailsRenderer) {
const chainsEl = dom.cloneTemplate('#tmpl-lh-crc__chains', tmpl);
// Hovering over request shows full URL.
dom.find('.crc-node', chainsEl).setAttribute('title', segment.node.request.url);
const treeMarkeEl = dom.find('.crc-node__tree-marker', chainsEl);
// Construct lines and add spacers for sub requests.
segment.treeMarkers.forEach(separator => {
if (separator) {
treeMarkeEl.appendChild(dom.createElement('span', 'tree-marker vert'));
treeMarkeEl.appendChild(dom.createElement('span', 'tree-marker'));
} else {
treeMarkeEl.appendChild(dom.createElement('span', 'tree-marker'));
treeMarkeEl.appendChild(dom.createElement('span', 'tree-marker'));
}
});
if (segment.isLastChild) {
treeMarkeEl.appendChild(dom.createElement('span', 'tree-marker up-right'));
treeMarkeEl.appendChild(dom.createElement('span', 'tree-marker right'));
} else {
treeMarkeEl.appendChild(dom.createElement('span', 'tree-marker vert-right'));
treeMarkeEl.appendChild(dom.createElement('span', 'tree-marker right'));
}
if (segment.hasChildren) {
treeMarkeEl.appendChild(dom.createElement('span', 'tree-marker horiz-down'));
} else {
treeMarkeEl.appendChild(dom.createElement('span', 'tree-marker right'));
}
// Fill in url, host, and request size information.
const url = segment.node.request.url;
const linkEl = detailsRenderer.renderTextURL(url);
const treevalEl = dom.find('.crc-node__tree-value', chainsEl);
treevalEl.appendChild(linkEl);
if (!segment.hasChildren) {
const {startTime, endTime, transferSize} = segment.node.request;
const span = dom.createElement('span', 'crc-node__chain-duration');
span.textContent = ' - ' + Util.formatMilliseconds((endTime - startTime) * 1000) + ', ';
const span2 = dom.createElement('span', 'crc-node__chain-duration');
span2.textContent = Util.formatBytesToKB(transferSize, 0.01);
treevalEl.appendChild(span);
treevalEl.appendChild(span2);
}
return chainsEl;
}
/**
* Recursively builds a tree from segments.
* @param {DOM} dom
* @param {DocumentFragment} tmpl
* @param {CRCSegment} segment
* @param {Element} elem Parent element.
* @param {LH.Audit.Details.CriticalRequestChain} details
* @param {DetailsRenderer} detailsRenderer
*/
static buildTree(dom, tmpl, segment, elem, details, detailsRenderer) {
elem.appendChild(CRCRenderer.createChainNode(dom, tmpl, segment, detailsRenderer));
if (segment.node.children) {
for (const key of Object.keys(segment.node.children)) {
const childSegment = CRCRenderer.createSegment(segment.node.children, key,
segment.startTime, segment.transferSize, segment.treeMarkers, segment.isLastChild);
CRCRenderer.buildTree(dom, tmpl, childSegment, elem, details, detailsRenderer);
}
}
}
/**
* @param {DOM} dom
* @param {ParentNode} templateContext
* @param {LH.Audit.Details.CriticalRequestChain} details
* @param {DetailsRenderer} detailsRenderer
* @return {Element}
*/
static render(dom, templateContext, details, detailsRenderer) {
const tmpl = dom.cloneTemplate('#tmpl-lh-crc', templateContext);
const containerEl = dom.find('.lh-crc', tmpl);
// Fill in top summary.
dom.find('.crc-initial-nav', tmpl).textContent = Util.UIStrings.crcInitialNavigation;
dom.find('.lh-crc__longest_duration_label', tmpl).textContent =
Util.UIStrings.crcLongestDurationLabel;
dom.find('.lh-crc__longest_duration', tmpl).textContent =
Util.formatMilliseconds(details.longestChain.duration);
// Construct visual tree.
const root = CRCRenderer.initTree(details.chains);
for (const key of Object.keys(root.tree)) {
const segment = CRCRenderer.createSegment(root.tree, key, root.startTime, root.transferSize);
CRCRenderer.buildTree(dom, tmpl, segment, containerEl, details, detailsRenderer);
}
return dom.find('.lh-crc-container', tmpl);
}
}
// Alias b/c the name is really long.
const CRCRenderer = CriticalRequestChainRenderer;
// Allow Node require()'ing.
if (typeof module !== 'undefined' && module.exports) {
module.exports = CriticalRequestChainRenderer;
} else {
self.CriticalRequestChainRenderer = CriticalRequestChainRenderer;
}
/** @typedef {{
node: LH.Audit.SimpleCriticalRequestNode[string],
isLastChild: boolean,
hasChildren: boolean,
startTime: number,
transferSize: number,
treeMarkers: Array<boolean>
}} CRCSegment
*/
;
/**
* @license Copyright 2019 Google Inc. All Rights Reserved.
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
*/
'use strict';
/* globals self, Util */
/** @typedef {import('./details-renderer')} DetailsRenderer */
/** @enum {number} */
const LineVisibility = {
/** Show regardless of whether the snippet is collapsed or expanded */
ALWAYS: 0,
WHEN_COLLAPSED: 1,
WHEN_EXPANDED: 2,
};
/** @enum {number} */
const LineContentType = {
/** A line of content */
CONTENT_NORMAL: 0,
/** A line of content that's emphasized by setting the CSS background color */
CONTENT_HIGHLIGHTED: 1,
/** Use when some lines are hidden, shows the "..." placeholder */
PLACEHOLDER: 2,
/** A message about a line of content or the snippet in general */
MESSAGE: 3,
};
/** @typedef {{
content: string;
lineNumber: string | number;
contentType: LineContentType;
truncated?: boolean;
visibility?: LineVisibility;
}} LineDetails */
const classNamesByContentType = {
[LineContentType.CONTENT_NORMAL]: ['lh-snippet__line--content'],
[LineContentType.CONTENT_HIGHLIGHTED]: [
'lh-snippet__line--content',
'lh-snippet__line--content-highlighted',
],
[LineContentType.PLACEHOLDER]: ['lh-snippet__line--placeholder'],
[LineContentType.MESSAGE]: ['lh-snippet__line--message'],
};
/**
* @param {LH.Audit.Details.SnippetValue['lines']} lines
* @param {number} lineNumber
* @return {{line?: LH.Audit.Details.SnippetValue['lines'][0], previousLine?: LH.Audit.Details.SnippetValue['lines'][0]}}
*/
function getLineAndPreviousLine(lines, lineNumber) {
return {
line: lines.find(l => l.lineNumber === lineNumber),
previousLine: lines.find(l => l.lineNumber === lineNumber - 1),
};
}
/**
* @param {LH.Audit.Details.SnippetValue["lineMessages"]} messages
* @param {number} lineNumber
*/
function getMessagesForLineNumber(messages, lineNumber) {
return messages.filter(h => h.lineNumber === lineNumber);
}
/**
* @param {LH.Audit.Details.SnippetValue} details
* @return {LH.Audit.Details.SnippetValue['lines']}
*/
function getLinesWhenCollapsed(details) {
const SURROUNDING_LINES_TO_SHOW_WHEN_COLLAPSED = 2;
return Util.filterRelevantLines(
details.lines,
details.lineMessages,
SURROUNDING_LINES_TO_SHOW_WHEN_COLLAPSED
);
}
/**
* Render snippet of text with line numbers and annotations.
* By default we only show a few lines around each annotation and the user
* can click "Expand snippet" to show more.
* Content lines with annotations are highlighted.
*/
class SnippetRenderer {
/**
* @param {DOM} dom
* @param {DocumentFragment} tmpl
* @param {LH.Audit.Details.SnippetValue} details
* @param {DetailsRenderer} detailsRenderer
* @param {function} toggleExpandedFn
* @return {DocumentFragment}
*/
static renderHeader(dom, tmpl, details, detailsRenderer, toggleExpandedFn) {
const linesWhenCollapsed = getLinesWhenCollapsed(details);
const canExpand = linesWhenCollapsed.length < details.lines.length;
const header = dom.cloneTemplate('#tmpl-lh-snippet__header', tmpl);
dom.find('.lh-snippet__title', header).textContent = details.title;
const {
snippetCollapseButtonLabel,
snippetExpandButtonLabel,
} = Util.UIStrings;
dom.find(
'.lh-snippet__btn-label-collapse',
header
).textContent = snippetCollapseButtonLabel;
dom.find(
'.lh-snippet__btn-label-expand',
header
).textContent = snippetExpandButtonLabel;
const toggleExpandButton = dom.find('.lh-snippet__toggle-expand', header);
// If we're already showing all the available lines of the snippet, we don't need an
// expand/collapse button and can remove it from the DOM.
// If we leave the button in though, wire up the click listener to toggle visibility!
if (!canExpand) {
toggleExpandButton.remove();
} else {
toggleExpandButton.addEventListener('click', () => toggleExpandedFn());
}
// We only show the source node of the snippet in DevTools because then the user can
// access the full element detail. Just being able to see the outer HTML isn't very useful.
if (details.node && dom.isDevTools()) {
const nodeContainer = dom.find('.lh-snippet__node', header);
nodeContainer.appendChild(detailsRenderer.renderNode(details.node));
}
return header;
}
/**
* Renders a line (text content, message, or placeholder) as a DOM element.
* @param {DOM} dom
* @param {DocumentFragment} tmpl
* @param {LineDetails} lineDetails
* @return {Element}
*/
static renderSnippetLine(
dom,
tmpl,
{content, lineNumber, truncated, contentType, visibility}
) {
const clonedTemplate = dom.cloneTemplate('#tmpl-lh-snippet__line', tmpl);
const contentLine = dom.find('.lh-snippet__line', clonedTemplate);
const {classList} = contentLine;
classNamesByContentType[contentType].forEach(typeClass =>
classList.add(typeClass)
);
if (visibility === LineVisibility.WHEN_COLLAPSED) {
classList.add('lh-snippet__show-if-collapsed');
} else if (visibility === LineVisibility.WHEN_EXPANDED) {
classList.add('lh-snippet__show-if-expanded');
}
const lineContent = content + (truncated ? '…' : '');
const lineContentEl = dom.find('.lh-snippet__line code', contentLine);
if (contentType === LineContentType.MESSAGE) {
lineContentEl.appendChild(dom.convertMarkdownLinkSnippets(lineContent));
} else {
lineContentEl.textContent = lineContent;
}
dom.find(
'.lh-snippet__line-number',
contentLine
).textContent = lineNumber.toString();
return contentLine;
}
/**
* @param {DOM} dom
* @param {DocumentFragment} tmpl
* @param {{message: string}} message
* @return {Element}
*/
static renderMessage(dom, tmpl, message) {
return SnippetRenderer.renderSnippetLine(dom, tmpl, {
lineNumber: ' ',
content: message.message,
contentType: LineContentType.MESSAGE,
});
}
/**
* @param {DOM} dom
* @param {DocumentFragment} tmpl
* @param {LineVisibility} visibility
* @return {Element}
*/
static renderOmittedLinesPlaceholder(dom, tmpl, visibility) {
return SnippetRenderer.renderSnippetLine(dom, tmpl, {
lineNumber: '…',
content: '',
visibility,
contentType: LineContentType.PLACEHOLDER,
});
}
/**
* @param {DOM} dom
* @param {DocumentFragment} tmpl
* @param {LH.Audit.Details.SnippetValue} details
* @return {DocumentFragment}
*/
static renderSnippetContent(dom, tmpl, details) {
const template = dom.cloneTemplate('#tmpl-lh-snippet__content', tmpl);
const snippetEl = dom.find('.lh-snippet__snippet-inner', template);
// First render messages that don't belong to specific lines
details.generalMessages.forEach(m =>
snippetEl.append(SnippetRenderer.renderMessage(dom, tmpl, m))
);
// Then render the lines and their messages, as well as placeholders where lines are omitted
snippetEl.append(SnippetRenderer.renderSnippetLines(dom, tmpl, details));
return template;
}
/**
* @param {DOM} dom
* @param {DocumentFragment} tmpl
* @param {LH.Audit.Details.SnippetValue} details
* @return {DocumentFragment}
*/
static renderSnippetLines(dom, tmpl, details) {
const {lineMessages, generalMessages, lineCount, lines} = details;
const linesWhenCollapsed = getLinesWhenCollapsed(details);
const hasOnlyGeneralMessages =
generalMessages.length > 0 && lineMessages.length === 0;
const lineContainer = dom.createFragment();
// When a line is not shown in the collapsed state we try to see if we also need an
// omitted lines placeholder for the expanded state, rather than rendering two separate
// placeholders.
let hasPendingOmittedLinesPlaceholderForCollapsedState = false;
for (let lineNumber = 1; lineNumber <= lineCount; lineNumber++) {
const {line, previousLine} = getLineAndPreviousLine(lines, lineNumber);
const {
line: lineWhenCollapsed,
previousLine: previousLineWhenCollapsed,
} = getLineAndPreviousLine(linesWhenCollapsed, lineNumber);
const showLineWhenCollapsed = !!lineWhenCollapsed;
const showPreviousLineWhenCollapsed = !!previousLineWhenCollapsed;
// If we went from showing lines in the collapsed state to not showing them
// we need to render a placeholder
if (showPreviousLineWhenCollapsed && !showLineWhenCollapsed) {
hasPendingOmittedLinesPlaceholderForCollapsedState = true;
}
// If we are back to lines being visible in the collapsed and the placeholder
// hasn't been rendered yet then render it now
if (
showLineWhenCollapsed &&
hasPendingOmittedLinesPlaceholderForCollapsedState
) {
lineContainer.append(
SnippetRenderer.renderOmittedLinesPlaceholder(
dom,
tmpl,
LineVisibility.WHEN_COLLAPSED
)
);
hasPendingOmittedLinesPlaceholderForCollapsedState = false;
}
// Render omitted lines placeholder if we have not already rendered one for this gap
const isFirstOmittedLineWhenExpanded = !line && !!previousLine;
const isFirstLineOverallAndIsOmittedWhenExpanded =
!line && lineNumber === 1;
if (
isFirstOmittedLineWhenExpanded ||
isFirstLineOverallAndIsOmittedWhenExpanded
) {
// In the collapsed state we don't show omitted lines placeholders around
// the edges of the snippet
const hasRenderedAllLinesVisibleWhenCollapsed = !linesWhenCollapsed.some(
l => l.lineNumber > lineNumber
);
const onlyShowWhenExpanded =
hasRenderedAllLinesVisibleWhenCollapsed || lineNumber === 1;
lineContainer.append(
SnippetRenderer.renderOmittedLinesPlaceholder(
dom,
tmpl,
onlyShowWhenExpanded
? LineVisibility.WHEN_EXPANDED
: LineVisibility.ALWAYS
)
);
hasPendingOmittedLinesPlaceholderForCollapsedState = false;
}
if (!line) {
// Can't render the line if we don't know its content (instead we've rendered a placeholder)
continue;
}
// Now render the line and any messages
const messages = getMessagesForLineNumber(lineMessages, lineNumber);
const highlightLine = messages.length > 0 || hasOnlyGeneralMessages;
const contentLineDetails = Object.assign({}, line, {
contentType: highlightLine
? LineContentType.CONTENT_HIGHLIGHTED
: LineContentType.CONTENT_NORMAL,
visibility: lineWhenCollapsed
? LineVisibility.ALWAYS
: LineVisibility.WHEN_EXPANDED,
});
lineContainer.append(
SnippetRenderer.renderSnippetLine(dom, tmpl, contentLineDetails)
);
messages.forEach(message => {
lineContainer.append(SnippetRenderer.renderMessage(dom, tmpl, message));
});
}
return lineContainer;
}
/**
* @param {DOM} dom
* @param {ParentNode} templateContext
* @param {LH.Audit.Details.SnippetValue} details
* @param {DetailsRenderer} detailsRenderer
* @return {Element}
*/
static render(dom, templateContext, details, detailsRenderer) {
const tmpl = dom.cloneTemplate('#tmpl-lh-snippet', templateContext);
const snippetEl = dom.find('.lh-snippet', tmpl);
const header = SnippetRenderer.renderHeader(
dom,
tmpl,
details,
detailsRenderer,
() => snippetEl.classList.toggle('lh-snippet--expanded')
);
const content = SnippetRenderer.renderSnippetContent(dom, tmpl, details);
snippetEl.append(header, content);
return snippetEl;
}
}
// Allow Node require()'ing.
if (typeof module !== 'undefined' && module.exports) {
module.exports = SnippetRenderer;
} else {
self.SnippetRenderer = SnippetRenderer;
}
;
/**
* @license Copyright 2017 Google Inc. All Rights Reserved.
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
*/
'use strict';
/* global URL */
/**
* @fileoverview
* @suppress {reportUnknownTypes}
*/
/**
* Generate a filenamePrefix of hostname_YYYY-MM-DD_HH-MM-SS
* Date/time uses the local timezone, however Node has unreliable ICU
* support, so we must construct a YYYY-MM-DD date format manually. :/
* @param {{finalUrl: string, fetchTime: string}} lhr
* @return {string}
*/
function getFilenamePrefix(lhr) {
const hostname = new URL(lhr.finalUrl).hostname;
const date = (lhr.fetchTime && new Date(lhr.fetchTime)) || new Date();
const timeStr = date.toLocaleTimeString('en-US', {hour12: false});
const dateParts = date.toLocaleDateString('en-US', {
year: 'numeric', month: '2-digit', day: '2-digit',
}).split('/');
// @ts-ignore - parts exists
dateParts.unshift(dateParts.pop());
const dateStr = dateParts.join('-');
const filenamePrefix = `${hostname}_${dateStr}_${timeStr}`;
// replace characters that are unfriendly to filenames
return filenamePrefix.replace(/[/?<>\\:*|"]/g, '-');
}
// don't attempt to export in the browser.
if (typeof module !== 'undefined' && module.exports) {
module.exports = {getFilenamePrefix};
}
;
/**
* @license
* Copyright 2017 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS-IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
'use strict';
/**
* Logs messages via a UI butter.
*/
class Logger {
/**
* @param {Element} element
*/
constructor(element) {
/** @type {Element} */
this.el = element;
this._id = undefined;
}
/**
* Shows a butter bar.
* @param {string} msg The message to show.
* @param {boolean=} autoHide True to hide the message after a duration.
* Default is true.
*/
log(msg, autoHide = true) {
this._id && clearTimeout(this._id);
this.el.textContent = msg;
this.el.classList.add('show');
if (autoHide) {
this._id = setTimeout(_ => {
this.el.classList.remove('show');
}, 7000);
}
}
/**
* @param {string} msg
*/
warn(msg) {
this.log('Warning: ' + msg);
}
/**
* @param {string} msg
*/
error(msg) {
this.log(msg);
// Rethrow to make sure it's auditable as an error, but in a setTimeout so page
// recovers gracefully and user can try loading a report again.
setTimeout(_ => {
throw new Error(msg);
}, 0);
}
/**
* Explicitly hides the butter bar.
*/
hide() {
this._id && clearTimeout(this._id);
this.el.classList.remove('show');
}
}
if (typeof module !== 'undefined' && module.exports) {
module.exports = Logger;
}
;
/**
* @license
* Copyright 2017 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS-IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
'use strict';
/* eslint-env browser */
/**
* @fileoverview Adds tools button, print, and other dynamic functionality to
* the report.
*/
/* globals getFilenamePrefix Util */
/**
* @param {HTMLTableElement} tableEl
* @return {Array<HTMLTableRowElement>}
*/
function getTableRows(tableEl) {
return Array.from(tableEl.tBodies[0].rows);
}
class ReportUIFeatures {
/**
* @param {DOM} dom
*/
constructor(dom) {
/** @type {LH.Result} */
this.json; // eslint-disable-line no-unused-expressions
/** @type {DOM} */
this._dom = dom;
/** @type {Document} */
this._document = this._dom.document();
/** @type {ParentNode} */
this._templateContext = this._dom.document();
/** @type {DropDown} */
this._dropDown = new DropDown(this._dom);
/** @type {boolean} */
this._copyAttempt = false;
/** @type {HTMLElement} */
this.topbarEl; // eslint-disable-line no-unused-expressions
/** @type {HTMLElement} */
this.scoreScaleEl; // eslint-disable-line no-unused-expressions
/** @type {HTMLElement} */
this.stickyHeaderEl; // eslint-disable-line no-unused-expressions
/** @type {HTMLElement} */
this.highlightEl; // eslint-disable-line no-unused-expressions
this.onMediaQueryChange = this.onMediaQueryChange.bind(this);
this.onCopy = this.onCopy.bind(this);
this.onDropDownMenuClick = this.onDropDownMenuClick.bind(this);
this.onKeyUp = this.onKeyUp.bind(this);
this.collapseAllDetails = this.collapseAllDetails.bind(this);
this.expandAllDetails = this.expandAllDetails.bind(this);
this._toggleDarkTheme = this._toggleDarkTheme.bind(this);
this._updateStickyHeaderOnScroll = this._updateStickyHeaderOnScroll.bind(this);
}
/**
* Adds tools button, print, and other functionality to the report. The method
* should be called whenever the report needs to be re-rendered.
* @param {LH.Result} report
*/
initFeatures(report) {
this.json = report;
this._setupMediaQueryListeners();
this._dropDown.setup(this.onDropDownMenuClick);
this._setupThirdPartyFilter();
this._setUpCollapseDetailsAfterPrinting();
this._resetUIState();
this._document.addEventListener('keyup', this.onKeyUp);
this._document.addEventListener('copy', this.onCopy);
const topbarLogo = this._dom.find('.lh-topbar__logo', this._document);
topbarLogo.addEventListener('click', () => this._toggleDarkTheme());
let turnOffTheLights = false;
// Do not query the system preferences for DevTools - DevTools should only apply dark theme
// if dark is selected in the settings panel.
if (!this._dom.isDevTools() && window.matchMedia('(prefers-color-scheme: dark)').matches) {
turnOffTheLights = true;
}
// Fireworks.
const scoresAll100 = Object.values(report.categories).every(cat => cat.score === 1);
const hasAllCoreCategories =
Object.keys(report.categories).filter(id => !Util.isPluginCategory(id)).length >= 5;
if (scoresAll100 && hasAllCoreCategories) {
turnOffTheLights = true;
this._enableFireworks();
}
if (turnOffTheLights) {
this._toggleDarkTheme(true);
}
// There is only a sticky header when at least 2 categories are present.
if (Object.keys(this.json.categories).length >= 2) {
this._setupStickyHeaderElements();
const containerEl = this._dom.find('.lh-container', this._document);
const elToAddScrollListener = this._getScrollParent(containerEl);
elToAddScrollListener.addEventListener('scroll', this._updateStickyHeaderOnScroll);
// Use ResizeObserver where available.
// TODO: there is an issue with incorrect position numbers and, as a result, performance
// issues due to layout thrashing.
// See https://github.com/GoogleChrome/lighthouse/pull/9023/files#r288822287 for details.
// For now, limit to DevTools.
if (this._dom.isDevTools()) {
const resizeObserver = new window.ResizeObserver(this._updateStickyHeaderOnScroll);
resizeObserver.observe(containerEl);
} else {
window.addEventListener('resize', this._updateStickyHeaderOnScroll);
}
}
// Show the metric descriptions by default when there is an error.
const hasMetricError = report.categories.performance && report.categories.performance.auditRefs
.some(audit => Boolean(audit.group === 'metrics' && report.audits[audit.id].errorMessage));
if (hasMetricError) {
const toggleInputEl = /** @type {HTMLInputElement} */ (
this._dom.find('.lh-metrics-toggle__input', this._document));
toggleInputEl.checked = true;
}
}
/**
* Define a custom element for <templates> to be extracted from. For example:
* this.setTemplateContext(new DOMParser().parseFromString(htmlStr, 'text/html'))
* @param {ParentNode} context
*/
setTemplateContext(context) {
this._templateContext = context;
}
/**
* Finds the first scrollable ancestor of `element`. Falls back to the document.
* @param {HTMLElement} element
* @return {Node}
*/
_getScrollParent(element) {
const {overflowY} = window.getComputedStyle(element);
const isScrollable = overflowY !== 'visible' && overflowY !== 'hidden';
if (isScrollable) {
return element;
}
if (element.parentElement) {
return this._getScrollParent(element.parentElement);
}
return document;
}
_enableFireworks() {
const scoresContainer = this._dom.find('.lh-scores-container', this._document);
scoresContainer.classList.add('score100');
scoresContainer.addEventListener('click', _ => {
scoresContainer.classList.toggle('fireworks-paused');
});
}
/**
* Fires a custom DOM event on target.
* @param {string} name Name of the event.
* @param {Node=} target DOM node to fire the event on.
* @param {*=} detail Custom data to include.
*/
_fireEventOn(name, target = this._document, detail) {
const event = new CustomEvent(name, detail ? {detail} : undefined);
target.dispatchEvent(event);
}
_setupMediaQueryListeners() {
const mediaQuery = self.matchMedia('(max-width: 500px)');
mediaQuery.addListener(this.onMediaQueryChange);
// Ensure the handler is called on init
this.onMediaQueryChange(mediaQuery);
}
/**
* Handle media query change events.
* @param {MediaQueryList|MediaQueryListEvent} mql
*/
onMediaQueryChange(mql) {
const root = this._dom.find('.lh-root', this._document);
root.classList.toggle('lh-narrow', mql.matches);
}
_setupThirdPartyFilter() {
// Some audits should not display the third party filter option.
const thirdPartyFilterAuditExclusions = [
// This audit deals explicitly with third party resources.
'uses-rel-preconnect',
];
// Get all tables with a text url column.
/** @type {Array<HTMLTableElement>} */
const tables = Array.from(this._document.querySelectorAll('.lh-table'));
const tablesWithUrls = tables
.filter(el => el.querySelector('td.lh-table-column--url'))
.filter(el => {
const containingAudit = el.closest('.lh-audit');
if (!containingAudit) throw new Error('.lh-table not within audit');
return !thirdPartyFilterAuditExclusions.includes(containingAudit.id);
});
tablesWithUrls.forEach((tableEl, index) => {
const urlItems = this._getUrlItems(tableEl);
const thirdPartyRows = this._getThirdPartyRows(tableEl, urlItems, this.json.finalUrl);
// create input box
const filterTemplate = this._dom.cloneTemplate('#tmpl-lh-3p-filter', this._templateContext);
const filterInput =
/** @type {HTMLInputElement} */ (this._dom.find('input', filterTemplate));
const id = `lh-3p-filter-label--${index}`;
filterInput.id = id;
filterInput.addEventListener('change', e => {
// Remove rows from the dom and keep track of them to re-add on uncheck.
// Why removing instead of hiding? To keep nth-child(even) background-colors working.
if (e.target instanceof HTMLInputElement && !e.target.checked) {
for (const row of thirdPartyRows.values()) {
row.remove();
}
} else {
// Add row elements back to original positions.
for (const [position, row] of thirdPartyRows.entries()) {
const childrenArr = getTableRows(tableEl);
tableEl.tBodies[0].insertBefore(row, childrenArr[position]);
}
}
});
this._dom.find('label', filterTemplate).setAttribute('for', id);
this._dom.find('.lh-3p-filter-count', filterTemplate).textContent =
`${thirdPartyRows.size}`;
this._dom.find('.lh-3p-ui-string', filterTemplate).textContent =
Util.UIStrings.thirdPartyResourcesLabel;
// If all or none of the rows are 3rd party, disable the checkbox.
if (thirdPartyRows.size === urlItems.length || !thirdPartyRows.size) {
filterInput.disabled = true;
filterInput.checked = thirdPartyRows.size === urlItems.length;
}
// Finally, add checkbox to the DOM.
if (!tableEl.parentNode) return; // Keep tsc happy.
tableEl.parentNode.insertBefore(filterTemplate, tableEl);
});
}
/**
* From a table with URL entries, finds the rows containing third-party URLs
* and returns a Map of those rows, mapping from row index to row Element.
* @param {HTMLTableElement} el
* @param {string} finalUrl
* @param {Array<HTMLElement>} urlItems
* @return {Map<number, HTMLTableRowElement>}
*/
_getThirdPartyRows(el, urlItems, finalUrl) {
const finalUrlRootDomain = Util.getRootDomain(finalUrl);
/** @type {Map<number, HTMLTableRowElement>} */
const thirdPartyRows = new Map();
for (const urlItem of urlItems) {
const datasetUrl = urlItem.dataset.url;
if (!datasetUrl) continue;
const isThirdParty = Util.getRootDomain(datasetUrl) !== finalUrlRootDomain;
if (!isThirdParty) continue;
const urlRowEl = urlItem.closest('tr');
if (urlRowEl) {
const rowPosition = getTableRows(el).indexOf(urlRowEl);
thirdPartyRows.set(rowPosition, urlRowEl);
}
}
return thirdPartyRows;
}
/**
* From a table, finds and returns URL items.
* @param {HTMLTableElement} tableEl
* @return {Array<HTMLElement>}
*/
_getUrlItems(tableEl) {
return this._dom.findAll('.lh-text__url', tableEl);
}
_setupStickyHeaderElements() {
this.topbarEl = this._dom.find('.lh-topbar', this._document);
this.scoreScaleEl = this._dom.find('.lh-scorescale', this._document);
this.stickyHeaderEl = this._dom.find('.lh-sticky-header', this._document);
// Highlighter will be absolutely positioned at first gauge, then transformed on scroll.
this.highlightEl = this._dom.createChildOf(this.stickyHeaderEl, 'div', 'lh-highlighter');
}
/**
* Handle copy events.
* @param {ClipboardEvent} e
*/
onCopy(e) {
// Only handle copy button presses (e.g. ignore the user copying page text).
if (this._copyAttempt && e.clipboardData) {
// We want to write our own data to the clipboard, not the user's text selection.
e.preventDefault();
e.clipboardData.setData('text/plain', JSON.stringify(this.json, null, 2));
this._fireEventOn('lh-log', this._document, {
cmd: 'log', msg: 'Report JSON copied to clipboard',
});
}
this._copyAttempt = false;
}
/**
* Copies the report JSON to the clipboard (if supported by the browser).
*/
onCopyButtonClick() {
this._fireEventOn('lh-analytics', this._document, {
cmd: 'send',
fields: {hitType: 'event', eventCategory: 'report', eventAction: 'copy'},
});
try {
if (this._document.queryCommandSupported('copy')) {
this._copyAttempt = true;
// Note: In Safari 10.0.1, execCommand('copy') returns true if there's
// a valid text selection on the page. See http://caniuse.com/#feat=clipboard.
if (!this._document.execCommand('copy')) {
this._copyAttempt = false; // Prevent event handler from seeing this as a copy attempt.
this._fireEventOn('lh-log', this._document, {
cmd: 'warn', msg: 'Your browser does not support copy to clipboard.',
});
}
}
} catch (/** @type {Error} */ e) {
this._copyAttempt = false;
this._fireEventOn('lh-log', this._document, {cmd: 'log', msg: e.message});
}
}
/**
* Resets the state of page before capturing the page for export.
* When the user opens the exported HTML page, certain UI elements should
* be in their closed state (not opened) and the templates should be unstamped.
*/
_resetUIState() {
this._dropDown.close();
this._dom.resetTemplates();
}
/**
* Handler for tool button.
* @param {Event} e
*/
onDropDownMenuClick(e) {
e.preventDefault();
const el = /** @type {?Element} */ (e.target);
if (!el || !el.hasAttribute('data-action')) {
return;
}
switch (el.getAttribute('data-action')) {
case 'copy':
this.onCopyButtonClick();
break;
case 'print-summary':
this.collapseAllDetails();
this._print();
break;
case 'print-expanded':
this.expandAllDetails();
this._print();
break;
case 'save-json': {
const jsonStr = JSON.stringify(this.json, null, 2);
this._saveFile(new Blob([jsonStr], {type: 'application/json'}));
break;
}
case 'save-html': {
const htmlStr = this.getReportHtml();
try {
this._saveFile(new Blob([htmlStr], {type: 'text/html'}));
} catch (/** @type {Error} */ e) {
this._fireEventOn('lh-log', this._document, {
cmd: 'error', msg: 'Could not export as HTML. ' + e.message,
});
}
break;
}
case 'open-viewer': {
const viewerPath = '/lighthouse/viewer/';
ReportUIFeatures.openTabAndSendJsonReport(this.json, viewerPath);
break;
}
case 'save-gist': {
this.saveAsGist();
break;
}
case 'toggle-dark': {
this._toggleDarkTheme();
break;
}
}
this._dropDown.close();
}
_print() {
self.print();
}
/**
* Keyup handler for the document.
* @param {KeyboardEvent} e
*/
onKeyUp(e) {
// Ctrl+P - Expands audit details when user prints via keyboard shortcut.
if ((e.ctrlKey || e.metaKey) && e.keyCode === 80) {
this._dropDown.close();
}
}
/**
* Opens a new tab to the online viewer and sends the local page's JSON results
* to the online viewer using postMessage.
* @param {LH.Result} reportJson
* @param {string} viewerPath
* @protected
*/
static openTabAndSendJsonReport(reportJson, viewerPath) {
const VIEWER_ORIGIN = 'https://googlechrome.github.io';
// Chrome doesn't allow us to immediately postMessage to a popup right
// after it's created. Normally, we could also listen for the popup window's
// load event, however it is cross-domain and won't fire. Instead, listen
// for a message from the target app saying "I'm open".
const json = reportJson;
window.addEventListener('message', function msgHandler(messageEvent) {
if (messageEvent.origin !== VIEWER_ORIGIN) {
return;
}
if (popup && messageEvent.data.opened) {
popup.postMessage({lhresults: json}, VIEWER_ORIGIN);
window.removeEventListener('message', msgHandler);
}
});
// The popup's window.name is keyed by version+url+fetchTime, so we reuse/select tabs correctly
// @ts-ignore - If this is a v2 LHR, use old `generatedTime`.
const fallbackFetchTime = /** @type {string} */ (json.generatedTime);
const fetchTime = json.fetchTime || fallbackFetchTime;
const windowName = `${json.lighthouseVersion}-${json.requestedUrl}-${fetchTime}`;
const popup = window.open(`${VIEWER_ORIGIN}${viewerPath}`, windowName);
}
/**
* Expands all audit `<details>`.
* Ideally, a print stylesheet could take care of this, but CSS has no way to
* open a `<details>` element.
*/
expandAllDetails() {
const details = /** @type {Array<HTMLDetailsElement>} */ (this._dom.findAll(
'.lh-categories details', this._document));
details.map(detail => detail.open = true);
}
/**
* Collapses all audit `<details>`.
* open a `<details>` element.
*/
collapseAllDetails() {
const details = /** @type {Array<HTMLDetailsElement>} */ (this._dom.findAll(
'.lh-categories details', this._document));
details.map(detail => detail.open = false);
}
/**
* Sets up listeners to collapse audit `<details>` when the user closes the
* print dialog, all `<details>` are collapsed.
*/
_setUpCollapseDetailsAfterPrinting() {
// FF and IE implement these old events.
if ('onbeforeprint' in self) {
self.addEventListener('afterprint', this.collapseAllDetails);
} else {
const win = /** @type {Window} */ (self);
// Note: FF implements both window.onbeforeprint and media listeners. However,
// it doesn't matchMedia doesn't fire when matching 'print'.
win.matchMedia('print').addListener(mql => {
if (mql.matches) {
this.expandAllDetails();
} else {
this.collapseAllDetails();
}
});
}
}
/**
* Returns the html that recreates this report.
* @return {string}
* @protected
*/
getReportHtml() {
this._resetUIState();
return this._document.documentElement.outerHTML;
}
/**
* Save json as a gist. Unimplemented in base UI features.
* @protected
*/
saveAsGist() {
throw new Error('Cannot save as gist from base report');
}
/**
* Downloads a file (blob) using a[download].
* @param {Blob|File} blob The file to save.
* @private
*/
_saveFile(blob) {
const filename = getFilenamePrefix({
finalUrl: this.json.finalUrl,
fetchTime: this.json.fetchTime,
});
const ext = blob.type.match('json') ? '.json' : '.html';
const href = URL.createObjectURL(blob);
const a = this._dom.createElement('a');
a.download = `${filename}${ext}`;
a.href = href;
this._document.body.appendChild(a); // Firefox requires anchor to be in the DOM.
a.click();
// cleanup.
this._document.body.removeChild(a);
setTimeout(_ => URL.revokeObjectURL(href), 500);
}
/**
* @private
* @param {boolean} [force]
*/
_toggleDarkTheme(force) {
const el = this._dom.find('.lh-vars', this._document);
// This seems unnecessary, but in DevTools, passing "undefined" as the second
// parameter acts like passing "false".
// https://github.com/ChromeDevTools/devtools-frontend/blob/dd6a6d4153647c2a4203c327c595692c5e0a4256/front_end/dom_extension/DOMExtension.js#L809-L819
if (typeof force === 'undefined') {
el.classList.toggle('dark');
} else {
el.classList.toggle('dark', force);
}
}
_updateStickyHeaderOnScroll() {
// Show sticky header when the score scale begins to go underneath the topbar.
const topbarBottom = this.topbarEl.getBoundingClientRect().bottom;
const scoreScaleTop = this.scoreScaleEl.getBoundingClientRect().top;
const showStickyHeader = topbarBottom >= scoreScaleTop;
// Highlight mini gauge when section is in view.
// In view = the last category that starts above the middle of the window.
const categoryEls = Array.from(this._document.querySelectorAll('.lh-category'));
const categoriesAboveTheMiddle =
categoryEls.filter(el => el.getBoundingClientRect().top - window.innerHeight / 2 < 0);
const highlightIndex =
categoriesAboveTheMiddle.length > 0 ? categoriesAboveTheMiddle.length - 1 : 0;
// Category order matches gauge order in sticky header.
const gaugeWrapperEls = this.stickyHeaderEl.querySelectorAll('.lh-gauge__wrapper');
const gaugeToHighlight = gaugeWrapperEls[highlightIndex];
const origin = gaugeWrapperEls[0].getBoundingClientRect().left;
const offset = gaugeToHighlight.getBoundingClientRect().left - origin;
// Mutate at end to avoid layout thrashing.
this.highlightEl.style.transform = `translate(${offset}px)`;
this.stickyHeaderEl.classList.toggle('lh-sticky-header--visible', showStickyHeader);
}
}
class DropDown {
/**
* @param {DOM} dom
*/
constructor(dom) {
/** @type {DOM} */
this._dom = dom;
/** @type {HTMLElement} */
this._toggleEl; // eslint-disable-line no-unused-expressions
/** @type {HTMLElement} */
this._menuEl; // eslint-disable-line no-unused-expressions
this.onDocumentKeyDown = this.onDocumentKeyDown.bind(this);
this.onToggleClick = this.onToggleClick.bind(this);
this.onToggleKeydown = this.onToggleKeydown.bind(this);
this.onMenuKeydown = this.onMenuKeydown.bind(this);
this._getNextMenuItem = this._getNextMenuItem.bind(this);
this._getNextSelectableNode = this._getNextSelectableNode.bind(this);
this._getPreviousMenuItem = this._getPreviousMenuItem.bind(this);
}
/**
* @param {function(MouseEvent): any} menuClickHandler
*/
setup(menuClickHandler) {
this._toggleEl = this._dom.find('.lh-tools__button', this._dom.document());
this._toggleEl.addEventListener('click', this.onToggleClick);
this._toggleEl.addEventListener('keydown', this.onToggleKeydown);
this._menuEl = this._dom.find('.lh-tools__dropdown', this._dom.document());
this._menuEl.addEventListener('keydown', this.onMenuKeydown);
this._menuEl.addEventListener('click', menuClickHandler);
}
close() {
this._toggleEl.classList.remove('active');
this._toggleEl.setAttribute('aria-expanded', 'false');
if (this._menuEl.contains(this._dom.document().activeElement)) {
// Refocus on the tools button if the drop down last had focus
this._toggleEl.focus();
}
this._dom.document().removeEventListener('keydown', this.onDocumentKeyDown);
}
/**
* @param {HTMLElement} firstFocusElement
*/
open(firstFocusElement) {
if (this._toggleEl.classList.contains('active')) {
// If the drop down is already open focus on the element
firstFocusElement.focus();
} else {
// Wait for drop down transition to complete so options are focusable.
this._menuEl.addEventListener('transitionend', () => {
firstFocusElement.focus();
}, {once: true});
}
this._toggleEl.classList.add('active');
this._toggleEl.setAttribute('aria-expanded', 'true');
this._dom.document().addEventListener('keydown', this.onDocumentKeyDown);
}
/**
* Click handler for tools button.
* @param {Event} e
*/
onToggleClick(e) {
e.preventDefault();
e.stopImmediatePropagation();
if (this._toggleEl.classList.contains('active')) {
this.close();
} else {
this.open(this._getNextMenuItem());
}
}
/**
* Handler for tool button.
* @param {KeyboardEvent} e
*/
onToggleKeydown(e) {
switch (e.code) {
case 'ArrowUp':
e.preventDefault();
this.open(this._getPreviousMenuItem());
break;
case 'ArrowDown':
case 'Enter':
case ' ':
e.preventDefault();
this.open(this._getNextMenuItem());
break;
default:
// no op
}
}
/**
* Handler for tool DropDown.
* @param {KeyboardEvent} e
*/
onMenuKeydown(e) {
const el = /** @type {?HTMLElement} */ (e.target);
switch (e.code) {
case 'ArrowUp':
e.preventDefault();
this._getPreviousMenuItem(el).focus();
break;
case 'ArrowDown':
e.preventDefault();
this._getNextMenuItem(el).focus();
break;
case 'Home':
e.preventDefault();
this._getNextMenuItem().focus();
break;
case 'End':
e.preventDefault();
this._getPreviousMenuItem().focus();
break;
default:
// no op
}
}
/**
* Keydown handler for the document.
* @param {KeyboardEvent} e
*/
onDocumentKeyDown(e) {
if (e.keyCode === 27) { // ESC
this.close();
}
}
/**
* @param {Array<Node>} allNodes
* @param {?Node=} startNode
* @returns {Node}
*/
_getNextSelectableNode(allNodes, startNode) {
const nodes = allNodes.filter((node) => {
if (!(node instanceof HTMLElement)) {
return false;
}
// 'Save as Gist' option may be disabled.
if (node.hasAttribute('disabled')) {
return false;
}
// 'Save as Gist' option may have display none.
if (window.getComputedStyle(node).display === 'none') {
return false;
}
return true;
});
let nextIndex = startNode ? (nodes.indexOf(startNode) + 1) : 0;
if (nextIndex >= nodes.length) {
nextIndex = 0;
}
return nodes[nextIndex];
}
/**
* @param {?Element=} startEl
* @returns {HTMLElement}
*/
_getNextMenuItem(startEl) {
const nodes = Array.from(this._menuEl.childNodes);
return /** @type {HTMLElement} */ (this._getNextSelectableNode(nodes, startEl));
}
/**
* @param {?Element=} startEl
* @returns {HTMLElement}
*/
_getPreviousMenuItem(startEl) {
const nodes = Array.from(this._menuEl.childNodes).reverse();
return /** @type {HTMLElement} */ (this._getNextSelectableNode(nodes, startEl));
}
}
if (typeof module !== 'undefined' && module.exports) {
module.exports = ReportUIFeatures;
} else {
self.ReportUIFeatures = ReportUIFeatures;
}
;
/**
* @license
* Copyright 2017 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS-IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
'use strict';
/* globals self, Util */
/** @typedef {import('./dom.js')} DOM */
/** @typedef {import('./report-renderer.js')} ReportRenderer */
/** @typedef {import('./details-renderer.js')} DetailsRenderer */
/** @typedef {import('./util.js')} Util */
/** @typedef {'failed'|'warning'|'manual'|'passed'|'notApplicable'} TopLevelClumpId */
class CategoryRenderer {
/**
* @param {DOM} dom
* @param {DetailsRenderer} detailsRenderer
*/
constructor(dom, detailsRenderer) {
/** @type {DOM} */
this.dom = dom;
/** @type {DetailsRenderer} */
this.detailsRenderer = detailsRenderer;
/** @type {ParentNode} */
this.templateContext = this.dom.document();
this.detailsRenderer.setTemplateContext(this.templateContext);
}
/**
* Display info per top-level clump. Define on class to avoid race with Util init.
*/
get _clumpTitles() {
return {
warning: Util.UIStrings.warningAuditsGroupTitle,
manual: Util.UIStrings.manualAuditsGroupTitle,
passed: Util.UIStrings.passedAuditsGroupTitle,
notApplicable: Util.UIStrings.notApplicableAuditsGroupTitle,
};
}
/**
* @param {LH.ReportResult.AuditRef} audit
* @return {Element}
*/
renderAudit(audit) {
const tmpl = this.dom.cloneTemplate('#tmpl-lh-audit', this.templateContext);
return this.populateAuditValues(audit, tmpl);
}
/**
* Populate an DOM tree with audit details. Used by renderAudit and renderOpportunity
* @param {LH.ReportResult.AuditRef} audit
* @param {DocumentFragment} tmpl
* @return {Element}
*/
populateAuditValues(audit, tmpl) {
const auditEl = this.dom.find('.lh-audit', tmpl);
auditEl.id = audit.result.id;
const scoreDisplayMode = audit.result.scoreDisplayMode;
if (audit.result.displayValue) {
this.dom.find('.lh-audit__display-text', auditEl).textContent = audit.result.displayValue;
}
const titleEl = this.dom.find('.lh-audit__title', auditEl);
titleEl.appendChild(this.dom.convertMarkdownCodeSnippets(audit.result.title));
this.dom.find('.lh-audit__description', auditEl)
.appendChild(this.dom.convertMarkdownLinkSnippets(audit.result.description));
if (audit.stackPacks) {
audit.stackPacks.forEach(pack => {
const packElm = this.dom.createElement('div');
packElm.classList.add('lh-audit__stackpack');
const packElmImg = this.dom.createElement('img');
packElmImg.classList.add('lh-audit__stackpack__img');
packElmImg.src = pack.iconDataURL;
packElmImg.alt = pack.title;
packElm.appendChild(packElmImg);
packElm.appendChild(this.dom.convertMarkdownLinkSnippets(pack.description));
this.dom.find('.lh-audit__stackpacks', auditEl)
.appendChild(packElm);
});
}
const header = /** @type {HTMLDetailsElement} */ (this.dom.find('details', auditEl));
if (audit.result.details) {
const elem = this.detailsRenderer.render(audit.result.details);
if (elem) {
elem.classList.add('lh-details');
header.appendChild(elem);
}
}
// Add chevron SVG to the end of the summary
this.dom.find('.lh-chevron-container', auditEl).appendChild(this._createChevron());
this._setRatingClass(auditEl, audit.result.score, scoreDisplayMode);
if (audit.result.scoreDisplayMode === 'error') {
auditEl.classList.add(`lh-audit--error`);
const textEl = this.dom.find('.lh-audit__display-text', auditEl);
textEl.textContent = Util.UIStrings.errorLabel;
textEl.classList.add('tooltip-boundary');
const tooltip = this.dom.createChildOf(textEl, 'div', 'tooltip tooltip--error');
tooltip.textContent = audit.result.errorMessage || Util.UIStrings.errorMissingAuditInfo;
} else if (audit.result.explanation) {
const explEl = this.dom.createChildOf(titleEl, 'div', 'lh-audit-explanation');
explEl.textContent = audit.result.explanation;
}
const warnings = audit.result.warnings;
if (!warnings || warnings.length === 0) return auditEl;
// Add list of warnings or singular warning
const warningsEl = this.dom.createChildOf(titleEl, 'div', 'lh-warnings');
this.dom.createChildOf(warningsEl, 'span').textContent = Util.UIStrings.warningHeader;
if (warnings.length === 1) {
warningsEl.appendChild(this.dom.document().createTextNode(warnings.join('')));
} else {
const warningsUl = this.dom.createChildOf(warningsEl, 'ul');
for (const warning of warnings) {
const item = this.dom.createChildOf(warningsUl, 'li');
item.textContent = warning;
}
}
return auditEl;
}
/**
* @return {HTMLElement}
*/
_createChevron() {
const chevronTmpl = this.dom.cloneTemplate('#tmpl-lh-chevron', this.templateContext);
const chevronEl = this.dom.find('.lh-chevron', chevronTmpl);
return chevronEl;
}
/**
* @param {Element} element DOM node to populate with values.
* @param {number|null} score
* @param {string} scoreDisplayMode
* @return {Element}
*/
_setRatingClass(element, score, scoreDisplayMode) {
const rating = Util.calculateRating(score, scoreDisplayMode);
element.classList.add(`lh-audit--${scoreDisplayMode.toLowerCase()}`);
if (scoreDisplayMode !== 'informative') {
element.classList.add(`lh-audit--${rating}`);
}
return element;
}
/**
* @param {LH.ReportResult.Category} category
* @param {Record<string, LH.Result.ReportGroup>} groupDefinitions
* @return {Element}
*/
renderCategoryHeader(category, groupDefinitions) {
const tmpl = this.dom.cloneTemplate('#tmpl-lh-category-header', this.templateContext);
const gaugeContainerEl = this.dom.find('.lh-score__gauge', tmpl);
const gaugeEl = this.renderScoreGauge(category, groupDefinitions);
gaugeContainerEl.appendChild(gaugeEl);
if (category.description) {
const descEl = this.dom.convertMarkdownLinkSnippets(category.description);
this.dom.find('.lh-category-header__description', tmpl).appendChild(descEl);
}
return /** @type {Element} */ (tmpl.firstElementChild);
}
/**
* Renders the group container for a group of audits. Individual audit elements can be added
* directly to the returned element.
* @param {LH.Result.ReportGroup} group
* @return {Element}
*/
renderAuditGroup(group) {
const groupEl = this.dom.createElement('div', 'lh-audit-group');
const auditGroupHeader = this.dom.createElement('div', 'lh-audit-group__header');
this.dom.createChildOf(auditGroupHeader, 'span', 'lh-audit-group__title')
.textContent = group.title;
if (group.description) {
const descriptionEl = this.dom.convertMarkdownLinkSnippets(group.description);
descriptionEl.classList.add('lh-audit-group__description');
auditGroupHeader.appendChild(descriptionEl);
}
groupEl.appendChild(auditGroupHeader);
return groupEl;
}
/**
* Takes an array of auditRefs, groups them if requested, then returns an
* array of audit and audit-group elements.
* @param {Array<LH.ReportResult.AuditRef>} auditRefs
* @param {Object<string, LH.Result.ReportGroup>} groupDefinitions
* @return {Array<Element>}
*/
_renderGroupedAudits(auditRefs, groupDefinitions) {
// Audits grouped by their group (or under notAGroup).
/** @type {Map<string, Array<LH.ReportResult.AuditRef>>} */
const grouped = new Map();
// Add audits without a group first so they will appear first.
const notAGroup = 'NotAGroup';
grouped.set(notAGroup, []);
for (const auditRef of auditRefs) {
const groupId = auditRef.group || notAGroup;
const groupAuditRefs = grouped.get(groupId) || [];
groupAuditRefs.push(auditRef);
grouped.set(groupId, groupAuditRefs);
}
/** @type {Array<Element>} */
const auditElements = [];
for (const [groupId, groupAuditRefs] of grouped) {
if (groupId === notAGroup) {
// Push not-grouped audits individually.
for (const auditRef of groupAuditRefs) {
auditElements.push(this.renderAudit(auditRef));
}
continue;
}
// Push grouped audits as a group.
const groupDef = groupDefinitions[groupId];
const auditGroupElem = this.renderAuditGroup(groupDef);
for (const auditRef of groupAuditRefs) {
auditGroupElem.appendChild(this.renderAudit(auditRef));
}
auditGroupElem.classList.add(`lh-audit-group--${groupId}`);
auditElements.push(auditGroupElem);
}
return auditElements;
}
/**
* Take a set of audits, group them if they have groups, then render in a top-level
* clump that can't be expanded/collapsed.
* @param {Array<LH.ReportResult.AuditRef>} auditRefs
* @param {Object<string, LH.Result.ReportGroup>} groupDefinitions
* @return {Element}
*/
renderUnexpandableClump(auditRefs, groupDefinitions) {
const clumpElement = this.dom.createElement('div');
const elements = this._renderGroupedAudits(auditRefs, groupDefinitions);
elements.forEach(elem => clumpElement.appendChild(elem));
return clumpElement;
}
/**
* Take a set of audits and render in a top-level, expandable clump that starts
* in a collapsed state.
* @param {Exclude<TopLevelClumpId, 'failed'>} clumpId
* @param {{auditRefs: Array<LH.ReportResult.AuditRef>, description?: string}} clumpOpts
* @return {Element}
*/
renderClump(clumpId, {auditRefs, description}) {
const clumpTmpl = this.dom.cloneTemplate('#tmpl-lh-clump', this.templateContext);
const clumpElement = this.dom.find('.lh-clump', clumpTmpl);
if (clumpId === 'warning') {
clumpElement.setAttribute('open', '');
}
const summaryInnerEl = this.dom.find('.lh-audit-group__summary', clumpElement);
const chevronEl = summaryInnerEl.appendChild(this._createChevron());
chevronEl.title = Util.UIStrings.auditGroupExpandTooltip;
const headerEl = this.dom.find('.lh-audit-group__header', clumpElement);
const title = this._clumpTitles[clumpId];
this.dom.find('.lh-audit-group__title', headerEl).textContent = title;
if (description) {
const descriptionEl = this.dom.convertMarkdownLinkSnippets(description);
descriptionEl.classList.add('lh-audit-group__description');
headerEl.appendChild(descriptionEl);
}
const itemCountEl = this.dom.find('.lh-audit-group__itemcount', clumpElement);
itemCountEl.textContent = `(${auditRefs.length})`;
// Add all audit results to the clump.
const auditElements = auditRefs.map(this.renderAudit.bind(this));
clumpElement.append(...auditElements);
clumpElement.classList.add(`lh-clump--${clumpId.toLowerCase()}`);
return clumpElement;
}
/**
* @param {ParentNode} context
*/
setTemplateContext(context) {
this.templateContext = context;
this.detailsRenderer.setTemplateContext(context);
}
/**
* @param {LH.ReportResult.Category} category
* @param {Record<string, LH.Result.ReportGroup>} groupDefinitions
* @return {DocumentFragment}
*/
renderScoreGauge(category, groupDefinitions) { // eslint-disable-line no-unused-vars
const tmpl = this.dom.cloneTemplate('#tmpl-lh-gauge', this.templateContext);
const wrapper = /** @type {HTMLAnchorElement} */ (this.dom.find('.lh-gauge__wrapper', tmpl));
wrapper.href = `#${category.id}`;
wrapper.classList.add(`lh-gauge__wrapper--${Util.calculateRating(category.score)}`);
if (Util.isPluginCategory(category.id)) {
wrapper.classList.add('lh-gauge__wrapper--plugin');
}
// Cast `null` to 0
const numericScore = Number(category.score);
const gauge = this.dom.find('.lh-gauge', tmpl);
// 352 is ~= 2 * Math.PI * gauge radius (56)
// https://codepen.io/xgad/post/svg-radial-progress-meters
// score of 50: `stroke-dasharray: 176 352`;
/** @type {?SVGCircleElement} */
const gaugeArc = gauge.querySelector('.lh-gauge-arc');
if (gaugeArc) {
gaugeArc.style.strokeDasharray = `${numericScore * 352} 352`;
}
const scoreOutOf100 = Math.round(numericScore * 100);
const percentageEl = this.dom.find('.lh-gauge__percentage', tmpl);
percentageEl.textContent = scoreOutOf100.toString();
if (category.score === null) {
percentageEl.textContent = '?';
percentageEl.title = Util.UIStrings.errorLabel;
}
this.dom.find('.lh-gauge__label', tmpl).textContent = category.title;
return tmpl;
}
/**
* @param {LH.ReportResult.AuditRef} audit
* @return {boolean}
*/
_auditHasWarning(audit) {
return Boolean(audit.result.warnings && audit.result.warnings.length);
}
/**
* Returns the id of the top-level clump to put this audit in.
* @param {LH.ReportResult.AuditRef} auditRef
* @return {TopLevelClumpId}
*/
_getClumpIdForAuditRef(auditRef) {
const scoreDisplayMode = auditRef.result.scoreDisplayMode;
if (scoreDisplayMode === 'manual' || scoreDisplayMode === 'notApplicable') {
return scoreDisplayMode;
}
if (Util.showAsPassed(auditRef.result)) {
if (this._auditHasWarning(auditRef)) {
return 'warning';
} else {
return 'passed';
}
} else {
return 'failed';
}
}
/**
* Renders a set of top level sections (clumps), under a status of failed, warning,
* manual, passed, or notApplicable. The result ends up something like:
*
* failed clump
* ├── audit 1 (w/o group)
* ├── audit 2 (w/o group)
* ├── audit group
* | ├── audit 3
* | └── audit 4
* └── audit group
* ├── audit 5
* └── audit 6
* other clump (e.g. 'manual')
* ├── audit 1
* ├── audit 2
* ├── …
* ⋮
* @param {LH.ReportResult.Category} category
* @param {Object<string, LH.Result.ReportGroup>} [groupDefinitions]
* @return {Element}
*/
render(category, groupDefinitions = {}) {
const element = this.dom.createElement('div', 'lh-category');
this.createPermalinkSpan(element, category.id);
element.appendChild(this.renderCategoryHeader(category, groupDefinitions));
// Top level clumps for audits, in order they will appear in the report.
/** @type {Map<TopLevelClumpId, Array<LH.ReportResult.AuditRef>>} */
const clumps = new Map();
clumps.set('failed', []);
clumps.set('warning', []);
clumps.set('manual', []);
clumps.set('passed', []);
clumps.set('notApplicable', []);
// Sort audits into clumps.
for (const auditRef of category.auditRefs) {
const clumpId = this._getClumpIdForAuditRef(auditRef);
const clump = /** @type {Array<LH.ReportResult.AuditRef>} */ (clumps.get(clumpId)); // already defined
clump.push(auditRef);
clumps.set(clumpId, clump);
}
// Render each clump.
for (const [clumpId, auditRefs] of clumps) {
if (auditRefs.length === 0) continue;
if (clumpId === 'failed') {
const clumpElem = this.renderUnexpandableClump(auditRefs, groupDefinitions);
clumpElem.classList.add(`lh-clump--failed`);
element.appendChild(clumpElem);
continue;
}
const description = clumpId === 'manual' ? category.manualDescription : undefined;
const clumpElem = this.renderClump(clumpId, {auditRefs, description});
element.appendChild(clumpElem);
}
return element;
}
/**
* Create a non-semantic span used for hash navigation of categories
* @param {Element} element
* @param {string} id
*/
createPermalinkSpan(element, id) {
const permalinkEl = this.dom.createChildOf(element, 'span', 'lh-permalink');
permalinkEl.id = id;
}
}
if (typeof module !== 'undefined' && module.exports) {
module.exports = CategoryRenderer;
} else {
self.CategoryRenderer = CategoryRenderer;
}
;
/**
* @license
* Copyright 2018 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS-IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
'use strict';
/* globals self, Util, CategoryRenderer */
/** @typedef {import('./dom.js')} DOM */
class PerformanceCategoryRenderer extends CategoryRenderer {
/**
* @param {LH.ReportResult.AuditRef} audit
* @return {Element}
*/
_renderMetric(audit) {
const tmpl = this.dom.cloneTemplate('#tmpl-lh-metric', this.templateContext);
const element = this.dom.find('.lh-metric', tmpl);
element.id = audit.result.id;
const rating = Util.calculateRating(audit.result.score, audit.result.scoreDisplayMode);
element.classList.add(`lh-metric--${rating}`);
const titleEl = this.dom.find('.lh-metric__title', tmpl);
titleEl.textContent = audit.result.title;
const valueEl = this.dom.find('.lh-metric__value', tmpl);
valueEl.textContent = audit.result.displayValue || '';
const descriptionEl = this.dom.find('.lh-metric__description', tmpl);
descriptionEl.appendChild(this.dom.convertMarkdownLinkSnippets(audit.result.description));
if (audit.result.scoreDisplayMode === 'error') {
descriptionEl.textContent = '';
valueEl.textContent = 'Error!';
const tooltip = this.dom.createChildOf(descriptionEl, 'span');
tooltip.textContent = audit.result.errorMessage || 'Report error: no metric information';
}
return element;
}
/**
* @param {LH.ReportResult.AuditRef} audit
* @param {number} scale
* @return {Element}
*/
_renderOpportunity(audit, scale) {
const oppTmpl = this.dom.cloneTemplate('#tmpl-lh-opportunity', this.templateContext);
const element = this.populateAuditValues(audit, oppTmpl);
element.id = audit.result.id;
if (!audit.result.details || audit.result.scoreDisplayMode === 'error') {
return element;
}
const details = audit.result.details;
if (details.type !== 'opportunity') {
return element;
}
// Overwrite the displayValue with opportunity's wastedMs
const displayEl = this.dom.find('.lh-audit__display-text', element);
const sparklineWidthPct = `${details.overallSavingsMs / scale * 100}%`;
this.dom.find('.lh-sparkline__bar', element).style.width = sparklineWidthPct;
displayEl.textContent = Util.formatSeconds(details.overallSavingsMs, 0.01);
// Set [title] tooltips
if (audit.result.displayValue) {
const displayValue = audit.result.displayValue;
this.dom.find('.lh-load-opportunity__sparkline', element).title = displayValue;
displayEl.title = displayValue;
}
return element;
}
/**
* Get an audit's wastedMs to sort the opportunity by, and scale the sparkline width
* Opportunities with an error won't have a details object, so MIN_VALUE is returned to keep any
* erroring opportunities last in sort order.
* @param {LH.ReportResult.AuditRef} audit
* @return {number}
*/
_getWastedMs(audit) {
if (audit.result.details && audit.result.details.type === 'opportunity') {
const details = audit.result.details;
if (typeof details.overallSavingsMs !== 'number') {
throw new Error('non-opportunity details passed to _getWastedMs');
}
return details.overallSavingsMs;
} else {
return Number.MIN_VALUE;
}
}
/**
* @param {LH.ReportResult.Category} category
* @param {Object<string, LH.Result.ReportGroup>} groups
* @param {'PSI'=} environment 'PSI' and undefined are the only valid values
* @return {Element}
* @override
*/
render(category, groups, environment) {
const element = this.dom.createElement('div', 'lh-category');
if (environment === 'PSI') {
const gaugeEl = this.dom.createElement('div', 'lh-score__gauge');
gaugeEl.appendChild(this.renderScoreGauge(category, groups));
element.appendChild(gaugeEl);
} else {
this.createPermalinkSpan(element, category.id);
element.appendChild(this.renderCategoryHeader(category, groups));
}
// Metrics.
const metricAuditsEl = this.renderAuditGroup(groups.metrics);
// Metric descriptions toggle.
const toggleTmpl = this.dom.cloneTemplate('#tmpl-lh-metrics-toggle', this.templateContext);
const _toggleEl = this.dom.find('.lh-metrics-toggle', toggleTmpl);
metricAuditsEl.append(..._toggleEl.childNodes);
const metricAudits = category.auditRefs.filter(audit => audit.group === 'metrics');
const keyMetrics = metricAudits.filter(a => a.weight >= 3);
const otherMetrics = metricAudits.filter(a => a.weight < 3);
const metricsBoxesEl = this.dom.createChildOf(metricAuditsEl, 'div', 'lh-columns');
const metricsColumn1El = this.dom.createChildOf(metricsBoxesEl, 'div', 'lh-column');
const metricsColumn2El = this.dom.createChildOf(metricsBoxesEl, 'div', 'lh-column');
keyMetrics.forEach(item => {
metricsColumn1El.appendChild(this._renderMetric(item));
});
otherMetrics.forEach(item => {
metricsColumn2El.appendChild(this._renderMetric(item));
});
// 'Values are estimated and may vary' is used as the category description for PSI
if (environment !== 'PSI') {
const estValuesEl = this.dom.createChildOf(metricAuditsEl, 'div', 'lh-metrics__disclaimer');
const disclaimerEl = this.dom.convertMarkdownLinkSnippets(Util.UIStrings.varianceDisclaimer);
estValuesEl.appendChild(disclaimerEl);
}
metricAuditsEl.classList.add('lh-audit-group--metrics');
element.appendChild(metricAuditsEl);
// Filmstrip
const timelineEl = this.dom.createChildOf(element, 'div', 'lh-filmstrip-container');
const thumbnailAudit = category.auditRefs.find(audit => audit.id === 'screenshot-thumbnails');
const thumbnailResult = thumbnailAudit && thumbnailAudit.result;
if (thumbnailResult && thumbnailResult.details) {
timelineEl.id = thumbnailResult.id;
const filmstripEl = this.detailsRenderer.render(thumbnailResult.details);
filmstripEl && timelineEl.appendChild(filmstripEl);
}
// Budgets
const budgetAudit = category.auditRefs.find(audit => audit.id === 'performance-budget');
if (budgetAudit && budgetAudit.result.details) {
const table = this.detailsRenderer.render(budgetAudit.result.details);
if (table) {
table.id = budgetAudit.id;
table.classList.add('lh-audit');
const budgetsGroupEl = this.renderAuditGroup(groups.budgets);
budgetsGroupEl.appendChild(table);
budgetsGroupEl.classList.add('lh-audit-group--budgets');
element.appendChild(budgetsGroupEl);
}
}
// Opportunities
const opportunityAudits = category.auditRefs
.filter(audit => audit.group === 'load-opportunities' && !Util.showAsPassed(audit.result))
.sort((auditA, auditB) => this._getWastedMs(auditB) - this._getWastedMs(auditA));
if (opportunityAudits.length) {
// Scale the sparklines relative to savings, minimum 2s to not overstate small savings
const minimumScale = 2000;
const wastedMsValues = opportunityAudits.map(audit => this._getWastedMs(audit));
const maxWaste = Math.max(...wastedMsValues);
const scale = Math.max(Math.ceil(maxWaste / 1000) * 1000, minimumScale);
const groupEl = this.renderAuditGroup(groups['load-opportunities']);
const tmpl = this.dom.cloneTemplate('#tmpl-lh-opportunity-header', this.templateContext);
this.dom.find('.lh-load-opportunity__col--one', tmpl).textContent =
Util.UIStrings.opportunityResourceColumnLabel;
this.dom.find('.lh-load-opportunity__col--two', tmpl).textContent =
Util.UIStrings.opportunitySavingsColumnLabel;
const headerEl = this.dom.find('.lh-load-opportunity__header', tmpl);
groupEl.appendChild(headerEl);
opportunityAudits.forEach(item => groupEl.appendChild(this._renderOpportunity(item, scale)));
groupEl.classList.add('lh-audit-group--load-opportunities');
element.appendChild(groupEl);
}
// Diagnostics
const diagnosticAudits = category.auditRefs
.filter(audit => audit.group === 'diagnostics' && !Util.showAsPassed(audit.result))
.sort((a, b) => {
const scoreA = a.result.scoreDisplayMode === 'informative' ? 100 : Number(a.result.score);
const scoreB = b.result.scoreDisplayMode === 'informative' ? 100 : Number(b.result.score);
return scoreA - scoreB;
});
if (diagnosticAudits.length) {
const groupEl = this.renderAuditGroup(groups['diagnostics']);
diagnosticAudits.forEach(item => groupEl.appendChild(this.renderAudit(item)));
groupEl.classList.add('lh-audit-group--diagnostics');
element.appendChild(groupEl);
}
// Passed audits
const passedAudits = category.auditRefs
.filter(audit => (audit.group === 'load-opportunities' || audit.group === 'diagnostics') &&
Util.showAsPassed(audit.result));
if (!passedAudits.length) return element;
const clumpOpts = {
auditRefs: passedAudits,
groupDefinitions: groups,
};
const passedElem = this.renderClump('passed', clumpOpts);
element.appendChild(passedElem);
return element;
}
}
if (typeof module !== 'undefined' && module.exports) {
module.exports = PerformanceCategoryRenderer;
} else {
self.PerformanceCategoryRenderer = PerformanceCategoryRenderer;
}
;
/**
* @license
* Copyright 2018 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS-IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
'use strict';
/* globals self, Util, CategoryRenderer */
/**
* An always-increasing counter for making unique SVG ID suffixes.
*/
const getUniqueSuffix = (() => {
let svgSuffix = 0;
return function() {
return svgSuffix++;
};
})();
class PwaCategoryRenderer extends CategoryRenderer {
/**
* @param {LH.ReportResult.Category} category
* @param {Object<string, LH.Result.ReportGroup>} [groupDefinitions]
* @return {Element}
*/
render(category, groupDefinitions = {}) {
const categoryElem = this.dom.createElement('div', 'lh-category');
this.createPermalinkSpan(categoryElem, category.id);
categoryElem.appendChild(this.renderCategoryHeader(category, groupDefinitions));
const auditRefs = category.auditRefs;
// Regular audits aren't split up into pass/fail/notApplicable clumps, they're
// all put in a top-level clump that isn't expandable/collapsible.
const regularAuditRefs = auditRefs.filter(ref => ref.result.scoreDisplayMode !== 'manual');
const auditsElem = this._renderAudits(regularAuditRefs, groupDefinitions);
categoryElem.appendChild(auditsElem);
// Manual audits are still in a manual clump.
const manualAuditRefs = auditRefs.filter(ref => ref.result.scoreDisplayMode === 'manual');
const manualElem = this.renderClump('manual',
{auditRefs: manualAuditRefs, description: category.manualDescription});
categoryElem.appendChild(manualElem);
return categoryElem;
}
/**
* @param {LH.ReportResult.Category} category
* @param {Record<string, LH.Result.ReportGroup>} groupDefinitions
* @return {DocumentFragment}
*/
renderScoreGauge(category, groupDefinitions) {
// Defer to parent-gauge style if category error.
if (category.score === null) {
return super.renderScoreGauge(category, groupDefinitions);
}
const tmpl = this.dom.cloneTemplate('#tmpl-lh-gauge--pwa', this.templateContext);
const wrapper = /** @type {HTMLAnchorElement} */ (this.dom.find('.lh-gauge--pwa__wrapper',
tmpl));
wrapper.href = `#${category.id}`;
// Correct IDs in case multiple instances end up in the page.
const svgRoot = tmpl.querySelector('svg');
if (!svgRoot) throw new Error('no SVG element found in PWA score gauge template');
PwaCategoryRenderer._makeSvgReferencesUnique(svgRoot);
const allGroups = this._getGroupIds(category.auditRefs);
const passingGroupIds = this._getPassingGroupIds(category.auditRefs);
if (passingGroupIds.size === allGroups.size) {
wrapper.classList.add('lh-badged--all');
} else {
for (const passingGroupId of passingGroupIds) {
wrapper.classList.add(`lh-badged--${passingGroupId}`);
}
}
this.dom.find('.lh-gauge__label', tmpl).textContent = category.title;
wrapper.title = this._getGaugeTooltip(category.auditRefs, groupDefinitions);
return tmpl;
}
/**
* Returns the group IDs found in auditRefs.
* @param {Array<LH.ReportResult.AuditRef>} auditRefs
* @return {Set<string>}
*/
_getGroupIds(auditRefs) {
const groupIds = auditRefs.map(ref => ref.group).filter(/** @return {g is string} */ g => !!g);
return new Set(groupIds);
}
/**
* Returns the group IDs whose audits are all considered passing.
* @param {Array<LH.ReportResult.AuditRef>} auditRefs
* @return {Set<string>}
*/
_getPassingGroupIds(auditRefs) {
const uniqueGroupIds = this._getGroupIds(auditRefs);
// Remove any that have a failing audit.
for (const auditRef of auditRefs) {
if (!Util.showAsPassed(auditRef.result) && auditRef.group) {
uniqueGroupIds.delete(auditRef.group);
}
}
return uniqueGroupIds;
}
/**
* Returns a tooltip string summarizing group pass rates.
* @param {Array<LH.ReportResult.AuditRef>} auditRefs
* @param {Record<string, LH.Result.ReportGroup>} groupDefinitions
* @return {string}
*/
_getGaugeTooltip(auditRefs, groupDefinitions) {
const groupIds = this._getGroupIds(auditRefs);
const tips = [];
for (const groupId of groupIds) {
const groupAuditRefs = auditRefs.filter(ref => ref.group === groupId);
const auditCount = groupAuditRefs.length;
const passedCount = groupAuditRefs.filter(ref => Util.showAsPassed(ref.result)).length;
const title = groupDefinitions[groupId].title;
tips.push(`${title}: ${passedCount}/${auditCount}`);
}
return tips.join(', ');
}
/**
* Render non-manual audits in groups, giving a badge to any group that has
* all passing audits.
* @param {Array<LH.ReportResult.AuditRef>} auditRefs
* @param {Object<string, LH.Result.ReportGroup>} groupDefinitions
* @return {Element}
*/
_renderAudits(auditRefs, groupDefinitions) {
const auditsElem = this.renderUnexpandableClump(auditRefs, groupDefinitions);
// Add a 'badged' class to group if all audits in that group pass.
const passsingGroupIds = this._getPassingGroupIds(auditRefs);
for (const groupId of passsingGroupIds) {
const groupElem = this.dom.find(`.lh-audit-group--${groupId}`, auditsElem);
groupElem.classList.add('lh-badged');
}
return auditsElem;
}
/**
* Alters SVG id references so multiple instances of an SVG element can coexist
* in a single page. If `svgRoot` has a `<defs>` block, gives all elements defined
* in it unique ids, then updates id references (`<use xlink:href="...">`,
* `fill="url(#...)"`) to the altered ids in all descendents of `svgRoot`.
* @param {SVGElement} svgRoot
*/
static _makeSvgReferencesUnique(svgRoot) {
const defsEl = svgRoot.querySelector('defs');
if (!defsEl) return;
const idSuffix = getUniqueSuffix();
const elementsToUpdate = defsEl.querySelectorAll('[id]');
for (const el of elementsToUpdate) {
const oldId = el.id;
const newId = `${oldId}-${idSuffix}`;
el.id = newId;
// Update all <use>s.
const useEls = svgRoot.querySelectorAll(`use[href="#${oldId}"]`);
for (const useEl of useEls) {
useEl.setAttribute('href', `#${newId}`);
}
// Update all fill="url(#...)"s.
const fillEls = svgRoot.querySelectorAll(`[fill="url(#${oldId})"]`);
for (const fillEl of fillEls) {
fillEl.setAttribute('fill', `url(#${newId})`);
}
}
}
}
if (typeof module !== 'undefined' && module.exports) {
module.exports = PwaCategoryRenderer;
} else {
self.PwaCategoryRenderer = PwaCategoryRenderer;
}
;
/**
* @license
* Copyright 2017 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS-IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
'use strict';
/**
* @fileoverview The entry point for rendering the Lighthouse report based on the JSON output.
* This file is injected into the report HTML along with the JSON report.
*
* Dummy text for ensuring report robustness: \u003c/script> pre$`post %%LIGHTHOUSE_JSON%%
*/
/** @typedef {import('./dom.js')} DOM */
/* globals self, Util, DetailsRenderer, CategoryRenderer, PerformanceCategoryRenderer, PwaCategoryRenderer */
class ReportRenderer {
/**
* @param {DOM} dom
*/
constructor(dom) {
/** @type {DOM} */
this._dom = dom;
/** @type {ParentNode} */
this._templateContext = this._dom.document();
}
/**
* @param {LH.Result} result
* @param {Element} container Parent element to render the report into.
* @return {Element}
*/
renderReport(result, container) {
// Mutate the UIStrings if necessary (while saving originals)
const originalUIStrings = JSON.parse(JSON.stringify(Util.UIStrings));
this._dom.setLighthouseChannel(result.configSettings.channel || 'unknown');
const report = Util.prepareReportResult(result);
container.textContent = ''; // Remove previous report.
container.appendChild(this._renderReport(report));
// put the UIStrings back into original state
Util.updateAllUIStrings(originalUIStrings);
return container;
}
/**
* Define a custom element for <templates> to be extracted from. For example:
* this.setTemplateContext(new DOMParser().parseFromString(htmlStr, 'text/html'))
* @param {ParentNode} context
*/
setTemplateContext(context) {
this._templateContext = context;
}
/**
* @param {LH.ReportResult} report
* @return {DocumentFragment}
*/
_renderReportTopbar(report) {
const el = this._dom.cloneTemplate('#tmpl-lh-topbar', this._templateContext);
const metadataUrl = /** @type {HTMLAnchorElement} */ (this._dom.find('.lh-topbar__url', el));
metadataUrl.href = metadataUrl.textContent = report.finalUrl;
metadataUrl.title = report.finalUrl;
return el;
}
/**
* @return {DocumentFragment}
*/
_renderReportHeader() {
const el = this._dom.cloneTemplate('#tmpl-lh-heading', this._templateContext);
const domFragment = this._dom.cloneTemplate('#tmpl-lh-scores-wrapper', this._templateContext);
const placeholder = this._dom.find('.lh-scores-wrapper-placeholder', el);
/** @type {HTMLDivElement} */ (placeholder.parentNode).replaceChild(domFragment, placeholder);
return el;
}
/**
* @param {LH.ReportResult} report
* @return {DocumentFragment}
*/
_renderReportFooter(report) {
const footer = this._dom.cloneTemplate('#tmpl-lh-footer', this._templateContext);
const env = this._dom.find('.lh-env__items', footer);
env.id = 'runtime-settings';
const envValues = Util.getEnvironmentDisplayValues(report.configSettings || {});
[
{name: 'URL', description: report.finalUrl},
{name: 'Fetch time', description: Util.formatDateTime(report.fetchTime)},
...envValues,
{name: 'User agent (host)', description: report.userAgent},
{name: 'User agent (network)', description: report.environment &&
report.environment.networkUserAgent},
{name: 'CPU/Memory Power', description: report.environment &&
report.environment.benchmarkIndex.toFixed(0)},
].forEach(runtime => {
if (!runtime.description) return;
const item = this._dom.cloneTemplate('#tmpl-lh-env__items', env);
this._dom.find('.lh-env__name', item).textContent = runtime.name;
this._dom.find('.lh-env__description', item).textContent = runtime.description;
env.appendChild(item);
});
this._dom.find('.lh-footer__version', footer).textContent = report.lighthouseVersion;
return footer;
}
/**
* Returns a div with a list of top-level warnings, or an empty div if no warnings.
* @param {LH.ReportResult} report
* @return {Node}
*/
_renderReportWarnings(report) {
if (!report.runWarnings || report.runWarnings.length === 0) {
return this._dom.createElement('div');
}
const container = this._dom.cloneTemplate('#tmpl-lh-warnings--toplevel', this._templateContext);
const message = this._dom.find('.lh-warnings__msg', container);
message.textContent = Util.UIStrings.toplevelWarningsMessage;
const warnings = this._dom.find('ul', container);
for (const warningString of report.runWarnings) {
const warning = warnings.appendChild(this._dom.createElement('li'));
warning.textContent = warningString;
}
return container;
}
/**
* @param {LH.ReportResult} report
* @param {CategoryRenderer} categoryRenderer
* @param {Record<string, CategoryRenderer>} specificCategoryRenderers
* @return {DocumentFragment[]}
*/
_renderScoreGauges(report, categoryRenderer, specificCategoryRenderers) {
// Group gauges in this order: default, pwa, plugins.
const defaultGauges = [];
const customGauges = []; // PWA.
const pluginGauges = [];
for (const category of Object.values(report.categories)) {
const renderer = specificCategoryRenderers[category.id] || categoryRenderer;
const categoryGauge = renderer.renderScoreGauge(category, report.categoryGroups || {});
if (Util.isPluginCategory(category.id)) {
pluginGauges.push(categoryGauge);
} else if (renderer.renderScoreGauge === categoryRenderer.renderScoreGauge) {
// The renderer for default categories is just the default CategoryRenderer.
// If the functions are equal, then renderer is an instance of CategoryRenderer.
// For example, the PWA category uses PwaCategoryRenderer, which overrides
// CategoryRenderer.renderScoreGauge, so it would fail this check and be placed
// in the customGauges bucket.
defaultGauges.push(categoryGauge);
} else {
customGauges.push(categoryGauge);
}
}
return [...defaultGauges, ...customGauges, ...pluginGauges];
}
/**
* @param {LH.ReportResult} report
* @return {DocumentFragment}
*/
_renderReport(report) {
const detailsRenderer = new DetailsRenderer(this._dom);
const categoryRenderer = new CategoryRenderer(this._dom, detailsRenderer);
categoryRenderer.setTemplateContext(this._templateContext);
/** @type {Record<string, CategoryRenderer>} */
const specificCategoryRenderers = {
performance: new PerformanceCategoryRenderer(this._dom, detailsRenderer),
pwa: new PwaCategoryRenderer(this._dom, detailsRenderer),
};
Object.values(specificCategoryRenderers).forEach(renderer => {
renderer.setTemplateContext(this._templateContext);
});
const headerContainer = this._dom.createElement('div');
headerContainer.appendChild(this._renderReportHeader());
const reportContainer = this._dom.createElement('div', 'lh-container');
const reportSection = this._dom.createElement('div', 'lh-report');
reportSection.appendChild(this._renderReportWarnings(report));
let scoreHeader;
const isSoloCategory = Object.keys(report.categories).length === 1;
if (!isSoloCategory) {
scoreHeader = this._dom.createElement('div', 'lh-scores-header');
} else {
headerContainer.classList.add('lh-header--solo-category');
}
if (scoreHeader) {
const scoreScale = this._dom.cloneTemplate('#tmpl-lh-scorescale', this._templateContext);
const scoresContainer = this._dom.find('.lh-scores-container', headerContainer);
scoreHeader.append(
...this._renderScoreGauges(report, categoryRenderer, specificCategoryRenderers));
scoresContainer.appendChild(scoreHeader);
scoresContainer.appendChild(scoreScale);
const stickyHeader = this._dom.createElement('div', 'lh-sticky-header');
stickyHeader.append(
...this._renderScoreGauges(report, categoryRenderer, specificCategoryRenderers));
reportContainer.appendChild(stickyHeader);
}
const categories = reportSection.appendChild(this._dom.createElement('div', 'lh-categories'));
for (const category of Object.values(report.categories)) {
const renderer = specificCategoryRenderers[category.id] || categoryRenderer;
// .lh-category-wrapper is full-width and provides horizontal rules between categories.
// .lh-category within has the max-width: var(--report-width);
const wrapper = renderer.dom.createChildOf(categories, 'div', 'lh-category-wrapper');
wrapper.appendChild(renderer.render(category, report.categoryGroups));
}
const reportFragment = this._dom.createFragment();
const topbarDocumentFragment = this._renderReportTopbar(report);
reportFragment.appendChild(topbarDocumentFragment);
reportFragment.appendChild(reportContainer);
reportContainer.appendChild(headerContainer);
reportContainer.appendChild(reportSection);
reportSection.appendChild(this._renderReportFooter(report));
return reportFragment;
}
}
/** @type {LH.I18NRendererStrings} */
ReportRenderer._UIStringsStash = {};
if (typeof module !== 'undefined' && module.exports) {
module.exports = ReportRenderer;
} else {
self.ReportRenderer = ReportRenderer;
}
/*# sourceURL=third_party/lighthouse/report-assets/report.js */
//# sourceURL=compiled-reportrenderer.js
</script>
<script>window.__LIGHTHOUSE_JSON__ = {"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36","environment":{"networkUserAgent":"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3694.0 Mobile Safari/537.36 Chrome-Lighthouse","hostUserAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36","benchmarkIndex":1457},"lighthouseVersion":"5.7.1","fetchTime":"2020-07-11T21:14:02.128Z","requestedUrl":"https://kirby-vue3-starterkit.jhnn.dev/","finalUrl":"https://kirby-vue3-starterkit.jhnn.dev/","runWarnings":[],"audits":{"is-on-https":{"id":"is-on-https","title":"Uses HTTPS","description":"All sites should be protected with HTTPS, even ones that don't handle sensitive data. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. [Learn more](https://web.dev/is-on-https).","score":1,"scoreDisplayMode":"binary","displayValue":"","details":{"type":"table","headings":[],"items":[]}},"redirects-http":{"id":"redirects-http","title":"Redirects HTTP traffic to HTTPS","description":"If you've already set up HTTPS, make sure that you redirect all HTTP traffic to HTTPS in order to enable secure web features for all your users. [Learn more](https://web.dev/redirects-http).","score":1,"scoreDisplayMode":"binary"},"service-worker":{"id":"service-worker","title":"Registers a service worker that controls page and `start_url`","description":"The service worker is the technology that enables your app to use many Progressive Web App features, such as offline, add to homescreen, and push notifications. [Learn more](https://web.dev/service-worker).","score":1,"scoreDisplayMode":"binary"},"works-offline":{"id":"works-offline","title":"Current page responds with a 200 when offline","description":"If you're building a Progressive Web App, consider using a service worker so that your app can work offline. [Learn more](https://web.dev/works-offline).","score":1,"scoreDisplayMode":"binary","warnings":[]},"viewport":{"id":"viewport","title":"Has a `\u003cmeta name=\"viewport\">` tag with `width` or `initial-scale`","description":"Add a `\u003cmeta name=\"viewport\">` tag to optimize your app for mobile screens. [Learn more](https://web.dev/viewport).","score":1,"scoreDisplayMode":"binary","warnings":[]},"without-javascript":{"id":"without-javascript","title":"Does not provide fallback content when JavaScript is not available","description":"Your app should display some content when JavaScript is disabled, even if it's just a warning to the user that JavaScript is required to use the app. [Learn more](https://web.dev/without-javascript).","score":0,"scoreDisplayMode":"binary","explanation":"The page body should render some content if its scripts are not available."},"first-contentful-paint":{"id":"first-contentful-paint","title":"First Contentful Paint","description":"First Contentful Paint marks the time at which the first text or image is painted. [Learn more](https://web.dev/first-contentful-paint).","score":1,"scoreDisplayMode":"numeric","numericValue":1189.4334220092774,"displayValue":"1.2 s"},"first-meaningful-paint":{"id":"first-meaningful-paint","title":"First Meaningful Paint","description":"First Meaningful Paint measures when the primary content of a page is visible. [Learn more](https://web.dev/first-meaningful-paint).","score":1,"scoreDisplayMode":"numeric","numericValue":1189.4334220092774,"displayValue":"1.2 s"},"load-fast-enough-for-pwa":{"id":"load-fast-enough-for-pwa","title":"Page load is fast enough on mobile networks","description":"A fast page load over a cellular network ensures a good mobile user experience. [Learn more](https://web.dev/load-fast-enough-for-pwa).","score":1,"scoreDisplayMode":"binary","numericValue":1289.4334220092774},"speed-index":{"id":"speed-index","title":"Speed Index","description":"Speed Index shows how quickly the contents of a page are visibly populated. [Learn more](https://web.dev/speed-index).","score":1,"scoreDisplayMode":"numeric","numericValue":1516.9618483059314,"displayValue":"1.5 s"},"screenshot-thumbnails":{"id":"screenshot-thumbnails","title":"Screenshot Thumbnails","description":"This is what the load of your site looked like.","score":null,"scoreDisplayMode":"informative","details":{"type":"filmstrip","scale":3000,"items":[{"timing":300,"timestamp":2981520566,"data":"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIALQAeAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1TqACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoA//Z"},{"timing":600,"timestamp":2981820566,"data":"data:image/jpeg;base64,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"},{"timing":900,"timestamp":2982120566,"data":"data:image/jpeg;base64,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"},{"timing":1200,"timestamp":2982420566,"data":"data:image/jpeg;base64,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"},{"timing":1500,"timestamp":2982720566,"data":"data:image/jpeg;base64,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"},{"timing":1800,"timestamp":2983020566,"data":"data:image/jpeg;base64,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"},{"timing":2100,"timestamp":2983320566,"data":"data:image/jpeg;base64,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"},{"timing":2400,"timestamp":2983620566,"data":"data:image/jpeg;base64,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"},{"timing":2700,"timestamp":2983920566,"data":"data:image/jpeg;base64,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"},{"timing":3000,"timestamp":2984220566,"data":"data:image/jpeg;base64,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"}]}},"final-screenshot":{"id":"final-screenshot","title":"Final Screenshot","description":"The last screenshot captured of the pageload.","score":null,"scoreDisplayMode":"informative","details":{"type":"screenshot","timing":835,"timestamp":2982055273,"data":"data:image/jpeg;base64,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"}},"estimated-input-latency":{"id":"estimated-input-latency","title":"Estimated Input Latency","description":"Estimated Input Latency is an estimate of how long your app takes to respond to user input, in milliseconds, during the busiest 5s window of page load. If your latency is higher than 50 ms, users may perceive your app as laggy. [Learn more](https://web.dev/estimated-input-latency).","score":1,"scoreDisplayMode":"numeric","numericValue":12.8,"displayValue":"10 ms"},"total-blocking-time":{"id":"total-blocking-time","title":"Total Blocking Time","description":"Sum of all time periods between FCP and Time to Interactive, when task length exceeded 50ms, expressed in milliseconds.","score":1,"scoreDisplayMode":"numeric","numericValue":6.5,"displayValue":"10 ms"},"max-potential-fid":{"id":"max-potential-fid","title":"Max Potential First Input Delay","description":"The maximum potential First Input Delay that your users could experience is the duration, in milliseconds, of the longest task. [Learn more](https://developers.google.com/web/updates/2018/05/first-input-delay).","score":1,"scoreDisplayMode":"numeric","numericValue":63,"displayValue":"60 ms"},"errors-in-console":{"id":"errors-in-console","title":"No browser errors logged to the console","description":"Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more](https://web.dev/errors-in-console)","score":1,"scoreDisplayMode":"binary","numericValue":0,"details":{"type":"table","headings":[],"items":[]}},"time-to-first-byte":{"id":"time-to-first-byte","title":"Server response times are low (TTFB)","description":"Time To First Byte identifies the time at which your server sends a response. [Learn more](https://web.dev/time-to-first-byte).","score":1,"scoreDisplayMode":"binary","numericValue":80.16799999999999,"displayValue":"Root document took 80 ms","details":{"type":"opportunity","overallSavingsMs":-519.832,"headings":[],"items":[]}},"first-cpu-idle":{"id":"first-cpu-idle","title":"First CPU Idle","description":"First CPU Idle marks the first time at which the page's main thread is quiet enough to handle input. [Learn more](https://web.dev/first-cpu-idle).","score":1,"scoreDisplayMode":"numeric","numericValue":1189.4334220092774,"displayValue":"1.2 s"},"interactive":{"id":"interactive","title":"Time to Interactive","description":"Time to interactive is the amount of time it takes for the page to become fully interactive. [Learn more](https://web.dev/interactive).","score":1,"scoreDisplayMode":"numeric","numericValue":1289.4334220092774,"displayValue":"1.3 s"},"user-timings":{"id":"user-timings","title":"User Timing marks and measures","description":"Consider instrumenting your app with the User Timing API to measure your app's real-world performance during key user experiences. [Learn more](https://web.dev/user-timings).","score":null,"scoreDisplayMode":"notApplicable","details":{"type":"table","headings":[],"items":[]}},"critical-request-chains":{"id":"critical-request-chains","title":"Avoid chaining critical requests","description":"The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load. [Learn more](https://web.dev/critical-request-chains).","score":null,"scoreDisplayMode":"informative","displayValue":"2 chains found","details":{"type":"criticalrequestchain","chains":{"D00CAC399913F2EB4F8F66F312DEA68E":{"request":{"url":"https://kirby-vue3-starterkit.jhnn.dev/","startTime":2981.244733,"endTime":2981.331412,"responseReceivedTime":2981.329336,"transferSize":961},"children":{"2048.79":{"request":{"url":"https://kirby-vue3-starterkit.jhnn.dev/assets/style.6226b78a.css","startTime":2981.395066,"endTime":2981.430644,"responseReceivedTime":2981.430056,"transferSize":1229}},"2048.80":{"request":{"url":"https://kirby-vue3-starterkit.jhnn.dev/assets/index.208e509a.js","startTime":2981.400563,"endTime":2981.47677,"responseReceivedTime":2981.457381,"transferSize":39806},"children":{"2048.100":{"request":{"url":"https://kirby-vue3-starterkit.jhnn.dev/assets/Home.8aef8ed6.js","startTime":2981.743245,"endTime":2981.751744,"responseReceivedTime":2981.751525,"transferSize":0}}}}}},"2048.83":{"request":{"url":"https://kirby-vue3-starterkit.jhnn.dev/manifest.json","startTime":2981.513458,"endTime":2981.559402,"responseReceivedTime":2981.5588,"transferSize":574}},"2048.84":{"request":{"url":"https://kirby-vue3-starterkit.jhnn.dev/service-worker.js","startTime":2981.515852,"endTime":2981.577175,"responseReceivedTime":2981.556522,"transferSize":0}}},"longestChain":{"duration":507.01100000014776,"length":3,"transferSize":0}}},"redirects":{"id":"redirects","title":"Avoid multiple page redirects","description":"Redirects introduce additional delays before the page can be loaded. [Learn more](https://web.dev/redirects).","score":1,"scoreDisplayMode":"numeric","numericValue":0,"displayValue":"","details":{"type":"opportunity","headings":[],"items":[],"overallSavingsMs":0}},"installable-manifest":{"id":"installable-manifest","title":"Web app manifest meets the installability requirements","description":"Browsers can proactively prompt users to add your app to their homescreen, which can lead to higher engagement. [Learn more](https://web.dev/installable-manifest).","score":1,"scoreDisplayMode":"binary","details":{"type":"debugdata","items":[{"failures":[],"isParseFailure":false,"hasStartUrl":true,"hasIconsAtLeast192px":true,"hasIconsAtLeast512px":true,"hasPWADisplayValue":true,"hasBackgroundColor":true,"hasThemeColor":true,"hasShortName":true,"shortNameLength":true,"hasName":true}]}},"apple-touch-icon":{"id":"apple-touch-icon","title":"Provides a valid `apple-touch-icon`","description":"For ideal appearance on iOS when users add a progressive web app to the home screen, define an `apple-touch-icon`. It must point to a non-transparent 192px (or 180px) square PNG. [Learn More](https://web.dev/apple-touch-icon/).","score":1,"scoreDisplayMode":"binary","warnings":[]},"splash-screen":{"id":"splash-screen","title":"Configured for a custom splash screen","description":"A themed splash screen ensures a high-quality experience when users launch your app from their homescreens. [Learn more](https://web.dev/splash-screen).","score":1,"scoreDisplayMode":"binary","details":{"type":"debugdata","items":[{"failures":[],"isParseFailure":false,"hasStartUrl":true,"hasIconsAtLeast192px":true,"hasIconsAtLeast512px":true,"hasPWADisplayValue":true,"hasBackgroundColor":true,"hasThemeColor":true,"hasShortName":true,"shortNameLength":true,"hasName":true}]}},"themed-omnibox":{"id":"themed-omnibox","title":"Sets a theme color for the address bar.","description":"The browser address bar can be themed to match your site. [Learn more](https://web.dev/themed-omnibox).","score":1,"scoreDisplayMode":"binary","details":{"type":"debugdata","items":[{"failures":[],"themeColor":"#41b883","isParseFailure":false,"hasStartUrl":true,"hasIconsAtLeast192px":true,"hasIconsAtLeast512px":true,"hasPWADisplayValue":true,"hasBackgroundColor":true,"hasThemeColor":true,"hasShortName":true,"shortNameLength":true,"hasName":true}]}},"content-width":{"id":"content-width","title":"Content is sized correctly for the viewport","description":"If the width of your app's content doesn't match the width of the viewport, your app might not be optimized for mobile screens. [Learn more](https://web.dev/content-width).","score":1,"scoreDisplayMode":"binary","explanation":""},"image-aspect-ratio":{"id":"image-aspect-ratio","title":"Displays images with correct aspect ratio","description":"Image display dimensions should match natural aspect ratio. [Learn more](https://web.dev/image-aspect-ratio).","score":1,"scoreDisplayMode":"binary","warnings":[],"details":{"type":"table","headings":[],"items":[]}},"deprecations":{"id":"deprecations","title":"Avoids deprecated APIs","description":"Deprecated APIs will eventually be removed from the browser. [Learn more](https://web.dev/deprecations).","score":1,"scoreDisplayMode":"binary","displayValue":"","details":{"type":"table","headings":[],"items":[]}},"mainthread-work-breakdown":{"id":"mainthread-work-breakdown","title":"Minimizes main-thread work","description":"Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. [Learn more](https://web.dev/mainthread-work-breakdown)","score":1,"scoreDisplayMode":"numeric","numericValue":732.2840000000003,"displayValue":"0.7 s","details":{"type":"table","headings":[{"key":"groupLabel","itemType":"text","text":"Category"},{"key":"duration","itemType":"ms","granularity":1,"text":"Time Spent"}],"items":[{"group":"other","groupLabel":"Other","duration":338.1800000000003},{"group":"scriptEvaluation","groupLabel":"Script Evaluation","duration":242.97200000000004},{"group":"paintCompositeRender","groupLabel":"Rendering","duration":46.36399999999998},{"group":"scriptParseCompile","groupLabel":"Script Parsing & Compilation","duration":42.959999999999994},{"group":"styleLayout","groupLabel":"Style & Layout","duration":42.663999999999994},{"group":"parseHTML","groupLabel":"Parse HTML & CSS","duration":19.144000000000002}]}},"bootup-time":{"id":"bootup-time","title":"JavaScript execution time","description":"Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn more](https://web.dev/bootup-time).","score":1,"scoreDisplayMode":"numeric","numericValue":210.32000000000008,"displayValue":"0.2 s","details":{"type":"table","headings":[{"key":"url","itemType":"url","text":"URL"},{"key":"total","granularity":1,"itemType":"ms","text":"Total CPU Time"},{"key":"scripting","granularity":1,"itemType":"ms","text":"Script Evaluation"},{"key":"scriptParseCompile","granularity":1,"itemType":"ms","text":"Script Parse"}],"items":[{"url":"Other","total":656.6720000000004,"scripting":206.8760000000001,"scriptParseCompile":3.4440000000000004}],"summary":{"wastedMs":210.32000000000008}}},"uses-rel-preload":{"id":"uses-rel-preload","title":"Preload key requests","description":"Consider using `\u003clink rel=preload>` to prioritize fetching resources that are currently requested later in page load. [Learn more](https://web.dev/uses-rel-preload).","score":1,"scoreDisplayMode":"numeric","numericValue":0,"displayValue":"","details":{"type":"opportunity","headings":[],"items":[],"overallSavingsMs":0}},"uses-rel-preconnect":{"id":"uses-rel-preconnect","title":"Preconnect to required origins","description":"Consider adding `preconnect` or `dns-prefetch` resource hints to establish early connections to important third-party origins. [Learn more](https://web.dev/uses-rel-preconnect).","score":1,"scoreDisplayMode":"numeric","numericValue":0,"displayValue":"","warnings":[],"details":{"type":"opportunity","headings":[],"items":[],"overallSavingsMs":0}},"font-display":{"id":"font-display","title":"All text remains visible during webfont loads","description":"Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading. [Learn more](https://web.dev/font-display).","score":1,"scoreDisplayMode":"binary","warnings":[],"details":{"type":"table","headings":[],"items":[]}},"diagnostics":{"id":"diagnostics","title":"Diagnostics","description":"Collection of useful page vitals.","score":null,"scoreDisplayMode":"informative","details":{"type":"debugdata","items":[{"numRequests":40,"numScripts":2,"numStylesheets":1,"numFonts":0,"numTasks":588,"numTasksOver10ms":4,"numTasksOver25ms":0,"numTasksOver50ms":0,"numTasksOver100ms":0,"numTasksOver500ms":0,"rtt":0.1847,"throughput":23138446.119944476,"maxRtt":0.1847,"maxServerLatency":67.04429999999999,"totalByteWeight":877326,"totalTaskTime":183.07099999999986,"mainDocumentTransferSize":961}]}},"network-requests":{"id":"network-requests","title":"Network Requests","description":"Lists the network requests that were made during page load.","score":null,"scoreDisplayMode":"informative","numericValue":40,"details":{"type":"table","headings":[{"key":"url","itemType":"url","text":"URL"},{"key":"startTime","itemType":"ms","granularity":1,"text":"Start Time"},{"key":"endTime","itemType":"ms","granularity":1,"text":"End Time"},{"key":"transferSize","itemType":"bytes","displayUnit":"kb","granularity":1,"text":"Transfer Size"},{"key":"resourceSize","itemType":"bytes","displayUnit":"kb","granularity":1,"text":"Resource Size"},{"key":"statusCode","itemType":"text","text":"Status Code"},{"key":"mimeType","itemType":"text","text":"MIME Type"},{"key":"resourceType","itemType":"text","text":"Resource Type"}],"items":[{"url":"https://kirby-vue3-starterkit.jhnn.dev/","startTime":0,"endTime":86.67900000000373,"transferSize":961,"resourceSize":4188,"statusCode":200,"mimeType":"text/html","resourceType":"Document"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/assets/style.6226b78a.css","startTime":150.333000000046,"endTime":185.9110000000328,"transferSize":1229,"resourceSize":4318,"statusCode":200,"mimeType":"text/css","resourceType":"Stylesheet"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/assets/index.208e509a.js","startTime":155.8300000001509,"endTime":232.03700000021854,"transferSize":39806,"resourceSize":145660,"statusCode":200,"mimeType":"application/javascript","resourceType":"Script"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/manifest.json","startTime":268.72499999990396,"endTime":314.6689999998671,"transferSize":574,"resourceSize":1116,"statusCode":200,"mimeType":"application/json","resourceType":"Manifest"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/service-worker.js","startTime":271.1189999999988,"endTime":332.4419999999009,"transferSize":0,"resourceSize":2086,"statusCode":200,"mimeType":"application/javascript","resourceType":"Other"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/img/android-chrome-192x192.png","startTime":323.765000000094,"endTime":395.70800000001327,"transferSize":10275,"resourceSize":9966,"statusCode":200,"mimeType":"image/png","resourceType":"Other"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/","startTime":344.01900000011665,"endTime":394.50299999998606,"transferSize":961,"resourceSize":2094,"statusCode":200,"mimeType":"text/html","resourceType":"Fetch"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/index.html","startTime":344.28200000002107,"endTime":397.5599999998849,"transferSize":961,"resourceSize":2094,"statusCode":200,"mimeType":"text/html","resourceType":"Fetch"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/home.json","startTime":344.7409999998854,"endTime":419.1439999999602,"transferSize":758,"resourceSize":1979,"statusCode":200,"mimeType":"application/json","resourceType":"Fetch"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/error.json","startTime":345.46399999999267,"endTime":422.6810000000114,"transferSize":572,"resourceSize":384,"statusCode":200,"mimeType":"application/json","resourceType":"Fetch"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/offline.json","startTime":345.97900000017034,"endTime":429.0299999997842,"transferSize":595,"resourceSize":570,"statusCode":200,"mimeType":"application/json","resourceType":"Fetch"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/assets/About.cb999ae1.js","startTime":346.2580000000344,"endTime":410.0159999998141,"transferSize":1013,"resourceSize":1418,"statusCode":200,"mimeType":"application/javascript","resourceType":"Fetch"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/assets/Album.21fdb32a.js","startTime":347.0760000000155,"endTime":417.78599999997823,"transferSize":1235,"resourceSize":1997,"statusCode":200,"mimeType":"application/javascript","resourceType":"Fetch"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/assets/Home.8aef8ed6.js","startTime":349.7980000001917,"endTime":419.9499999999716,"transferSize":1345,"resourceSize":1889,"statusCode":200,"mimeType":"application/javascript","resourceType":"Fetch"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/assets/Note.8590ba0a.js","startTime":350.17199999992954,"endTime":422.0759999998336,"transferSize":996,"resourceSize":1281,"statusCode":200,"mimeType":"application/javascript","resourceType":"Fetch"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/assets/Notes.2e17f9b3.js","startTime":350.77099999989514,"endTime":418.4909999999036,"transferSize":1008,"resourceSize":1173,"statusCode":200,"mimeType":"application/javascript","resourceType":"Fetch"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/assets/Photography.a8f6961e.js","startTime":351.6180000001441,"endTime":421.0830000001806,"transferSize":1208,"resourceSize":1593,"statusCode":200,"mimeType":"application/javascript","resourceType":"Fetch"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/assets/index.208e509a.js","startTime":352.17800000009447,"endTime":355.1760000000286,"transferSize":0,"resourceSize":72830,"statusCode":200,"mimeType":"application/javascript","resourceType":"Fetch"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/assets/style.6226b78a.css","startTime":352.5249999997868,"endTime":354.8150000001442,"transferSize":0,"resourceSize":2159,"statusCode":200,"mimeType":"text/css","resourceType":"Fetch"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/home.json","startTime":358.11499999999796,"endTime":482.3900000001231,"transferSize":758,"resourceSize":3958,"statusCode":200,"mimeType":"application/json","resourceType":"Fetch"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/assets/Home.8aef8ed6.js","startTime":498.51200000011886,"endTime":507.01100000014776,"transferSize":0,"resourceSize":3778,"statusCode":200,"mimeType":"application/javascript","resourceType":"Script"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/assets/Home.8aef8ed6.js","startTime":503.60700000010183,"endTime":504.62999999990643,"transferSize":0,"resourceSize":1889,"statusCode":200,"mimeType":"application/javascript","resourceType":"Fetch"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/photography.json","startTime":525.0609999998233,"endTime":568.5260000000198,"transferSize":1006,"resourceSize":3175,"statusCode":200,"mimeType":"application/json","resourceType":"Fetch"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/photography.json","startTime":522.02699999998,"endTime":573.3310000000529,"transferSize":0,"resourceSize":6350,"statusCode":200,"mimeType":"application/json","resourceType":"Fetch"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/trees/3506294441-1593721780/monster-trees-in-the-fog-1024x1024.jpg","startTime":587.688000000071,"endTime":748.0639999998857,"transferSize":111707,"resourceSize":111296,"statusCode":200,"mimeType":"image/jpeg","resourceType":"Fetch"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/sky/3495650138-1593721780/dark-forest-1024x1024.jpg","startTime":595.0370000000476,"endTime":685.7159999999567,"transferSize":128300,"resourceSize":127870,"statusCode":200,"mimeType":"image/jpeg","resourceType":"Fetch"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/trees/3506294441-1593721780/monster-trees-in-the-fog-1024x1024.jpg","startTime":581.4399999999296,"endTime":751.2950000000274,"transferSize":0,"resourceSize":222592,"statusCode":200,"mimeType":"image/jpeg","resourceType":"Image"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/sky/3495650138-1593721780/dark-forest-1024x1024.jpg","startTime":582.1540000001733,"endTime":688.9400000000023,"transferSize":0,"resourceSize":255740,"statusCode":200,"mimeType":"image/jpeg","resourceType":"Image"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/ocean/3567208724-1593721780/island-from-above-1024x1024.jpg","startTime":582.5639999998202,"endTime":752.603999999792,"transferSize":0,"resourceSize":182928,"statusCode":200,"mimeType":"image/jpeg","resourceType":"Image"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/desert/357164395-1593721780/indiana-jones-1024x1024.jpg","startTime":583.1939999998212,"endTime":812.9930000000058,"transferSize":0,"resourceSize":182258,"statusCode":200,"mimeType":"image/jpeg","resourceType":"Image"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/mountains/1173080142-1593721780/probably-photoshopped-1024x1024.jpg","startTime":583.5379999998622,"endTime":815.2439999998933,"transferSize":0,"resourceSize":119164,"statusCode":200,"mimeType":"image/jpeg","resourceType":"Image"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/waterfall/2577458037-1593721780/the-fall-is-lava-1024x1024.jpg","startTime":584.0549999998075,"endTime":889.1819999998916,"transferSize":0,"resourceSize":265706,"statusCode":200,"mimeType":"image/jpeg","resourceType":"Image"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/plants/460365936-1593721780/nice-colors-ugly-plant-1024x1024.jpg","startTime":584.512999999788,"endTime":846.6669999997976,"transferSize":0,"resourceSize":125824,"statusCode":200,"mimeType":"image/jpeg","resourceType":"Image"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/landscape/1297300484-1593721780/that-green-looks-fake-1024x1024.jpg","startTime":585.1160000001983,"endTime":891.2119999999959,"transferSize":0,"resourceSize":263434,"statusCode":200,"mimeType":"image/jpeg","resourceType":"Image"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/ocean/3567208724-1593721780/island-from-above-1024x1024.jpg","startTime":596.5879999998833,"endTime":748.4610000001339,"transferSize":91856,"resourceSize":91464,"statusCode":200,"mimeType":"image/jpeg","resourceType":"Fetch"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/desert/357164395-1593721780/indiana-jones-1024x1024.jpg","startTime":598.2960000001185,"endTime":810.4939999998351,"transferSize":91522,"resourceSize":91129,"statusCode":200,"mimeType":"image/jpeg","resourceType":"Fetch"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/mountains/1173080142-1593721780/probably-photoshopped-1024x1024.jpg","startTime":599.0270000002056,"endTime":810.8330000000024,"transferSize":59938,"resourceSize":59582,"statusCode":200,"mimeType":"image/jpeg","resourceType":"Fetch"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/waterfall/2577458037-1593721780/the-fall-is-lava-1024x1024.jpg","startTime":599.5229999998628,"endTime":887.1030000000246,"transferSize":133301,"resourceSize":132853,"statusCode":200,"mimeType":"image/jpeg","resourceType":"Fetch"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/plants/460365936-1593721780/nice-colors-ugly-plant-1024x1024.jpg","startTime":686.2390000001142,"endTime":844.9260000002141,"transferSize":63277,"resourceSize":62912,"statusCode":200,"mimeType":"image/jpeg","resourceType":"Fetch"},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/landscape/1297300484-1593721780/that-green-looks-fake-1024x1024.jpg","startTime":749.3220000001202,"endTime":887.5640000001113,"transferSize":132164,"resourceSize":131717,"statusCode":200,"mimeType":"image/jpeg","resourceType":"Fetch"}]}},"network-rtt":{"id":"network-rtt","title":"Network Round Trip Times","description":"Network round trip times (RTT) have a large impact on performance. If the RTT to an origin is high, it's an indication that servers closer to the user could improve performance. [Learn more](https://hpbn.co/primer-on-latency-and-bandwidth/).","score":null,"scoreDisplayMode":"informative","numericValue":0.1847,"displayValue":"0 ms","details":{"type":"table","headings":[{"key":"origin","itemType":"text","text":"URL"},{"key":"rtt","itemType":"ms","granularity":1,"text":"Time Spent"}],"items":[{"origin":"https://kirby-vue3-starterkit.jhnn.dev","rtt":0.1847}]}},"network-server-latency":{"id":"network-server-latency","title":"Server Backend Latencies","description":"Server latencies can impact web performance. If the server latency of an origin is high, it's an indication the server is overloaded or has poor backend performance. [Learn more](https://hpbn.co/primer-on-web-performance/#analyzing-the-resource-waterfall).","score":null,"scoreDisplayMode":"informative","numericValue":67.04429999999999,"displayValue":"70 ms","details":{"type":"table","headings":[{"key":"origin","itemType":"text","text":"URL"},{"key":"serverResponseTime","itemType":"ms","granularity":1,"text":"Time Spent"}],"items":[{"origin":"https://kirby-vue3-starterkit.jhnn.dev","serverResponseTime":67.04429999999999}]}},"main-thread-tasks":{"id":"main-thread-tasks","title":"Tasks","description":"Lists the toplevel main thread tasks that executed during page load.","score":null,"scoreDisplayMode":"informative","numericValue":9,"details":{"type":"table","headings":[{"key":"startTime","itemType":"ms","granularity":1,"text":"Start Time"},{"key":"duration","itemType":"ms","granularity":1,"text":"End Time"}],"items":[{"duration":13.957,"startTime":162.924},{"duration":9.931,"startTime":195.743},{"duration":6.708,"startTime":206.142},{"duration":6.864,"startTime":291.038},{"duration":6.687,"startTime":299.085},{"duration":12.585,"startTime":541.626},{"duration":15.693,"startTime":563.458},{"duration":7.074,"startTime":579.166},{"duration":12.166,"startTime":629.987}]}},"metrics":{"id":"metrics","title":"Metrics","description":"Collects all available metrics.","score":null,"scoreDisplayMode":"informative","numericValue":1289.4334220092774,"details":{"type":"debugdata","items":[{"firstContentfulPaint":1189,"firstMeaningfulPaint":1189,"firstCPUIdle":1189,"interactive":1289,"speedIndex":1517,"estimatedInputLatency":13,"totalBlockingTime":7,"observedNavigationStart":0,"observedNavigationStartTs":2981220566,"observedFirstPaint":571,"observedFirstPaintTs":2981791709,"observedFirstContentfulPaint":571,"observedFirstContentfulPaintTs":2981791709,"observedFirstMeaningfulPaint":630,"observedFirstMeaningfulPaintTs":2981850452,"observedLargestContentfulPaint":801,"observedLargestContentfulPaintTs":2982021819,"observedTraceEnd":1989,"observedTraceEndTs":2983209508,"observedLoad":275,"observedLoadTs":2981495707,"observedDomContentLoaded":274,"observedDomContentLoadedTs":2981494688,"observedFirstVisualChange":568,"observedFirstVisualChangeTs":2981788566,"observedLastVisualChange":818,"observedLastVisualChangeTs":2982038566,"observedSpeedIndex":710,"observedSpeedIndexTs":2981930445},{"lcpInvalidated":false}]}},"offline-start-url":{"id":"offline-start-url","title":"`start_url` responds with a 200 when offline","description":"A service worker enables your web app to be reliable in unpredictable network conditions. [Learn more](https://web.dev/offline-start-url).","score":1,"scoreDisplayMode":"binary","warnings":[]},"performance-budget":{"id":"performance-budget","title":"Performance budget","description":"Keep the quantity and size of network requests under the targets set by the provided performance budget. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/budgets).","score":null,"scoreDisplayMode":"notApplicable"},"resource-summary":{"id":"resource-summary","title":"Keep request counts low and transfer sizes small","description":"To set budgets for the quantity and size of page resources, add a budget.json file. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/budgets).","score":null,"scoreDisplayMode":"informative","displayValue":"40 requests • 857 KB","details":{"type":"table","headings":[{"key":"label","itemType":"text","text":"Resource Type"},{"key":"requestCount","itemType":"numeric","text":"Requests"},{"key":"size","itemType":"bytes","text":"Transfer Size"}],"items":[{"resourceType":"total","label":"Total","requestCount":40,"size":877326},{"resourceType":"other","label":"Other","requestCount":28,"size":835330},{"resourceType":"script","label":"Script","requestCount":2,"size":39806},{"resourceType":"stylesheet","label":"Stylesheet","requestCount":1,"size":1229},{"resourceType":"document","label":"Document","requestCount":1,"size":961},{"resourceType":"image","label":"Image","requestCount":8,"size":0},{"resourceType":"media","label":"Media","requestCount":0,"size":0},{"resourceType":"font","label":"Font","requestCount":0,"size":0},{"resourceType":"third-party","label":"Third-party","requestCount":0,"size":0}]}},"third-party-summary":{"id":"third-party-summary","title":"Minimize third-party usage","description":"Third-party code can significantly impact load performance. Limit the number of redundant third-party providers and try to load third-party code after your page has primarily finished loading. [Learn more](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/).","score":null,"scoreDisplayMode":"notApplicable"},"pwa-cross-browser":{"id":"pwa-cross-browser","title":"Site works cross-browser","description":"To reach the most number of users, sites should work across every major browser. [Learn more](https://web.dev/pwa-cross-browser).","score":null,"scoreDisplayMode":"manual"},"pwa-page-transitions":{"id":"pwa-page-transitions","title":"Page transitions don't feel like they block on the network","description":"Transitions should feel snappy as you tap around, even on a slow network. This experience is key to a user's perception of performance. [Learn more](https://web.dev/pwa-page-transitions).","score":null,"scoreDisplayMode":"manual"},"pwa-each-page-has-url":{"id":"pwa-each-page-has-url","title":"Each page has a URL","description":"Ensure individual pages are deep linkable via URL and that URLs are unique for the purpose of shareability on social media. [Learn more](https://web.dev/pwa-each-page-has-url).","score":null,"scoreDisplayMode":"manual"},"accesskeys":{"id":"accesskeys","title":"`[accesskey]` values are unique","description":"Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. [Learn more](https://web.dev/accesskeys/).","score":null,"scoreDisplayMode":"notApplicable"},"aria-allowed-attr":{"id":"aria-allowed-attr","title":"`[aria-*]` attributes match their roles","description":"Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn more](https://web.dev/aria-allowed-attr/).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"aria-required-attr":{"id":"aria-required-attr","title":"`[role]`s have all required `[aria-*]` attributes","description":"Some ARIA roles have required attributes that describe the state of the element to screen readers. [Learn more](https://web.dev/aria-required-attr/).","score":null,"scoreDisplayMode":"notApplicable"},"aria-required-children":{"id":"aria-required-children","title":"Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.","description":"Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more](https://web.dev/aria-required-children/).","score":null,"scoreDisplayMode":"notApplicable"},"aria-required-parent":{"id":"aria-required-parent","title":"`[role]`s are contained by their required parent element","description":"Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. [Learn more](https://web.dev/aria-required-parent/).","score":null,"scoreDisplayMode":"notApplicable"},"aria-roles":{"id":"aria-roles","title":"`[role]` values are valid","description":"ARIA roles must have valid values in order to perform their intended accessibility functions. [Learn more](https://web.dev/aria-roles/).","score":null,"scoreDisplayMode":"notApplicable"},"aria-valid-attr-value":{"id":"aria-valid-attr-value","title":"`[aria-*]` attributes have valid values","description":"Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. [Learn more](https://web.dev/aria-valid-attr-value/).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"aria-valid-attr":{"id":"aria-valid-attr","title":"`[aria-*]` attributes are valid and not misspelled","description":"Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. [Learn more](https://web.dev/aria-valid-attr/).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"audio-caption":{"id":"audio-caption","title":"`\u003caudio>` elements contain a `\u003ctrack>` element with `[kind=\"captions\"]`","description":"Captions make audio elements usable for deaf or hearing-impaired users, providing critical information such as who is talking, what they're saying, and other non-speech information. [Learn more](https://web.dev/audio-caption/).","score":null,"scoreDisplayMode":"notApplicable"},"button-name":{"id":"button-name","title":"Buttons have an accessible name","description":"When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn more](https://web.dev/button-name/).","score":null,"scoreDisplayMode":"notApplicable"},"bypass":{"id":"bypass","title":"The page contains a heading, skip link, or landmark region","description":"Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. [Learn more](https://web.dev/bypass/).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"color-contrast":{"id":"color-contrast","title":"Background and foreground colors have a sufficient contrast ratio","description":"Low-contrast text is difficult or impossible for many users to read. [Learn more](https://web.dev/color-contrast/).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"definition-list":{"id":"definition-list","title":"`\u003cdl>`'s contain only properly-ordered `\u003cdt>` and `\u003cdd>` groups, `\u003cscript>` or `\u003ctemplate>` elements.","description":"When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. [Learn more](https://web.dev/definition-list/).","score":null,"scoreDisplayMode":"notApplicable"},"dlitem":{"id":"dlitem","title":"Definition list items are wrapped in `\u003cdl>` elements","description":"Definition list items (`\u003cdt>` and `\u003cdd>`) must be wrapped in a parent `\u003cdl>` element to ensure that screen readers can properly announce them. [Learn more](https://web.dev/dlitem/).","score":null,"scoreDisplayMode":"notApplicable"},"document-title":{"id":"document-title","title":"Document has a `\u003ctitle>` element","description":"The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. [Learn more](https://web.dev/document-title/).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"duplicate-id":{"id":"duplicate-id","title":"`[id]` attributes on the page are unique","description":"The value of an id attribute must be unique to prevent other instances from being overlooked by assistive technologies. [Learn more](https://web.dev/duplicate-id/).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"frame-title":{"id":"frame-title","title":"`\u003cframe>` or `\u003ciframe>` elements have a title","description":"Screen reader users rely on frame titles to describe the contents of frames. [Learn more](https://web.dev/frame-title/).","score":null,"scoreDisplayMode":"notApplicable"},"html-has-lang":{"id":"html-has-lang","title":"`\u003chtml>` element has a `[lang]` attribute","description":"If a page doesn't specify a lang attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. [Learn more](https://web.dev/html-has-lang/).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"html-lang-valid":{"id":"html-lang-valid","title":"`\u003chtml>` element has a valid value for its `[lang]` attribute","description":"Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) helps screen readers announce text properly. [Learn more](https://web.dev/html-lang-valid/).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"image-alt":{"id":"image-alt","title":"Image elements have `[alt]` attributes","description":"Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more](https://web.dev/image-alt/).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"input-image-alt":{"id":"input-image-alt","title":"`\u003cinput type=\"image\">` elements have `[alt]` text","description":"When an image is being used as an `\u003cinput>` button, providing alternative text can help screen reader users understand the purpose of the button. [Learn more](https://web.dev/input-image-alt/).","score":null,"scoreDisplayMode":"notApplicable"},"label":{"id":"label","title":"Form elements have associated labels","description":"Labels ensure that form controls are announced properly by assistive technologies, like screen readers. [Learn more](https://web.dev/label/).","score":null,"scoreDisplayMode":"notApplicable"},"layout-table":{"id":"layout-table","title":"Presentational `\u003ctable>` elements avoid using `\u003cth>`, `\u003ccaption>` or the `[summary]` attribute.","description":"A table being used for layout purposes should not include data elements, such as the th or caption elements or the summary attribute, because this can create a confusing experience for screen reader users. [Learn more](https://web.dev/layout-table/).","score":null,"scoreDisplayMode":"notApplicable"},"link-name":{"id":"link-name","title":"Links have a discernible name","description":"Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn more](https://web.dev/link-name/).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"list":{"id":"list","title":"Lists contain only `\u003cli>` elements and script supporting elements (`\u003cscript>` and `\u003ctemplate>`).","description":"Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. [Learn more](https://web.dev/list/).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"listitem":{"id":"listitem","title":"List items (`\u003cli>`) are contained within `\u003cul>` or `\u003col>` parent elements","description":"Screen readers require list items (`\u003cli>`) to be contained within a parent `\u003cul>` or `\u003col>` to be announced properly. [Learn more](https://web.dev/listitem/).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"meta-refresh":{"id":"meta-refresh","title":"The document does not use `\u003cmeta http-equiv=\"refresh\">`","description":"Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. [Learn more](https://web.dev/meta-refresh/).","score":null,"scoreDisplayMode":"notApplicable"},"meta-viewport":{"id":"meta-viewport","title":"`[user-scalable=\"no\"]` is not used in the `\u003cmeta name=\"viewport\">` element and the `[maximum-scale]` attribute is not less than 5.","description":"Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. [Learn more](https://web.dev/meta-viewport/).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"object-alt":{"id":"object-alt","title":"`\u003cobject>` elements have `[alt]` text","description":"Screen readers cannot translate non-text content. Adding alt text to `\u003cobject>` elements helps screen readers convey meaning to users. [Learn more](https://web.dev/object-alt/).","score":null,"scoreDisplayMode":"notApplicable"},"tabindex":{"id":"tabindex","title":"No element has a `[tabindex]` value greater than 0","description":"A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. [Learn more](https://web.dev/tabindex/).","score":null,"scoreDisplayMode":"notApplicable"},"td-headers-attr":{"id":"td-headers-attr","title":"Cells in a `\u003ctable>` element that use the `[headers]` attribute refer to table cells within the same table.","description":"Screen readers have features to make navigating tables easier. Ensuring `\u003ctd>` cells using the `[headers]` attribute only refer to other cells in the same table may improve the experience for screen reader users. [Learn more](https://web.dev/td-headers-attr/).","score":null,"scoreDisplayMode":"notApplicable"},"th-has-data-cells":{"id":"th-has-data-cells","title":"`\u003cth>` elements and elements with `[role=\"columnheader\"/\"rowheader\"]` have data cells they describe.","description":"Screen readers have features to make navigating tables easier. Ensuring table headers always refer to some set of cells may improve the experience for screen reader users. [Learn more](https://web.dev/th-has-data-cells/).","score":null,"scoreDisplayMode":"notApplicable"},"valid-lang":{"id":"valid-lang","title":"`[lang]` attributes have a valid value","description":"Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) on elements helps ensure that text is pronounced correctly by a screen reader. [Learn more](https://web.dev/valid-lang/).","score":null,"scoreDisplayMode":"notApplicable"},"video-caption":{"id":"video-caption","title":"`\u003cvideo>` elements contain a `\u003ctrack>` element with `[kind=\"captions\"]`","description":"When a video provides a caption it is easier for deaf and hearing impaired users to access its information. [Learn more](https://web.dev/video-caption/).","score":null,"scoreDisplayMode":"notApplicable"},"video-description":{"id":"video-description","title":"`\u003cvideo>` elements contain a `\u003ctrack>` element with `[kind=\"description\"]`","description":"Audio descriptions provide relevant information for videos that dialogue cannot, such as facial expressions and scenes. [Learn more](https://web.dev/video-description/).","score":null,"scoreDisplayMode":"notApplicable"},"custom-controls-labels":{"id":"custom-controls-labels","title":"Custom controls have associated labels","description":"Custom interactive controls have associated labels, provided by aria-label or aria-labelledby. [Learn more](https://web.dev/custom-controls-labels/).","score":null,"scoreDisplayMode":"manual"},"custom-controls-roles":{"id":"custom-controls-roles","title":"Custom controls have ARIA roles","description":"Custom interactive controls have appropriate ARIA roles. [Learn more](https://web.dev/custom-control-roles/).","score":null,"scoreDisplayMode":"manual"},"focus-traps":{"id":"focus-traps","title":"User focus is not accidentally trapped in a region","description":"A user can tab into and out of any control or region without accidentally trapping their focus. [Learn more](https://web.dev/focus-traps/).","score":null,"scoreDisplayMode":"manual"},"focusable-controls":{"id":"focusable-controls","title":"Interactive controls are keyboard focusable","description":"Custom interactive controls are keyboard focusable and display a focus indicator. [Learn more](https://web.dev/focusable-controls/).","score":null,"scoreDisplayMode":"manual"},"heading-levels":{"id":"heading-levels","title":"Headings don't skip levels","description":"Headings are used to create an outline for the page and heading levels are not skipped. [Learn more](https://web.dev/heading-levels/).","score":null,"scoreDisplayMode":"manual"},"interactive-element-affordance":{"id":"interactive-element-affordance","title":"Interactive elements indicate their purpose and state","description":"Interactive elements, such as links and buttons, should indicate their state and be distinguishable from non-interactive elements. [Learn more](https://web.dev/interactive-element-affordance/).","score":null,"scoreDisplayMode":"manual"},"logical-tab-order":{"id":"logical-tab-order","title":"The page has a logical tab order","description":"Tabbing through the page follows the visual layout. Users cannot focus elements that are offscreen. [Learn more](https://web.dev/logical-tab-order/).","score":null,"scoreDisplayMode":"manual"},"managed-focus":{"id":"managed-focus","title":"The user's focus is directed to new content added to the page","description":"If new content, such as a dialog, is added to the page, the user's focus is directed to it. [Learn more](https://web.dev/managed-focus/).","score":null,"scoreDisplayMode":"manual"},"offscreen-content-hidden":{"id":"offscreen-content-hidden","title":"Offscreen content is hidden from assistive technology","description":"Offscreen content is hidden with display: none or aria-hidden=true. [Learn more](https://web.dev/offscreen-content-hidden/).","score":null,"scoreDisplayMode":"manual"},"use-landmarks":{"id":"use-landmarks","title":"HTML5 landmark elements are used to improve navigation","description":"Landmark elements (\u003cmain>, \u003cnav>, etc.) are used to improve the keyboard navigation of the page for assistive technology. [Learn more](https://web.dev/use-landmarks/).","score":null,"scoreDisplayMode":"manual"},"visual-order-follows-dom":{"id":"visual-order-follows-dom","title":"Visual order on the page follows DOM order","description":"DOM order matches the visual order, improving navigation for assistive technology. [Learn more](https://web.dev/visual-order-follows-dom/).","score":null,"scoreDisplayMode":"manual"},"uses-long-cache-ttl":{"id":"uses-long-cache-ttl","title":"Serve static assets with an efficient cache policy","description":"A long cache lifetime can speed up repeat visits to your page. [Learn more](https://web.dev/uses-long-cache-ttl).","score":0.84,"scoreDisplayMode":"numeric","numericValue":41035,"displayValue":"11 resources found","details":{"type":"table","headings":[{"key":"url","itemType":"url","text":"URL"},{"key":"cacheLifetimeMs","itemType":"ms","text":"Cache TTL","displayUnit":"duration"},{"key":"totalBytes","itemType":"bytes","text":"Size","displayUnit":"kb","granularity":1}],"items":[{"url":"https://kirby-vue3-starterkit.jhnn.dev/assets/index.208e509a.js","cacheLifetimeMs":0,"cacheHitProbability":0,"totalBytes":39806,"wastedBytes":39806},{"url":"https://kirby-vue3-starterkit.jhnn.dev/assets/style.6226b78a.css","cacheLifetimeMs":0,"cacheHitProbability":0,"totalBytes":1229,"wastedBytes":1229},{"url":"https://kirby-vue3-starterkit.jhnn.dev/assets/Home.8aef8ed6.js","cacheLifetimeMs":0,"cacheHitProbability":0,"totalBytes":0,"wastedBytes":0},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/desert/357164395-1593721780/indiana-jones-1024x1024.jpg","cacheLifetimeMs":0,"cacheHitProbability":0,"totalBytes":0,"wastedBytes":0},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/landscape/1297300484-1593721780/that-green-looks-fake-1024x1024.jpg","cacheLifetimeMs":0,"cacheHitProbability":0,"totalBytes":0,"wastedBytes":0},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/mountains/1173080142-1593721780/probably-photoshopped-1024x1024.jpg","cacheLifetimeMs":0,"cacheHitProbability":0,"totalBytes":0,"wastedBytes":0},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/ocean/3567208724-1593721780/island-from-above-1024x1024.jpg","cacheLifetimeMs":0,"cacheHitProbability":0,"totalBytes":0,"wastedBytes":0},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/plants/460365936-1593721780/nice-colors-ugly-plant-1024x1024.jpg","cacheLifetimeMs":0,"cacheHitProbability":0,"totalBytes":0,"wastedBytes":0},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/sky/3495650138-1593721780/dark-forest-1024x1024.jpg","cacheLifetimeMs":0,"cacheHitProbability":0,"totalBytes":0,"wastedBytes":0},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/trees/3506294441-1593721780/monster-trees-in-the-fog-1024x1024.jpg","cacheLifetimeMs":0,"cacheHitProbability":0,"totalBytes":0,"wastedBytes":0},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/waterfall/2577458037-1593721780/the-fall-is-lava-1024x1024.jpg","cacheLifetimeMs":0,"cacheHitProbability":0,"totalBytes":0,"wastedBytes":0}],"summary":{"wastedBytes":41035}}},"total-byte-weight":{"id":"total-byte-weight","title":"Avoids enormous network payloads","description":"Large network payloads cost users real money and are highly correlated with long load times. [Learn more](https://web.dev/total-byte-weight).","score":1,"scoreDisplayMode":"numeric","numericValue":877326,"displayValue":"Total size was 857 KB","details":{"type":"table","headings":[{"key":"url","itemType":"url","text":"URL"},{"key":"totalBytes","itemType":"bytes","text":"Size"}],"items":[{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/waterfall/2577458037-1593721780/the-fall-is-lava-1024x1024.jpg","totalBytes":133301},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/landscape/1297300484-1593721780/that-green-looks-fake-1024x1024.jpg","totalBytes":132164},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/sky/3495650138-1593721780/dark-forest-1024x1024.jpg","totalBytes":128300},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/trees/3506294441-1593721780/monster-trees-in-the-fog-1024x1024.jpg","totalBytes":111707},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/ocean/3567208724-1593721780/island-from-above-1024x1024.jpg","totalBytes":91856},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/desert/357164395-1593721780/indiana-jones-1024x1024.jpg","totalBytes":91522},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/plants/460365936-1593721780/nice-colors-ugly-plant-1024x1024.jpg","totalBytes":63277},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/mountains/1173080142-1593721780/probably-photoshopped-1024x1024.jpg","totalBytes":59938},{"url":"https://kirby-vue3-starterkit.jhnn.dev/assets/index.208e509a.js","totalBytes":39806},{"url":"https://kirby-vue3-starterkit.jhnn.dev/img/android-chrome-192x192.png","totalBytes":10275}]}},"offscreen-images":{"id":"offscreen-images","title":"Defer offscreen images","description":"Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. [Learn more](https://web.dev/offscreen-images).","score":1,"scoreDisplayMode":"numeric","numericValue":0,"displayValue":"","warnings":[],"details":{"type":"opportunity","headings":[],"items":[],"overallSavingsMs":0,"overallSavingsBytes":0}},"render-blocking-resources":{"id":"render-blocking-resources","title":"Eliminate render-blocking resources","description":"Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. [Learn more](https://web.dev/render-blocking-resources).","score":1,"scoreDisplayMode":"numeric","numericValue":0,"displayValue":"","details":{"type":"opportunity","headings":[],"items":[],"overallSavingsMs":0}},"unminified-css":{"id":"unminified-css","title":"Minify CSS","description":"Minifying CSS files can reduce network payload sizes. [Learn more](https://web.dev/unminified-css).","score":1,"scoreDisplayMode":"numeric","numericValue":0,"displayValue":"","details":{"type":"opportunity","headings":[],"items":[],"overallSavingsMs":0,"overallSavingsBytes":0}},"unminified-javascript":{"id":"unminified-javascript","title":"Minify JavaScript","description":"Minifying JavaScript files can reduce payload sizes and script parse time. [Learn more](https://web.dev/unminified-javascript).","score":1,"scoreDisplayMode":"numeric","numericValue":0,"displayValue":"","warnings":[],"details":{"type":"opportunity","headings":[],"items":[],"overallSavingsMs":0,"overallSavingsBytes":0}},"unused-css-rules":{"id":"unused-css-rules","title":"Remove unused CSS","description":"Remove dead rules from stylesheets and defer the loading of CSS not used for above-the-fold content to reduce unnecessary bytes consumed by network activity. [Learn more](https://web.dev/unused-css-rules).","score":1,"scoreDisplayMode":"numeric","numericValue":0,"displayValue":"","details":{"type":"opportunity","headings":[],"items":[],"overallSavingsMs":0,"overallSavingsBytes":0}},"uses-webp-images":{"id":"uses-webp-images","title":"Serve images in next-gen formats","description":"Image formats like JPEG 2000, JPEG XR, and WebP often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. [Learn more](https://web.dev/uses-webp-images).","score":1,"scoreDisplayMode":"numeric","numericValue":0,"displayValue":"","warnings":[],"details":{"type":"opportunity","headings":[],"items":[],"overallSavingsMs":0,"overallSavingsBytes":0}},"uses-optimized-images":{"id":"uses-optimized-images","title":"Efficiently encode images","description":"Optimized images load faster and consume less cellular data. [Learn more](https://web.dev/uses-optimized-images).","score":1,"scoreDisplayMode":"numeric","numericValue":0,"displayValue":"","warnings":[],"details":{"type":"opportunity","headings":[],"items":[],"overallSavingsMs":0,"overallSavingsBytes":0}},"uses-text-compression":{"id":"uses-text-compression","title":"Enable text compression","description":"Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. [Learn more](https://web.dev/uses-text-compression).","score":1,"scoreDisplayMode":"numeric","numericValue":0,"displayValue":"","details":{"type":"opportunity","headings":[],"items":[],"overallSavingsMs":0,"overallSavingsBytes":0}},"uses-responsive-images":{"id":"uses-responsive-images","title":"Properly size images","description":"Serve images that are appropriately-sized to save cellular data and improve load time. [Learn more](https://web.dev/uses-responsive-images).","score":0.43,"scoreDisplayMode":"numeric","numericValue":1350,"displayValue":"Potential savings of 245 KB","warnings":[],"details":{"type":"opportunity","headings":[{"key":"url","valueType":"thumbnail","label":""},{"key":"url","valueType":"url","label":"URL"},{"key":"totalBytes","valueType":"bytes","label":"Size"},{"key":"wastedBytes","valueType":"bytes","label":"Potential Savings"}],"items":[{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/waterfall/2577458037-1593721780/the-fall-is-lava-1024x1024.jpg","totalBytes":132853,"wastedBytes":68058,"wastedPercent":51.228215144230774},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/landscape/1297300484-1593721780/that-green-looks-fake-1024x1024.jpg","totalBytes":131717,"wastedBytes":63031,"wastedPercent":47.85366606152088},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/ocean/3567208724-1593721780/island-from-above-1024x1024.jpg","totalBytes":91464,"wastedBytes":37894,"wastedPercent":41.43095044446481},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/desert/357164395-1593721780/indiana-jones-1024x1024.jpg","totalBytes":91129,"wastedBytes":37756,"wastedPercent":41.43095044446481},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/mountains/1173080142-1593721780/probably-photoshopped-1024x1024.jpg","totalBytes":59582,"wastedBytes":24736,"wastedPercent":41.51670307924598},{"url":"https://kirby-vue3-starterkit.jhnn.dev/media/pages/photography/plants/460365936-1593721780/nice-colors-ugly-plant-1024x1024.jpg","totalBytes":62912,"wastedBytes":19360,"wastedPercent":30.772804511481798}],"overallSavingsMs":1350,"overallSavingsBytes":250835}},"efficient-animated-content":{"id":"efficient-animated-content","title":"Use video formats for animated content","description":"Large GIFs are inefficient for delivering animated content. Consider using MPEG4/WebM videos for animations and PNG/WebP for static images instead of GIF to save network bytes. [Learn more](https://web.dev/efficient-animated-content)","score":1,"scoreDisplayMode":"numeric","numericValue":0,"displayValue":"","details":{"type":"opportunity","headings":[],"items":[],"overallSavingsMs":0,"overallSavingsBytes":0}},"appcache-manifest":{"id":"appcache-manifest","title":"Avoids Application Cache","description":"Application Cache is deprecated. [Learn more](https://web.dev/appcache-manifest).","score":1,"scoreDisplayMode":"binary"},"doctype":{"id":"doctype","title":"Page has the HTML doctype","description":"Specifying a doctype prevents the browser from switching to quirks-mode. [Learn more](https://web.dev/doctype).","score":1,"scoreDisplayMode":"binary"},"dom-size":{"id":"dom-size","title":"Avoids an excessive DOM size","description":"A large DOM will increase memory usage, cause longer [style calculations](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations), and produce costly [layout reflows](https://developers.google.com/speed/articles/reflow). [Learn more](https://web.dev/dom-size).","score":1,"scoreDisplayMode":"numeric","numericValue":79,"displayValue":"79 elements","details":{"type":"table","headings":[{"key":"statistic","itemType":"text","text":"Statistic"},{"key":"element","itemType":"code","text":"Element"},{"key":"value","itemType":"numeric","text":"Value"}],"items":[{"statistic":"Total DOM Elements","element":"","value":"79"},{"statistic":"Maximum DOM Depth","element":{"type":"code","value":"\u003cspan class=\"example-name\">"},"value":"11"},{"statistic":"Maximum Child Elements","element":{"type":"code","value":"\u003cul class=\"grid\">"},"value":"8"}]}},"external-anchors-use-rel-noopener":{"id":"external-anchors-use-rel-noopener","title":"Links to cross-origin destinations are safe","description":"Add `rel=\"noopener\"` or `rel=\"noreferrer\"` to any external links to improve performance and prevent security vulnerabilities. [Learn more](https://web.dev/external-anchors-use-rel-noopener).","score":1,"scoreDisplayMode":"binary","warnings":[],"details":{"type":"table","headings":[],"items":[]}},"geolocation-on-start":{"id":"geolocation-on-start","title":"Avoids requesting the geolocation permission on page load","description":"Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to a user action instead. [Learn more](https://web.dev/geolocation-on-start).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"no-document-write":{"id":"no-document-write","title":"Avoids `document.write()`","description":"For users on slow connections, external scripts dynamically injected via `document.write()` can delay page load by tens of seconds. [Learn more](https://web.dev/no-document-write).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"no-vulnerable-libraries":{"id":"no-vulnerable-libraries","title":"Avoids front-end JavaScript libraries with known security vulnerabilities","description":"Some third-party scripts may contain known security vulnerabilities that are easily identified and exploited by attackers. [Learn more](https://web.dev/no-vulnerable-libraries).","score":1,"scoreDisplayMode":"binary"},"js-libraries":{"id":"js-libraries","title":"Detected JavaScript libraries","description":"All front-end JavaScript libraries detected on the page. [Learn more](https://web.dev/js-libraries).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[],"summary":{}}},"notification-on-start":{"id":"notification-on-start","title":"Avoids requesting the notification permission on page load","description":"Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. [Learn more](https://web.dev/notification-on-start).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"password-inputs-can-be-pasted-into":{"id":"password-inputs-can-be-pasted-into","title":"Allows users to paste into password fields","description":"Preventing password pasting undermines good security policy. [Learn more](https://web.dev/password-inputs-can-be-pasted-into).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"uses-http2":{"id":"uses-http2","title":"Uses HTTP/2 for its own resources","description":"HTTP/2 offers many benefits over HTTP/1.1, including binary headers, multiplexing, and server push. [Learn more](https://web.dev/uses-http2).","score":1,"scoreDisplayMode":"binary","displayValue":"","details":{"type":"table","headings":[],"items":[]}},"uses-passive-event-listeners":{"id":"uses-passive-event-listeners","title":"Uses passive listeners to improve scrolling performance","description":"Consider marking your touch and wheel event listeners as `passive` to improve your page's scroll performance. [Learn more](https://web.dev/uses-passive-event-listeners).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"meta-description":{"id":"meta-description","title":"Document has a meta description","description":"Meta descriptions may be included in search results to concisely summarize page content. [Learn more](https://web.dev/meta-description).","score":1,"scoreDisplayMode":"binary"},"http-status-code":{"id":"http-status-code","title":"Page has successful HTTP status code","description":"Pages with unsuccessful HTTP status codes may not be indexed properly. [Learn more](https://web.dev/http-status-code).","score":1,"scoreDisplayMode":"binary"},"font-size":{"id":"font-size","title":"Document uses legible font sizes","description":"Font sizes less than 12px are too small to be legible and require mobile visitors to “pinch to zoom” in order to read. Strive to have >60% of page text ≥12px. [Learn more](https://web.dev/font-size).","score":1,"scoreDisplayMode":"binary","displayValue":"100% legible text","details":{"type":"table","headings":[{"key":"source","itemType":"url","text":"Source"},{"key":"selector","itemType":"code","text":"Selector"},{"key":"coverage","itemType":"text","text":"% of Page Text"},{"key":"fontSize","itemType":"text","text":"Font Size"}],"items":[{"source":"Legible text","selector":"","coverage":"100.00%","fontSize":"≥ 12px"}]}},"link-text":{"id":"link-text","title":"Links have descriptive text","description":"Descriptive link text helps search engines understand your content. [Learn more](https://web.dev/link-text).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[],"summary":{}}},"is-crawlable":{"id":"is-crawlable","title":"Page isn’t blocked from indexing","description":"Search engines are unable to include your pages in search results if they don't have permission to crawl them. [Learn more](https://web.dev/is-crawable).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"robots-txt":{"id":"robots-txt","title":"robots.txt is valid","description":"If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more](https://web.dev/robots-txt).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[],"summary":{}}},"tap-targets":{"id":"tap-targets","title":"Tap targets are not sized appropriately","description":"Interactive elements like buttons and links should be large enough (48x48px), and have enough space around them, to be easy enough to tap without overlapping onto other elements. [Learn more](https://web.dev/tap-targets).","score":0.77,"scoreDisplayMode":"binary","displayValue":"87% appropriately sized tap targets","details":{"type":"table","headings":[{"key":"tapTarget","itemType":"node","text":"Tap Target"},{"key":"size","itemType":"text","text":"Size"},{"key":"overlappingTarget","itemType":"node","text":"Overlapping Target"}],"items":[{"tapTarget":{"type":"node","snippet":"\u003ca href=\"/about\" class=\"\">\u003ca href=\"/about\" aria-current=\"false\">About us\u003c/a>\u003c/a>","path":"1,HTML,1,BODY,0,DIV,1,DIV,0,HEADER,1,NAV,2,A","selector":"div.page > header.header > nav#menu > a","nodeLabel":"ABOUT US"},"overlappingTarget":{"type":"node","snippet":"\u003ca href=\"/photography\" class=\"\">\u003ca href=\"/photography\" aria-current=\"false\">Photography\u003c/a>\u003c/a>","path":"1,HTML,1,BODY,0,DIV,1,DIV,0,HEADER,1,NAV,0,A","selector":"div.page > header.header > nav#menu > a","nodeLabel":"PHOTOGRAPHY"},"tapTargetScore":1095.703125,"overlappingTargetScore":643.53515625,"overlapScoreRatio":0.5873262032085561,"size":"65x33","width":65,"height":33},{"tapTarget":{"type":"node","snippet":"\u003ca href=\"/notes\" class=\"\">\u003ca href=\"/notes\" aria-current=\"false\">Notes\u003c/a>\u003c/a>","path":"1,HTML,1,BODY,0,DIV,1,DIV,0,HEADER,1,NAV,1,A","selector":"div.page > header.header > nav#menu > a","nodeLabel":"NOTES"},"overlappingTarget":{"type":"node","snippet":"\u003ca aria-current=\"page\" href=\"/\" class=\"router-link-active router-link-exact-active\">\u003ca href=\"/\" aria-current=\"page\" class=\"logo\">Mægazine\u003c/a>\u003c/a>","path":"1,HTML,1,BODY,0,DIV,1,DIV,0,HEADER,0,A","selector":"div#app > div.page > header.header > a.router-link-active","nodeLabel":"MÆGAZINE"},"tapTargetScore":1584,"overlappingTargetScore":526.64453125,"overlapScoreRatio":0.33247760811237376,"size":"75x33","width":75,"height":33}]}},"hreflang":{"id":"hreflang","title":"Document has a valid `hreflang`","description":"hreflang links tell search engines what version of a page they should list in search results for a given language or region. [Learn more](https://web.dev/hreflang).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"plugins":{"id":"plugins","title":"Document avoids plugins","description":"Search engines can't index plugin content, and many devices restrict plugins or don't support them. [Learn more](https://web.dev/plugins).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"canonical":{"id":"canonical","title":"Document has a valid `rel=canonical`","description":"Canonical links suggest which URL to show in search results. [Learn more](https://web.dev/canonical).","score":1,"scoreDisplayMode":"binary"},"structured-data":{"id":"structured-data","title":"Structured data is valid","description":"Run the [Structured Data Testing Tool](https://search.google.com/structured-data/testing-tool/) and the [Structured Data Linter](http://linter.structured-data.org/) to validate structured data. [Learn more](https://web.dev/structured-data).","score":null,"scoreDisplayMode":"manual"}},"configSettings":{"output":"json","maxWaitForFcp":30000,"maxWaitForLoad":45000,"throttlingMethod":"simulate","throttling":{"rttMs":150,"throughputKbps":1638.4,"requestLatencyMs":562.5,"downloadThroughputKbps":1474.5600000000002,"uploadThroughputKbps":675,"cpuSlowdownMultiplier":4},"auditMode":false,"gatherMode":false,"disableStorageReset":false,"emulatedFormFactor":"mobile","internalDisableDeviceScreenEmulation":true,"channel":"devtools","budgets":null,"locale":"en-US","blockedUrlPatterns":null,"additionalTraceCategories":null,"extraHeaders":null,"precomputedLanternData":null,"onlyAudits":null,"onlyCategories":["performance","pwa","best-practices","accessibility","seo"],"skipAudits":null},"categories":{"performance":{"title":"Performance","auditRefs":[{"id":"first-contentful-paint","weight":3,"group":"metrics"},{"id":"first-meaningful-paint","weight":1,"group":"metrics"},{"id":"speed-index","weight":4,"group":"metrics"},{"id":"interactive","weight":5,"group":"metrics"},{"id":"first-cpu-idle","weight":2,"group":"metrics"},{"id":"max-potential-fid","weight":0,"group":"metrics"},{"id":"estimated-input-latency","weight":0},{"id":"total-blocking-time","weight":0},{"id":"render-blocking-resources","weight":0,"group":"load-opportunities"},{"id":"uses-responsive-images","weight":0,"group":"load-opportunities"},{"id":"offscreen-images","weight":0,"group":"load-opportunities"},{"id":"unminified-css","weight":0,"group":"load-opportunities"},{"id":"unminified-javascript","weight":0,"group":"load-opportunities"},{"id":"unused-css-rules","weight":0,"group":"load-opportunities"},{"id":"uses-optimized-images","weight":0,"group":"load-opportunities"},{"id":"uses-webp-images","weight":0,"group":"load-opportunities"},{"id":"uses-text-compression","weight":0,"group":"load-opportunities"},{"id":"uses-rel-preconnect","weight":0,"group":"load-opportunities"},{"id":"time-to-first-byte","weight":0,"group":"load-opportunities"},{"id":"redirects","weight":0,"group":"load-opportunities"},{"id":"uses-rel-preload","weight":0,"group":"load-opportunities"},{"id":"efficient-animated-content","weight":0,"group":"load-opportunities"},{"id":"total-byte-weight","weight":0,"group":"diagnostics"},{"id":"uses-long-cache-ttl","weight":0,"group":"diagnostics"},{"id":"dom-size","weight":0,"group":"diagnostics"},{"id":"critical-request-chains","weight":0,"group":"diagnostics"},{"id":"user-timings","weight":0,"group":"diagnostics"},{"id":"bootup-time","weight":0,"group":"diagnostics"},{"id":"mainthread-work-breakdown","weight":0,"group":"diagnostics"},{"id":"font-display","weight":0,"group":"diagnostics"},{"id":"performance-budget","weight":0,"group":"budgets"},{"id":"resource-summary","weight":0,"group":"diagnostics"},{"id":"third-party-summary","weight":0,"group":"diagnostics"},{"id":"network-requests","weight":0},{"id":"network-rtt","weight":0},{"id":"network-server-latency","weight":0},{"id":"main-thread-tasks","weight":0},{"id":"diagnostics","weight":0},{"id":"metrics","weight":0},{"id":"screenshot-thumbnails","weight":0},{"id":"final-screenshot","weight":0}],"id":"performance","score":1},"accessibility":{"title":"Accessibility","description":"These checks highlight opportunities to [improve the accessibility of your web app](https://developers.google.com/web/fundamentals/accessibility). Only a subset of accessibility issues can be automatically detected so manual testing is also encouraged.","manualDescription":"These items address areas which an automated testing tool cannot cover. Learn more in our guide on [conducting an accessibility review](https://developers.google.com/web/fundamentals/accessibility/how-to-review).","auditRefs":[{"id":"accesskeys","weight":0,"group":"a11y-navigation"},{"id":"aria-allowed-attr","weight":10,"group":"a11y-aria"},{"id":"aria-required-attr","weight":0,"group":"a11y-aria"},{"id":"aria-required-children","weight":0,"group":"a11y-aria"},{"id":"aria-required-parent","weight":0,"group":"a11y-aria"},{"id":"aria-roles","weight":0,"group":"a11y-aria"},{"id":"aria-valid-attr-value","weight":10,"group":"a11y-aria"},{"id":"aria-valid-attr","weight":10,"group":"a11y-aria"},{"id":"audio-caption","weight":0,"group":"a11y-audio-video"},{"id":"button-name","weight":0,"group":"a11y-names-labels"},{"id":"bypass","weight":3,"group":"a11y-navigation"},{"id":"color-contrast","weight":3,"group":"a11y-color-contrast"},{"id":"definition-list","weight":0,"group":"a11y-tables-lists"},{"id":"dlitem","weight":0,"group":"a11y-tables-lists"},{"id":"document-title","weight":3,"group":"a11y-names-labels"},{"id":"duplicate-id","weight":1,"group":"a11y-best-practices"},{"id":"frame-title","weight":0,"group":"a11y-names-labels"},{"id":"html-has-lang","weight":3,"group":"a11y-language"},{"id":"html-lang-valid","weight":3,"group":"a11y-language"},{"id":"image-alt","weight":10,"group":"a11y-names-labels"},{"id":"input-image-alt","weight":0,"group":"a11y-names-labels"},{"id":"label","weight":0,"group":"a11y-names-labels"},{"id":"layout-table","weight":0,"group":"a11y-tables-lists"},{"id":"link-name","weight":3,"group":"a11y-names-labels"},{"id":"list","weight":3,"group":"a11y-tables-lists"},{"id":"listitem","weight":3,"group":"a11y-tables-lists"},{"id":"meta-refresh","weight":0,"group":"a11y-best-practices"},{"id":"meta-viewport","weight":10,"group":"a11y-best-practices"},{"id":"object-alt","weight":0,"group":"a11y-names-labels"},{"id":"tabindex","weight":0,"group":"a11y-navigation"},{"id":"td-headers-attr","weight":0,"group":"a11y-tables-lists"},{"id":"th-has-data-cells","weight":0,"group":"a11y-tables-lists"},{"id":"valid-lang","weight":0,"group":"a11y-language"},{"id":"video-caption","weight":0,"group":"a11y-audio-video"},{"id":"video-description","weight":0,"group":"a11y-audio-video"},{"id":"logical-tab-order","weight":0},{"id":"focusable-controls","weight":0},{"id":"interactive-element-affordance","weight":0},{"id":"managed-focus","weight":0},{"id":"focus-traps","weight":0},{"id":"custom-controls-labels","weight":0},{"id":"custom-controls-roles","weight":0},{"id":"visual-order-follows-dom","weight":0},{"id":"offscreen-content-hidden","weight":0},{"id":"heading-levels","weight":0},{"id":"use-landmarks","weight":0}],"id":"accessibility","score":1},"best-practices":{"title":"Best Practices","auditRefs":[{"id":"appcache-manifest","weight":1},{"id":"is-on-https","weight":1},{"id":"uses-http2","weight":1},{"id":"uses-passive-event-listeners","weight":1},{"id":"no-document-write","weight":1},{"id":"external-anchors-use-rel-noopener","weight":1},{"id":"geolocation-on-start","weight":1},{"id":"doctype","weight":1},{"id":"no-vulnerable-libraries","weight":1},{"id":"js-libraries","weight":0},{"id":"notification-on-start","weight":1},{"id":"deprecations","weight":1},{"id":"password-inputs-can-be-pasted-into","weight":1},{"id":"errors-in-console","weight":1},{"id":"image-aspect-ratio","weight":1}],"id":"best-practices","score":1},"seo":{"title":"SEO","description":"These checks ensure that your page is optimized for search engine results ranking. There are additional factors Lighthouse does not check that may affect your search ranking. [Learn more](https://support.google.com/webmasters/answer/35769).","manualDescription":"Run these additional validators on your site to check additional SEO best practices.","auditRefs":[{"id":"viewport","weight":1,"group":"seo-mobile"},{"id":"document-title","weight":1,"group":"seo-content"},{"id":"meta-description","weight":1,"group":"seo-content"},{"id":"http-status-code","weight":1,"group":"seo-crawl"},{"id":"link-text","weight":1,"group":"seo-content"},{"id":"is-crawlable","weight":1,"group":"seo-crawl"},{"id":"robots-txt","weight":1,"group":"seo-crawl"},{"id":"image-alt","weight":1,"group":"seo-content"},{"id":"hreflang","weight":1,"group":"seo-content"},{"id":"canonical","weight":1,"group":"seo-content"},{"id":"font-size","weight":1,"group":"seo-mobile"},{"id":"plugins","weight":1,"group":"seo-content"},{"id":"tap-targets","weight":1,"group":"seo-mobile"},{"id":"structured-data","weight":0}],"id":"seo","score":0.98},"pwa":{"title":"Progressive Web App","description":"These checks validate the aspects of a Progressive Web App. [Learn more](https://developers.google.com/web/progressive-web-apps/checklist).","manualDescription":"These checks are required by the baseline [PWA Checklist](https://developers.google.com/web/progressive-web-apps/checklist) but are not automatically checked by Lighthouse. They do not affect your score but it's important that you verify them manually.","auditRefs":[{"id":"load-fast-enough-for-pwa","weight":7,"group":"pwa-fast-reliable"},{"id":"works-offline","weight":5,"group":"pwa-fast-reliable"},{"id":"offline-start-url","weight":1,"group":"pwa-fast-reliable"},{"id":"is-on-https","weight":2,"group":"pwa-installable"},{"id":"service-worker","weight":1,"group":"pwa-installable"},{"id":"installable-manifest","weight":2,"group":"pwa-installable"},{"id":"redirects-http","weight":2,"group":"pwa-optimized"},{"id":"splash-screen","weight":1,"group":"pwa-optimized"},{"id":"themed-omnibox","weight":1,"group":"pwa-optimized"},{"id":"content-width","weight":1,"group":"pwa-optimized"},{"id":"viewport","weight":2,"group":"pwa-optimized"},{"id":"without-javascript","weight":1,"group":"pwa-optimized"},{"id":"apple-touch-icon","weight":1,"group":"pwa-optimized"},{"id":"pwa-cross-browser","weight":0},{"id":"pwa-page-transitions","weight":0},{"id":"pwa-each-page-has-url","weight":0}],"id":"pwa","score":0.96}},"categoryGroups":{"metrics":{"title":"Metrics"},"load-opportunities":{"title":"Opportunities","description":"These suggestions can help your page load faster. They don't [directly affect](https://github.com/GoogleChrome/lighthouse/blob/d2ec9ffbb21de9ad1a0f86ed24575eda32c796f0/docs/scoring.md#how-are-the-scores-weighted) the Performance score."},"budgets":{"title":"Budgets","description":"Performance budgets set standards for the performance of your site."},"diagnostics":{"title":"Diagnostics","description":"More information about the performance of your application. These numbers don't [directly affect](https://github.com/GoogleChrome/lighthouse/blob/d2ec9ffbb21de9ad1a0f86ed24575eda32c796f0/docs/scoring.md#how-are-the-scores-weighted) the Performance score."},"pwa-fast-reliable":{"title":"Fast and reliable"},"pwa-installable":{"title":"Installable"},"pwa-optimized":{"title":"PWA Optimized"},"a11y-best-practices":{"title":"Best practices","description":"These items highlight common accessibility best practices."},"a11y-color-contrast":{"title":"Contrast","description":"These are opportunities to improve the legibility of your content."},"a11y-names-labels":{"title":"Names and labels","description":"These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader."},"a11y-navigation":{"title":"Navigation","description":"These are opportunities to improve keyboard navigation in your application."},"a11y-aria":{"title":"ARIA","description":"These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader."},"a11y-language":{"title":"Internationalization and localization","description":"These are opportunities to improve the interpretation of your content by users in different locales."},"a11y-audio-video":{"title":"Audio and video","description":"These are opportunities to provide alternative content for audio and video. This may improve the experience for users with hearing or vision impairments."},"a11y-tables-lists":{"title":"Tables and lists","description":"These are opportunities to to improve the experience of reading tabular or list data using assistive technology, like a screen reader."},"seo-mobile":{"title":"Mobile Friendly","description":"Make sure your pages are mobile friendly so users don’t have to pinch or zoom in order to read the content pages. [Learn more](https://developers.google.com/search/mobile-sites/)."},"seo-content":{"title":"Content Best Practices","description":"Format your HTML in a way that enables crawlers to better understand your app’s content."},"seo-crawl":{"title":"Crawling and Indexing","description":"To appear in search results, crawlers need access to your app."},"lighthouse-plugin-publisher-ads-metrics":{"title":"Metrics"},"lighthouse-plugin-publisher-ads-ads-performance":{"title":"Ad Speed"},"lighthouse-plugin-publisher-ads-ads-best-practices":{"title":"Tag Best Practices"}},"timing":{"entries":[{"startTime":449.74,"name":"lh:init:config","duration":76.22,"entryType":"measure"},{"startTime":456.17,"name":"lh:config:requireGatherers","duration":6.51,"entryType":"measure"},{"startTime":462.83,"name":"lh:config:requireAudits","duration":50.12,"entryType":"measure"},{"startTime":526.8,"name":"lh:init:connect","duration":4.41,"entryType":"measure"},{"startTime":531.33,"name":"lh:gather:loadBlank","duration":25.79,"entryType":"measure"},{"startTime":557.25,"name":"lh:gather:getVersion","duration":8.85,"entryType":"measure"},{"startTime":566.24,"name":"lh:gather:getBenchmarkIndex","duration":505.78,"entryType":"measure"},{"startTime":1072.18,"name":"lh:gather:setupDriver","duration":18.43,"entryType":"measure"},{"startTime":1090.78,"name":"lh:gather:loadBlank","duration":12.82,"entryType":"measure"},{"startTime":1103.69,"name":"lh:gather:setupPassNetwork","duration":5.17,"entryType":"measure"},{"startTime":1108.95,"name":"lh:driver:cleanBrowserCaches","duration":248.61,"entryType":"measure"},{"startTime":1357.74,"name":"lh:gather:beforePass","duration":4.95,"entryType":"measure"},{"startTime":1357.82,"name":"lh:gather:beforePass:CSSUsage","duration":0.08,"entryType":"measure"},{"startTime":1357.93,"name":"lh:gather:beforePass:ViewportDimensions","duration":0.04,"entryType":"measure"},{"startTime":1357.99,"name":"lh:gather:beforePass:RuntimeExceptions","duration":0.07,"entryType":"measure"},{"startTime":1358.07,"name":"lh:gather:beforePass:ConsoleMessages","duration":2.81,"entryType":"measure"},{"startTime":1360.93,"name":"lh:gather:beforePass:AnchorElements","duration":0.05,"entryType":"measure"},{"startTime":1361.02,"name":"lh:gather:beforePass:ImageElements","duration":0.04,"entryType":"measure"},{"startTime":1361.07,"name":"lh:gather:beforePass:LinkElements","duration":0.03,"entryType":"measure"},{"startTime":1361.12,"name":"lh:gather:beforePass:MetaElements","duration":0.04,"entryType":"measure"},{"startTime":1361.19,"name":"lh:gather:beforePass:ScriptElements","duration":0.02,"entryType":"measure"},{"startTime":1361.23,"name":"lh:gather:beforePass:AppCacheManifest","duration":0.04,"entryType":"measure"},{"startTime":1361.28,"name":"lh:gather:beforePass:Doctype","duration":0.04,"entryType":"measure"},{"startTime":1361.34,"name":"lh:gather:beforePass:DOMStats","duration":0.02,"entryType":"measure"},{"startTime":1361.37,"name":"lh:gather:beforePass:OptimizedImages","duration":0.07,"entryType":"measure"},{"startTime":1361.48,"name":"lh:gather:beforePass:PasswordInputsWithPreventedPaste","duration":0.04,"entryType":"measure"},{"startTime":1361.55,"name":"lh:gather:beforePass:ResponseCompression","duration":0.03,"entryType":"measure"},{"startTime":1361.59,"name":"lh:gather:beforePass:TagsBlockingFirstPaint","duration":0.84,"entryType":"measure"},{"startTime":1362.47,"name":"lh:gather:beforePass:FontSize","duration":0.03,"entryType":"measure"},{"startTime":1362.51,"name":"lh:gather:beforePass:EmbeddedContent","duration":0.03,"entryType":"measure"},{"startTime":1362.55,"name":"lh:gather:beforePass:RobotsTxt","duration":0.03,"entryType":"measure"},{"startTime":1362.58,"name":"lh:gather:beforePass:TapTargets","duration":0.05,"entryType":"measure"},{"startTime":1362.64,"name":"lh:gather:beforePass:Accessibility","duration":0.03,"entryType":"measure"},{"startTime":1362.77,"name":"lh:gather:beginRecording","duration":197.02,"entryType":"measure"},{"startTime":1363.08,"name":"lh:gather:getVersion","duration":0.48,"entryType":"measure"},{"startTime":1560.08,"name":"lh:gather:loadPage-defaultPass","duration":2005.93,"entryType":"measure"},{"startTime":3566.33,"name":"lh:gather:pass","duration":3.83,"entryType":"measure"},{"startTime":3570.35,"name":"lh:gather:getTrace","duration":169.07,"entryType":"measure"},{"startTime":3739.43,"name":"lh:gather:getDevtoolsLog","duration":2.01,"entryType":"measure"},{"startTime":3742.84,"name":"lh:gather:afterPass","duration":329.25,"entryType":"measure"},{"startTime":3747.8,"name":"lh:gather:afterPass:CSSUsage","duration":19.77,"entryType":"measure"},{"startTime":3767.59,"name":"lh:gather:afterPass:ViewportDimensions","duration":2.02,"entryType":"measure"},{"startTime":3769.63,"name":"lh:gather:afterPass:RuntimeExceptions","duration":1,"entryType":"measure"},{"startTime":3770.65,"name":"lh:gather:afterPass:ConsoleMessages","duration":3.15,"entryType":"measure"},{"startTime":3773.85,"name":"lh:gather:afterPass:AnchorElements","duration":3.98,"entryType":"measure"},{"startTime":3777.85,"name":"lh:gather:afterPass:ImageElements","duration":4.44,"entryType":"measure"},{"startTime":3782.31,"name":"lh:gather:afterPass:LinkElements","duration":2.77,"entryType":"measure"},{"startTime":3785.12,"name":"lh:gather:afterPass:MetaElements","duration":2.77,"entryType":"measure"},{"startTime":3787.91,"name":"lh:gather:afterPass:ScriptElements","duration":8.51,"entryType":"measure"},{"startTime":3796.46,"name":"lh:gather:afterPass:AppCacheManifest","duration":3.44,"entryType":"measure"},{"startTime":3799.93,"name":"lh:gather:afterPass:Doctype","duration":2.02,"entryType":"measure"},{"startTime":3801.97,"name":"lh:gather:afterPass:DOMStats","duration":5.06,"entryType":"measure"},{"startTime":3807.06,"name":"lh:gather:afterPass:OptimizedImages","duration":1.49,"entryType":"measure"},{"startTime":3808.58,"name":"lh:gather:afterPass:PasswordInputsWithPreventedPaste","duration":2.04,"entryType":"measure"},{"startTime":3810.63,"name":"lh:gather:afterPass:ResponseCompression","duration":1.17,"entryType":"measure"},{"startTime":3811.83,"name":"lh:gather:afterPass:TagsBlockingFirstPaint","duration":3.38,"entryType":"measure"},{"startTime":3815.24,"name":"lh:gather:afterPass:FontSize","duration":19.24,"entryType":"measure"},{"startTime":3834.51,"name":"lh:gather:afterPass:EmbeddedContent","duration":2.58,"entryType":"measure"},{"startTime":3837.11,"name":"lh:gather:afterPass:RobotsTxt","duration":62.58,"entryType":"measure"},{"startTime":3899.79,"name":"lh:gather:afterPass:TapTargets","duration":11.21,"entryType":"measure"},{"startTime":3911.03,"name":"lh:gather:afterPass:Accessibility","duration":161.02,"entryType":"measure"},{"startTime":4100.9,"name":"lh:gather:loadBlank","duration":21.18,"entryType":"measure"},{"startTime":4122.1,"name":"lh:gather:setupPassNetwork","duration":7.63,"entryType":"measure"},{"startTime":4129.76,"name":"lh:gather:beforePass","duration":5.17,"entryType":"measure"},{"startTime":4129.79,"name":"lh:gather:beforePass:ServiceWorker","duration":4.12,"entryType":"measure"},{"startTime":4133.94,"name":"lh:gather:beforePass:Offline","duration":0.89,"entryType":"measure"},{"startTime":4134.86,"name":"lh:gather:beforePass:StartUrl","duration":0.05,"entryType":"measure"},{"startTime":4134.95,"name":"lh:gather:beginRecording","duration":0.11,"entryType":"measure"},{"startTime":4135.09,"name":"lh:gather:loadPage-offlinePass","duration":53.49,"entryType":"measure"},{"startTime":4188.62,"name":"lh:gather:pass","duration":0.2,"entryType":"measure"},{"startTime":4188.85,"name":"lh:gather:getDevtoolsLog","duration":0.18,"entryType":"measure"},{"startTime":4195.27,"name":"lh:gather:afterPass","duration":71.95,"entryType":"measure"},{"startTime":4206.44,"name":"lh:gather:afterPass:ServiceWorker","duration":1.46,"entryType":"measure"},{"startTime":4207.93,"name":"lh:gather:afterPass:Offline","duration":1.4,"entryType":"measure"},{"startTime":4209.36,"name":"lh:gather:afterPass:StartUrl","duration":57.84,"entryType":"measure"},{"startTime":4267.28,"name":"lh:gather:loadBlank","duration":32.37,"entryType":"measure"},{"startTime":4299.67,"name":"lh:gather:setupPassNetwork","duration":7.83,"entryType":"measure"},{"startTime":4307.53,"name":"lh:gather:beforePass","duration":0.2,"entryType":"measure"},{"startTime":4307.55,"name":"lh:gather:beforePass:HTTPRedirect","duration":0.09,"entryType":"measure"},{"startTime":4307.66,"name":"lh:gather:beforePass:HTMLWithoutJavaScript","duration":0.05,"entryType":"measure"},{"startTime":4307.74,"name":"lh:gather:beginRecording","duration":0.08,"entryType":"measure"},{"startTime":4307.85,"name":"lh:gather:loadPage-redirectPass","duration":61.51,"entryType":"measure"},{"startTime":4369.4,"name":"lh:gather:pass","duration":0.23,"entryType":"measure"},{"startTime":4369.65,"name":"lh:gather:getDevtoolsLog","duration":0.41,"entryType":"measure"},{"startTime":4377.12,"name":"lh:gather:afterPass","duration":16.44,"entryType":"measure"},{"startTime":4386.81,"name":"lh:gather:afterPass:HTTPRedirect","duration":3.26,"entryType":"measure"},{"startTime":4390.09,"name":"lh:gather:afterPass:HTMLWithoutJavaScript","duration":3.46,"entryType":"measure"},{"startTime":4393.65,"name":"lh:gather:disconnect","duration":8.44,"entryType":"measure"},{"startTime":526.19,"name":"lh:runner:run","duration":4600.45,"entryType":"measure"},{"startTime":4402.4,"name":"lh:runner:auditing","duration":723.66,"entryType":"measure"},{"startTime":4404.74,"name":"lh:audit:is-on-https","duration":2.66,"entryType":"measure"},{"startTime":4405.12,"name":"lh:computed:NetworkRecords","duration":1.85,"entryType":"measure"},{"startTime":4407.74,"name":"lh:audit:redirects-http","duration":0.28,"entryType":"measure"},{"startTime":4408.28,"name":"lh:audit:service-worker","duration":0.49,"entryType":"measure"},{"startTime":4409,"name":"lh:audit:works-offline","duration":0.28,"entryType":"measure"},{"startTime":4409.49,"name":"lh:audit:viewport","duration":0.83,"entryType":"measure"},{"startTime":4409.66,"name":"lh:computed:ViewportMeta","duration":0.51,"entryType":"measure"},{"startTime":4410.55,"name":"lh:audit:without-javascript","duration":0.31,"entryType":"measure"},{"startTime":4411.02,"name":"lh:audit:first-contentful-paint","duration":25.06,"entryType":"measure"},{"startTime":4411.22,"name":"lh:computed:FirstContentfulPaint","duration":24.22,"entryType":"measure"},{"startTime":4411.34,"name":"lh:computed:TraceOfTab","duration":16.38,"entryType":"measure"},{"startTime":4427.83,"name":"lh:computed:LanternFirstContentfulPaint","duration":7.6,"entryType":"measure"},{"startTime":4428.01,"name":"lh:computed:PageDependencyGraph","duration":1.68,"entryType":"measure"},{"startTime":4429.72,"name":"lh:computed:LoadSimulator","duration":1.87,"entryType":"measure"},{"startTime":4429.83,"name":"lh:computed:NetworkAnalysis","duration":1.58,"entryType":"measure"},{"startTime":4436.26,"name":"lh:audit:first-meaningful-paint","duration":1.87,"entryType":"measure"},{"startTime":4436.48,"name":"lh:computed:FirstMeaningfulPaint","duration":1.5,"entryType":"measure"},{"startTime":4436.56,"name":"lh:computed:LanternFirstMeaningfulPaint","duration":1.41,"entryType":"measure"},{"startTime":4438.33,"name":"lh:audit:load-fast-enough-for-pwa","duration":4.14,"entryType":"measure"},{"startTime":4438.58,"name":"lh:computed:Interactive","duration":3.73,"entryType":"measure"},{"startTime":4438.67,"name":"lh:computed:LanternInteractive","duration":3.62,"entryType":"measure"},{"startTime":4442.63,"name":"lh:audit:speed-index","duration":335.16,"entryType":"measure"},{"startTime":4443.15,"name":"lh:computed:SpeedIndex","duration":334.46,"entryType":"measure"},{"startTime":4443.22,"name":"lh:computed:LanternSpeedIndex","duration":334.35,"entryType":"measure"},{"startTime":4443.28,"name":"lh:computed:Speedline","duration":328.14,"entryType":"measure"},{"startTime":4777.85,"name":"lh:audit:screenshot-thumbnails","duration":194.27,"entryType":"measure"},{"startTime":4972.24,"name":"lh:audit:final-screenshot","duration":0.92,"entryType":"measure"},{"startTime":4972.48,"name":"lh:computed:Screenshots","duration":0.63,"entryType":"measure"},{"startTime":4975.34,"name":"lh:audit:estimated-input-latency","duration":7.49,"entryType":"measure"},{"startTime":4975.57,"name":"lh:computed:EstimatedInputLatency","duration":7.11,"entryType":"measure"},{"startTime":4975.68,"name":"lh:computed:LanternEstimatedInputLatency","duration":6.97,"entryType":"measure"},{"startTime":4983.04,"name":"lh:audit:total-blocking-time","duration":5.78,"entryType":"measure"},{"startTime":4983.26,"name":"lh:computed:TotalBlockingTime","duration":5.4,"entryType":"measure"},{"startTime":4983.33,"name":"lh:computed:LanternTotalBlockingTime","duration":5.31,"entryType":"measure"},{"startTime":4989.06,"name":"lh:audit:max-potential-fid","duration":4.96,"entryType":"measure"},{"startTime":4989.25,"name":"lh:computed:MaxPotentialFID","duration":4.59,"entryType":"measure"},{"startTime":4989.31,"name":"lh:computed:LanternMaxPotentialFID","duration":4.5,"entryType":"measure"},{"startTime":4994.25,"name":"lh:audit:errors-in-console","duration":0.45,"entryType":"measure"},{"startTime":4994.92,"name":"lh:audit:time-to-first-byte","duration":0.61,"entryType":"measure"},{"startTime":4995.12,"name":"lh:computed:MainResource","duration":0.22,"entryType":"measure"},{"startTime":4995.73,"name":"lh:audit:first-cpu-idle","duration":3.37,"entryType":"measure"},{"startTime":4995.93,"name":"lh:computed:FirstCPUIdle","duration":3.01,"entryType":"measure"},{"startTime":4996,"name":"lh:computed:LanternFirstCPUIdle","duration":2.88,"entryType":"measure"},{"startTime":4999.41,"name":"lh:audit:interactive","duration":0.43,"entryType":"measure"},{"startTime":5000.07,"name":"lh:audit:user-timings","duration":1.19,"entryType":"measure"},{"startTime":5000.27,"name":"lh:computed:UserTimings","duration":0.72,"entryType":"measure"},{"startTime":5001.48,"name":"lh:audit:critical-request-chains","duration":1.13,"entryType":"measure"},{"startTime":5001.67,"name":"lh:computed:CriticalRequestChains","duration":0.4,"entryType":"measure"},{"startTime":5002.8,"name":"lh:audit:redirects","duration":0.52,"entryType":"measure"},{"startTime":5003.55,"name":"lh:audit:installable-manifest","duration":1.02,"entryType":"measure"},{"startTime":5003.73,"name":"lh:computed:ManifestValues","duration":0.55,"entryType":"measure"},{"startTime":5004.78,"name":"lh:audit:apple-touch-icon","duration":0.32,"entryType":"measure"},{"startTime":5005.3,"name":"lh:audit:splash-screen","duration":0.34,"entryType":"measure"},{"startTime":5005.84,"name":"lh:audit:themed-omnibox","duration":0.5,"entryType":"measure"},{"startTime":5006.56,"name":"lh:audit:content-width","duration":0.32,"entryType":"measure"},{"startTime":5007.09,"name":"lh:audit:image-aspect-ratio","duration":0.49,"entryType":"measure"},{"startTime":5007.81,"name":"lh:audit:deprecations","duration":0.39,"entryType":"measure"},{"startTime":5008.39,"name":"lh:audit:mainthread-work-breakdown","duration":5.54,"entryType":"measure"},{"startTime":5008.64,"name":"lh:computed:MainThreadTasks","duration":4.73,"entryType":"measure"},{"startTime":5014.17,"name":"lh:audit:bootup-time","duration":1.41,"entryType":"measure"},{"startTime":5015.78,"name":"lh:audit:uses-rel-preload","duration":1.07,"entryType":"measure"},{"startTime":5016.11,"name":"lh:computed:LoadSimulator","duration":0.17,"entryType":"measure"},{"startTime":5017.05,"name":"lh:audit:uses-rel-preconnect","duration":0.49,"entryType":"measure"},{"startTime":5017.75,"name":"lh:audit:font-display","duration":0.59,"entryType":"measure"},{"startTime":5018.39,"name":"lh:audit:diagnostics","duration":0.55,"entryType":"measure"},{"startTime":5018.99,"name":"lh:audit:network-requests","duration":0.54,"entryType":"measure"},{"startTime":5019.73,"name":"lh:audit:network-rtt","duration":0.34,"entryType":"measure"},{"startTime":5020.24,"name":"lh:audit:network-server-latency","duration":0.35,"entryType":"measure"},{"startTime":5020.63,"name":"lh:audit:main-thread-tasks","duration":0.23,"entryType":"measure"},{"startTime":5020.92,"name":"lh:audit:metrics","duration":0.87,"entryType":"measure"},{"startTime":5021.21,"name":"lh:computed:LargestContentfulPaint","duration":0.11,"entryType":"measure"},{"startTime":5022,"name":"lh:audit:offline-start-url","duration":0.28,"entryType":"measure"},{"startTime":5022.48,"name":"lh:audit:performance-budget","duration":1.07,"entryType":"measure"},{"startTime":5022.68,"name":"lh:computed:ResourceSummary","duration":0.73,"entryType":"measure"},{"startTime":5023.76,"name":"lh:audit:resource-summary","duration":0.52,"entryType":"measure"},{"startTime":5024.46,"name":"lh:audit:third-party-summary","duration":5.45,"entryType":"measure"},{"startTime":5030.14,"name":"lh:audit:pwa-cross-browser","duration":0.23,"entryType":"measure"},{"startTime":5030.62,"name":"lh:audit:pwa-page-transitions","duration":0.23,"entryType":"measure"},{"startTime":5031.03,"name":"lh:audit:pwa-each-page-has-url","duration":0.18,"entryType":"measure"},{"startTime":5031.45,"name":"lh:audit:accesskeys","duration":0.33,"entryType":"measure"},{"startTime":5032.01,"name":"lh:audit:aria-allowed-attr","duration":0.61,"entryType":"measure"},{"startTime":5032.99,"name":"lh:audit:aria-required-attr","duration":0.25,"entryType":"measure"},{"startTime":5033.5,"name":"lh:audit:aria-required-children","duration":0.31,"entryType":"measure"},{"startTime":5034.01,"name":"lh:audit:aria-required-parent","duration":0.28,"entryType":"measure"},{"startTime":5034.45,"name":"lh:audit:aria-roles","duration":0.28,"entryType":"measure"},{"startTime":5034.9,"name":"lh:audit:aria-valid-attr-value","duration":0.56,"entryType":"measure"},{"startTime":5035.64,"name":"lh:audit:aria-valid-attr","duration":1.55,"entryType":"measure"},{"startTime":5037.4,"name":"lh:audit:audio-caption","duration":0.31,"entryType":"measure"},{"startTime":5037.89,"name":"lh:audit:button-name","duration":0.31,"entryType":"measure"},{"startTime":5038.4,"name":"lh:audit:bypass","duration":0.61,"entryType":"measure"},{"startTime":5039.24,"name":"lh:audit:color-contrast","duration":0.62,"entryType":"measure"},{"startTime":5040.12,"name":"lh:audit:definition-list","duration":0.34,"entryType":"measure"},{"startTime":5040.66,"name":"lh:audit:dlitem","duration":0.34,"entryType":"measure"},{"startTime":5041.17,"name":"lh:audit:document-title","duration":0.56,"entryType":"measure"},{"startTime":5041.91,"name":"lh:audit:duplicate-id","duration":0.56,"entryType":"measure"},{"startTime":5042.64,"name":"lh:audit:frame-title","duration":0.34,"entryType":"measure"},{"startTime":5043.18,"name":"lh:audit:html-has-lang","duration":0.55,"entryType":"measure"},{"startTime":5043.92,"name":"lh:audit:html-lang-valid","duration":0.55,"entryType":"measure"},{"startTime":5044.65,"name":"lh:audit:image-alt","duration":0.55,"entryType":"measure"},{"startTime":5045.37,"name":"lh:audit:input-image-alt","duration":0.39,"entryType":"measure"},{"startTime":5045.94,"name":"lh:audit:label","duration":0.51,"entryType":"measure"},{"startTime":5046.7,"name":"lh:audit:layout-table","duration":0.38,"entryType":"measure"},{"startTime":5047.27,"name":"lh:audit:link-name","duration":0.54,"entryType":"measure"},{"startTime":5048.04,"name":"lh:audit:list","duration":0.5,"entryType":"measure"},{"startTime":5048.78,"name":"lh:audit:listitem","duration":0.51,"entryType":"measure"},{"startTime":5049.49,"name":"lh:audit:meta-refresh","duration":0.38,"entryType":"measure"},{"startTime":5050.1,"name":"lh:audit:meta-viewport","duration":0.5,"entryType":"measure"},{"startTime":5050.77,"name":"lh:audit:object-alt","duration":0.38,"entryType":"measure"},{"startTime":5051.34,"name":"lh:audit:tabindex","duration":2.36,"entryType":"measure"},{"startTime":5054.24,"name":"lh:audit:td-headers-attr","duration":0.69,"entryType":"measure"},{"startTime":5055.35,"name":"lh:audit:th-has-data-cells","duration":0.88,"entryType":"measure"},{"startTime":5056.43,"name":"lh:audit:valid-lang","duration":0.81,"entryType":"measure"},{"startTime":5057.46,"name":"lh:audit:video-caption","duration":0.92,"entryType":"measure"},{"startTime":5062.4,"name":"lh:audit:video-description","duration":0.68,"entryType":"measure"},{"startTime":5063.18,"name":"lh:audit:custom-controls-labels","duration":0.14,"entryType":"measure"},{"startTime":5063.37,"name":"lh:audit:custom-controls-roles","duration":0.09,"entryType":"measure"},{"startTime":5063.5,"name":"lh:audit:focus-traps","duration":0.07,"entryType":"measure"},{"startTime":5063.62,"name":"lh:audit:focusable-controls","duration":0.07,"entryType":"measure"},{"startTime":5063.72,"name":"lh:audit:heading-levels","duration":0.07,"entryType":"measure"},{"startTime":5063.85,"name":"lh:audit:interactive-element-affordance","duration":0.07,"entryType":"measure"},{"startTime":5063.96,"name":"lh:audit:logical-tab-order","duration":0.07,"entryType":"measure"},{"startTime":5064.07,"name":"lh:audit:managed-focus","duration":0.08,"entryType":"measure"},{"startTime":5064.19,"name":"lh:audit:offscreen-content-hidden","duration":0.07,"entryType":"measure"},{"startTime":5064.3,"name":"lh:audit:use-landmarks","duration":0.06,"entryType":"measure"},{"startTime":5064.4,"name":"lh:audit:visual-order-follows-dom","duration":0.06,"entryType":"measure"},{"startTime":5064.68,"name":"lh:audit:uses-long-cache-ttl","duration":1.1,"entryType":"measure"},{"startTime":5065.95,"name":"lh:audit:total-byte-weight","duration":0.47,"entryType":"measure"},{"startTime":5066.59,"name":"lh:audit:offscreen-images","duration":2.45,"entryType":"measure"},{"startTime":5069.21,"name":"lh:audit:render-blocking-resources","duration":4.67,"entryType":"measure"},{"startTime":5071.77,"name":"lh:computed:FirstContentfulPaint","duration":1.87,"entryType":"measure"},{"startTime":5071.88,"name":"lh:computed:LanternFirstContentfulPaint","duration":1.74,"entryType":"measure"},{"startTime":5074.04,"name":"lh:audit:unminified-css","duration":3.01,"entryType":"measure"},{"startTime":5077.26,"name":"lh:audit:unminified-javascript","duration":19.89,"entryType":"measure"},{"startTime":5097.31,"name":"lh:audit:unused-css-rules","duration":1.53,"entryType":"measure"},{"startTime":5099.05,"name":"lh:audit:uses-webp-images","duration":1.58,"entryType":"measure"},{"startTime":5101.49,"name":"lh:audit:uses-optimized-images","duration":1.48,"entryType":"measure"},{"startTime":5103.15,"name":"lh:audit:uses-text-compression","duration":2.1,"entryType":"measure"},{"startTime":5105.48,"name":"lh:audit:uses-responsive-images","duration":3.62,"entryType":"measure"},{"startTime":5109.45,"name":"lh:audit:efficient-animated-content","duration":1.67,"entryType":"measure"},{"startTime":5111.32,"name":"lh:audit:appcache-manifest","duration":0.25,"entryType":"measure"},{"startTime":5111.74,"name":"lh:audit:doctype","duration":0.25,"entryType":"measure"},{"startTime":5112.17,"name":"lh:audit:dom-size","duration":1.42,"entryType":"measure"},{"startTime":5113.8,"name":"lh:audit:external-anchors-use-rel-noopener","duration":0.41,"entryType":"measure"},{"startTime":5114.4,"name":"lh:audit:geolocation-on-start","duration":0.32,"entryType":"measure"},{"startTime":5114.88,"name":"lh:audit:no-document-write","duration":0.27,"entryType":"measure"},{"startTime":5115.39,"name":"lh:audit:no-vulnerable-libraries","duration":0.33,"entryType":"measure"},{"startTime":5115.88,"name":"lh:audit:js-libraries","duration":0.23,"entryType":"measure"},{"startTime":5116.3,"name":"lh:audit:notification-on-start","duration":0.27,"entryType":"measure"},{"startTime":5116.84,"name":"lh:audit:password-inputs-can-be-pasted-into","duration":0.27,"entryType":"measure"},{"startTime":5117.3,"name":"lh:audit:uses-http2","duration":0.5,"entryType":"measure"},{"startTime":5118,"name":"lh:audit:uses-passive-event-listeners","duration":0.27,"entryType":"measure"},{"startTime":5118.42,"name":"lh:audit:meta-description","duration":0.24,"entryType":"measure"},{"startTime":5118.84,"name":"lh:audit:http-status-code","duration":0.29,"entryType":"measure"},{"startTime":5119.29,"name":"lh:audit:font-size","duration":0.42,"entryType":"measure"},{"startTime":5119.87,"name":"lh:audit:link-text","duration":0.47,"entryType":"measure"},{"startTime":5120.57,"name":"lh:audit:is-crawlable","duration":1.03,"entryType":"measure"},{"startTime":5121.78,"name":"lh:audit:robots-txt","duration":0.47,"entryType":"measure"},{"startTime":5122.43,"name":"lh:audit:tap-targets","duration":1.62,"entryType":"measure"},{"startTime":5124.26,"name":"lh:audit:hreflang","duration":0.31,"entryType":"measure"},{"startTime":5124.73,"name":"lh:audit:plugins","duration":0.27,"entryType":"measure"},{"startTime":5125.18,"name":"lh:audit:canonical","duration":0.52,"entryType":"measure"},{"startTime":5125.86,"name":"lh:audit:structured-data","duration":0.18,"entryType":"measure"},{"startTime":5126.06,"name":"lh:runner:generate","duration":0.56,"entryType":"measure"}],"total":4600.45},"i18n":{"rendererFormattedStrings":{},"icuMessagePaths":{"lighthouse-core/audits/is-on-https.js | title":["audits[is-on-https].title"],"lighthouse-core/audits/is-on-https.js | description":["audits[is-on-https].description"],"lighthouse-core/audits/redirects-http.js | title":["audits[redirects-http].title"],"lighthouse-core/audits/redirects-http.js | description":["audits[redirects-http].description"],"lighthouse-core/audits/service-worker.js | title":["audits[service-worker].title"],"lighthouse-core/audits/service-worker.js | description":["audits[service-worker].description"],"lighthouse-core/audits/works-offline.js | title":["audits[works-offline].title"],"lighthouse-core/audits/works-offline.js | description":["audits[works-offline].description"],"lighthouse-core/audits/viewport.js | title":["audits.viewport.title"],"lighthouse-core/audits/viewport.js | description":["audits.viewport.description"],"lighthouse-core/audits/without-javascript.js | failureTitle":["audits[without-javascript].title"],"lighthouse-core/audits/without-javascript.js | description":["audits[without-javascript].description"],"lighthouse-core/audits/without-javascript.js | explanation":["audits[without-javascript].explanation"],"lighthouse-core/audits/metrics/first-contentful-paint.js | title":["audits[first-contentful-paint].title"],"lighthouse-core/audits/metrics/first-contentful-paint.js | description":["audits[first-contentful-paint].description"],"lighthouse-core/lib/i18n/i18n.js | seconds":[{"values":{"timeInMs":1189.4334220092774},"path":"audits[first-contentful-paint].displayValue"},{"values":{"timeInMs":1189.4334220092774},"path":"audits[first-meaningful-paint].displayValue"},{"values":{"timeInMs":1516.9618483059314},"path":"audits[speed-index].displayValue"},{"values":{"timeInMs":1189.4334220092774},"path":"audits[first-cpu-idle].displayValue"},{"values":{"timeInMs":1289.4334220092774},"path":"audits.interactive.displayValue"},{"values":{"timeInMs":732.2840000000003},"path":"audits[mainthread-work-breakdown].displayValue"},{"values":{"timeInMs":210.32000000000008},"path":"audits[bootup-time].displayValue"}],"lighthouse-core/audits/metrics/first-meaningful-paint.js | title":["audits[first-meaningful-paint].title"],"lighthouse-core/audits/metrics/first-meaningful-paint.js | description":["audits[first-meaningful-paint].description"],"lighthouse-core/audits/load-fast-enough-for-pwa.js | title":["audits[load-fast-enough-for-pwa].title"],"lighthouse-core/audits/load-fast-enough-for-pwa.js | description":["audits[load-fast-enough-for-pwa].description"],"lighthouse-core/audits/metrics/speed-index.js | title":["audits[speed-index].title"],"lighthouse-core/audits/metrics/speed-index.js | description":["audits[speed-index].description"],"lighthouse-core/audits/metrics/estimated-input-latency.js | title":["audits[estimated-input-latency].title"],"lighthouse-core/audits/metrics/estimated-input-latency.js | description":["audits[estimated-input-latency].description"],"lighthouse-core/lib/i18n/i18n.js | ms":[{"values":{"timeInMs":12.8},"path":"audits[estimated-input-latency].displayValue"},{"values":{"timeInMs":6.5},"path":"audits[total-blocking-time].displayValue"},{"values":{"timeInMs":63},"path":"audits[max-potential-fid].displayValue"},{"values":{"timeInMs":0.1847},"path":"audits[network-rtt].displayValue"},{"values":{"timeInMs":67.04429999999999},"path":"audits[network-server-latency].displayValue"}],"lighthouse-core/audits/metrics/total-blocking-time.js | title":["audits[total-blocking-time].title"],"lighthouse-core/audits/metrics/total-blocking-time.js | description":["audits[total-blocking-time].description"],"lighthouse-core/audits/metrics/max-potential-fid.js | title":["audits[max-potential-fid].title"],"lighthouse-core/audits/metrics/max-potential-fid.js | description":["audits[max-potential-fid].description"],"lighthouse-core/audits/errors-in-console.js | title":["audits[errors-in-console].title"],"lighthouse-core/audits/errors-in-console.js | description":["audits[errors-in-console].description"],"lighthouse-core/audits/time-to-first-byte.js | title":["audits[time-to-first-byte].title"],"lighthouse-core/audits/time-to-first-byte.js | description":["audits[time-to-first-byte].description"],"lighthouse-core/audits/time-to-first-byte.js | displayValue":[{"values":{"timeInMs":80.16799999999999},"path":"audits[time-to-first-byte].displayValue"}],"lighthouse-core/audits/metrics/first-cpu-idle.js | title":["audits[first-cpu-idle].title"],"lighthouse-core/audits/metrics/first-cpu-idle.js | description":["audits[first-cpu-idle].description"],"lighthouse-core/audits/metrics/interactive.js | title":["audits.interactive.title"],"lighthouse-core/audits/metrics/interactive.js | description":["audits.interactive.description"],"lighthouse-core/audits/user-timings.js | title":["audits[user-timings].title"],"lighthouse-core/audits/user-timings.js | description":["audits[user-timings].description"],"lighthouse-core/audits/critical-request-chains.js | title":["audits[critical-request-chains].title"],"lighthouse-core/audits/critical-request-chains.js | description":["audits[critical-request-chains].description"],"lighthouse-core/audits/critical-request-chains.js | displayValue":[{"values":{"itemCount":2},"path":"audits[critical-request-chains].displayValue"}],"lighthouse-core/audits/redirects.js | title":["audits.redirects.title"],"lighthouse-core/audits/redirects.js | description":["audits.redirects.description"],"lighthouse-core/audits/installable-manifest.js | title":["audits[installable-manifest].title"],"lighthouse-core/audits/installable-manifest.js | description":["audits[installable-manifest].description"],"lighthouse-core/audits/apple-touch-icon.js | title":["audits[apple-touch-icon].title"],"lighthouse-core/audits/apple-touch-icon.js | description":["audits[apple-touch-icon].description"],"lighthouse-core/audits/splash-screen.js | title":["audits[splash-screen].title"],"lighthouse-core/audits/splash-screen.js | description":["audits[splash-screen].description"],"lighthouse-core/audits/themed-omnibox.js | title":["audits[themed-omnibox].title"],"lighthouse-core/audits/themed-omnibox.js | description":["audits[themed-omnibox].description"],"lighthouse-core/audits/content-width.js | title":["audits[content-width].title"],"lighthouse-core/audits/content-width.js | description":["audits[content-width].description"],"lighthouse-core/audits/image-aspect-ratio.js | title":["audits[image-aspect-ratio].title"],"lighthouse-core/audits/image-aspect-ratio.js | description":["audits[image-aspect-ratio].description"],"lighthouse-core/audits/deprecations.js | title":["audits.deprecations.title"],"lighthouse-core/audits/deprecations.js | description":["audits.deprecations.description"],"lighthouse-core/audits/mainthread-work-breakdown.js | title":["audits[mainthread-work-breakdown].title"],"lighthouse-core/audits/mainthread-work-breakdown.js | description":["audits[mainthread-work-breakdown].description"],"lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory":["audits[mainthread-work-breakdown].details.headings[0].text"],"lighthouse-core/lib/i18n/i18n.js | columnTimeSpent":["audits[mainthread-work-breakdown].details.headings[1].text","audits[network-rtt].details.headings[1].text","audits[network-server-latency].details.headings[1].text"],"lighthouse-core/audits/bootup-time.js | title":["audits[bootup-time].title"],"lighthouse-core/audits/bootup-time.js | description":["audits[bootup-time].description"],"lighthouse-core/lib/i18n/i18n.js | columnURL":["audits[bootup-time].details.headings[0].text","audits[network-rtt].details.headings[0].text","audits[network-server-latency].details.headings[0].text","audits[uses-long-cache-ttl].details.headings[0].text","audits[total-byte-weight].details.headings[0].text","audits[uses-responsive-images].details.headings[1].label"],"lighthouse-core/audits/bootup-time.js | columnTotal":["audits[bootup-time].details.headings[1].text"],"lighthouse-core/audits/bootup-time.js | columnScriptEval":["audits[bootup-time].details.headings[2].text"],"lighthouse-core/audits/bootup-time.js | columnScriptParse":["audits[bootup-time].details.headings[3].text"],"lighthouse-core/audits/uses-rel-preload.js | title":["audits[uses-rel-preload].title"],"lighthouse-core/audits/uses-rel-preload.js | description":["audits[uses-rel-preload].description"],"lighthouse-core/audits/uses-rel-preconnect.js | title":["audits[uses-rel-preconnect].title"],"lighthouse-core/audits/uses-rel-preconnect.js | description":["audits[uses-rel-preconnect].description"],"lighthouse-core/audits/font-display.js | title":["audits[font-display].title"],"lighthouse-core/audits/font-display.js | description":["audits[font-display].description"],"lighthouse-core/audits/network-rtt.js | title":["audits[network-rtt].title"],"lighthouse-core/audits/network-rtt.js | description":["audits[network-rtt].description"],"lighthouse-core/audits/network-server-latency.js | title":["audits[network-server-latency].title"],"lighthouse-core/audits/network-server-latency.js | description":["audits[network-server-latency].description"],"lighthouse-core/audits/offline-start-url.js | title":["audits[offline-start-url].title"],"lighthouse-core/audits/offline-start-url.js | description":["audits[offline-start-url].description"],"lighthouse-core/audits/performance-budget.js | title":["audits[performance-budget].title"],"lighthouse-core/audits/performance-budget.js | description":["audits[performance-budget].description"],"lighthouse-core/audits/resource-summary.js | title":["audits[resource-summary].title"],"lighthouse-core/audits/resource-summary.js | description":["audits[resource-summary].description"],"lighthouse-core/audits/resource-summary.js | displayValue":[{"values":{"requestCount":40,"byteCount":877326},"path":"audits[resource-summary].displayValue"}],"lighthouse-core/lib/i18n/i18n.js | columnResourceType":["audits[resource-summary].details.headings[0].text"],"lighthouse-core/lib/i18n/i18n.js | columnRequests":["audits[resource-summary].details.headings[1].text"],"lighthouse-core/lib/i18n/i18n.js | columnTransferSize":["audits[resource-summary].details.headings[2].text"],"lighthouse-core/lib/i18n/i18n.js | totalResourceType":["audits[resource-summary].details.items[0].label"],"lighthouse-core/lib/i18n/i18n.js | otherResourceType":["audits[resource-summary].details.items[1].label"],"lighthouse-core/lib/i18n/i18n.js | scriptResourceType":["audits[resource-summary].details.items[2].label"],"lighthouse-core/lib/i18n/i18n.js | stylesheetResourceType":["audits[resource-summary].details.items[3].label"],"lighthouse-core/lib/i18n/i18n.js | documentResourceType":["audits[resource-summary].details.items[4].label"],"lighthouse-core/lib/i18n/i18n.js | imageResourceType":["audits[resource-summary].details.items[5].label"],"lighthouse-core/lib/i18n/i18n.js | mediaResourceType":["audits[resource-summary].details.items[6].label"],"lighthouse-core/lib/i18n/i18n.js | fontResourceType":["audits[resource-summary].details.items[7].label"],"lighthouse-core/lib/i18n/i18n.js | thirdPartyResourceType":["audits[resource-summary].details.items[8].label"],"lighthouse-core/audits/third-party-summary.js | title":["audits[third-party-summary].title"],"lighthouse-core/audits/third-party-summary.js | description":["audits[third-party-summary].description"],"lighthouse-core/audits/manual/pwa-cross-browser.js | title":["audits[pwa-cross-browser].title"],"lighthouse-core/audits/manual/pwa-cross-browser.js | description":["audits[pwa-cross-browser].description"],"lighthouse-core/audits/manual/pwa-page-transitions.js | title":["audits[pwa-page-transitions].title"],"lighthouse-core/audits/manual/pwa-page-transitions.js | description":["audits[pwa-page-transitions].description"],"lighthouse-core/audits/manual/pwa-each-page-has-url.js | title":["audits[pwa-each-page-has-url].title"],"lighthouse-core/audits/manual/pwa-each-page-has-url.js | description":["audits[pwa-each-page-has-url].description"],"lighthouse-core/audits/accessibility/accesskeys.js | title":["audits.accesskeys.title"],"lighthouse-core/audits/accessibility/accesskeys.js | description":["audits.accesskeys.description"],"lighthouse-core/audits/accessibility/aria-allowed-attr.js | title":["audits[aria-allowed-attr].title"],"lighthouse-core/audits/accessibility/aria-allowed-attr.js | description":["audits[aria-allowed-attr].description"],"lighthouse-core/audits/accessibility/aria-required-attr.js | title":["audits[aria-required-attr].title"],"lighthouse-core/audits/accessibility/aria-required-attr.js | description":["audits[aria-required-attr].description"],"lighthouse-core/audits/accessibility/aria-required-children.js | title":["audits[aria-required-children].title"],"lighthouse-core/audits/accessibility/aria-required-children.js | description":["audits[aria-required-children].description"],"lighthouse-core/audits/accessibility/aria-required-parent.js | title":["audits[aria-required-parent].title"],"lighthouse-core/audits/accessibility/aria-required-parent.js | description":["audits[aria-required-parent].description"],"lighthouse-core/audits/accessibility/aria-roles.js | title":["audits[aria-roles].title"],"lighthouse-core/audits/accessibility/aria-roles.js | description":["audits[aria-roles].description"],"lighthouse-core/audits/accessibility/aria-valid-attr-value.js | title":["audits[aria-valid-attr-value].title"],"lighthouse-core/audits/accessibility/aria-valid-attr-value.js | description":["audits[aria-valid-attr-value].description"],"lighthouse-core/audits/accessibility/aria-valid-attr.js | title":["audits[aria-valid-attr].title"],"lighthouse-core/audits/accessibility/aria-valid-attr.js | description":["audits[aria-valid-attr].description"],"lighthouse-core/audits/accessibility/audio-caption.js | title":["audits[audio-caption].title"],"lighthouse-core/audits/accessibility/audio-caption.js | description":["audits[audio-caption].description"],"lighthouse-core/audits/accessibility/button-name.js | title":["audits[button-name].title"],"lighthouse-core/audits/accessibility/button-name.js | description":["audits[button-name].description"],"lighthouse-core/audits/accessibility/bypass.js | title":["audits.bypass.title"],"lighthouse-core/audits/accessibility/bypass.js | description":["audits.bypass.description"],"lighthouse-core/audits/accessibility/color-contrast.js | title":["audits[color-contrast].title"],"lighthouse-core/audits/accessibility/color-contrast.js | description":["audits[color-contrast].description"],"lighthouse-core/audits/accessibility/definition-list.js | title":["audits[definition-list].title"],"lighthouse-core/audits/accessibility/definition-list.js | description":["audits[definition-list].description"],"lighthouse-core/audits/accessibility/dlitem.js | title":["audits.dlitem.title"],"lighthouse-core/audits/accessibility/dlitem.js | description":["audits.dlitem.description"],"lighthouse-core/audits/accessibility/document-title.js | title":["audits[document-title].title"],"lighthouse-core/audits/accessibility/document-title.js | description":["audits[document-title].description"],"lighthouse-core/audits/accessibility/duplicate-id.js | title":["audits[duplicate-id].title"],"lighthouse-core/audits/accessibility/duplicate-id.js | description":["audits[duplicate-id].description"],"lighthouse-core/audits/accessibility/frame-title.js | title":["audits[frame-title].title"],"lighthouse-core/audits/accessibility/frame-title.js | description":["audits[frame-title].description"],"lighthouse-core/audits/accessibility/html-has-lang.js | title":["audits[html-has-lang].title"],"lighthouse-core/audits/accessibility/html-has-lang.js | description":["audits[html-has-lang].description"],"lighthouse-core/audits/accessibility/html-lang-valid.js | title":["audits[html-lang-valid].title"],"lighthouse-core/audits/accessibility/html-lang-valid.js | description":["audits[html-lang-valid].description"],"lighthouse-core/audits/accessibility/image-alt.js | title":["audits[image-alt].title"],"lighthouse-core/audits/accessibility/image-alt.js | description":["audits[image-alt].description"],"lighthouse-core/audits/accessibility/input-image-alt.js | title":["audits[input-image-alt].title"],"lighthouse-core/audits/accessibility/input-image-alt.js | description":["audits[input-image-alt].description"],"lighthouse-core/audits/accessibility/label.js | title":["audits.label.title"],"lighthouse-core/audits/accessibility/label.js | description":["audits.label.description"],"lighthouse-core/audits/accessibility/layout-table.js | title":["audits[layout-table].title"],"lighthouse-core/audits/accessibility/layout-table.js | description":["audits[layout-table].description"],"lighthouse-core/audits/accessibility/link-name.js | title":["audits[link-name].title"],"lighthouse-core/audits/accessibility/link-name.js | description":["audits[link-name].description"],"lighthouse-core/audits/accessibility/list.js | title":["audits.list.title"],"lighthouse-core/audits/accessibility/list.js | description":["audits.list.description"],"lighthouse-core/audits/accessibility/listitem.js | title":["audits.listitem.title"],"lighthouse-core/audits/accessibility/listitem.js | description":["audits.listitem.description"],"lighthouse-core/audits/accessibility/meta-refresh.js | title":["audits[meta-refresh].title"],"lighthouse-core/audits/accessibility/meta-refresh.js | description":["audits[meta-refresh].description"],"lighthouse-core/audits/accessibility/meta-viewport.js | title":["audits[meta-viewport].title"],"lighthouse-core/audits/accessibility/meta-viewport.js | description":["audits[meta-viewport].description"],"lighthouse-core/audits/accessibility/object-alt.js | title":["audits[object-alt].title"],"lighthouse-core/audits/accessibility/object-alt.js | description":["audits[object-alt].description"],"lighthouse-core/audits/accessibility/tabindex.js | title":["audits.tabindex.title"],"lighthouse-core/audits/accessibility/tabindex.js | description":["audits.tabindex.description"],"lighthouse-core/audits/accessibility/td-headers-attr.js | title":["audits[td-headers-attr].title"],"lighthouse-core/audits/accessibility/td-headers-attr.js | description":["audits[td-headers-attr].description"],"lighthouse-core/audits/accessibility/th-has-data-cells.js | title":["audits[th-has-data-cells].title"],"lighthouse-core/audits/accessibility/th-has-data-cells.js | description":["audits[th-has-data-cells].description"],"lighthouse-core/audits/accessibility/valid-lang.js | title":["audits[valid-lang].title"],"lighthouse-core/audits/accessibility/valid-lang.js | description":["audits[valid-lang].description"],"lighthouse-core/audits/accessibility/video-caption.js | title":["audits[video-caption].title"],"lighthouse-core/audits/accessibility/video-caption.js | description":["audits[video-caption].description"],"lighthouse-core/audits/accessibility/video-description.js | title":["audits[video-description].title"],"lighthouse-core/audits/accessibility/video-description.js | description":["audits[video-description].description"],"lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle":["audits[uses-long-cache-ttl].title"],"lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description":["audits[uses-long-cache-ttl].description"],"lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue":[{"values":{"itemCount":11},"path":"audits[uses-long-cache-ttl].displayValue"}],"lighthouse-core/lib/i18n/i18n.js | columnCacheTTL":["audits[uses-long-cache-ttl].details.headings[1].text"],"lighthouse-core/lib/i18n/i18n.js | columnSize":["audits[uses-long-cache-ttl].details.headings[2].text","audits[total-byte-weight].details.headings[1].text","audits[uses-responsive-images].details.headings[2].label","audits[tap-targets].details.headings[1].text"],"lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title":["audits[total-byte-weight].title"],"lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description":["audits[total-byte-weight].description"],"lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue":[{"values":{"totalBytes":877326},"path":"audits[total-byte-weight].displayValue"}],"lighthouse-core/audits/byte-efficiency/offscreen-images.js | title":["audits[offscreen-images].title"],"lighthouse-core/audits/byte-efficiency/offscreen-images.js | description":["audits[offscreen-images].description"],"lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title":["audits[render-blocking-resources].title"],"lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description":["audits[render-blocking-resources].description"],"lighthouse-core/audits/byte-efficiency/unminified-css.js | title":["audits[unminified-css].title"],"lighthouse-core/audits/byte-efficiency/unminified-css.js | description":["audits[unminified-css].description"],"lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title":["audits[unminified-javascript].title"],"lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description":["audits[unminified-javascript].description"],"lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title":["audits[unused-css-rules].title"],"lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description":["audits[unused-css-rules].description"],"lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title":["audits[uses-webp-images].title"],"lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description":["audits[uses-webp-images].description"],"lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title":["audits[uses-optimized-images].title"],"lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description":["audits[uses-optimized-images].description"],"lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title":["audits[uses-text-compression].title"],"lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description":["audits[uses-text-compression].description"],"lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title":["audits[uses-responsive-images].title"],"lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description":["audits[uses-responsive-images].description"],"lighthouse-core/lib/i18n/i18n.js | displayValueByteSavings":[{"values":{"wastedBytes":250835},"path":"audits[uses-responsive-images].displayValue"}],"lighthouse-core/lib/i18n/i18n.js | columnWastedBytes":["audits[uses-responsive-images].details.headings[3].label"],"lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title":["audits[efficient-animated-content].title"],"lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description":["audits[efficient-animated-content].description"],"lighthouse-core/audits/dobetterweb/appcache-manifest.js | title":["audits[appcache-manifest].title"],"lighthouse-core/audits/dobetterweb/appcache-manifest.js | description":["audits[appcache-manifest].description"],"lighthouse-core/audits/dobetterweb/doctype.js | title":["audits.doctype.title"],"lighthouse-core/audits/dobetterweb/doctype.js | description":["audits.doctype.description"],"lighthouse-core/audits/dobetterweb/dom-size.js | title":["audits[dom-size].title"],"lighthouse-core/audits/dobetterweb/dom-size.js | description":["audits[dom-size].description"],"lighthouse-core/audits/dobetterweb/dom-size.js | displayValue":[{"values":{"itemCount":79},"path":"audits[dom-size].displayValue"}],"lighthouse-core/audits/dobetterweb/dom-size.js | columnStatistic":["audits[dom-size].details.headings[0].text"],"lighthouse-core/audits/dobetterweb/dom-size.js | columnElement":["audits[dom-size].details.headings[1].text"],"lighthouse-core/audits/dobetterweb/dom-size.js | columnValue":["audits[dom-size].details.headings[2].text"],"lighthouse-core/audits/dobetterweb/dom-size.js | statisticDOMElements":["audits[dom-size].details.items[0].statistic"],"lighthouse-core/audits/dobetterweb/dom-size.js | statisticDOMDepth":["audits[dom-size].details.items[1].statistic"],"lighthouse-core/audits/dobetterweb/dom-size.js | statisticDOMWidth":["audits[dom-size].details.items[2].statistic"],"lighthouse-core/audits/dobetterweb/external-anchors-use-rel-noopener.js | title":["audits[external-anchors-use-rel-noopener].title"],"lighthouse-core/audits/dobetterweb/external-anchors-use-rel-noopener.js | description":["audits[external-anchors-use-rel-noopener].description"],"lighthouse-core/audits/dobetterweb/geolocation-on-start.js | title":["audits[geolocation-on-start].title"],"lighthouse-core/audits/dobetterweb/geolocation-on-start.js | description":["audits[geolocation-on-start].description"],"lighthouse-core/audits/dobetterweb/no-document-write.js | title":["audits[no-document-write].title"],"lighthouse-core/audits/dobetterweb/no-document-write.js | description":["audits[no-document-write].description"],"lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | title":["audits[no-vulnerable-libraries].title"],"lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | description":["audits[no-vulnerable-libraries].description"],"lighthouse-core/audits/dobetterweb/js-libraries.js | title":["audits[js-libraries].title"],"lighthouse-core/audits/dobetterweb/js-libraries.js | description":["audits[js-libraries].description"],"lighthouse-core/audits/dobetterweb/notification-on-start.js | title":["audits[notification-on-start].title"],"lighthouse-core/audits/dobetterweb/notification-on-start.js | description":["audits[notification-on-start].description"],"lighthouse-core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title":["audits[password-inputs-can-be-pasted-into].title"],"lighthouse-core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description":["audits[password-inputs-can-be-pasted-into].description"],"lighthouse-core/audits/dobetterweb/uses-http2.js | title":["audits[uses-http2].title"],"lighthouse-core/audits/dobetterweb/uses-http2.js | description":["audits[uses-http2].description"],"lighthouse-core/audits/dobetterweb/uses-passive-event-listeners.js | title":["audits[uses-passive-event-listeners].title"],"lighthouse-core/audits/dobetterweb/uses-passive-event-listeners.js | description":["audits[uses-passive-event-listeners].description"],"lighthouse-core/audits/seo/meta-description.js | title":["audits[meta-description].title"],"lighthouse-core/audits/seo/meta-description.js | description":["audits[meta-description].description"],"lighthouse-core/audits/seo/http-status-code.js | title":["audits[http-status-code].title"],"lighthouse-core/audits/seo/http-status-code.js | description":["audits[http-status-code].description"],"lighthouse-core/audits/seo/font-size.js | title":["audits[font-size].title"],"lighthouse-core/audits/seo/font-size.js | description":["audits[font-size].description"],"lighthouse-core/audits/seo/font-size.js | displayValue":[{"values":{"decimalProportion":1},"path":"audits[font-size].displayValue"}],"lighthouse-core/audits/seo/link-text.js | title":["audits[link-text].title"],"lighthouse-core/audits/seo/link-text.js | description":["audits[link-text].description"],"lighthouse-core/audits/seo/is-crawlable.js | title":["audits[is-crawlable].title"],"lighthouse-core/audits/seo/is-crawlable.js | description":["audits[is-crawlable].description"],"lighthouse-core/audits/seo/robots-txt.js | title":["audits[robots-txt].title"],"lighthouse-core/audits/seo/robots-txt.js | description":["audits[robots-txt].description"],"lighthouse-core/audits/seo/tap-targets.js | failureTitle":["audits[tap-targets].title"],"lighthouse-core/audits/seo/tap-targets.js | description":["audits[tap-targets].description"],"lighthouse-core/audits/seo/tap-targets.js | displayValue":[{"values":{"decimalProportion":0.8666666666666667},"path":"audits[tap-targets].displayValue"}],"lighthouse-core/audits/seo/tap-targets.js | tapTargetHeader":["audits[tap-targets].details.headings[0].text"],"lighthouse-core/audits/seo/tap-targets.js | overlappingTargetHeader":["audits[tap-targets].details.headings[2].text"],"lighthouse-core/audits/seo/hreflang.js | title":["audits.hreflang.title"],"lighthouse-core/audits/seo/hreflang.js | description":["audits.hreflang.description"],"lighthouse-core/audits/seo/plugins.js | title":["audits.plugins.title"],"lighthouse-core/audits/seo/plugins.js | description":["audits.plugins.description"],"lighthouse-core/audits/seo/canonical.js | title":["audits.canonical.title"],"lighthouse-core/audits/seo/canonical.js | description":["audits.canonical.description"],"lighthouse-core/audits/seo/manual/structured-data.js | title":["audits[structured-data].title"],"lighthouse-core/audits/seo/manual/structured-data.js | description":["audits[structured-data].description"],"lighthouse-core/config/default-config.js | performanceCategoryTitle":["categories.performance.title"],"lighthouse-core/config/default-config.js | a11yCategoryTitle":["categories.accessibility.title"],"lighthouse-core/config/default-config.js | a11yCategoryDescription":["categories.accessibility.description"],"lighthouse-core/config/default-config.js | a11yCategoryManualDescription":["categories.accessibility.manualDescription"],"lighthouse-core/config/default-config.js | bestPracticesCategoryTitle":["categories[best-practices].title"],"lighthouse-core/config/default-config.js | seoCategoryTitle":["categories.seo.title"],"lighthouse-core/config/default-config.js | seoCategoryDescription":["categories.seo.description"],"lighthouse-core/config/default-config.js | seoCategoryManualDescription":["categories.seo.manualDescription"],"lighthouse-core/config/default-config.js | pwaCategoryTitle":["categories.pwa.title"],"lighthouse-core/config/default-config.js | pwaCategoryDescription":["categories.pwa.description"],"lighthouse-core/config/default-config.js | pwaCategoryManualDescription":["categories.pwa.manualDescription"],"lighthouse-core/config/default-config.js | metricGroupTitle":["categoryGroups.metrics.title"],"lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle":["categoryGroups[load-opportunities].title"],"lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription":["categoryGroups[load-opportunities].description"],"lighthouse-core/config/default-config.js | budgetsGroupTitle":["categoryGroups.budgets.title"],"lighthouse-core/config/default-config.js | budgetsGroupDescription":["categoryGroups.budgets.description"],"lighthouse-core/config/default-config.js | diagnosticsGroupTitle":["categoryGroups.diagnostics.title"],"lighthouse-core/config/default-config.js | diagnosticsGroupDescription":["categoryGroups.diagnostics.description"],"lighthouse-core/config/default-config.js | pwaFastReliableGroupTitle":["categoryGroups[pwa-fast-reliable].title"],"lighthouse-core/config/default-config.js | pwaInstallableGroupTitle":["categoryGroups[pwa-installable].title"],"lighthouse-core/config/default-config.js | pwaOptimizedGroupTitle":["categoryGroups[pwa-optimized].title"],"lighthouse-core/config/default-config.js | a11yBestPracticesGroupTitle":["categoryGroups[a11y-best-practices].title"],"lighthouse-core/config/default-config.js | a11yBestPracticesGroupDescription":["categoryGroups[a11y-best-practices].description"],"lighthouse-core/config/default-config.js | a11yColorContrastGroupTitle":["categoryGroups[a11y-color-contrast].title"],"lighthouse-core/config/default-config.js | a11yColorContrastGroupDescription":["categoryGroups[a11y-color-contrast].description"],"lighthouse-core/config/default-config.js | a11yNamesLabelsGroupTitle":["categoryGroups[a11y-names-labels].title"],"lighthouse-core/config/default-config.js | a11yNamesLabelsGroupDescription":["categoryGroups[a11y-names-labels].description"],"lighthouse-core/config/default-config.js | a11yNavigationGroupTitle":["categoryGroups[a11y-navigation].title"],"lighthouse-core/config/default-config.js | a11yNavigationGroupDescription":["categoryGroups[a11y-navigation].description"],"lighthouse-core/config/default-config.js | a11yAriaGroupTitle":["categoryGroups[a11y-aria].title"],"lighthouse-core/config/default-config.js | a11yAriaGroupDescription":["categoryGroups[a11y-aria].description"],"lighthouse-core/config/default-config.js | a11yLanguageGroupTitle":["categoryGroups[a11y-language].title"],"lighthouse-core/config/default-config.js | a11yLanguageGroupDescription":["categoryGroups[a11y-language].description"],"lighthouse-core/config/default-config.js | a11yAudioVideoGroupTitle":["categoryGroups[a11y-audio-video].title"],"lighthouse-core/config/default-config.js | a11yAudioVideoGroupDescription":["categoryGroups[a11y-audio-video].description"],"lighthouse-core/config/default-config.js | a11yTablesListsVideoGroupTitle":["categoryGroups[a11y-tables-lists].title"],"lighthouse-core/config/default-config.js | a11yTablesListsVideoGroupDescription":["categoryGroups[a11y-tables-lists].description"],"lighthouse-core/config/default-config.js | seoMobileGroupTitle":["categoryGroups[seo-mobile].title"],"lighthouse-core/config/default-config.js | seoMobileGroupDescription":["categoryGroups[seo-mobile].description"],"lighthouse-core/config/default-config.js | seoContentGroupTitle":["categoryGroups[seo-content].title"],"lighthouse-core/config/default-config.js | seoContentGroupDescription":["categoryGroups[seo-content].description"],"lighthouse-core/config/default-config.js | seoCrawlingGroupTitle":["categoryGroups[seo-crawl].title"],"lighthouse-core/config/default-config.js | seoCrawlingGroupDescription":["categoryGroups[seo-crawl].description"],"node_modules/lighthouse-plugin-publisher-ads/messages/common-strings.js | GROUPS__METRICS":["categoryGroups[lighthouse-plugin-publisher-ads-metrics].title"],"node_modules/lighthouse-plugin-publisher-ads/messages/common-strings.js | GROUPS__ADS_PERFORMANCE":["categoryGroups[lighthouse-plugin-publisher-ads-ads-performance].title"],"node_modules/lighthouse-plugin-publisher-ads/messages/common-strings.js | GROUPS__ADS_BEST_PRACTICES":["categoryGroups[lighthouse-plugin-publisher-ads-ads-best-practices].title"]}},"stackPacks":[]};</script>
<script>
function __initLighthouseReport__() {
const dom = new DOM(document);
const renderer = new ReportRenderer(dom);
const container = document.querySelector('main');
renderer.renderReport(window.__LIGHTHOUSE_JSON__, container);
// Hook in JS features and page-level event listeners after the report
// is in the document.
const features = new ReportUIFeatures(dom);
features.initFeatures(window.__LIGHTHOUSE_JSON__);
}
window.addEventListener('DOMContentLoaded', __initLighthouseReport__);
document.addEventListener('lh-analytics', e => {
if (window.ga) {
ga(e.detail.cmd, e.detail.fields);
}
});
document.addEventListener('lh-log', e => {
const logger = new Logger(document.querySelector('#lh-log'));
switch (e.detail.cmd) {
case 'log':
logger.log(e.detail.msg);
break;
case 'warn':
logger.warn(e.detail.msg);
break;
case 'error':
logger.error(e.detail.msg);
break;
case 'hide':
logger.hide();
break;
}
});
</script>
</body>
</html>
/*# sourceURL=third_party/lighthouse/report-assets/template.html */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment