# Audit WordPress Core Web Vitals & Page Speed | Lighthouse

**Use case:** 

Lighthouse audit for a WordPress site — performance score, LCP, FCP, TBT, CLS, and request count on mobile. Find what's slowing your WordPress pages.

## Input

```json
{
  "url": "https://techcrunch.com",
  "strategy": "mobile",
  "categories": "PERFORMANCE,SEO",
  "addonPageMetaExtracted": false,
  "addonTechStackDetected": false
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "string"
  },
  "strategy": {
    "label": "Device",
    "format": "string"
  },
  "scores.performance.score": {
    "label": "Performance",
    "format": "number"
  },
  "scores.seo.score": {
    "label": "SEO",
    "format": "number"
  },
  "metrics.largest-contentful-paint.displayValue": {
    "label": "LCP",
    "format": "text"
  },
  "metrics.first-contentful-paint.displayValue": {
    "label": "FCP",
    "format": "text"
  },
  "metrics.total-blocking-time.displayValue": {
    "label": "TBT",
    "format": "text"
  },
  "metrics.cumulative-layout-shift.displayValue": {
    "label": "CLS",
    "format": "text"
  },
  "totalRequestCount": {
    "label": "Requests",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [⚡ Page Speed Analyzer — Lighthouse & Web Vitals](https://apify.com/nexgendata/page-speed-analyzer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexgendata/page-speed-analyzer) to learn more, explore other use cases, and run it yourself.