Skip to content

Conversation

max-ostapenko
Copy link
Contributor

@max-ostapenko max-ostapenko commented Jan 12, 2025

Adding a report with audit pass rates, to be available via /audits.

The schema of the /audits report:

{
  "date": "2024-12-01",
  "geo": "ALL",
  "rank": "ALL",
  "technology": "ALL",
  "version": "ALL",
  "audits": [
    {
      "category": "performance",
      "id": "no-document-write",
      "mobile": {
        "origins": 600
      },
      "desktop": {
        "origins": 455
      }
    },
    ...
  ]
}

I removed categories dimension in the initial metrics aggregation as we are not using it anywhere downstream (it's just an attribute of technology we take from wappalyzer).
Also packed the metrics ito RECORDS for shorter SQL in the reports aggregations.

@max-ostapenko max-ostapenko changed the title Performance opportunities for Tech Report Tech Report: Performance opportunities Jan 12, 2025
@max-ostapenko max-ostapenko changed the title Tech Report: Performance opportunities Tech Report: Audit pass rates Feb 2, 2025
@max-ostapenko max-ostapenko marked this pull request as ready for review February 2, 2025 23:12
@max-ostapenko max-ostapenko merged commit cdf8174 into main Feb 14, 2025
19 checks passed
@max-ostapenko max-ostapenko deleted the equal-hornet branch February 14, 2025 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants