home / public

reports

3 rows where domain_id = 1430 sorted by checked_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

id domain_id input_url final_url http_status server page_load_ms consent_phase_ms total_ms responses_count cookies_count local_storage_count analytics_score analytics_verdict checked_at ▲
e4e06a7e-7ef7-410e-8d26-c9e0604a5c4a 1430 1430 https://goteborg.se/ https://goteborg.se/ 200 62.88.152.18:443 11229 270 11499 33 1 1 10 good 1781013073763
fe87a89c-73a1-4a38-940c-d04518c83983 1430 1430 https://goteborg.se/ https://goteborg.se/ 200 62.88.152.18:443 11236 167 11403 33 1 1 10 good 1780920671720
6a58cd6e-6b2b-424e-9343-47f6888a13e2 1430 1430 https://goteborg.se/ https://goteborg.se/ 200 62.88.152.18:443 11126 43 11169 33 1 1 10 good 1780690288304

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE reports (
  id                  TEXT    PRIMARY KEY,
  domain_id           INTEGER NOT NULL REFERENCES domains(id),
  input_url           TEXT    NOT NULL,
  final_url           TEXT    NOT NULL,
  http_status         INTEGER NOT NULL,
  server              TEXT,
  page_load_ms        INTEGER,
  consent_phase_ms    INTEGER,
  total_ms            INTEGER,
  responses_count     INTEGER,
  cookies_count       INTEGER,
  local_storage_count INTEGER,
  analytics_score     INTEGER,
  analytics_verdict   TEXT,
  checked_at          INTEGER NOT NULL
);
CREATE INDEX idx_reports_domain_checked ON reports(domain_id, checked_at DESC);
Powered by Datasette · Queries took 94.581ms