speedlify2

Lighthouse lab metrics, Axe, and Chrome UX Report field data for a list of sites recorded and compared over time. Follow us on Mastodon or Bluesky.

Charts Compare Measurement runs Embed a score Open to Work

ibm.com

https://www.ibm.com/

25 79 73 92 AXE CWV

Ranks Overall #1,530 Big Tech #24

Data from Sep 15, 2026, 12:22 AM UTC old Measured every 2 days · 12 runs since Aug 28, 2026

Elsewhere: PageSpeed Insights · Calibre · Treo · CrUX Vis · Scoring Calculator · Wayback Machine

This URL redirects to https://www.ibm.com/us-en.

The site’s front door pointing at the page it serves there — a locale or CMS landing path, not a move. The origin is still the address of the site, so history stays under it rather than forking to a path that depends on where the measurement ran. Lighthouse follows the redirect, so the numbers below describe the page actually served; the only cost is an extra hop on each run.

Lab data is measured using Lighthouse, Mobile mode unless otherwise specified. Field data is reported from Chrome UX Report (using p75 measurements).

Stack

Uses Lit 2.8.0Lit 2.8.0
Akamai Hosted by Akamai

Filmstrip LAB Throttled

How the page drew during the measured load, at 8 points across 27.06 s. Compare this filmstrip against another site.

  1. 3.38 s
  2. 6.76 s
  3. 9.66 s
  4. 13.53 s
  5. 16.91 s
  6. 20.30 s
  7. 23.68 s
  8. 27.06 s

Lighthouse Scores LAB Simulated

25
Performance
no change
79
Accessibility
no change
73
Best Practices
no change
92
SEO
no change

Metrics LAB FIELD

Core Web Vitals: failing 3 of 3 assessed from real Chrome users.

Field figures are the p75 across real Chrome users over a 28-day trailing window (2026-08-16 → 2026-09-12), origin-level.

Metric Lab Simulated Field
Value Change / range Trend p75 Distribution
LCP CWV Largest Contentful Paint 26.26 s poor ↑ +2569 ms (+10.8%) 21.30 s – 27.16 s 4.85 s poor 38% 27% 35%
INP CWV Interaction to Next Paint — field only, no lab run can measure it n/a 352 ms needs work 51.5% 33.2% 15.3%
CLS CWV Cumulative Layout Shift 0.059 good ↑ +0.021 (+55.3%) significant 0.034 – 0.059 0.150 needs work 69.1% 16.1% 14.8%
TBT Total Blocking Time 9.52 s poor ↑ +113 ms (+1.2%) 4.54 s – 9.52 s n/a
FCP First Contentful Paint 11.11 s poor ↑ +625 ms (+6%) 8.47 s – 15.78 s 4.77 s poor 28.1% 23.8% 48.1%
Speed Index 19.53 s poor ↑ +1299 ms (+7.1%) 14.98 s – 19.53 s n/a
TTFB Time to First Byte 652 ms good ↓ -36 ms (-5.2%) 643 ms – 709 ms 2.85 s poor 40% 24.7% 35.4%

LCP Subparts LAB Throttled

The subparts attribute LCP to your server, resource discovery, download, or rendering. They come from one throttled load, the same one as the filmstrip, so they add up to that load’s LCP rather than the simulated Lab LCP above.

resource load delay 23.13 s
resource load duration 2.73 s
time to first byte 1.17 s
element render delay 40 ms

LCP LAB Simulated vs LCP FIELD

Lab 26.26 s
Field p75 4.85 s

The lab LCP is 5.41× the field p75 — real users likely have above-average hardware or network connectivity.

Page weight

Metric Value Change / range Trend
Page Weight 8.61 MB ↑ +310.1 kB (+3.8%) 7.43 MB – 8.61 MB
Requests 335 ↑ +19 (+6%) significant 247 – 335
Third-party Weight 4.52 MB ↑ +121.8 kB (+2.8%) 3.87 MB – 4.69 MB
Third-party CPU 2.19 s ↓ -121 ms (-5.2%) 1.29 s – 2.31 s
Unused JS 1.54 MB ↓ -20.0 kB (-1.3%) 1.45 MB – 1.67 MB
Unused CSS 1.77 MB ↑ +1.3 kB (+0.1%) 1.76 MB – 1.77 MB

By resource type

Type Transfer Share Size Requests
script 78.2% 6.73 MB 140
font 6.6% 569 kB 9
other 5.7% 495 kB 120
image 5.1% 436 kB 42
stylesheet 3.8% 330 kB 8
document 0.6% 49.0 kB 10
Total 8.61 MB 335

Third parties 31 entities

Entity Transfer Size Main thread Simulated
IBM Digital Analytics script 3.14 MB 1.31 s
Fastly 394 kB 0 ms
TrustArc 223 kB 30 ms
Adobe Tag Manager 175 kB 71 ms
Google Tag Manager 162 kB 87 ms
All 31 4.52 MB 2.19 s

Without JavaScript

The same load, photographed twice at 412×823: once with scripts disabled, once as rendered.

Scripts disabled
As rendered

31% of pixels differ — parts of the page change. A shifted layout counts as difference, so a <noscript> banner alone can account for a large figure.

Page health

Metric Value Change / range Trend
Main Thread Work 43.74 s ↓ -1297 ms (-2.9%) 25.86 s – 45.04 s
Long Tasks 20 → no change 20 – 20
DOM Elements 2,826 ↓ -7 (-0.2%) 2,798 – 2,833
Axe Violations Violating nodes from a full Axe CLI run (more than Lighthouse reports) 95 → no change 95 – 96
A11y Failures 9 ↑ +1 (+12.5%) significant 8 – 9
A11y Failing Nodes 20 ↑ +1 (+5.3%) significant 19 – 20

Main thread work

Task Time Share Duration Simulated
script evaluation 45% 19.90 s
style layout 21% 9.32 s
other 19% 8.42 s
script parse compile 7% 2.85 s
paint composite render 5% 2.13 s
garbage collection 2% 802 ms
parse HTML 1% 326 ms
Total 43.74 s

Axe violations axe-core 4.13.0, full rule set

95 violating nodes across 10 rules, 1648 passing. This is a standalone Axe CLI run and is stricter than the subset Lighthouse already includes.

  • moderate region — All page content should be contained by landmarks 75 nodes
  • serious svg-img-alt — <svg> elements with an img or image role must have alternative text 8 nodes
  • critical aria-required-parent — Certain ARIA roles must be contained by particular parents 3 nodes
  • moderate heading-order — Heading levels should only increase by one 2 nodes
  • serious list — <ul> and <ol> must only directly contain <li>, <script> or <template> elements 2 nodes
  • critical aria-required-children — Certain ARIA roles must contain particular children 1 node
  • moderate landmark-banner-is-top-level — Banner landmark should not be contained in another landmark 1 node
  • moderate landmark-no-duplicate-banner — Document should not have more than one banner landmark 1 node
  • moderate landmark-one-main — Document should have one main landmark 1 node
  • serious link-in-text-block — Links must be distinguishable without relying on color 1 node

Accessibility failures 9 of 31 audits

  • svg-img-alt — SVG elements with an `img` role do not have an accessible text alternative 8 nodes
  • aria-required-parent — `[role]`s are not contained by their required parent element 3 nodes
  • heading-order — Heading elements are not in a sequentially-descending order 2 nodes
  • list — Lists do not contain only `<li>` elements and script supporting elements (`<script>` and `<template>`). 2 nodes
  • aria-required-children — Elements with an ARIA `[role]` that require children to contain a specific `[role]` are missing some or all of those required children. 1 node
  • link-in-text-block — Links rely on color to be distinguishable. 1 node
  • target-size — Touch targets do not have sufficient size or spacing. 1 node
  • landmark-one-main — Document does not have a main landmark. 1 node
  • label-content-name-mismatch — Elements with visible text labels do not have matching accessible names. 1 node

Best Practices failures 4 of 19 audits

  • third-party-cookies — Uses third-party cookies 53 items
  • errors-in-console — Browser errors were logged to the console 4 items
  • inspector-issues — Issues were logged in the `Issues` panel in Chrome Devtools 1 item
  • valid-source-maps — Missing source maps for large first-party JavaScript 17 items

SEO failures 1 of 10 audits

  • crawlable-anchors — Links are not crawlable 2 items

Hygiene

HTTPS HSTS CSP Clickjacking protection Origin isolation Trusted Types bfcache h2 4 console errors

Measurement log

Field history 25 weeks

Weekly p75 from the CrUX History API, backfilled in a single request.

Week ending LCPINPCLSFCPTTFB
2026-09-05 4.89 s 337 ms 0.150 4.78 s 2.91 s
2026-08-29 4.93 s 323 ms 0.150 4.72 s 2.82 s
2026-08-22 4.95 s 311 ms 0.150 4.72 s 2.80 s
2026-08-15 4.89 s 299 ms 0.150 4.58 s 2.55 s
2026-08-08 4.97 s 295 ms 0.140 4.44 s 2.37 s
2026-08-01 5.09 s 291 ms 0.140 4.33 s 2.21 s
2026-07-25 5.05 s 283 ms 0.140 4.09 s 1.96 s
2026-07-18 5.13 s 287 ms 0.140 4.06 s 1.90 s
2026-07-11 5.17 s 287 ms 0.140 4.09 s 1.85 s
2026-07-04 5.13 s 288 ms 0.140 4.03 s 1.79 s
2026-06-27 5.16 s 304 ms 0.140 4.02 s 1.83 s
2026-06-20 5.06 s 301 ms 0.160 3.89 s 1.70 s

Runs

Every stored run for this URL, newest first.

When Scores PerfLCPCLSTBTWeight RunsSpreadBenchTook Archive
Sep 15, 2026, 12:22 AM UTC 25 26.26 s 0.059 9.52 s 8.61 MB 3/3 ±0 2,484 0% 443.8s Wayback
Sep 14, 2026, 6:05 PM UTC NO_FCP: The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP) 144.7s
Sep 12, 2026, 7:11 AM UTC 25 23.70 s 0.038 9.40 s 8.29 MB 3/3 ±0 2,469 -1% 459.1s Wayback
Sep 10, 2026, 5:51 AM UTC 25 21.71 s 0.039 7.42 s 7.77 MB 3/3 ±0 2,455 -1% 359.9s Wayback
Sep 8, 2026, 1:08 AM UTC 25 25.20 s 0.058 6.19 s 7.91 MB 3/3 ±1 2,443 -2% 366.3s Wayback
Sep 6, 2026, 12:49 AM UTC 25 21.42 s 0.036 4.54 s 7.83 MB 3/3 ±2 3,278 +32% 349.2s Wayback
Sep 4, 2026, 9:15 PM UTC 25 21.30 s 0.036 5.94 s 7.43 MB 3/3 ±2 2,485 0% 355s Wayback
Sep 3, 2026, 12:06 PM UTC 25 27.16 s 0.034 4.66 s 8.18 MB 3/3 ±0 3,187 +28% 349.3s Wayback
Sep 3, 2026, 1:16 AM UTC TRACING_ALREADY_STARTED: An internal Chrome error occurred. Please restart Chrome and try re-running Lighthouse. 187.7s
Sep 1, 2026, 11:15 PM UTC 25 21.83 s 0.037 7.14 s 7.79 MB 3/3 ±0 2,430 -2% 356.3s Wayback
Aug 31, 2026, 9:31 PM UTC 25 25.43 s 0.039 6.47 s 7.87 MB 3/3 ±0 2,463 -1% 357.2s Wayback
Aug 28, 2026, 5:36 PM UTC 25 21.76 s 0.038 7.72 s 8.24 MB 3/3 ±0 2,373 -4% 352.7s Wayback