",
+ "nodeLabel": "THE EXPERTS FOR\nCABLE NETWORK CONSTRUCTION\n\nWe realize complex supply lines for…"
+ },
+ "subItems": {
+ "type": "subitems",
+ "items": [
+ {
+ "failureReason": "Filter-related property may move pixels"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "guidanceLevel": 2
+ },
+ "unsized-images": {
+ "id": "unsized-images",
+ "title": "Image elements have explicit `width` and `height`",
+ "description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)",
+ "score": 1,
+ "scoreDisplayMode": "metricSavings",
+ "metricSavings": {
+ "CLS": 0
+ },
+ "details": {
+ "type": "table",
+ "headings": [
+ {
+ "key": "node",
+ "valueType": "node",
+ "label": ""
+ },
+ {
+ "key": "url",
+ "valueType": "url",
+ "label": "URL"
+ }
+ ],
+ "items": []
+ },
+ "guidanceLevel": 4
+ },
+ "valid-source-maps": {
+ "id": "valid-source-maps",
+ "title": "Page has valid source maps",
+ "description": "Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. [Learn more about source maps](https://developer.chrome.com/docs/devtools/javascript/source-maps/).",
+ "score": 1,
+ "scoreDisplayMode": "binary",
+ "details": {
+ "type": "table",
+ "headings": [
+ {
+ "key": "scriptUrl",
+ "valueType": "url",
+ "subItemsHeading": {
+ "key": "error"
+ },
+ "label": "URL"
+ },
+ {
+ "key": "sourceMapUrl",
+ "valueType": "url",
+ "label": "Map URL"
+ }
+ ],
+ "items": [
+ {
+ "scriptUrl": "chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/polyfill.js",
+ "sourceMapUrl": "chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/polyfill.js.map",
+ "subItems": {
+ "type": "subitems",
+ "items": [
+ {
+ "error": "Error: Failed fetching source map (null)"
+ }
+ ]
+ }
+ },
+ {
+ "scriptUrl": "chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/polyfill.js",
+ "sourceMapUrl": "chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/polyfill.js.map",
+ "subItems": {
+ "type": "subitems",
+ "items": [
+ {
+ "error": "Error: Failed fetching source map (null)"
+ }
+ ]
+ }
+ },
+ {
+ "scriptUrl": "chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/globals-front.js",
+ "sourceMapUrl": "chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/globals-front.js.map",
+ "subItems": {
+ "type": "subitems",
+ "items": [
+ {
+ "error": "Error: Failed fetching source map (null)"
+ }
+ ]
+ }
+ },
+ {
+ "scriptUrl": "chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/cookie-banner-detection.preload.js",
+ "sourceMapUrl": "chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/cookie-banner-detection.preload.js.map",
+ "subItems": {
+ "type": "subitems",
+ "items": [
+ {
+ "error": "Error: Failed fetching source map (null)"
+ }
+ ]
+ }
+ },
+ {
+ "scriptUrl": "chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/react_devtools_backend_compact.js",
+ "sourceMapUrl": "chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/react_devtools_backend_compact.js.map",
+ "subItems": {
+ "type": "subitems",
+ "items": [
+ {
+ "error": "Error: Failed fetching source map (null)"
+ }
+ ]
+ }
+ },
+ {
+ "scriptUrl": "chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/installHook.js",
+ "sourceMapUrl": "chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/installHook.js.map",
+ "subItems": {
+ "type": "subitems",
+ "items": [
+ {
+ "error": "Error: Failed fetching source map (null)"
+ }
+ ]
+ }
+ }
+ ]
+ }
+ },
+ "csp-xss": {
+ "id": "csp-xss",
+ "title": "Ensure CSP is effective against XSS attacks",
+ "description": "A strong Content Security Policy (CSP) significantly reduces the risk of cross-site scripting (XSS) attacks. [Learn how to use a CSP to prevent XSS](https://developer.chrome.com/docs/lighthouse/best-practices/csp-xss/)",
+ "score": 1,
+ "scoreDisplayMode": "informative",
+ "details": {
+ "type": "table",
+ "headings": [
+ {
+ "key": "description",
+ "valueType": "text",
+ "subItemsHeading": {
+ "key": "description"
+ },
+ "label": "Description"
+ },
+ {
+ "key": "directive",
+ "valueType": "code",
+ "subItemsHeading": {
+ "key": "directive"
+ },
+ "label": "Directive"
+ },
+ {
+ "key": "severity",
+ "valueType": "text",
+ "subItemsHeading": {
+ "key": "severity"
+ },
+ "label": "Severity"
+ }
+ ],
+ "items": [
+ {
+ "directive": "script-src",
+ "description": "Host allowlists can frequently be bypassed. Consider using CSP nonces or hashes instead, along with `'strict-dynamic'` if necessary.",
+ "severity": "High"
+ },
+ {
+ "directive": "script-src",
+ "description": "`'unsafe-inline'` allows the execution of unsafe in-page scripts and event handlers. Consider using CSP nonces or hashes to allow scripts individually.",
+ "severity": "High"
+ }
+ ]
+ }
+ },
+ "has-hsts": {
+ "id": "has-hsts",
+ "title": "Use a strong HSTS policy",
+ "description": "Deployment of the HSTS header significantly reduces the risk of downgrading HTTP connections and eavesdropping attacks. A rollout in stages, starting with a low max-age is recommended. [Learn more about using a strong HSTS policy.](https://developer.chrome.com/docs/lighthouse/best-practices/has-hsts)",
+ "score": null,
+ "scoreDisplayMode": "notApplicable",
+ "details": {
+ "type": "table",
+ "headings": [
+ {
+ "key": "description",
+ "valueType": "text",
+ "subItemsHeading": {
+ "key": "description"
+ },
+ "label": "Description"
+ },
+ {
+ "key": "directive",
+ "valueType": "code",
+ "subItemsHeading": {
+ "key": "directive"
+ },
+ "label": "Directive"
+ },
+ {
+ "key": "severity",
+ "valueType": "text",
+ "subItemsHeading": {
+ "key": "severity"
+ },
+ "label": "Severity"
+ }
+ ],
+ "items": []
+ }
+ },
+ "origin-isolation": {
+ "id": "origin-isolation",
+ "title": "Ensure proper origin isolation with COOP",
+ "description": "The Cross-Origin-Opener-Policy (COOP) can be used to isolate the top-level window from other documents such as pop-ups. [Learn more about deploying the COOP header.](https://web.dev/articles/why-coop-coep#coop)",
+ "score": 1,
+ "scoreDisplayMode": "informative",
+ "details": {
+ "type": "table",
+ "headings": [
+ {
+ "key": "description",
+ "valueType": "text",
+ "subItemsHeading": {
+ "key": "description"
+ },
+ "label": "Description"
+ },
+ {
+ "key": "directive",
+ "valueType": "code",
+ "subItemsHeading": {
+ "key": "directive"
+ },
+ "label": "Directive"
+ },
+ {
+ "key": "severity",
+ "valueType": "text",
+ "subItemsHeading": {
+ "key": "severity"
+ },
+ "label": "Severity"
+ }
+ ],
+ "items": [
+ {
+ "description": "No COOP header found",
+ "severity": "High"
+ }
+ ]
+ }
+ },
+ "clickjacking-mitigation": {
+ "id": "clickjacking-mitigation",
+ "title": "Mitigate clickjacking with XFO or CSP",
+ "description": "The `X-Frame-Options` (XFO) header or the `frame-ancestors` directive in the `Content-Security-Policy` (CSP) header control where a page can be embedded. These can mitigate clickjacking attacks by blocking some or all sites from embedding the page. [Learn more about mitigating clickjacking](https://developer.chrome.com/docs/lighthouse/best-practices/clickjacking-mitigation).",
+ "score": null,
+ "scoreDisplayMode": "notApplicable",
+ "details": {
+ "type": "table",
+ "headings": [
+ {
+ "key": "description",
+ "valueType": "text",
+ "subItemsHeading": {
+ "key": "description"
+ },
+ "label": "Description"
+ },
+ {
+ "key": "severity",
+ "valueType": "text",
+ "subItemsHeading": {
+ "key": "severity"
+ },
+ "label": "Severity"
+ }
+ ],
+ "items": []
+ }
+ },
+ "trusted-types-xss": {
+ "id": "trusted-types-xss",
+ "title": "Mitigate DOM-based XSS with Trusted Types",
+ "description": "The `require-trusted-types-for` directive in the `Content-Security-Policy` (CSP) header instructs user agents to control the data passed to DOM XSS sink functions. [Learn more about mitigating DOM-based XSS with Trusted Types](https://developer.chrome.com/docs/lighthouse/best-practices/trusted-types-xss).",
+ "score": 1,
+ "scoreDisplayMode": "informative",
+ "details": {
+ "type": "table",
+ "headings": [
+ {
+ "key": "description",
+ "valueType": "text",
+ "subItemsHeading": {
+ "key": "description"
+ },
+ "label": "Description"
+ },
+ {
+ "key": "severity",
+ "valueType": "text",
+ "subItemsHeading": {
+ "key": "severity"
+ },
+ "label": "Severity"
+ }
+ ],
+ "items": [
+ {
+ "severity": "High",
+ "description": "No `Content-Security-Policy` header with Trusted Types directive found"
+ }
+ ]
+ }
+ },
+ "script-treemap-data": {
+ "id": "script-treemap-data",
+ "title": "Script Treemap Data",
+ "description": "Used for treemap app",
+ "score": 1,
+ "scoreDisplayMode": "informative",
+ "details": {
+ "type": "treemap-data",
+ "nodes": [
+ {
+ "name": "chrome-extension://dhdgffkkebhmkfjojejmpbldmpobfkfo/page.js",
+ "resourceBytes": 50024,
+ "encodedBytes": 50024,
+ "unusedBytes": 50011
+ },
+ {
+ "name": "chrome-extension://dhdgffkkebhmkfjojejmpbldmpobfkfo/content.js",
+ "resourceBytes": 44968,
+ "encodedBytes": 44968,
+ "unusedBytes": 25487
+ },
+ {
+ "name": "chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/prepareInjection.js",
+ "resourceBytes": 334,
+ "encodedBytes": 334,
+ "unusedBytes": 0
+ },
+ {
+ "name": "chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/installHook.js",
+ "resourceBytes": 178873,
+ "encodedBytes": 178873,
+ "unusedBytes": 119038
+ },
+ {
+ "name": "chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/hookSettingsInjector.js",
+ "resourceBytes": 755,
+ "encodedBytes": 755,
+ "unusedBytes": 0
+ },
+ {
+ "name": "chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/proxy.js",
+ "resourceBytes": 1342,
+ "encodedBytes": 1342,
+ "unusedBytes": 199
+ },
+ {
+ "name": "chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/vendor/@eyeo/webext-ad-filtering-solution/content.js",
+ "resourceBytes": 117650,
+ "encodedBytes": 117650,
+ "unusedBytes": 52176
+ },
+ {
+ "name": "chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/polyfill.js",
+ "resourceBytes": 33000,
+ "encodedBytes": 33000,
+ "unusedBytes": 4798
+ },
+ {
+ "name": "chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/ext/common.js",
+ "resourceBytes": 1460,
+ "encodedBytes": 1460,
+ "unusedBytes": 130
+ },
+ {
+ "name": "chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/ext/content.js",
+ "resourceBytes": 1710,
+ "encodedBytes": 1710,
+ "unusedBytes": 0
+ },
+ {
+ "name": "chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/globals-front.js",
+ "resourceBytes": 205370,
+ "encodedBytes": 205370,
+ "unusedBytes": 101342
+ },
+ {
+ "name": "chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/adblock-functions.js",
+ "resourceBytes": 21282,
+ "encodedBytes": 21282,
+ "unusedBytes": 14451
+ },
+ {
+ "name": "chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/contentscript-loader.js",
+ "resourceBytes": 746,
+ "encodedBytes": 746,
+ "unusedBytes": 0
+ },
+ {
+ "name": "chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/premium.preload.js",
+ "resourceBytes": 4353,
+ "encodedBytes": 4353,
+ "unusedBytes": 2004
+ },
+ {
+ "name": "chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/adblock-picreplacement.js",
+ "resourceBytes": 28298,
+ "encodedBytes": 28298,
+ "unusedBytes": 21151
+ },
+ {
+ "name": "chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/vendor/@eyeo/webext-ad-filtering-solution/content-main.js",
+ "resourceBytes": 115350,
+ "encodedBytes": 115350,
+ "unusedBytes": 93115
+ },
+ {
+ "name": "chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/cookie-banner-detection.preload.js",
+ "resourceBytes": 30959,
+ "encodedBytes": 30959,
+ "unusedBytes": 27472
+ },
+ {
+ "name": "chrome-extension://nngceckbapebfimnlniiiahkandclblb/content/fido2-content-script.js",
+ "resourceBytes": 38495,
+ "encodedBytes": 38495,
+ "unusedBytes": 15651
+ },
+ {
+ "name": "chrome-extension://nngceckbapebfimnlniiiahkandclblb/content/fido2-page-script.js",
+ "resourceBytes": 30273,
+ "encodedBytes": 30273,
+ "unusedBytes": 21290
+ },
+ {
+ "name": "chrome-extension://nngceckbapebfimnlniiiahkandclblb/content/content-message-handler.js",
+ "resourceBytes": 7371,
+ "encodedBytes": 7371,
+ "unusedBytes": 2320
+ },
+ {
+ "name": "chrome-extension://nngceckbapebfimnlniiiahkandclblb/content/trigger-autofill-script-injection.js",
+ "resourceBytes": 164,
+ "encodedBytes": 164,
+ "unusedBytes": 0
+ },
+ {
+ "name": "https://e-tib.com/en",
+ "resourceBytes": 62093,
+ "encodedBytes": 12503,
+ "children": [
+ {
+ "name": "(inline) (self.__next_f=…",
+ "resourceBytes": 43,
+ "unusedBytes": 0
+ },
+ {
+ "name": "(inline) self.__next_f.p…",
+ "resourceBytes": 4345,
+ "unusedBytes": 0
+ },
+ {
+ "name": "(inline) self.__next_f.p…",
+ "resourceBytes": 3356,
+ "unusedBytes": 0
+ },
+ {
+ "name": "(inline) self.__next_f.p…",
+ "resourceBytes": 3636,
+ "unusedBytes": 0
+ },
+ {
+ "name": "(inline) self.__next_f.p…",
+ "resourceBytes": 74,
+ "unusedBytes": 0
+ },
+ {
+ "name": "(inline) self.__next_f.p…",
+ "resourceBytes": 4330,
+ "unusedBytes": 0
+ },
+ {
+ "name": "(inline) self.__next_f.p…",
+ "resourceBytes": 4572,
+ "unusedBytes": 0
+ },
+ {
+ "name": "(inline) self.__next_f.p…",
+ "resourceBytes": 1445,
+ "unusedBytes": 0
+ },
+ {
+ "name": "(inline) self.__next_f.p…",
+ "resourceBytes": 9051,
+ "unusedBytes": 0
+ },
+ {
+ "name": "(inline) self.__next_f.p…",
+ "resourceBytes": 34,
+ "unusedBytes": 0
+ },
+ {
+ "name": "(inline) self.__next_f.p…",
+ "resourceBytes": 1713,
+ "unusedBytes": 0
+ },
+ {
+ "name": "(inline) self.__next_f.p…",
+ "resourceBytes": 1866,
+ "unusedBytes": 0
+ },
+ {
+ "name": "(inline) self.__next_f.p…",
+ "resourceBytes": 4339,
+ "unusedBytes": 0
+ },
+ {
+ "name": "(inline) self.__next_f.p…",
+ "resourceBytes": 3077,
+ "unusedBytes": 0
+ },
+ {
+ "name": "(inline) self.__next_f.p…",
+ "resourceBytes": 4550,
+ "unusedBytes": 0
+ },
+ {
+ "name": "(inline) self.__next_f.p…",
+ "resourceBytes": 4838,
+ "unusedBytes": 0
+ },
+ {
+ "name": "(inline) self.__next_f.p…",
+ "resourceBytes": 571,
+ "unusedBytes": 0
+ },
+ {
+ "name": "(inline) self.__next_f.p…",
+ "resourceBytes": 3402,
+ "unusedBytes": 0
+ },
+ {
+ "name": "(inline) self.__next_f.p…",
+ "resourceBytes": 3795,
+ "unusedBytes": 0
+ },
+ {
+ "name": "(inline) self.__next_f.p…",
+ "resourceBytes": 297,
+ "unusedBytes": 0
+ },
+ {
+ "name": "(inline) self.__next_f.p…",
+ "resourceBytes": 2759,
+ "unusedBytes": 0
+ }
+ ]
+ },
+ {
+ "name": "chrome-extension://nngceckbapebfimnlniiiahkandclblb/content/bootstrap-autofill-overlay.js",
+ "resourceBytes": 1646119,
+ "encodedBytes": 1646119,
+ "unusedBytes": 1027414
+ },
+ {
+ "name": "chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/fileFetcher.js",
+ "resourceBytes": 671,
+ "encodedBytes": 671,
+ "unusedBytes": 620
+ },
+ {
+ "name": "chrome-extension://nlipoenfbbikpbjkfpfillcgkoblgpmj/javascripts/libs/dragresize.js",
+ "resourceBytes": 5614,
+ "encodedBytes": 5614,
+ "unusedBytes": 5278
+ },
+ {
+ "name": "chrome-extension://nlipoenfbbikpbjkfpfillcgkoblgpmj/javascripts/bundles/content.bundle.js",
+ "resourceBytes": 303020,
+ "encodedBytes": 303020,
+ "unusedBytes": 265167
+ },
+ {
+ "name": "chrome-extension://nlipoenfbbikpbjkfpfillcgkoblgpmj/javascripts/bundles/content_record.bundle.js",
+ "resourceBytes": 119778,
+ "encodedBytes": 119778,
+ "unusedBytes": 73975
+ },
+ {
+ "name": "chrome-extension://nngceckbapebfimnlniiiahkandclblb/content/contextMenuHandler.js",
+ "resourceBytes": 3264,
+ "encodedBytes": 3264,
+ "unusedBytes": 1654
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/a6652e72ab226e0c.js",
+ "resourceBytes": 8058,
+ "encodedBytes": 0,
+ "unusedBytes": 1661
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/c095a65a4d1136a9.js",
+ "resourceBytes": 30391,
+ "encodedBytes": 8968,
+ "unusedBytes": 10386
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/48d338e34071797f.js",
+ "resourceBytes": 61545,
+ "encodedBytes": 20223,
+ "unusedBytes": 17821
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/6d2513c9fde6e024.js",
+ "resourceBytes": 64298,
+ "encodedBytes": 21491,
+ "unusedBytes": 22412
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/bdc59609c1fc990b.js",
+ "resourceBytes": 104915,
+ "encodedBytes": 29497,
+ "unusedBytes": 45065
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/550b9c586d257e86.js",
+ "resourceBytes": 224367,
+ "encodedBytes": 70248,
+ "unusedBytes": 74185
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/8305f0ece1a43e8a.js",
+ "resourceBytes": 34134,
+ "encodedBytes": 0,
+ "unusedBytes": 21389
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/turbopack-a27542e57e5ad7ea.js",
+ "resourceBytes": 10676,
+ "encodedBytes": 4219,
+ "unusedBytes": 3801
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/93736546a7cd8cd8.js",
+ "resourceBytes": 6946,
+ "encodedBytes": 2277,
+ "unusedBytes": 4924
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/870a2c2978ab4440.js",
+ "resourceBytes": 24786,
+ "encodedBytes": 6115,
+ "unusedBytes": 16583
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/7bc980684698d6e7.js",
+ "resourceBytes": 6504,
+ "encodedBytes": 2600,
+ "unusedBytes": 3954
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/035e9135aca139bb.js",
+ "resourceBytes": 38192,
+ "encodedBytes": 10206,
+ "unusedBytes": 7334
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/b550ef5d0ebc89bc.js",
+ "resourceBytes": 26502,
+ "encodedBytes": 0,
+ "unusedBytes": 633
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/82d2a39eb2d02e51.js",
+ "resourceBytes": 40538,
+ "encodedBytes": 12221,
+ "unusedBytes": 26738
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/92202fd044acc899.js",
+ "resourceBytes": 67899,
+ "encodedBytes": 19836,
+ "unusedBytes": 14311
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/6865b40b4df28947.js",
+ "resourceBytes": 122063,
+ "encodedBytes": 40385,
+ "unusedBytes": 63751
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/c55cfb985c803d4e.js",
+ "resourceBytes": 82264,
+ "encodedBytes": 23783,
+ "unusedBytes": 51691
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/ffd4a99bce712659.js",
+ "resourceBytes": 16416,
+ "encodedBytes": 5168,
+ "unusedBytes": 14591
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/36e0784d0b650f4f.js",
+ "resourceBytes": 23719,
+ "encodedBytes": 0,
+ "unusedBytes": 16996
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/0ff158dd58fe47c8.js",
+ "resourceBytes": 154834,
+ "encodedBytes": 25390,
+ "unusedBytes": 75764
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/fc590dfe5f69473a.js",
+ "resourceBytes": 753,
+ "encodedBytes": 0,
+ "unusedBytes": 0
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/ca8510cea2276b4d.js",
+ "resourceBytes": 41020,
+ "encodedBytes": 14009,
+ "unusedBytes": 38799
+ },
+ {
+ "name": "chrome-extension://cnjifjpddelmedmihgijeibhnjfabmlf/browser-polyfill.min.js",
+ "resourceBytes": 9713,
+ "encodedBytes": 9713,
+ "unusedBytes": 9123
+ },
+ {
+ "name": "chrome-extension://cnjifjpddelmedmihgijeibhnjfabmlf/content.js",
+ "resourceBytes": 2614940,
+ "encodedBytes": 2614940,
+ "unusedBytes": 2316441
+ },
+ {
+ "name": "chrome-extension://effdkahkjdmlholdbalhcdpgfiigdfbj/content_script.js",
+ "resourceBytes": 242,
+ "encodedBytes": 242,
+ "unusedBytes": 146
+ },
+ {
+ "name": "chrome-extension://fgacdjnoljjfikkadhogeofgjoglooma/userScripts.b7259c65.js",
+ "resourceBytes": 2234,
+ "encodedBytes": 2234,
+ "unusedBytes": 554
+ },
+ {
+ "name": "chrome-extension://fgacdjnoljjfikkadhogeofgjoglooma/content.903826e2.js",
+ "resourceBytes": 444059,
+ "encodedBytes": 444059,
+ "unusedBytes": 302564
+ },
+ {
+ "name": "chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/polyfill.js",
+ "resourceBytes": 33000,
+ "encodedBytes": 33000,
+ "unusedBytes": 27554
+ },
+ {
+ "name": "chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/adblock-uiscripts-rightclick_hook.js",
+ "resourceBytes": 1205,
+ "encodedBytes": 1205,
+ "unusedBytes": 158
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/7b7628e32bda02e9.js",
+ "resourceBytes": 16281,
+ "encodedBytes": 5438,
+ "unusedBytes": 15388
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/c006aaa8027f2292.js",
+ "resourceBytes": 18233,
+ "encodedBytes": 6317,
+ "unusedBytes": 17021
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/44b291f6a5923d74.js",
+ "resourceBytes": 25312,
+ "encodedBytes": 8444,
+ "unusedBytes": 19120
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/3ffd2a1cf95ceb60.js",
+ "resourceBytes": 917,
+ "encodedBytes": 0,
+ "unusedBytes": 460
+ },
+ {
+ "name": "https://e-tib.com/_next/static/chunks/6a69beae93a044ef.js",
+ "resourceBytes": 474328,
+ "encodedBytes": 147115,
+ "unusedBytes": 394805
+ },
+ {
+ "name": "chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/backendManager.js",
+ "resourceBytes": 14324,
+ "encodedBytes": 14324,
+ "unusedBytes": 7248
+ },
+ {
+ "name": "chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/react_devtools_backend_compact.js",
+ "resourceBytes": 51079,
+ "encodedBytes": 51079,
+ "unusedBytes": 35705
+ }
+ ]
+ }
+ },
+ "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 about access keys](https://dequeuniversity.com/rules/axe/4.11/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 how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr).",
+ "score": 1,
+ "scoreDisplayMode": "binary",
+ "details": {
+ "type": "table",
+ "headings": [
+ {
+ "key": "node",
+ "valueType": "node",
+ "subItemsHeading": {
+ "key": "relatedNode",
+ "valueType": "node"
+ },
+ "label": "Failing Elements"
+ }
+ ],
+ "items": []
+ }
+ },
+ "aria-allowed-role": {
+ "id": "aria-allowed-role",
+ "title": "Uses ARIA roles only on compatible elements",
+ "description": "Many HTML elements can only be assigned certain ARIA roles. Using ARIA roles where they are not allowed can interfere with the accessibility of the web page. [Learn more about ARIA roles](https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role).",
+ "score": null,
+ "scoreDisplayMode": "notApplicable"
+ },
+ "aria-command-name": {
+ "id": "aria-command-name",
+ "title": "`button`, `link`, and `menuitem` elements have accessible names",
+ "description": "When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to make command elements more accessible](https://dequeuniversity.com/rules/axe/4.11/aria-command-name).",
+ "score": null,
+ "scoreDisplayMode": "notApplicable"
+ },
+ "aria-conditional-attr": {
+ "id": "aria-conditional-attr",
+ "title": "ARIA attributes are used as specified for the element's role",
+ "description": "Some ARIA attributes are only allowed on an element under certain conditions. [Learn more about conditional ARIA attributes](https://dequeuniversity.com/rules/axe/4.11/aria-conditional-attr).",
+ "score": 1,
+ "scoreDisplayMode": "binary",
+ "details": {
+ "type": "table",
+ "headings": [
+ {
+ "key": "node",
+ "valueType": "node",
+ "subItemsHeading": {
+ "key": "relatedNode",
+ "valueType": "node"
+ },
+ "label": "Failing Elements"
+ }
+ ],
+ "items": []
+ }
+ },
+ "aria-deprecated-role": {
+ "id": "aria-deprecated-role",
+ "title": "Deprecated ARIA roles were not used",
+ "description": "Deprecated ARIA roles may not be processed correctly by assistive technology. [Learn more about deprecated ARIA roles](https://dequeuniversity.com/rules/axe/4.11/aria-deprecated-role).",
+ "score": 1,
+ "scoreDisplayMode": "binary",
+ "details": {
+ "type": "table",
+ "headings": [
+ {
+ "key": "node",
+ "valueType": "node",
+ "subItemsHeading": {
+ "key": "relatedNode",
+ "valueType": "node"
+ },
+ "label": "Failing Elements"
+ }
+ ],
+ "items": []
+ }
+ },
+ "aria-dialog-name": {
+ "id": "aria-dialog-name",
+ "title": "Elements with `role=\"dialog\"` or `role=\"alertdialog\"` have accessible names.",
+ "description": "ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. [Learn how to make ARIA dialog elements more accessible](https://dequeuniversity.com/rules/axe/4.11/aria-dialog-name).",
+ "score": null,
+ "scoreDisplayMode": "notApplicable"
+ },
+ "aria-hidden-body": {
+ "id": "aria-hidden-body",
+ "title": "`[aria-hidden=\"true\"]` is not present on the document ``",
+ "description": "Assistive technologies, like screen readers, work inconsistently when `aria-hidden=\"true\"` is set on the document ``. [Learn how `aria-hidden` affects the document body](https://dequeuniversity.com/rules/axe/4.11/aria-hidden-body).",
+ "score": 1,
+ "scoreDisplayMode": "binary",
+ "details": {
+ "type": "table",
+ "headings": [
+ {
+ "key": "node",
+ "valueType": "node",
+ "subItemsHeading": {
+ "key": "relatedNode",
+ "valueType": "node"
+ },
+ "label": "Failing Elements"
+ }
+ ],
+ "items": []
+ }
+ },
+ "aria-hidden-focus": {
+ "id": "aria-hidden-focus",
+ "title": "`[aria-hidden=\"true\"]` elements do not contain focusable descendents",
+ "description": "Focusable descendents within an `[aria-hidden=\"true\"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus).",
+ "score": 1,
+ "scoreDisplayMode": "binary",
+ "details": {
+ "type": "table",
+ "headings": [
+ {
+ "key": "node",
+ "valueType": "node",
+ "subItemsHeading": {
+ "key": "relatedNode",
+ "valueType": "node"
+ },
+ "label": "Failing Elements"
+ }
+ ],
+ "items": []
+ }
+ },
+ "aria-input-field-name": {
+ "id": "aria-input-field-name",
+ "title": "ARIA input fields have accessible names",
+ "description": "When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about input field labels](https://dequeuniversity.com/rules/axe/4.11/aria-input-field-name).",
+ "score": null,
+ "scoreDisplayMode": "notApplicable"
+ },
+ "aria-meter-name": {
+ "id": "aria-meter-name",
+ "title": "ARIA `meter` elements have accessible names",
+ "description": "When a meter element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `meter` elements](https://dequeuniversity.com/rules/axe/4.11/aria-meter-name).",
+ "score": null,
+ "scoreDisplayMode": "notApplicable"
+ },
+ "aria-progressbar-name": {
+ "id": "aria-progressbar-name",
+ "title": "ARIA `progressbar` elements have accessible names",
+ "description": "When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to label `progressbar` elements](https://dequeuniversity.com/rules/axe/4.11/aria-progressbar-name).",
+ "score": null,
+ "scoreDisplayMode": "notApplicable"
+ },
+ "aria-prohibited-attr": {
+ "id": "aria-prohibited-attr",
+ "title": "Elements use only permitted ARIA attributes",
+ "description": "Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. [Learn more about prohibited ARIA roles](https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr).",
+ "score": 1,
+ "scoreDisplayMode": "binary",
+ "details": {
+ "type": "table",
+ "headings": [
+ {
+ "key": "node",
+ "valueType": "node",
+ "subItemsHeading": {
+ "key": "relatedNode",
+ "valueType": "node"
+ },
+ "label": "Failing Elements"
+ }
+ ],
+ "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 about roles and required attributes](https://dequeuniversity.com/rules/axe/4.11/aria-required-attr).",
+ "score": 1,
+ "scoreDisplayMode": "binary",
+ "details": {
+ "type": "table",
+ "headings": [
+ {
+ "key": "node",
+ "valueType": "node",
+ "subItemsHeading": {
+ "key": "relatedNode",
+ "valueType": "node"
+ },
+ "label": "Failing Elements"
+ }
+ ],
+ "items": []
+ }
+ },
+ "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 about roles and required children elements](https://dequeuniversity.com/rules/axe/4.11/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 about ARIA roles and required parent element](https://dequeuniversity.com/rules/axe/4.11/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 about valid ARIA roles](https://dequeuniversity.com/rules/axe/4.11/aria-roles).",
+ "score": 1,
+ "scoreDisplayMode": "binary",
+ "details": {
+ "type": "table",
+ "headings": [
+ {
+ "key": "node",
+ "valueType": "node",
+ "subItemsHeading": {
+ "key": "relatedNode",
+ "valueType": "node"
+ },
+ "label": "Failing Elements"
+ }
+ ],
+ "items": []
+ }
+ },
+ "aria-text": {
+ "id": "aria-text",
+ "title": "Elements with the `role=text` attribute do not have focusable descendents.",
+ "description": "Adding `role=text` around a text node split by markup enables VoiceOver to treat it as one phrase, but the element's focusable descendents will not be announced. [Learn more about the `role=text` attribute](https://dequeuniversity.com/rules/axe/4.11/aria-text).",
+ "score": null,
+ "scoreDisplayMode": "notApplicable"
+ },
+ "aria-toggle-field-name": {
+ "id": "aria-toggle-field-name",
+ "title": "ARIA toggle fields have accessible names",
+ "description": "When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about toggle fields](https://dequeuniversity.com/rules/axe/4.11/aria-toggle-field-name).",
+ "score": null,
+ "scoreDisplayMode": "notApplicable"
+ },
+ "aria-tooltip-name": {
+ "id": "aria-tooltip-name",
+ "title": "ARIA `tooltip` elements have accessible names",
+ "description": "When a tooltip element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `tooltip` elements](https://dequeuniversity.com/rules/axe/4.11/aria-tooltip-name).",
+ "score": null,
+ "scoreDisplayMode": "notApplicable"
+ },
+ "aria-treeitem-name": {
+ "id": "aria-treeitem-name",
+ "title": "ARIA `treeitem` elements have accessible names",
+ "description": "When a `treeitem` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about labeling `treeitem` elements](https://dequeuniversity.com/rules/axe/4.11/aria-treeitem-name).",
+ "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 about valid values for ARIA attributes](https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value).",
+ "score": 1,
+ "scoreDisplayMode": "binary",
+ "details": {
+ "type": "table",
+ "headings": [
+ {
+ "key": "node",
+ "valueType": "node",
+ "subItemsHeading": {
+ "key": "relatedNode",
+ "valueType": "node"
+ },
+ "label": "Failing Elements"
+ }
+ ],
+ "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 about valid ARIA attributes](https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr).",
+ "score": 1,
+ "scoreDisplayMode": "binary",
+ "details": {
+ "type": "table",
+ "headings": [
+ {
+ "key": "node",
+ "valueType": "node",
+ "subItemsHeading": {
+ "key": "relatedNode",
+ "valueType": "node"
+ },
+ "label": "Failing Elements"
+ }
+ ],
+ "items": []
+ }
+ },
+ "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 how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name).",
+ "score": 1,
+ "scoreDisplayMode": "binary",
+ "details": {
+ "type": "table",
+ "headings": [
+ {
+ "key": "node",
+ "valueType": "node",
+ "subItemsHeading": {
+ "key": "relatedNode",
+ "valueType": "node"
+ },
+ "label": "Failing Elements"
+ }
+ ],
+ "items": []
+ }
+ },
+ "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 about bypass blocks](https://dequeuniversity.com/rules/axe/4.11/bypass).",
+ "score": null,
+ "scoreDisplayMode": "notApplicable"
+ },
+ "color-contrast": {
+ "id": "color-contrast",
+ "title": "Background and foreground colors do not have a sufficient contrast ratio.",
+ "description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast).",
+ "score": 0,
+ "scoreDisplayMode": "binary",
+ "details": {
+ "type": "table",
+ "headings": [
+ {
+ "key": "node",
+ "valueType": "node",
+ "subItemsHeading": {
+ "key": "relatedNode",
+ "valueType": "node"
+ },
+ "label": "Failing Elements"
+ }
+ ],
+ "items": [
+ {
+ "node": {
+ "type": "node",
+ "lhId": "1-0-SPAN",
+ "path": "1,HTML,1,BODY,6,DIV,0,NAV,0,A,1,DIV,1,SPAN",
+ "selector": "nav.flex > a.relative > div.relative > span.text-[10px]",
+ "boundingRect": {
+ "top": 778,
+ "bottom": 795,
+ "left": 37,
+ "right": 67,
+ "width": 30,
+ "height": 17
+ },
+ "snippet": "
",
+ "nodeLabel": "Home",
+ "explanation": "Fix any of the following:\n Element has insufficient color contrast of 2.69 (foreground color: #0e7a5c, background color: #b0bbb8, font size: 7.5pt (10px), font weight: bold). Expected contrast ratio of 4.5:1"
+ },
+ "subItems": {
+ "type": "subitems",
+ "items": [
+ {
+ "relatedNode": {
+ "type": "node",
+ "lhId": "1-1-DIV",
+ "path": "1,HTML,1,BODY,6,DIV,0,NAV,0,A,0,DIV",
+ "selector": "div.md:hidden > nav.flex > a.relative > div.absolute",
+ "boundingRect": {
+ "top": 743,
+ "bottom": 805,
+ "left": 13,
+ "right": 90,
+ "width": 77,
+ "height": 62
+ },
+ "snippet": "",
+ "nodeLabel": "div.md:hidden > nav.flex > a.relative > div.absolute"
+ }
+ },
+ {
+ "relatedNode": {
+ "type": "node",
+ "lhId": "1-2-NAV",
+ "path": "1,HTML,1,BODY,6,DIV,0,NAV",
+ "selector": "body.relative > div.md:hidden > nav.flex",
+ "boundingRect": {
+ "top": 737,
+ "bottom": 811,
+ "left": 7,
+ "right": 405,
+ "width": 398,
+ "height": 75
+ },
+ "snippet": "