Skip to content

Functionality

Ethan Kramer edited this page Dec 20, 2018 · 2 revisions

Reporting Categories

  • Performance
  • Security
  • Best Practices
  • PWAs
  • SEO

Reporting Category Tasks

Performance

  1. First meaningful paint
  2. First interactive
  3. First contentful paint
  4. Input latency
  5. Insights
    • Properly sized images
    • Avoid multiple page redirects
    • Other stuff from the "Performance Audits" section of lighthouse
  6. PageSpeed (Google)
  7. Page load time

Security

  1. XSS
  2. JS Vulnerabilities
  3. General Security
  • Audits from the Mozilla Observatory service

Best Practices

  1. Mixed HTTP/HTTPS
  2. Avoid front end libraries with known vulnerabilities
  3. Avoid deprecated APIs
  4. No browsers errors logged to console
  5. Utilization of doiuse

Accessiblity, PWA, SEO

  1. Audits will come from lighthouse test

Libraries to use for Reporting Category Tasks