home / public

reports

3 rows where domain_id = 1199 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 ▲
8218b1cd-7f9c-4f46-a649-c18147668f25 1199 1199 https://arvidsjaur.se/ https://arvidsjaur.se/ 200 185.84.52.237:443 11366 5299 16665 67 3 0 3 bad 1781012955825
6453b50c-a0ba-454b-8bd8-2a72da24aac8 1199 1199 https://arvidsjaur.se/ https://arvidsjaur.se/ 200 185.84.52.237:443 11224 5043 16267 67 3 0 3 bad 1780737846116
25cfbe8d-6507-4e64-812d-a13c858340a9 1199 1199 https://arvidsjaur.se/ https://arvidsjaur.se/ 200 185.84.52.237:443 11416 5047 16463 67 3 0 3 bad 1780570657032

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