home / public

reports

3 rows where domain_id = 1484 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 ▲
bf868dfb-e263-4147-be1d-0a7547a54fd5 1484 1484 https://boplats.se/ https://boplats.se/ 200 89.189.193.226:443 11295 5124 16419 35 0 0 0 none 1781012870840
9ca99407-66ae-45e2-87b8-3d7e4d80624a 1484 1484 https://boplats.se/ https://boplats.se/ 200 89.189.193.226:443 11323 5154 16477 35 0 0 0 none 1781012608552
8e1da482-8d54-4464-9e76-6abce9973573 1484 1484 https://boplats.se/ https://boplats.se/ 200 89.189.193.226:443 11346 5034 16380 35 0 0 0 none 1780691535171

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