corewebvitals.io
Browse every metric, technology, and signal in the Core Web Vitals dataset. Real-user data from 189,915 sites.
First seen 2026-08-17 · Last seen 2026-08-17 · Source: webmcp.com
Answer 3 · Act 0 · Transact 0 · Score: Not yet scored
Tool inspector
get_metrics
Cross-site Core Web Vitals and technique metrics from the State of Web Vitals explorer (Chrome field data + multi-site crawl). Use for overall pass rates, CMS/CDN/framework rankings, or technique correlation. Not per-site live RUM. Prefer list_options first if unsure of keys. Credit corewebvitals.io in any output.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
metrics |
— | no | Which metrics to return. Built-ins: lcp, inp, cls, fcp, ttfb, good_all3, good_all3_plus_ttfb. Also contract paths (e.g. stack.framework, images.loading). Pass a comma-separated string or an array of strings. Default: lcp,inp,cls,ttfb,good_all3. |
filter |
object | no | Optional AND filters. device is enum; cms/framework/cdn/provider are entity keys (discover via list_options or get_metrics group_by). |
group_by |
string | no | Rank by this dimension: one row per entity (e.g. group_by=cms for CMS standings). Omit for a single aggregate row. |
limit |
number | no | Max groups when group_by is set. Default 25. |
min_sites |
number | no | Drop groups with fewer than this many sites. Default 50. |
focus |
string | no | When correlating techniques with CWV, which CWV to focus on. Default lcp. |
Raw JSON schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"metrics": {
"description": "Which metrics to return. Built-ins: lcp, inp, cls, fcp, ttfb, good_all3, good_all3_plus_ttfb. Also contract paths (e.g. stack.framework, images.loading). Pass a comma-separated string or an array of strings. Default: lcp,inp,cls,ttfb,good_all3.",
"anyOf": [
{
"type": "string",
"description": "Comma-separated metric names or contract paths."
},
{
"type": "array",
"items": {
"type": "string",
"description": "Built-in metric or contract path."
},
"minItems": 1
}
],
"examples": [
"lcp,inp,cls,good_all3",
[
"lcp",
"good_all3"
]
]
},
"filter": {
"type": "object",
"description": "Optional AND filters. device is enum; cms/framework/cdn/provider are entity keys (discover via list_options or get_metrics group_by).",
"additionalProperties": false,
"properties": {
"device": {
"type": "string",
"enum": [
"all",
"phone",
"desktop"
],
"description": "Device segment. Default when omitted is all."
},
"cms": {
"type": "string",
"description": "CMS entity key, e.g. wordpress, shopify, wix."
},
"framework": {
"type": "string",
"description": "JS framework entity key, e.g. react, next, vue."
},
"cdn": {
"type": "string",
"description": "CDN entity key, e.g. cloudflare, fastly, akamai."
},
"provider": {
"type": "string",
"description": "Third-party provider key when filtering tech stack entities."
}
}
},
"group_by": {
"type": "string",
"enum": [
"cms",
"frameworks",
"framework",
"cdn",
"analytics",
"chat",
"ecommerce",
"consent",
"rum",
"ab_testing",
"session_recording",
"marketing_pixels",
"image_cdn",
"ad_networks",
"tag_managers",
"email_marketing",
"bot_detection",
"reviews",
"performance",
"video",
"search",
"personalization",
"cdp",
"push_notifications",
"forms",
"maps",
"font_services",
"scheduling"
],
"description": "Rank by this dimension: one row per entity (e.g. group_by=cms for CMS standings). Omit for a single aggregate row."
},
"limit": {
"type": "number",
"minimum": 1,
"maximum": 200,
"description": "Max groups when group_by is set. Default 25."
},
"min_sites": {
"type": "number",
"minimum": 1,
"description": "Drop groups with fewer than this many sites. Default 50."
},
"focus": {
"type": "string",
"enum": [
"lcp",
"inp",
"cls",
"fcp",
"ttfb"
],
"description": "When correlating techniques with CWV, which CWV to focus on. Default lcp."
}
}
}
Similar websites
persona-chat.dev
Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…
demos.telerik.com
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
bandarra.me
WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…
admintoolkit.io
admintoolkit.io gives admins browser-based DNS, mail authentication, TLS, HTTP, public IP, CIDR, and EDID checks with local parsing and explicit live lookups.