{
  "schemaVersion": 1,
  "collectorVersion": 4,
  "startedAt": "2026-09-23T17:24:31.424Z",
  "completedAt": "2026-09-23T17:31:48.172Z",
  "measuredRelease": "3140ae6f50c6c851d795d1f705a9bee343142877",
  "browser": "151.0.7922.34",
  "origins": {
    "2017": "https://www.artun.ee",
    "2026": "https://www.artun.ee"
  },
  "routes": [
    {
      "id": "home-et",
      "label": {
        "en": "Homepage · Estonian",
        "et": "Avaleht · eesti"
      },
      "path": "/et/avaleht/"
    },
    {
      "id": "home-en",
      "label": {
        "en": "Homepage · English",
        "et": "Avaleht · inglise"
      },
      "path": "/en/"
    },
    {
      "id": "staff",
      "label": {
        "en": "Staff directory",
        "et": "Töötajate kontaktid"
      },
      "path": "/et/kontaktid/tootajad/"
    },
    {
      "id": "library",
      "label": {
        "en": "Library",
        "et": "Raamatukogu"
      },
      "path": "/et/raamatukogu/"
    }
  ],
  "profiles": [
    {
      "id": "mobile",
      "width": 390,
      "height": 844,
      "deviceScaleFactor": 2,
      "isMobile": true
    },
    {
      "id": "desktop",
      "width": 1440,
      "height": 900,
      "deviceScaleFactor": 1,
      "isMobile": false
    }
  ],
  "methodology": {
    "runs": 3,
    "latencyMs": 150,
    "downloadBytesPerSecond": 200000,
    "uploadBytesPerSecond": 93750,
    "cpuSlowdown": 4,
    "observationAfterLoadAndFontsMs": 8000,
    "cls": "Maximum layout-shift session window: up to 5 seconds with less than 1 second between shifts; recent user input excluded.",
    "cache": "New browser context and disabled browser cache for every sample; origin caches may be warm.",
    "consent": "Fresh visitor; no consent choice, scrolling, user-initiated playback or other interaction. Default autoplay behavior is left unchanged.",
    "bytes": "Chrome DevTools Protocol encodedDataLength; page-target completed and reported partial cross-origin transfers in the observation window; separate worker or cross-origin frame targets may be excluded.",
    "accessibility": "axe-core WCAG 2 A/AA, 2.1 A/AA and 2.2 AA tags; one scan per version, route and viewport; .crisp-client excluded on both sites.",
    "unfinishedRequests": "Requests without a loadingFinished event at capture time, including blocked or failed requests.",
    "carbon": {
      "library": "@tgwf/co2",
      "version": "0.19.0",
      "model": "Sustainable Web Design",
      "modelVersion": 4,
      "method": "perByteTrace",
      "greenHostingFactor": 0,
      "source": "https://developers.thegreenwebfoundation.org/co2js/models/overview/"
    }
  },
  "results": [
    {
      "route": "home-et",
      "profile": "mobile",
      "versions": {
        "2017": {
          "median": {
            "lcp": 16868,
            "cls": 0.01302530579778255,
            "ttfb": 1294,
            "longTaskMs": 1437,
            "transferBytes": 13560321,
            "requests": 177,
            "fontBytes": 195339,
            "scriptBytes": 6852853,
            "thirdPartyRequests": 128,
            "carbonGrams": 2.0096395722000002
          },
          "samples": [
            {
              "observedAt": "2026-09-08T14:13:47.727Z",
              "observationDurationMs": 106001,
              "finalUrl": "https://www.artun.ee/et/avaleht/",
              "lcp": 16688,
              "cls": 0.013035273004269377,
              "longTaskMs": 1204,
              "ttfb": 463.5,
              "bodyFont": "ITCFranklinGothic",
              "transferBytes": 13560321,
              "requests": 177,
              "fontBytes": 195339,
              "scriptBytes": 6852853,
              "thirdPartyRequests": 128,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                },
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "XHR"
                },
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "XHR"
                },
                {
                  "reason": "net::ERR_FAILED",
                  "blockedReason": null,
                  "type": "XHR"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": false,
                "referrerPolicy": null
              },
              "carbon": {
                "co2": 2.0096395722000002,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 13560321,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "accessibility": {
                "engine": {
                  "name": "axe-core",
                  "version": "4.13.0"
                },
                "testedAt": "2026-09-08T14:13:49.073Z",
                "violations": [
                  {
                    "id": "aria-allowed-attr",
                    "impact": "critical",
                    "help": "Elements must only use supported ARIA attributes",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-allowed-attr?application=playwright",
                    "nodes": 1
                  },
                  {
                    "id": "aria-prohibited-attr",
                    "impact": "serious",
                    "help": "Elements must only use permitted ARIA attributes",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-prohibited-attr?application=playwright",
                    "nodes": 1
                  },
                  {
                    "id": "button-name",
                    "impact": "critical",
                    "help": "Buttons must have discernible text",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/button-name?application=playwright",
                    "nodes": 4
                  },
                  {
                    "id": "color-contrast",
                    "impact": "serious",
                    "help": "Elements must meet minimum color contrast ratio thresholds",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/color-contrast?application=playwright",
                    "nodes": 3
                  },
                  {
                    "id": "frame-title",
                    "impact": "serious",
                    "help": "Frames must have an accessible name",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/frame-title?application=playwright",
                    "nodes": 1
                  },
                  {
                    "id": "link-name",
                    "impact": "serious",
                    "help": "Links must have discernible text",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
                    "nodes": 8
                  },
                  {
                    "id": "target-size",
                    "impact": "serious",
                    "help": "All touch targets must be 24px large, or leave sufficient space",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/target-size?application=playwright",
                    "nodes": 10
                  }
                ],
                "violationRules": 7,
                "affectedNodes": 28,
                "passedRules": 30,
                "incompleteRules": 1
              },
              "unfinishedRequests": 4
            },
            {
              "observedAt": "2026-09-08T14:17:44.942Z",
              "observationDurationMs": 175170,
              "finalUrl": "https://www.artun.ee/et/avaleht/",
              "lcp": 45828,
              "cls": 0.01302530579778255,
              "longTaskMs": 1437,
              "ttfb": 1476,
              "bodyFont": "ITCFranklinGothic",
              "transferBytes": 9435384,
              "requests": 178,
              "fontBytes": 160119,
              "scriptBytes": 6828963,
              "thirdPartyRequests": 129,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                },
                {
                  "reason": "net::ERR_CONNECTION_RESET",
                  "blockedReason": null,
                  "type": "Font"
                },
                {
                  "reason": "net::ERR_CONNECTION_RESET",
                  "blockedReason": null,
                  "type": "Font"
                },
                {
                  "reason": "net::ERR_CONNECTION_RESET",
                  "blockedReason": null,
                  "type": "Font"
                },
                {
                  "reason": "net::ERR_CONNECTION_RESET",
                  "blockedReason": null,
                  "type": "Font"
                },
                {
                  "reason": "net::ERR_CONNECTION_RESET",
                  "blockedReason": null,
                  "type": "Font"
                },
                {
                  "reason": "net::ERR_CONNECTION_RESET",
                  "blockedReason": null,
                  "type": "Font"
                },
                {
                  "reason": "net::ERR_HTTP2_PROTOCOL_ERROR",
                  "blockedReason": null,
                  "type": "Image"
                },
                {
                  "reason": "net::ERR_HTTP2_PROTOCOL_ERROR",
                  "blockedReason": null,
                  "type": "Image"
                },
                {
                  "reason": "net::ERR_HTTP2_PROTOCOL_ERROR",
                  "blockedReason": null,
                  "type": "Image"
                },
                {
                  "reason": "net::ERR_HTTP2_PROTOCOL_ERROR",
                  "blockedReason": null,
                  "type": "Image"
                },
                {
                  "reason": "net::ERR_HTTP2_PROTOCOL_ERROR",
                  "blockedReason": null,
                  "type": "Image"
                },
                {
                  "reason": "net::ERR_HTTP2_PROTOCOL_ERROR",
                  "blockedReason": null,
                  "type": "Image"
                },
                {
                  "reason": "net::ERR_HTTP2_PROTOCOL_ERROR",
                  "blockedReason": null,
                  "type": "Image"
                },
                {
                  "reason": "net::ERR_HTTP2_PROTOCOL_ERROR",
                  "blockedReason": null,
                  "type": "Image"
                },
                {
                  "reason": "net::ERR_HTTP2_PROTOCOL_ERROR",
                  "blockedReason": null,
                  "type": "Image"
                },
                {
                  "reason": "net::ERR_HTTP2_PROTOCOL_ERROR",
                  "blockedReason": null,
                  "type": "Image"
                },
                {
                  "reason": "net::ERR_HTTP2_PROTOCOL_ERROR",
                  "blockedReason": null,
                  "type": "Image"
                },
                {
                  "reason": "net::ERR_HTTP2_PROTOCOL_ERROR",
                  "blockedReason": null,
                  "type": "Image"
                },
                {
                  "reason": "net::ERR_HTTP2_PROTOCOL_ERROR",
                  "blockedReason": null,
                  "type": "Image"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": false,
                "referrerPolicy": null
              },
              "carbon": {
                "co2": 1.3983239088,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 9435384,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "unfinishedRequests": 21
            },
            {
              "observedAt": "2026-09-08T14:21:44.682Z",
              "observationDurationMs": 79382,
              "finalUrl": "https://www.artun.ee/et/avaleht/",
              "lcp": 16868,
              "cls": 0.000009967206486826442,
              "longTaskMs": 1799,
              "ttfb": 1294,
              "bodyFont": "ITCFranklinGothic",
              "transferBytes": 13835571,
              "requests": 177,
              "fontBytes": 369074,
              "scriptBytes": 6954150,
              "thirdPartyRequests": 128,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": false,
                "referrerPolicy": null
              },
              "carbon": {
                "co2": 2.0504316221999996,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 13835571,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "unfinishedRequests": 2
            }
          ],
          "accessibility": {
            "engine": {
              "name": "axe-core",
              "version": "4.13.0"
            },
            "testedAt": "2026-09-08T14:13:49.073Z",
            "violations": [
              {
                "id": "aria-allowed-attr",
                "impact": "critical",
                "help": "Elements must only use supported ARIA attributes",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-allowed-attr?application=playwright",
                "nodes": 1
              },
              {
                "id": "aria-prohibited-attr",
                "impact": "serious",
                "help": "Elements must only use permitted ARIA attributes",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-prohibited-attr?application=playwright",
                "nodes": 1
              },
              {
                "id": "button-name",
                "impact": "critical",
                "help": "Buttons must have discernible text",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/button-name?application=playwright",
                "nodes": 4
              },
              {
                "id": "color-contrast",
                "impact": "serious",
                "help": "Elements must meet minimum color contrast ratio thresholds",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/color-contrast?application=playwright",
                "nodes": 3
              },
              {
                "id": "frame-title",
                "impact": "serious",
                "help": "Frames must have an accessible name",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/frame-title?application=playwright",
                "nodes": 1
              },
              {
                "id": "link-name",
                "impact": "serious",
                "help": "Links must have discernible text",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
                "nodes": 8
              },
              {
                "id": "target-size",
                "impact": "serious",
                "help": "All touch targets must be 24px large, or leave sufficient space",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/target-size?application=playwright",
                "nodes": 10
              }
            ],
            "violationRules": 7,
            "affectedNodes": 28,
            "passedRules": 30,
            "incompleteRules": 1
          },
          "policies": {
            "https": true,
            "nosniff": true,
            "hsts": true,
            "csp": true,
            "restrictsEval": false,
            "referrerPolicy": null
          }
        },
        "2026": {
          "median": {
            "lcp": 12164,
            "cls": 0.000692423436448026,
            "ttfb": 245.70000000298023,
            "longTaskMs": 0,
            "transferBytes": 1721957,
            "requests": 33,
            "fontBytes": 91506,
            "scriptBytes": 95279,
            "thirdPartyRequests": 0,
            "carbonGrams": 0.2551940274
          },
          "samples": [
            {
              "observedAt": "2026-09-23T17:24:48.500Z",
              "observationDurationMs": 16973,
              "unfinishedRequests": 1,
              "finalUrl": "https://www.artun.ee/et/avaleht/",
              "lcp": 13688,
              "cls": 0.000692423436448026,
              "longTaskMs": 0,
              "ttfb": 260.70000000298023,
              "bodyFont": "ITCFranklinGothic, Arial, Helvetica, sans-serif",
              "elapsedMs": 16967.70000000298,
              "transferBytes": 1721957,
              "requests": 33,
              "fontBytes": 91506,
              "scriptBytes": 95279,
              "thirdPartyRequests": 0,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": true,
                "referrerPolicy": "strict-origin-when-cross-origin"
              },
              "carbon": {
                "co2": 0.2551940274,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 1721957,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "accessibility": {
                "engine": {
                  "name": "axe-core",
                  "version": "4.13.0"
                },
                "testedAt": "2026-09-23T17:24:48.700Z",
                "violations": [],
                "violationRules": 0,
                "affectedNodes": 0,
                "passedRules": 29,
                "incompleteRules": 2
              }
            },
            {
              "observedAt": "2026-09-23T17:25:05.923Z",
              "observationDurationMs": 16938,
              "unfinishedRequests": 1,
              "finalUrl": "https://www.artun.ee/et/avaleht/",
              "lcp": 12164,
              "cls": 0.000692423436448026,
              "longTaskMs": 0,
              "ttfb": 245.70000000298023,
              "bodyFont": "ITCFranklinGothic, Arial, Helvetica, sans-serif",
              "elapsedMs": 16934.40000000596,
              "transferBytes": 1721957,
              "requests": 33,
              "fontBytes": 91506,
              "scriptBytes": 95279,
              "thirdPartyRequests": 0,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": true,
                "referrerPolicy": "strict-origin-when-cross-origin"
              },
              "carbon": {
                "co2": 0.2551940274,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 1721957,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              }
            },
            {
              "observedAt": "2026-09-23T17:25:22.899Z",
              "observationDurationMs": 16938,
              "unfinishedRequests": 1,
              "finalUrl": "https://www.artun.ee/et/avaleht/",
              "lcp": 12104,
              "cls": 0.000692423436448026,
              "longTaskMs": 0,
              "ttfb": 242.30000001192093,
              "bodyFont": "ITCFranklinGothic, Arial, Helvetica, sans-serif",
              "elapsedMs": 16934.70000000298,
              "transferBytes": 1721957,
              "requests": 33,
              "fontBytes": 91506,
              "scriptBytes": 95279,
              "thirdPartyRequests": 0,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": true,
                "referrerPolicy": "strict-origin-when-cross-origin"
              },
              "carbon": {
                "co2": 0.2551940274,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 1721957,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              }
            }
          ],
          "accessibility": {
            "engine": {
              "name": "axe-core",
              "version": "4.13.0"
            },
            "testedAt": "2026-09-23T17:24:48.700Z",
            "violations": [],
            "violationRules": 0,
            "affectedNodes": 0,
            "passedRules": 29,
            "incompleteRules": 2
          },
          "policies": {
            "https": true,
            "nosniff": true,
            "hsts": true,
            "csp": true,
            "restrictsEval": true,
            "referrerPolicy": "strict-origin-when-cross-origin"
          }
        }
      }
    },
    {
      "route": "home-en",
      "profile": "mobile",
      "versions": {
        "2017": {
          "median": {
            "lcp": 18696,
            "cls": 0.000009967206486826442,
            "ttfb": 493.09999999403954,
            "longTaskMs": 1684,
            "transferBytes": 12828369,
            "requests": 167,
            "fontBytes": 369074,
            "scriptBytes": 6954146,
            "thirdPartyRequests": 128,
            "carbonGrams": 1.9011642858
          },
          "samples": [
            {
              "observedAt": "2026-09-08T14:23:14.731Z",
              "observationDurationMs": 73449,
              "finalUrl": "https://www.artun.ee/en/",
              "lcp": 18728,
              "cls": 0.000009967206486826442,
              "longTaskMs": 1684,
              "ttfb": 564.6999999880791,
              "bodyFont": "ITCFranklinGothic",
              "transferBytes": 12806465,
              "requests": 167,
              "fontBytes": 369074,
              "scriptBytes": 6954146,
              "thirdPartyRequests": 128,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                },
                {
                  "reason": "net::ERR_FAILED",
                  "blockedReason": null,
                  "type": "XHR"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": false,
                "referrerPolicy": null
              },
              "carbon": {
                "co2": 1.897918113,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 12806465,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "accessibility": {
                "engine": {
                  "name": "axe-core",
                  "version": "4.13.0"
                },
                "testedAt": "2026-09-08T14:23:15.222Z",
                "violations": [
                  {
                    "id": "aria-allowed-attr",
                    "impact": "critical",
                    "help": "Elements must only use supported ARIA attributes",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-allowed-attr?application=playwright",
                    "nodes": 1
                  },
                  {
                    "id": "aria-prohibited-attr",
                    "impact": "serious",
                    "help": "Elements must only use permitted ARIA attributes",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-prohibited-attr?application=playwright",
                    "nodes": 1
                  },
                  {
                    "id": "button-name",
                    "impact": "critical",
                    "help": "Buttons must have discernible text",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/button-name?application=playwright",
                    "nodes": 3
                  },
                  {
                    "id": "color-contrast",
                    "impact": "serious",
                    "help": "Elements must meet minimum color contrast ratio thresholds",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/color-contrast?application=playwright",
                    "nodes": 3
                  },
                  {
                    "id": "frame-title",
                    "impact": "serious",
                    "help": "Frames must have an accessible name",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/frame-title?application=playwright",
                    "nodes": 1
                  },
                  {
                    "id": "link-name",
                    "impact": "serious",
                    "help": "Links must have discernible text",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
                    "nodes": 7
                  },
                  {
                    "id": "target-size",
                    "impact": "serious",
                    "help": "All touch targets must be 24px large, or leave sufficient space",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/target-size?application=playwright",
                    "nodes": 9
                  }
                ],
                "violationRules": 7,
                "affectedNodes": 25,
                "passedRules": 30,
                "incompleteRules": 1
              },
              "unfinishedRequests": 2
            },
            {
              "observedAt": "2026-09-08T14:24:55.044Z",
              "observationDurationMs": 73764,
              "finalUrl": "https://www.artun.ee/en/",
              "lcp": 18696,
              "cls": 0.000009967206486826442,
              "longTaskMs": 1699,
              "ttfb": 493.09999999403954,
              "bodyFont": "ITCFranklinGothic",
              "transferBytes": 12866132,
              "requests": 167,
              "fontBytes": 369074,
              "scriptBytes": 6954025,
              "thirdPartyRequests": 128,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": false,
                "referrerPolicy": null
              },
              "carbon": {
                "co2": 1.9067607624,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 12866132,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "unfinishedRequests": 2
            },
            {
              "observedAt": "2026-09-08T14:26:08.593Z",
              "observationDurationMs": 73490,
              "finalUrl": "https://www.artun.ee/en/",
              "lcp": 18616,
              "cls": 0.000009967206486826442,
              "longTaskMs": 1586,
              "ttfb": 491.90000000596046,
              "bodyFont": "ITCFranklinGothic",
              "transferBytes": 12828369,
              "requests": 167,
              "fontBytes": 369074,
              "scriptBytes": 6954251,
              "thirdPartyRequests": 128,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": false,
                "referrerPolicy": null
              },
              "carbon": {
                "co2": 1.9011642858,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 12828369,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "unfinishedRequests": 2
            }
          ],
          "accessibility": {
            "engine": {
              "name": "axe-core",
              "version": "4.13.0"
            },
            "testedAt": "2026-09-08T14:23:15.222Z",
            "violations": [
              {
                "id": "aria-allowed-attr",
                "impact": "critical",
                "help": "Elements must only use supported ARIA attributes",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-allowed-attr?application=playwright",
                "nodes": 1
              },
              {
                "id": "aria-prohibited-attr",
                "impact": "serious",
                "help": "Elements must only use permitted ARIA attributes",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-prohibited-attr?application=playwright",
                "nodes": 1
              },
              {
                "id": "button-name",
                "impact": "critical",
                "help": "Buttons must have discernible text",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/button-name?application=playwright",
                "nodes": 3
              },
              {
                "id": "color-contrast",
                "impact": "serious",
                "help": "Elements must meet minimum color contrast ratio thresholds",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/color-contrast?application=playwright",
                "nodes": 3
              },
              {
                "id": "frame-title",
                "impact": "serious",
                "help": "Frames must have an accessible name",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/frame-title?application=playwright",
                "nodes": 1
              },
              {
                "id": "link-name",
                "impact": "serious",
                "help": "Links must have discernible text",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
                "nodes": 7
              },
              {
                "id": "target-size",
                "impact": "serious",
                "help": "All touch targets must be 24px large, or leave sufficient space",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/target-size?application=playwright",
                "nodes": 9
              }
            ],
            "violationRules": 7,
            "affectedNodes": 25,
            "passedRules": 30,
            "incompleteRules": 1
          },
          "policies": {
            "https": true,
            "nosniff": true,
            "hsts": true,
            "csp": true,
            "restrictsEval": false,
            "referrerPolicy": null
          }
        },
        "2026": {
          "median": {
            "lcp": 17220,
            "cls": 0.0006132513668283305,
            "ttfb": 239.5,
            "longTaskMs": 0,
            "transferBytes": 3459268,
            "requests": 31,
            "fontBytes": 91506,
            "scriptBytes": 90535,
            "thirdPartyRequests": 0,
            "carbonGrams": 0.5126635176000001
          },
          "samples": [
            {
              "observedAt": "2026-09-23T17:25:45.274Z",
              "observationDurationMs": 22328,
              "unfinishedRequests": 1,
              "finalUrl": "https://www.artun.ee/en/",
              "lcp": 17220,
              "cls": 0.0006132513668283305,
              "longTaskMs": 0,
              "ttfb": 233.6000000089407,
              "bodyFont": "ITCFranklinGothic, Arial, Helvetica, sans-serif",
              "elapsedMs": 22325.79999999702,
              "transferBytes": 3459268,
              "requests": 31,
              "fontBytes": 91506,
              "scriptBytes": 90535,
              "thirdPartyRequests": 0,
              "failedRequests": [],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": true,
                "referrerPolicy": "strict-origin-when-cross-origin"
              },
              "carbon": {
                "co2": 0.5126635176000001,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 3459268,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "accessibility": {
                "engine": {
                  "name": "axe-core",
                  "version": "4.13.0"
                },
                "testedAt": "2026-09-23T17:25:45.428Z",
                "violations": [],
                "violationRules": 0,
                "affectedNodes": 0,
                "passedRules": 29,
                "incompleteRules": 2
              }
            },
            {
              "observedAt": "2026-09-23T17:26:08.032Z",
              "observationDurationMs": 22324,
              "unfinishedRequests": 1,
              "finalUrl": "https://www.artun.ee/en/",
              "lcp": 19240,
              "cls": 0.0006132513668283305,
              "longTaskMs": 0,
              "ttfb": 245.09999999403954,
              "bodyFont": "ITCFranklinGothic, Arial, Helvetica, sans-serif",
              "elapsedMs": 22320.5,
              "transferBytes": 3486680,
              "requests": 31,
              "fontBytes": 91506,
              "scriptBytes": 90535,
              "thirdPartyRequests": 0,
              "failedRequests": [],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": true,
                "referrerPolicy": "strict-origin-when-cross-origin"
              },
              "carbon": {
                "co2": 0.5167259759999999,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 3486680,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              }
            },
            {
              "observedAt": "2026-09-23T17:26:30.392Z",
              "observationDurationMs": 22321,
              "unfinishedRequests": 1,
              "finalUrl": "https://www.artun.ee/en/",
              "lcp": 17144,
              "cls": 0.0006132513668283305,
              "longTaskMs": 0,
              "ttfb": 239.5,
              "bodyFont": "ITCFranklinGothic, Arial, Helvetica, sans-serif",
              "elapsedMs": 22317.90000000596,
              "transferBytes": 3459268,
              "requests": 31,
              "fontBytes": 91506,
              "scriptBytes": 90535,
              "thirdPartyRequests": 0,
              "failedRequests": [],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": true,
                "referrerPolicy": "strict-origin-when-cross-origin"
              },
              "carbon": {
                "co2": 0.5126635176000001,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 3459268,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              }
            }
          ],
          "accessibility": {
            "engine": {
              "name": "axe-core",
              "version": "4.13.0"
            },
            "testedAt": "2026-09-23T17:25:45.428Z",
            "violations": [],
            "violationRules": 0,
            "affectedNodes": 0,
            "passedRules": 29,
            "incompleteRules": 2
          },
          "policies": {
            "https": true,
            "nosniff": true,
            "hsts": true,
            "csp": true,
            "restrictsEval": true,
            "referrerPolicy": "strict-origin-when-cross-origin"
          }
        }
      }
    },
    {
      "route": "staff",
      "profile": "mobile",
      "versions": {
        "2017": {
          "median": {
            "lcp": 7748,
            "cls": 0,
            "ttfb": 627.5,
            "longTaskMs": 815,
            "transferBytes": 1319020,
            "requests": 32,
            "fontBytes": 151598,
            "scriptBytes": 963899,
            "thirdPartyRequests": 14,
            "carbonGrams": 0.195478764
          },
          "samples": [
            {
              "observedAt": "2026-09-08T14:26:37.052Z",
              "observationDurationMs": 16235,
              "finalUrl": "https://www.artun.ee/et/tootajad/",
              "lcp": 7760,
              "cls": 0,
              "longTaskMs": 730,
              "ttfb": 712.5999999940395,
              "bodyFont": "ITCFranklinGothic",
              "transferBytes": 1318941,
              "requests": 32,
              "fontBytes": 151598,
              "scriptBytes": 963899,
              "thirdPartyRequests": 14,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                },
                {
                  "reason": "net::ERR_FAILED",
                  "blockedReason": null,
                  "type": "XHR"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": false,
                "referrerPolicy": null
              },
              "carbon": {
                "co2": 0.1954670562,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 1318941,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "accessibility": {
                "engine": {
                  "name": "axe-core",
                  "version": "4.13.0"
                },
                "testedAt": "2026-09-08T14:26:39.025Z",
                "violations": [
                  {
                    "id": "link-name",
                    "impact": "serious",
                    "help": "Links must have discernible text",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
                    "nodes": 1
                  },
                  {
                    "id": "target-size",
                    "impact": "serious",
                    "help": "All touch targets must be 24px large, or leave sufficient space",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/target-size?application=playwright",
                    "nodes": 7
                  }
                ],
                "violationRules": 2,
                "affectedNodes": 8,
                "passedRules": 31,
                "incompleteRules": 1
              },
              "unfinishedRequests": 2
            },
            {
              "observedAt": "2026-09-08T14:27:18.222Z",
              "observationDurationMs": 16227,
              "finalUrl": "https://www.artun.ee/et/tootajad/",
              "lcp": 7740,
              "cls": 0,
              "longTaskMs": 815,
              "ttfb": 621.9000000059605,
              "bodyFont": "ITCFranklinGothic",
              "transferBytes": 1319199,
              "requests": 32,
              "fontBytes": 151598,
              "scriptBytes": 964070,
              "thirdPartyRequests": 14,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": false,
                "referrerPolicy": null
              },
              "carbon": {
                "co2": 0.1955052918,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 1319199,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "unfinishedRequests": 2
            },
            {
              "observedAt": "2026-09-08T14:27:34.489Z",
              "observationDurationMs": 16232,
              "finalUrl": "https://www.artun.ee/et/tootajad/",
              "lcp": 7748,
              "cls": 0,
              "longTaskMs": 963,
              "ttfb": 627.5,
              "bodyFont": "ITCFranklinGothic",
              "transferBytes": 1319020,
              "requests": 32,
              "fontBytes": 151598,
              "scriptBytes": 963850,
              "thirdPartyRequests": 14,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": false,
                "referrerPolicy": null
              },
              "carbon": {
                "co2": 0.195478764,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 1319020,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "unfinishedRequests": 2
            }
          ],
          "accessibility": {
            "engine": {
              "name": "axe-core",
              "version": "4.13.0"
            },
            "testedAt": "2026-09-08T14:26:39.025Z",
            "violations": [
              {
                "id": "link-name",
                "impact": "serious",
                "help": "Links must have discernible text",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
                "nodes": 1
              },
              {
                "id": "target-size",
                "impact": "serious",
                "help": "All touch targets must be 24px large, or leave sufficient space",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/target-size?application=playwright",
                "nodes": 7
              }
            ],
            "violationRules": 2,
            "affectedNodes": 8,
            "passedRules": 31,
            "incompleteRules": 1
          },
          "policies": {
            "https": true,
            "nosniff": true,
            "hsts": true,
            "csp": true,
            "restrictsEval": false,
            "referrerPolicy": null
          }
        },
        "2026": {
          "median": {
            "lcp": 1440,
            "cls": 0,
            "ttfb": 465.40000000596046,
            "longTaskMs": 68,
            "transferBytes": 243097,
            "requests": 20,
            "fontBytes": 91506,
            "scriptBytes": 81708,
            "thirdPartyRequests": 0,
            "carbonGrams": 0.0360269754
          },
          "samples": [
            {
              "observedAt": "2026-09-23T17:26:40.538Z",
              "observationDurationMs": 10093,
              "unfinishedRequests": 1,
              "finalUrl": "https://www.artun.ee/et/tootajad/",
              "lcp": 1600,
              "cls": 0,
              "longTaskMs": 0,
              "ttfb": 484.79999999701977,
              "bodyFont": "ITCFranklinGothic, Arial, Helvetica, sans-serif",
              "elapsedMs": 10090.5,
              "transferBytes": 243056,
              "requests": 20,
              "fontBytes": 91506,
              "scriptBytes": 81708,
              "thirdPartyRequests": 0,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": true,
                "referrerPolicy": "strict-origin-when-cross-origin"
              },
              "carbon": {
                "co2": 0.0360208992,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 243056,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "accessibility": {
                "engine": {
                  "name": "axe-core",
                  "version": "4.13.0"
                },
                "testedAt": "2026-09-23T17:26:41.634Z",
                "violations": [],
                "violationRules": 0,
                "affectedNodes": 0,
                "passedRules": 29,
                "incompleteRules": 3
              }
            },
            {
              "observedAt": "2026-09-23T17:26:52.461Z",
              "observationDurationMs": 10107,
              "unfinishedRequests": 1,
              "finalUrl": "https://www.artun.ee/et/tootajad/",
              "lcp": 1428,
              "cls": 0,
              "longTaskMs": 68,
              "ttfb": 461.5,
              "bodyFont": "ITCFranklinGothic, Arial, Helvetica, sans-serif",
              "elapsedMs": 10104,
              "transferBytes": 243097,
              "requests": 20,
              "fontBytes": 91506,
              "scriptBytes": 81708,
              "thirdPartyRequests": 0,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": true,
                "referrerPolicy": "strict-origin-when-cross-origin"
              },
              "carbon": {
                "co2": 0.0360269754,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 243097,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              }
            },
            {
              "observedAt": "2026-09-23T17:27:02.593Z",
              "observationDurationMs": 10096,
              "unfinishedRequests": 1,
              "finalUrl": "https://www.artun.ee/et/tootajad/",
              "lcp": 1440,
              "cls": 0,
              "longTaskMs": 140,
              "ttfb": 465.40000000596046,
              "bodyFont": "ITCFranklinGothic, Arial, Helvetica, sans-serif",
              "elapsedMs": 10092.300000011921,
              "transferBytes": 243097,
              "requests": 20,
              "fontBytes": 91506,
              "scriptBytes": 81708,
              "thirdPartyRequests": 0,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": true,
                "referrerPolicy": "strict-origin-when-cross-origin"
              },
              "carbon": {
                "co2": 0.0360269754,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 243097,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              }
            }
          ],
          "accessibility": {
            "engine": {
              "name": "axe-core",
              "version": "4.13.0"
            },
            "testedAt": "2026-09-23T17:26:41.634Z",
            "violations": [],
            "violationRules": 0,
            "affectedNodes": 0,
            "passedRules": 29,
            "incompleteRules": 3
          },
          "policies": {
            "https": true,
            "nosniff": true,
            "hsts": true,
            "csp": true,
            "restrictsEval": true,
            "referrerPolicy": "strict-origin-when-cross-origin"
          }
        }
      }
    },
    {
      "route": "library",
      "profile": "mobile",
      "versions": {
        "2017": {
          "median": {
            "lcp": 20608,
            "cls": 0.0001120703302503745,
            "ttfb": 593.2000000178814,
            "longTaskMs": 374,
            "transferBytes": 3927186,
            "requests": 46,
            "fontBytes": 192092,
            "scriptBytes": 964062,
            "thirdPartyRequests": 14,
            "carbonGrams": 0.5820089652
          },
          "samples": [
            {
              "observedAt": "2026-09-08T14:28:13.684Z",
              "observationDurationMs": 29019,
              "finalUrl": "https://www.artun.ee/et/raamatukogu/",
              "lcp": 20608,
              "cls": 0.0001120703302503745,
              "longTaskMs": 374,
              "ttfb": 593.2000000178814,
              "bodyFont": "ITCFranklinGothic",
              "transferBytes": 3927186,
              "requests": 46,
              "fontBytes": 192092,
              "scriptBytes": 964067,
              "thirdPartyRequests": 14,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                },
                {
                  "reason": "net::ERR_FAILED",
                  "blockedReason": null,
                  "type": "XHR"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": false,
                "referrerPolicy": null
              },
              "carbon": {
                "co2": 0.5820089652,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 3927186,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "accessibility": {
                "engine": {
                  "name": "axe-core",
                  "version": "4.13.0"
                },
                "testedAt": "2026-09-08T14:28:14.281Z",
                "violations": [
                  {
                    "id": "link-name",
                    "impact": "serious",
                    "help": "Links must have discernible text",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
                    "nodes": 1
                  },
                  {
                    "id": "listitem",
                    "impact": "serious",
                    "help": "<li> elements must be contained in a <ul> or <ol>",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/listitem?application=playwright",
                    "nodes": 9
                  },
                  {
                    "id": "target-size",
                    "impact": "serious",
                    "help": "All touch targets must be 24px large, or leave sufficient space",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/target-size?application=playwright",
                    "nodes": 7
                  }
                ],
                "violationRules": 3,
                "affectedNodes": 17,
                "passedRules": 24,
                "incompleteRules": 1
              },
              "unfinishedRequests": 2
            },
            {
              "observedAt": "2026-09-08T14:29:06.538Z",
              "observationDurationMs": 29185,
              "finalUrl": "https://www.artun.ee/et/raamatukogu/",
              "lcp": 20760,
              "cls": 0.0001120703302503745,
              "longTaskMs": 434,
              "ttfb": 680,
              "bodyFont": "ITCFranklinGothic",
              "transferBytes": 3927253,
              "requests": 46,
              "fontBytes": 192092,
              "scriptBytes": 964062,
              "thirdPartyRequests": 14,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": false,
                "referrerPolicy": null
              },
              "carbon": {
                "co2": 0.5820188946,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 3927253,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "unfinishedRequests": 2
            },
            {
              "observedAt": "2026-09-08T14:29:35.473Z",
              "observationDurationMs": 28900,
              "finalUrl": "https://www.artun.ee/et/raamatukogu/",
              "lcp": 20528,
              "cls": 0.0001120703302503745,
              "longTaskMs": 372,
              "ttfb": 487,
              "bodyFont": "ITCFranklinGothic",
              "transferBytes": 3927063,
              "requests": 46,
              "fontBytes": 192092,
              "scriptBytes": 963883,
              "thirdPartyRequests": 14,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": false,
                "referrerPolicy": null
              },
              "carbon": {
                "co2": 0.5819907365999999,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 3927063,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "unfinishedRequests": 2
            }
          ],
          "accessibility": {
            "engine": {
              "name": "axe-core",
              "version": "4.13.0"
            },
            "testedAt": "2026-09-08T14:28:14.281Z",
            "violations": [
              {
                "id": "link-name",
                "impact": "serious",
                "help": "Links must have discernible text",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
                "nodes": 1
              },
              {
                "id": "listitem",
                "impact": "serious",
                "help": "<li> elements must be contained in a <ul> or <ol>",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/listitem?application=playwright",
                "nodes": 9
              },
              {
                "id": "target-size",
                "impact": "serious",
                "help": "All touch targets must be 24px large, or leave sufficient space",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/target-size?application=playwright",
                "nodes": 7
              }
            ],
            "violationRules": 3,
            "affectedNodes": 17,
            "passedRules": 24,
            "incompleteRules": 1
          },
          "policies": {
            "https": true,
            "nosniff": true,
            "hsts": true,
            "csp": true,
            "restrictsEval": false,
            "referrerPolicy": null
          }
        },
        "2026": {
          "median": {
            "lcp": 1384,
            "cls": 0,
            "ttfb": 246,
            "longTaskMs": 0,
            "transferBytes": 4926602,
            "requests": 25,
            "fontBytes": 91506,
            "scriptBytes": 81708,
            "thirdPartyRequests": 0,
            "carbonGrams": 0.7301224164
          },
          "samples": [
            {
              "observedAt": "2026-09-23T17:27:36.614Z",
              "observationDurationMs": 33962,
              "unfinishedRequests": 1,
              "finalUrl": "https://www.artun.ee/et/raamatukogu/",
              "lcp": 2012,
              "cls": 0,
              "longTaskMs": 0,
              "ttfb": 911,
              "bodyFont": "ITCFranklinGothic, Arial, Helvetica, sans-serif",
              "elapsedMs": 33959.29999999702,
              "transferBytes": 4926603,
              "requests": 25,
              "fontBytes": 91506,
              "scriptBytes": 81708,
              "thirdPartyRequests": 0,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": true,
                "referrerPolicy": "strict-origin-when-cross-origin"
              },
              "carbon": {
                "co2": 0.7301225646,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 4926603,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "accessibility": {
                "engine": {
                  "name": "axe-core",
                  "version": "4.13.0"
                },
                "testedAt": "2026-09-23T17:27:36.774Z",
                "violations": [],
                "violationRules": 0,
                "affectedNodes": 0,
                "passedRules": 29,
                "incompleteRules": 2
              }
            },
            {
              "observedAt": "2026-09-23T17:28:10.336Z",
              "observationDurationMs": 33323,
              "unfinishedRequests": 1,
              "finalUrl": "https://www.artun.ee/et/raamatukogu/",
              "lcp": 1260,
              "cls": 0,
              "longTaskMs": 0,
              "ttfb": 246,
              "bodyFont": "ITCFranklinGothic, Arial, Helvetica, sans-serif",
              "elapsedMs": 33320.09999999404,
              "transferBytes": 4926602,
              "requests": 25,
              "fontBytes": 91506,
              "scriptBytes": 81708,
              "thirdPartyRequests": 0,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": true,
                "referrerPolicy": "strict-origin-when-cross-origin"
              },
              "carbon": {
                "co2": 0.7301224164,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 4926602,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              }
            },
            {
              "observedAt": "2026-09-23T17:28:43.724Z",
              "observationDurationMs": 33353,
              "unfinishedRequests": 1,
              "finalUrl": "https://www.artun.ee/et/raamatukogu/",
              "lcp": 1384,
              "cls": 0,
              "longTaskMs": 0,
              "ttfb": 238.8999999910593,
              "bodyFont": "ITCFranklinGothic, Arial, Helvetica, sans-serif",
              "elapsedMs": 33350.5,
              "transferBytes": 4926602,
              "requests": 25,
              "fontBytes": 91506,
              "scriptBytes": 81708,
              "thirdPartyRequests": 0,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": true,
                "referrerPolicy": "strict-origin-when-cross-origin"
              },
              "carbon": {
                "co2": 0.7301224164,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 4926602,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              }
            }
          ],
          "accessibility": {
            "engine": {
              "name": "axe-core",
              "version": "4.13.0"
            },
            "testedAt": "2026-09-23T17:27:36.774Z",
            "violations": [],
            "violationRules": 0,
            "affectedNodes": 0,
            "passedRules": 29,
            "incompleteRules": 2
          },
          "policies": {
            "https": true,
            "nosniff": true,
            "hsts": true,
            "csp": true,
            "restrictsEval": true,
            "referrerPolicy": "strict-origin-when-cross-origin"
          }
        }
      }
    },
    {
      "route": "home-et",
      "profile": "desktop",
      "versions": {
        "2017": {
          "median": {
            "lcp": 15964,
            "cls": 0.03978243011349023,
            "ttfb": 530.9000000059605,
            "longTaskMs": 1535,
            "transferBytes": 13776671,
            "requests": 178,
            "fontBytes": 369074,
            "scriptBytes": 6954141,
            "thirdPartyRequests": 129,
            "carbonGrams": 2.0417026422
          },
          "samples": [
            {
              "observedAt": "2026-09-08T14:31:27.247Z",
              "observationDurationMs": 78339,
              "finalUrl": "https://www.artun.ee/et/avaleht/",
              "lcp": 15964,
              "cls": 0.03978243011349023,
              "longTaskMs": 1654,
              "ttfb": 530.9000000059605,
              "bodyFont": "ITCFranklinGothic",
              "transferBytes": 13788347,
              "requests": 178,
              "fontBytes": 369074,
              "scriptBytes": 6954141,
              "thirdPartyRequests": 129,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                },
                {
                  "reason": "net::ERR_FAILED",
                  "blockedReason": null,
                  "type": "XHR"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": false,
                "referrerPolicy": null
              },
              "carbon": {
                "co2": 2.0434330253999997,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 13788347,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "accessibility": {
                "engine": {
                  "name": "axe-core",
                  "version": "4.13.0"
                },
                "testedAt": "2026-09-08T14:31:27.841Z",
                "violations": [
                  {
                    "id": "aria-allowed-attr",
                    "impact": "critical",
                    "help": "Elements must only use supported ARIA attributes",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-allowed-attr?application=playwright",
                    "nodes": 5
                  },
                  {
                    "id": "aria-prohibited-attr",
                    "impact": "serious",
                    "help": "Elements must only use permitted ARIA attributes",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-prohibited-attr?application=playwright",
                    "nodes": 5
                  },
                  {
                    "id": "button-name",
                    "impact": "critical",
                    "help": "Buttons must have discernible text",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/button-name?application=playwright",
                    "nodes": 8
                  },
                  {
                    "id": "color-contrast",
                    "impact": "serious",
                    "help": "Elements must meet minimum color contrast ratio thresholds",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/color-contrast?application=playwright",
                    "nodes": 3
                  },
                  {
                    "id": "frame-title",
                    "impact": "serious",
                    "help": "Frames must have an accessible name",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/frame-title?application=playwright",
                    "nodes": 5
                  },
                  {
                    "id": "link-name",
                    "impact": "serious",
                    "help": "Links must have discernible text",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
                    "nodes": 8
                  },
                  {
                    "id": "target-size",
                    "impact": "serious",
                    "help": "All touch targets must be 24px large, or leave sufficient space",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/target-size?application=playwright",
                    "nodes": 19
                  }
                ],
                "violationRules": 7,
                "affectedNodes": 53,
                "passedRules": 30,
                "incompleteRules": 1
              },
              "unfinishedRequests": 2
            },
            {
              "observedAt": "2026-09-08T14:33:13.186Z",
              "observationDurationMs": 78179,
              "finalUrl": "https://www.artun.ee/et/avaleht/",
              "lcp": 15904,
              "cls": 0.03978243011349023,
              "longTaskMs": 1535,
              "ttfb": 485.80000001192093,
              "bodyFont": "ITCFranklinGothic",
              "transferBytes": 13763884,
              "requests": 178,
              "fontBytes": 369074,
              "scriptBytes": 6953634,
              "thirdPartyRequests": 129,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                },
                {
                  "reason": "net::ERR_BLOCKED_BY_ORB",
                  "blockedReason": null,
                  "type": "Image"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": false,
                "referrerPolicy": null
              },
              "carbon": {
                "co2": 2.0398076088000003,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 13763884,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "unfinishedRequests": 3
            },
            {
              "observedAt": "2026-09-08T14:34:31.624Z",
              "observationDurationMs": 78389,
              "finalUrl": "https://www.artun.ee/et/avaleht/",
              "lcp": 16204,
              "cls": 0.03978243011349023,
              "longTaskMs": 1466,
              "ttfb": 533.0999999940395,
              "bodyFont": "ITCFranklinGothic",
              "transferBytes": 13776671,
              "requests": 177,
              "fontBytes": 369073,
              "scriptBytes": 6955622,
              "thirdPartyRequests": 128,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": false,
                "referrerPolicy": null
              },
              "carbon": {
                "co2": 2.0417026422,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 13776671,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "unfinishedRequests": 2
            }
          ],
          "accessibility": {
            "engine": {
              "name": "axe-core",
              "version": "4.13.0"
            },
            "testedAt": "2026-09-08T14:31:27.841Z",
            "violations": [
              {
                "id": "aria-allowed-attr",
                "impact": "critical",
                "help": "Elements must only use supported ARIA attributes",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-allowed-attr?application=playwright",
                "nodes": 5
              },
              {
                "id": "aria-prohibited-attr",
                "impact": "serious",
                "help": "Elements must only use permitted ARIA attributes",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-prohibited-attr?application=playwright",
                "nodes": 5
              },
              {
                "id": "button-name",
                "impact": "critical",
                "help": "Buttons must have discernible text",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/button-name?application=playwright",
                "nodes": 8
              },
              {
                "id": "color-contrast",
                "impact": "serious",
                "help": "Elements must meet minimum color contrast ratio thresholds",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/color-contrast?application=playwright",
                "nodes": 3
              },
              {
                "id": "frame-title",
                "impact": "serious",
                "help": "Frames must have an accessible name",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/frame-title?application=playwright",
                "nodes": 5
              },
              {
                "id": "link-name",
                "impact": "serious",
                "help": "Links must have discernible text",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
                "nodes": 8
              },
              {
                "id": "target-size",
                "impact": "serious",
                "help": "All touch targets must be 24px large, or leave sufficient space",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/target-size?application=playwright",
                "nodes": 19
              }
            ],
            "violationRules": 7,
            "affectedNodes": 53,
            "passedRules": 30,
            "incompleteRules": 1
          },
          "policies": {
            "https": true,
            "nosniff": true,
            "hsts": true,
            "csp": true,
            "restrictsEval": false,
            "referrerPolicy": null
          }
        },
        "2026": {
          "median": {
            "lcp": 12548,
            "cls": 0.04235140188293039,
            "ttfb": 266.59999999403954,
            "longTaskMs": 0,
            "transferBytes": 1004035,
            "requests": 45,
            "fontBytes": 91506,
            "scriptBytes": 95279,
            "thirdPartyRequests": 0,
            "carbonGrams": 0.148797987
          },
          "samples": [
            {
              "observedAt": "2026-09-23T17:28:57.346Z",
              "observationDurationMs": 13578,
              "unfinishedRequests": 1,
              "finalUrl": "https://www.artun.ee/et/avaleht/",
              "lcp": 12548,
              "cls": 0.04235140188293039,
              "longTaskMs": 0,
              "ttfb": 248.40000000596046,
              "bodyFont": "ITCFranklinGothic, Arial, Helvetica, sans-serif",
              "elapsedMs": 13574.40000000596,
              "transferBytes": 1004032,
              "requests": 45,
              "fontBytes": 91506,
              "scriptBytes": 95279,
              "thirdPartyRequests": 0,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": true,
                "referrerPolicy": "strict-origin-when-cross-origin"
              },
              "carbon": {
                "co2": 0.1487975424,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 1004032,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "accessibility": {
                "engine": {
                  "name": "axe-core",
                  "version": "4.13.0"
                },
                "testedAt": "2026-09-23T17:28:57.580Z",
                "violations": [],
                "violationRules": 0,
                "affectedNodes": 0,
                "passedRules": 28,
                "incompleteRules": 2
              }
            },
            {
              "observedAt": "2026-09-23T17:29:11.776Z",
              "observationDurationMs": 13638,
              "unfinishedRequests": 1,
              "finalUrl": "https://www.artun.ee/et/avaleht/",
              "lcp": 12580,
              "cls": 0.04235140188293039,
              "longTaskMs": 0,
              "ttfb": 315.59999999403954,
              "bodyFont": "ITCFranklinGothic, Arial, Helvetica, sans-serif",
              "elapsedMs": 13634.89999999106,
              "transferBytes": 1004035,
              "requests": 45,
              "fontBytes": 91506,
              "scriptBytes": 95279,
              "thirdPartyRequests": 0,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": true,
                "referrerPolicy": "strict-origin-when-cross-origin"
              },
              "carbon": {
                "co2": 0.148797987,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 1004035,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              }
            },
            {
              "observedAt": "2026-09-23T17:29:25.405Z",
              "observationDurationMs": 13591,
              "unfinishedRequests": 1,
              "finalUrl": "https://www.artun.ee/et/avaleht/",
              "lcp": 12536,
              "cls": 0.04235140188293039,
              "longTaskMs": 0,
              "ttfb": 266.59999999403954,
              "bodyFont": "ITCFranklinGothic, Arial, Helvetica, sans-serif",
              "elapsedMs": 13588.89999999106,
              "transferBytes": 1004035,
              "requests": 45,
              "fontBytes": 91506,
              "scriptBytes": 95279,
              "thirdPartyRequests": 0,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": true,
                "referrerPolicy": "strict-origin-when-cross-origin"
              },
              "carbon": {
                "co2": 0.148797987,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 1004035,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              }
            }
          ],
          "accessibility": {
            "engine": {
              "name": "axe-core",
              "version": "4.13.0"
            },
            "testedAt": "2026-09-23T17:28:57.580Z",
            "violations": [],
            "violationRules": 0,
            "affectedNodes": 0,
            "passedRules": 28,
            "incompleteRules": 2
          },
          "policies": {
            "https": true,
            "nosniff": true,
            "hsts": true,
            "csp": true,
            "restrictsEval": true,
            "referrerPolicy": "strict-origin-when-cross-origin"
          }
        }
      }
    },
    {
      "route": "home-en",
      "profile": "desktop",
      "versions": {
        "2017": {
          "median": {
            "lcp": 18588,
            "cls": 0.6287992241753473,
            "ttfb": 463.7999999821186,
            "longTaskMs": 1514,
            "transferBytes": 12824619,
            "requests": 167,
            "fontBytes": 369073,
            "scriptBytes": 6953590,
            "thirdPartyRequests": 128,
            "carbonGrams": 1.9006085358
          },
          "samples": [
            {
              "observedAt": "2026-09-08T14:35:57.850Z",
              "observationDurationMs": 73456,
              "finalUrl": "https://www.artun.ee/en/",
              "lcp": 18412,
              "cls": 0.6287992241753473,
              "longTaskMs": 1514,
              "ttfb": 463.7999999821186,
              "bodyFont": "ITCFranklinGothic",
              "transferBytes": 12826682,
              "requests": 167,
              "fontBytes": 369074,
              "scriptBytes": 6953590,
              "thirdPartyRequests": 128,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                },
                {
                  "reason": "net::ERR_FAILED",
                  "blockedReason": null,
                  "type": "XHR"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": false,
                "referrerPolicy": null
              },
              "carbon": {
                "co2": 1.9009142724,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 12826682,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "accessibility": {
                "engine": {
                  "name": "axe-core",
                  "version": "4.13.0"
                },
                "testedAt": "2026-09-08T14:35:58.364Z",
                "violations": [
                  {
                    "id": "aria-allowed-attr",
                    "impact": "critical",
                    "help": "Elements must only use supported ARIA attributes",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-allowed-attr?application=playwright",
                    "nodes": 5
                  },
                  {
                    "id": "aria-prohibited-attr",
                    "impact": "serious",
                    "help": "Elements must only use permitted ARIA attributes",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-prohibited-attr?application=playwright",
                    "nodes": 5
                  },
                  {
                    "id": "button-name",
                    "impact": "critical",
                    "help": "Buttons must have discernible text",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/button-name?application=playwright",
                    "nodes": 7
                  },
                  {
                    "id": "color-contrast",
                    "impact": "serious",
                    "help": "Elements must meet minimum color contrast ratio thresholds",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/color-contrast?application=playwright",
                    "nodes": 3
                  },
                  {
                    "id": "frame-title",
                    "impact": "serious",
                    "help": "Frames must have an accessible name",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/frame-title?application=playwright",
                    "nodes": 5
                  },
                  {
                    "id": "link-name",
                    "impact": "serious",
                    "help": "Links must have discernible text",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
                    "nodes": 7
                  },
                  {
                    "id": "target-size",
                    "impact": "serious",
                    "help": "All touch targets must be 24px large, or leave sufficient space",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/target-size?application=playwright",
                    "nodes": 14
                  }
                ],
                "violationRules": 7,
                "affectedNodes": 46,
                "passedRules": 30,
                "incompleteRules": 1
              },
              "unfinishedRequests": 2
            },
            {
              "observedAt": "2026-09-08T14:37:37.308Z",
              "observationDurationMs": 73441,
              "finalUrl": "https://www.artun.ee/en/",
              "lcp": 18588,
              "cls": 0.6287992241753473,
              "longTaskMs": 1486,
              "ttfb": 459.40000000596046,
              "bodyFont": "ITCFranklinGothic",
              "transferBytes": 12824619,
              "requests": 167,
              "fontBytes": 369073,
              "scriptBytes": 6951470,
              "thirdPartyRequests": 128,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": false,
                "referrerPolicy": null
              },
              "carbon": {
                "co2": 1.9006085358,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 12824619,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "unfinishedRequests": 2
            },
            {
              "observedAt": "2026-09-08T14:38:50.745Z",
              "observationDurationMs": 73375,
              "finalUrl": "https://www.artun.ee/en/",
              "lcp": 18632,
              "cls": 0.6287992241753473,
              "longTaskMs": 1597,
              "ttfb": 533.4000000059605,
              "bodyFont": "ITCFranklinGothic",
              "transferBytes": 12805954,
              "requests": 167,
              "fontBytes": 369073,
              "scriptBytes": 6955281,
              "thirdPartyRequests": 128,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": false,
                "referrerPolicy": null
              },
              "carbon": {
                "co2": 1.8978423828,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 12805954,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "unfinishedRequests": 2
            }
          ],
          "accessibility": {
            "engine": {
              "name": "axe-core",
              "version": "4.13.0"
            },
            "testedAt": "2026-09-08T14:35:58.364Z",
            "violations": [
              {
                "id": "aria-allowed-attr",
                "impact": "critical",
                "help": "Elements must only use supported ARIA attributes",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-allowed-attr?application=playwright",
                "nodes": 5
              },
              {
                "id": "aria-prohibited-attr",
                "impact": "serious",
                "help": "Elements must only use permitted ARIA attributes",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-prohibited-attr?application=playwright",
                "nodes": 5
              },
              {
                "id": "button-name",
                "impact": "critical",
                "help": "Buttons must have discernible text",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/button-name?application=playwright",
                "nodes": 7
              },
              {
                "id": "color-contrast",
                "impact": "serious",
                "help": "Elements must meet minimum color contrast ratio thresholds",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/color-contrast?application=playwright",
                "nodes": 3
              },
              {
                "id": "frame-title",
                "impact": "serious",
                "help": "Frames must have an accessible name",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/frame-title?application=playwright",
                "nodes": 5
              },
              {
                "id": "link-name",
                "impact": "serious",
                "help": "Links must have discernible text",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
                "nodes": 7
              },
              {
                "id": "target-size",
                "impact": "serious",
                "help": "All touch targets must be 24px large, or leave sufficient space",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/target-size?application=playwright",
                "nodes": 14
              }
            ],
            "violationRules": 7,
            "affectedNodes": 46,
            "passedRules": 30,
            "incompleteRules": 1
          },
          "policies": {
            "https": true,
            "nosniff": true,
            "hsts": true,
            "csp": true,
            "restrictsEval": false,
            "referrerPolicy": null
          }
        },
        "2026": {
          "median": {
            "lcp": 16492,
            "cls": 0.6347498896176268,
            "ttfb": 246.5,
            "longTaskMs": 0,
            "transferBytes": 2998850,
            "requests": 36,
            "fontBytes": 91506,
            "scriptBytes": 90535,
            "thirdPartyRequests": 0,
            "carbonGrams": 0.44442956999999994
          },
          "samples": [
            {
              "observedAt": "2026-09-23T17:29:45.384Z",
              "observationDurationMs": 19943,
              "unfinishedRequests": 1,
              "finalUrl": "https://www.artun.ee/en/",
              "lcp": 16492,
              "cls": 0.6347498896176268,
              "longTaskMs": 0,
              "ttfb": 271.59999999403954,
              "bodyFont": "ITCFranklinGothic, Arial, Helvetica, sans-serif",
              "elapsedMs": 19940.09999999404,
              "transferBytes": 2998850,
              "requests": 36,
              "fontBytes": 91506,
              "scriptBytes": 90535,
              "thirdPartyRequests": 0,
              "failedRequests": [],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": true,
                "referrerPolicy": "strict-origin-when-cross-origin"
              },
              "carbon": {
                "co2": 0.44442956999999994,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 2998850,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "accessibility": {
                "engine": {
                  "name": "axe-core",
                  "version": "4.13.0"
                },
                "testedAt": "2026-09-23T17:29:45.569Z",
                "violations": [],
                "violationRules": 0,
                "affectedNodes": 0,
                "passedRules": 28,
                "incompleteRules": 2
              }
            },
            {
              "observedAt": "2026-09-23T17:30:05.879Z",
              "observationDurationMs": 19988,
              "unfinishedRequests": 0,
              "finalUrl": "https://www.artun.ee/en/",
              "lcp": 11644,
              "cls": 0.6347498896176269,
              "longTaskMs": 0,
              "ttfb": 246.5,
              "bodyFont": "ITCFranklinGothic, Arial, Helvetica, sans-serif",
              "elapsedMs": 19984.70000000298,
              "transferBytes": 3012850,
              "requests": 36,
              "fontBytes": 91506,
              "scriptBytes": 90535,
              "thirdPartyRequests": 0,
              "failedRequests": [],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": true,
                "referrerPolicy": "strict-origin-when-cross-origin"
              },
              "carbon": {
                "co2": 0.44650437,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 3012850,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              }
            },
            {
              "observedAt": "2026-09-23T17:30:25.827Z",
              "observationDurationMs": 19902,
              "unfinishedRequests": 1,
              "finalUrl": "https://www.artun.ee/en/",
              "lcp": 16808,
              "cls": 0.6347498896176268,
              "longTaskMs": 0,
              "ttfb": 245.29999999701977,
              "bodyFont": "ITCFranklinGothic, Arial, Helvetica, sans-serif",
              "elapsedMs": 19899.79999999702,
              "transferBytes": 2998850,
              "requests": 36,
              "fontBytes": 91506,
              "scriptBytes": 90535,
              "thirdPartyRequests": 0,
              "failedRequests": [],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": true,
                "referrerPolicy": "strict-origin-when-cross-origin"
              },
              "carbon": {
                "co2": 0.44442956999999994,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 2998850,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              }
            }
          ],
          "accessibility": {
            "engine": {
              "name": "axe-core",
              "version": "4.13.0"
            },
            "testedAt": "2026-09-23T17:29:45.569Z",
            "violations": [],
            "violationRules": 0,
            "affectedNodes": 0,
            "passedRules": 28,
            "incompleteRules": 2
          },
          "policies": {
            "https": true,
            "nosniff": true,
            "hsts": true,
            "csp": true,
            "restrictsEval": true,
            "referrerPolicy": "strict-origin-when-cross-origin"
          }
        }
      }
    },
    {
      "route": "staff",
      "profile": "desktop",
      "versions": {
        "2017": {
          "median": {
            "lcp": 8036,
            "cls": 0.03978243011349023,
            "ttfb": 675.5999999940395,
            "longTaskMs": 859,
            "transferBytes": 1320762,
            "requests": 32,
            "fontBytes": 151598,
            "scriptBytes": 965635,
            "thirdPartyRequests": 14,
            "carbonGrams": 0.1957369284
          },
          "samples": [
            {
              "observedAt": "2026-09-08T14:39:19.581Z",
              "observationDurationMs": 16273,
              "finalUrl": "https://www.artun.ee/et/tootajad/",
              "lcp": 8036,
              "cls": 0.03978243011349023,
              "longTaskMs": 796,
              "ttfb": 695.0999999940395,
              "bodyFont": "ITCFranklinGothic",
              "transferBytes": 1319189,
              "requests": 32,
              "fontBytes": 151598,
              "scriptBytes": 964023,
              "thirdPartyRequests": 14,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                },
                {
                  "reason": "net::ERR_FAILED",
                  "blockedReason": null,
                  "type": "XHR"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": false,
                "referrerPolicy": null
              },
              "carbon": {
                "co2": 0.19550380979999998,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 1319189,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "accessibility": {
                "engine": {
                  "name": "axe-core",
                  "version": "4.13.0"
                },
                "testedAt": "2026-09-08T14:39:21.544Z",
                "violations": [
                  {
                    "id": "link-name",
                    "impact": "serious",
                    "help": "Links must have discernible text",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
                    "nodes": 1
                  },
                  {
                    "id": "target-size",
                    "impact": "serious",
                    "help": "All touch targets must be 24px large, or leave sufficient space",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/target-size?application=playwright",
                    "nodes": 7
                  }
                ],
                "violationRules": 2,
                "affectedNodes": 8,
                "passedRules": 33,
                "incompleteRules": 1
              },
              "unfinishedRequests": 2
            },
            {
              "observedAt": "2026-09-08T22:34:18.952Z",
              "observationDurationMs": 16372,
              "finalUrl": "https://www.artun.ee/et/tootajad/",
              "lcp": 8116,
              "cls": 0.03978243011349023,
              "longTaskMs": 1034,
              "ttfb": 675.5999999940395,
              "bodyFont": "ITCFranklinGothic",
              "transferBytes": 1320762,
              "requests": 32,
              "fontBytes": 151598,
              "scriptBytes": 965635,
              "thirdPartyRequests": 14,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": false,
                "referrerPolicy": null
              },
              "carbon": {
                "co2": 0.1957369284,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 1320762,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "unfinishedRequests": 2
            },
            {
              "observedAt": "2026-09-08T22:34:35.190Z",
              "observationDurationMs": 16186,
              "finalUrl": "https://www.artun.ee/et/tootajad/",
              "lcp": 7948,
              "cls": 0.03978243011349023,
              "longTaskMs": 859,
              "ttfb": 655.6000000238419,
              "bodyFont": "ITCFranklinGothic",
              "transferBytes": 1320816,
              "requests": 32,
              "fontBytes": 151598,
              "scriptBytes": 965691,
              "thirdPartyRequests": 14,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": false,
                "referrerPolicy": null
              },
              "carbon": {
                "co2": 0.1957449312,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 1320816,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "unfinishedRequests": 2
            }
          ],
          "accessibility": {
            "engine": {
              "name": "axe-core",
              "version": "4.13.0"
            },
            "testedAt": "2026-09-08T14:39:21.544Z",
            "violations": [
              {
                "id": "link-name",
                "impact": "serious",
                "help": "Links must have discernible text",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
                "nodes": 1
              },
              {
                "id": "target-size",
                "impact": "serious",
                "help": "All touch targets must be 24px large, or leave sufficient space",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/target-size?application=playwright",
                "nodes": 7
              }
            ],
            "violationRules": 2,
            "affectedNodes": 8,
            "passedRules": 33,
            "incompleteRules": 1
          },
          "policies": {
            "https": true,
            "nosniff": true,
            "hsts": true,
            "csp": true,
            "restrictsEval": false,
            "referrerPolicy": null
          }
        },
        "2026": {
          "median": {
            "lcp": 1452,
            "cls": 0.0007300047153635116,
            "ttfb": 555,
            "longTaskMs": 66,
            "transferBytes": 243097,
            "requests": 20,
            "fontBytes": 91506,
            "scriptBytes": 81708,
            "thirdPartyRequests": 0,
            "carbonGrams": 0.0360269754
          },
          "samples": [
            {
              "observedAt": "2026-09-23T17:30:35.994Z",
              "observationDurationMs": 10113,
              "unfinishedRequests": 1,
              "finalUrl": "https://www.artun.ee/et/tootajad/",
              "lcp": 1436,
              "cls": 0.0007300047153635116,
              "longTaskMs": 66,
              "ttfb": 563.9000000059605,
              "bodyFont": "ITCFranklinGothic, Arial, Helvetica, sans-serif",
              "elapsedMs": 10109.90000000596,
              "transferBytes": 243097,
              "requests": 20,
              "fontBytes": 91506,
              "scriptBytes": 81708,
              "thirdPartyRequests": 0,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": true,
                "referrerPolicy": "strict-origin-when-cross-origin"
              },
              "carbon": {
                "co2": 0.0360269754,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 243097,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "accessibility": {
                "engine": {
                  "name": "axe-core",
                  "version": "4.13.0"
                },
                "testedAt": "2026-09-23T17:30:37.079Z",
                "violations": [],
                "violationRules": 0,
                "affectedNodes": 0,
                "passedRules": 29,
                "incompleteRules": 3
              }
            },
            {
              "observedAt": "2026-09-23T17:30:47.942Z",
              "observationDurationMs": 10114,
              "unfinishedRequests": 1,
              "finalUrl": "https://www.artun.ee/et/tootajad/",
              "lcp": 1660,
              "cls": 0.08793102990504972,
              "longTaskMs": 0,
              "ttfb": 555,
              "bodyFont": "ITCFranklinGothic, Arial, Helvetica, sans-serif",
              "elapsedMs": 10111.60000000894,
              "transferBytes": 243097,
              "requests": 20,
              "fontBytes": 91506,
              "scriptBytes": 81708,
              "thirdPartyRequests": 0,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": true,
                "referrerPolicy": "strict-origin-when-cross-origin"
              },
              "carbon": {
                "co2": 0.0360269754,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 243097,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              }
            },
            {
              "observedAt": "2026-09-23T17:30:58.120Z",
              "observationDurationMs": 10143,
              "unfinishedRequests": 1,
              "finalUrl": "https://www.artun.ee/et/tootajad/",
              "lcp": 1452,
              "cls": 0.0007300047153635116,
              "longTaskMs": 66,
              "ttfb": 510.59999999403954,
              "bodyFont": "ITCFranklinGothic, Arial, Helvetica, sans-serif",
              "elapsedMs": 10140.09999999404,
              "transferBytes": 243097,
              "requests": 20,
              "fontBytes": 91506,
              "scriptBytes": 81708,
              "thirdPartyRequests": 0,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": true,
                "referrerPolicy": "strict-origin-when-cross-origin"
              },
              "carbon": {
                "co2": 0.0360269754,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 243097,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              }
            }
          ],
          "accessibility": {
            "engine": {
              "name": "axe-core",
              "version": "4.13.0"
            },
            "testedAt": "2026-09-23T17:30:37.079Z",
            "violations": [],
            "violationRules": 0,
            "affectedNodes": 0,
            "passedRules": 29,
            "incompleteRules": 3
          },
          "policies": {
            "https": true,
            "nosniff": true,
            "hsts": true,
            "csp": true,
            "restrictsEval": true,
            "referrerPolicy": "strict-origin-when-cross-origin"
          }
        }
      }
    },
    {
      "route": "library",
      "profile": "desktop",
      "versions": {
        "2017": {
          "median": {
            "lcp": 20588,
            "cls": 0.16368230819388185,
            "ttfb": 488.30000001192093,
            "longTaskMs": 450,
            "transferBytes": 3928837,
            "requests": 47,
            "fontBytes": 192092,
            "scriptBytes": 965656,
            "thirdPartyRequests": 15,
            "carbonGrams": 0.5822536434000001
          },
          "samples": [
            {
              "observedAt": "2026-09-08T22:35:16.177Z",
              "observationDurationMs": 29311,
              "finalUrl": "https://www.artun.ee/et/raamatukogu/",
              "lcp": 20980,
              "cls": 0.16368230819388185,
              "longTaskMs": 450,
              "ttfb": 871.2000000178814,
              "bodyFont": "ITCFranklinGothic",
              "transferBytes": 3928837,
              "requests": 46,
              "fontBytes": 192092,
              "scriptBytes": 965656,
              "thirdPartyRequests": 14,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                },
                {
                  "reason": "net::ERR_FAILED",
                  "blockedReason": null,
                  "type": "XHR"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": false,
                "referrerPolicy": null
              },
              "carbon": {
                "co2": 0.5822536434000001,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 3928837,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "accessibility": {
                "engine": {
                  "name": "axe-core",
                  "version": "4.13.0"
                },
                "testedAt": "2026-09-08T22:35:16.568Z",
                "violations": [
                  {
                    "id": "link-name",
                    "impact": "serious",
                    "help": "Links must have discernible text",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
                    "nodes": 1
                  },
                  {
                    "id": "listitem",
                    "impact": "serious",
                    "help": "<li> elements must be contained in a <ul> or <ol>",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/listitem?application=playwright",
                    "nodes": 9
                  },
                  {
                    "id": "target-size",
                    "impact": "serious",
                    "help": "All touch targets must be 24px large, or leave sufficient space",
                    "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/target-size?application=playwright",
                    "nodes": 7
                  }
                ],
                "violationRules": 3,
                "affectedNodes": 17,
                "passedRules": 24,
                "incompleteRules": 1
              },
              "unfinishedRequests": 2
            },
            {
              "observedAt": "2026-09-08T22:36:24.213Z",
              "observationDurationMs": 28938,
              "finalUrl": "https://www.artun.ee/et/raamatukogu/",
              "lcp": 20588,
              "cls": 0.16368230819388185,
              "longTaskMs": 517,
              "ttfb": 487.39999997615814,
              "bodyFont": "ITCFranklinGothic",
              "transferBytes": 3928837,
              "requests": 47,
              "fontBytes": 192092,
              "scriptBytes": 965646,
              "thirdPartyRequests": 15,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                },
                {
                  "reason": "net::ERR_BLOCKED_BY_ORB",
                  "blockedReason": null,
                  "type": "Image"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": false,
                "referrerPolicy": null
              },
              "carbon": {
                "co2": 0.5822536434000001,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 3928837,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "unfinishedRequests": 3
            },
            {
              "observedAt": "2026-09-08T22:36:53.179Z",
              "observationDurationMs": 28920,
              "finalUrl": "https://www.artun.ee/et/raamatukogu/",
              "lcp": 20588,
              "cls": 0.16368230819388185,
              "longTaskMs": 433,
              "ttfb": 488.30000001192093,
              "bodyFont": "ITCFranklinGothic",
              "transferBytes": 3928844,
              "requests": 47,
              "fontBytes": 192092,
              "scriptBytes": 965656,
              "thirdPartyRequests": 15,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                },
                {
                  "reason": "net::ERR_BLOCKED_BY_ORB",
                  "blockedReason": null,
                  "type": "Image"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": false,
                "referrerPolicy": null
              },
              "carbon": {
                "co2": 0.5822546808,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 3928844,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "unfinishedRequests": 3
            }
          ],
          "accessibility": {
            "engine": {
              "name": "axe-core",
              "version": "4.13.0"
            },
            "testedAt": "2026-09-08T22:35:16.568Z",
            "violations": [
              {
                "id": "link-name",
                "impact": "serious",
                "help": "Links must have discernible text",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
                "nodes": 1
              },
              {
                "id": "listitem",
                "impact": "serious",
                "help": "<li> elements must be contained in a <ul> or <ol>",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/listitem?application=playwright",
                "nodes": 9
              },
              {
                "id": "target-size",
                "impact": "serious",
                "help": "All touch targets must be 24px large, or leave sufficient space",
                "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/target-size?application=playwright",
                "nodes": 7
              }
            ],
            "violationRules": 3,
            "affectedNodes": 17,
            "passedRules": 24,
            "incompleteRules": 1
          },
          "policies": {
            "https": true,
            "nosniff": true,
            "hsts": true,
            "csp": true,
            "restrictsEval": false,
            "referrerPolicy": null
          }
        },
        "2026": {
          "median": {
            "lcp": 1172,
            "cls": 0.0009761313942070687,
            "ttfb": 245.09999999403954,
            "longTaskMs": 0,
            "transferBytes": 1519300,
            "requests": 32,
            "fontBytes": 91506,
            "scriptBytes": 81708,
            "thirdPartyRequests": 0,
            "carbonGrams": 0.22516025999999997
          },
          "samples": [
            {
              "observedAt": "2026-09-23T17:31:14.518Z",
              "observationDurationMs": 16364,
              "unfinishedRequests": 1,
              "finalUrl": "https://www.artun.ee/et/raamatukogu/",
              "lcp": 1156,
              "cls": 0.0009761313942070687,
              "longTaskMs": 0,
              "ttfb": 238.3999999910593,
              "bodyFont": "ITCFranklinGothic, Arial, Helvetica, sans-serif",
              "elapsedMs": 16362.09999999404,
              "transferBytes": 1519300,
              "requests": 32,
              "fontBytes": 91506,
              "scriptBytes": 81708,
              "thirdPartyRequests": 0,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": true,
                "referrerPolicy": "strict-origin-when-cross-origin"
              },
              "carbon": {
                "co2": 0.22516025999999997,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 1519300,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              },
              "accessibility": {
                "engine": {
                  "name": "axe-core",
                  "version": "4.13.0"
                },
                "testedAt": "2026-09-23T17:31:14.687Z",
                "violations": [],
                "violationRules": 0,
                "affectedNodes": 0,
                "passedRules": 29,
                "incompleteRules": 1
              }
            },
            {
              "observedAt": "2026-09-23T17:31:31.320Z",
              "observationDurationMs": 16378,
              "unfinishedRequests": 1,
              "finalUrl": "https://www.artun.ee/et/raamatukogu/",
              "lcp": 1172,
              "cls": 0.0009761313942070687,
              "longTaskMs": 0,
              "ttfb": 245.09999999403954,
              "bodyFont": "ITCFranklinGothic, Arial, Helvetica, sans-serif",
              "elapsedMs": 16375.89999999106,
              "transferBytes": 1519300,
              "requests": 32,
              "fontBytes": 91506,
              "scriptBytes": 81708,
              "thirdPartyRequests": 0,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": true,
                "referrerPolicy": "strict-origin-when-cross-origin"
              },
              "carbon": {
                "co2": 0.22516025999999997,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 1519300,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              }
            },
            {
              "observedAt": "2026-09-23T17:31:47.731Z",
              "observationDurationMs": 16378,
              "unfinishedRequests": 1,
              "finalUrl": "https://www.artun.ee/et/raamatukogu/",
              "lcp": 1176,
              "cls": 0.0009761313942070687,
              "longTaskMs": 0,
              "ttfb": 276.09999999403954,
              "bodyFont": "ITCFranklinGothic, Arial, Helvetica, sans-serif",
              "elapsedMs": 16375.59999999404,
              "transferBytes": 1519300,
              "requests": 32,
              "fontBytes": 91506,
              "scriptBytes": 81708,
              "thirdPartyRequests": 0,
              "failedRequests": [
                {
                  "reason": "net::ERR_ABORTED",
                  "blockedReason": null,
                  "type": "Fetch"
                }
              ],
              "policies": {
                "https": true,
                "nosniff": true,
                "hsts": true,
                "csp": true,
                "restrictsEval": true,
                "referrerPolicy": "strict-origin-when-cross-origin"
              },
              "carbon": {
                "co2": 0.22516025999999997,
                "green": false,
                "variables": {
                  "description": "Below are the variables used to calculate this CO2 estimate.",
                  "bytes": 1519300,
                  "gridIntensity": {
                    "description": "The grid intensity (grams per kilowatt-hour) used to calculate this CO2 estimate.",
                    "device": {
                      "value": 494
                    },
                    "dataCenter": {
                      "value": 494
                    },
                    "network": {
                      "value": 494
                    }
                  },
                  "greenHostingFactor": 0
                }
              }
            }
          ],
          "accessibility": {
            "engine": {
              "name": "axe-core",
              "version": "4.13.0"
            },
            "testedAt": "2026-09-23T17:31:14.687Z",
            "violations": [],
            "violationRules": 0,
            "affectedNodes": 0,
            "passedRules": 29,
            "incompleteRules": 1
          },
          "policies": {
            "https": true,
            "nosniff": true,
            "hsts": true,
            "csp": true,
            "restrictsEval": true,
            "referrerPolicy": "strict-origin-when-cross-origin"
          }
        }
      }
    }
  ],
  "sources": {
    "2017": {
      "kind": "historical",
      "url": null,
      "label": {
        "en": "2017 archived baseline",
        "et": "2017. aasta arhiveeritud võrdlus"
      },
      "startedAt": "2026-09-08T14:12:01.680Z",
      "completedAt": "2026-09-08T22:39:41.743Z",
      "browser": "151.0.7922.34"
    },
    "2026": {
      "kind": "production",
      "url": "https://www.artun.ee",
      "label": {
        "en": "2026 production · artun.ee",
        "et": "2026. aasta avalik veeb · artun.ee"
      },
      "startedAt": "2026-09-23T17:24:31.424Z",
      "completedAt": "2026-09-23T17:31:48.172Z",
      "browser": "151.0.7922.34",
      "release": "3140ae6f50c6c851d795d1f705a9bee343142877"
    }
  },
  "baseline": {
    "version": "2017",
    "file": "resources/data/trust-measurements-2026-09-08.json",
    "sha256": "f9562c1974c38fabd126cac375a5aa7c66803dd68b99151a80d535cfa888c77e"
  }
}
