home / public

reports

2 rows where domain_id = 1350 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 ▲
6ad9f94a-61df-483b-b222-d3d3038f9d25 1350 1350 https://www.kommunal.se/ https://www.kommunal.se/ 200 212.237.145.120:443 11180 5121 16301 79 0 0 10 good 1781012733002
16e2f123-282c-470b-82bd-38adb6f9ec77 1350 1350 https://kommunal.se/ https://www.kommunal.se/ 200 212.237.145.120:443 12333 5033 17366 111 0 0 10 good 1780688226397

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 39.388ms