home / public

reports

2 rows where domain_id = 2498 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 ▲
e4d3762f-859e-4235-adf1-feee1d9e84d1 2498 2498 https://staffanstorpscentrum.se/ https://staffanstorpscentrum.se/ 200 46.246.48.28:443 11325 3408 14733 52 0 0 10 good 1781012404662
31c87f3a-c41e-40a3-85f3-148a3a2f136f 2498 2498 https://staffanstorpscentrum.se/ https://staffanstorpscentrum.se/ 200 46.246.48.28:443 11341 39 11380 52 0 0 10 good 1780763833469

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