Skip to content
https://boeing.com

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
74
GRADE
C
FIX
5
REVIEW
7
PASS
7
INFO
3

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

64
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
87
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
77
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

754 ms

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

7.75 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

34 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.119

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

3.05 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

8.32 s

Page Load Progression

536 ms
1.1 s
1.6 s
2.1 s
2.7 s
3.2 s
3.8 s
4.3 s
Checks
22
7 PASS 7 REVIEW 5 FIX
F
Page Weight Budget
Action
15.2 MB transferred, 97 requests
FIX
15.2 MB transferred, 97 requests
Critical::
Page weighs 19.7 MB (15.2 MB transferred)
Warning::
Images are 8.8 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 8.8 MB
Info::
Fonts are 4.5 MB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 4.5 MB
Warning::
JavaScript is 987 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 987 KB
Info::
97 HTTP requests
Info::
Estimated 3.2 g CO2 per page load
15.2 MB / 2.4 MB budget
15.2 MB transferred
97 requests
3.2 g CO2 per page load
Images 8.8 MiB 58%
Fonts 4.5 MiB 29%
JavaScript 986.8 KiB 6%
Other 838.0 KiB 5%
CSS 132.2 KiB 1%
Other 43.9 KiB 0%
HTML 32.4 KiB 0%
Other 1.1 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (15.2 MiB of 15.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
21 scripts, 463 KB unused
FIX
21 scripts, 463 KB unused
Warning::
https://players.brightcove.net/800000612001/zgcyiK...: 129 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-T6N...: 78 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.cookielaw.org/scripttemplates/202510.2...: 66 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-MH9...: 62 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.boeing.com/etc.clientlibs/theboeingcom...: 41 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.boeing.com/etc.clientlibs/theboeingcom...: unminified — 19 KB could be saved
Info::
Total unused JavaScript: 463 KB
463 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://players.brightcove.net/800000612001/zgcyiKu6s_default/index.min.js295 KB129 KB (44%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-T6NQQT183 KB78 KB (43%)3rd
https://cdn.cookielaw.org/scripttemplates/202510.2.0/otBannerSdk.js124 KB66 KB (53%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MH9RR8X&gtm=4e6781143 KB62 KB (44%)3rd
https://www.boeing.com/etc.clientlibs/theboeingcompany/components/card-carousel/clientlibs/swiper.min.js63 KB41 KB (65%)3rd
https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-version2.min.js53 KB34 KB (64%)3rd
https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-bootstrap.min.js44 KB33 KB (76%)3rd
https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-jquery.min.js31 KB22 KB (71%)3rd
https://www.boeing.com/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.min.js1 KB3rd
https://www.boeing.com/etc.clientlibs/core/wcm/components/commons/datalayer/acdl/core.wcm.components.commons.datalayer.acdl.min.js12 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
97 resources · 15.2 MB · 463 KB savings available
FIX
97 resources · 15.2 MB · 463 KB savings available
Warning::
Page weight 15.2 MB exceeds 1 MB target by 14.2 MB
Got: 15.2 MB Expected: ≤ 1 MB
Info::
~463 KB of savings available
Warning::
96 third-party resources (100% of weight)
Info::
22 resources over 200KB
97 resources · 15.2 MiB · 96 third-party 14.2 MiB over 1MB target
Image 58% · 8.8 MiB
Font 29% · 4.5 MiB
JavaScript 6% · 986.8 KiB
Media 5% · 817.7 KiB
CSS 1% · 136.8 KiB
Other 0% · 59.1 KiB
Document 0% · 32.5 KiB

~463.2 KiB of savings available

Remove unused JavaScript: 463.2 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
43 images, 0 KB saveable
REVIEW
43 images, 0 KB saveable
Warning::
https://www.boeing.com/content/experience-fragment... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.boeing.com/content/dam/boeing/v2/commo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.boeing.com/content/dam/boeing/v2/safet... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
43 images 8.8 MB
0 oversized -0 KB
39 legacy format
4 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

C
JS Execution Cost
Action
1496ms total JS execution
REVIEW
1496ms total JS execution
Warning::
https://players.brightcove.net/800000612001/zgcyiK...: 556ms CPU time
Info::
https://www.boeing.com/: 237ms CPU time
Info::
Unattributable: 236ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-T6N...: 169ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-MH9...: 113ms CPU time
Warning::
Third-party scripts: 1260ms (84% of total)

Main Thread Breakdown

Script Evaluation 48% Other 25% Style & Layout 13% Script Parsing & Compilation 8% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://players.brightcove.net/800000612001/zgcyiKu6s_default/index.min.js556ms326ms26ms3rd
https://www.boeing.com/237ms4ms1ms3rd
Unattributable236ms27ms0ms1st
https://www.googletagmanager.com/gtm.js?id=GTM-T6NQQT169ms111ms54ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MH9RR8X&gtm=4e6781113ms93ms11ms3rd
https://cdn.cookielaw.org/scripttemplates/202510.2.0/otBannerSdk.js74ms52ms11ms3rd
https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-version2.min.js60ms47ms4ms3rd
https://www.boeing.com/etc.clientlibs/core/wcm/components/commons/datalayer/v2/clientlibs/core.wcm.components.commons.datalayer.v2.min.js52ms47ms0ms3rd
B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
6 fonts (4561 KB)
PASS
6 fonts (4561 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

4561 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 754 ms LCP 7.8 shttps://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/fonts/BoeingMeso-Regular.woffBoeingMeso-Regular.woff https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/fonts/BoeingMeso-Regular.woff — 32.8 KiB — 65 ms — font-display: swaphttps://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/fonts/BoeingMeso-Bold.woffBoeingMeso-Bold.woff https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/fonts/BoeingMeso-Bold.woff — 33.0 KiB — 10 ms — font-display: swaphttps://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/fonts/material-symbols-rounded.woff2material-symbols-rounde... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/fonts/material-symbols-rounded.woff2 — 4.2 MiB — 112 ms — font-display: swaphttps://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/fonts/Ubuntu-Regular.ttfUbuntu-Regular.ttf https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/fonts/Ubuntu-Regular.ttf — 145.4 KiB — 41 ms — font-display: swaphttps://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/fonts/BoeingMeso-Medium.woffBoeingMeso-Medium.woff https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/fonts/BoeingMeso-Medium.woff — 32.8 KiB — 39 ms — font-display: swaphttps://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/fonts/BoeingMeso-Light.woffBoeingMeso-Light.woff https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/fonts/BoeingMeso-Light.woff — 32.2 KiB — 7 ms — font-display: swap
BoeingMeso-Regular.woff woff swap
Size 33 KB
Load time 65 ms
Start 565 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
BoeingMeso-Bold.woff woff swap
Size 33 KB
Load time 10 ms
Start 642 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
material-symbols-rounde... woff2 swap
Size 4285 KB
Load time 112 ms
Start 643 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Ubuntu-Regular.ttf ttf swap
Size 145 KB
Load time 41 ms
Start 643 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
BoeingMeso-Medium.woff woff swap
Size 33 KB
Load time 39 ms
Start 643 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
BoeingMeso-Light.woff woff swap
Size 32 KB
Load time 7 ms
Start 899 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~2298 KB and ~4596 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
Network Waterfall
97 requests over 2016ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 754 ms LCP 7.8 shttps://boeing.com// https://boeing.com/ — 301 — 84 B — 478 ms — h2https://www.boeing.com/www.boeing.com/ https://www.boeing.com/ — 200 — 32.4 KiB — 13 ms — h2https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/rum-standalone.jsrum.hlx.page/.rum/@adobe/helix-rum-... https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/rum-standalone.js — 200 — 2.9 KiB — 26 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-base.min.csswww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-base.min.css — 200 — 8.3 KiB — 11 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-dependencies.min.jswww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-dependencies.min.js — 200 — 476 B — 30 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-bootstrap.min.csswww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-bootstrap.min.css — 200 — 34.8 KiB — 16 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-dependencies.min.csswww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-dependencies.min.css — 200 — 467 B — 12 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-version2.min.csswww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-version2.min.css — 200 — 83.6 KiB — 17 ms — h2https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-commercial-bh12747242.jpgwww.boeing.com/content/dam/boeing/v... https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-commercial-bh12747242.jpg — 200 — 319.7 KiB — 19 ms — h2https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-defense-bh1413822.jpgwww.boeing.com/content/dam/boeing/v... https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-defense-bh1413822.jpg — 200 — 437.6 KiB — 28 ms — h2https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-space-bh11213241.jpgwww.boeing.com/content/dam/boeing/v... https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-space-bh11213241.jpg — 200 — 192.5 KiB — 11 ms — h2https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-services-bh12259560.jpgwww.boeing.com/content/dam/boeing/v... https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-services-bh12259560.jpg — 200 — 331.0 KiB — 18 ms — h2https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-safety-bh2157716.jpgwww.boeing.com/content/dam/boeing/v... https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-safety-bh2157716.jpg — 200 — 338.2 KiB — 58 ms — h2https://players.brightcove.net/800000612001/zgcyiKu6s_default/index.min.jsplayers.brightcove.net/800000612001... https://players.brightcove.net/800000612001/zgcyiKu6s_default/index.min.js — 200 — 294.6 KiB — 52 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-analytics.min.jswww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-analytics.min.js — 200 — 3.3 KiB — 33 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/components/card-carousel/clientlibs/swiper.min.csswww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/components/card-carousel/clientlibs/swiper.min.css — 200 — 5.1 KiB — 75 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/components/card-carousel/clientlibs/swiper.min.jswww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/components/card-carousel/clientlibs/swiper.min.js — 200 — 62.7 KiB — 44 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-bootstrap.min.jswww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-bootstrap.min.js — 200 — 44.0 KiB — 82 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-version2.min.jswww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-version2.min.js — 200 — 53.3 KiB — 44 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-jquery.min.jswww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-jquery.min.js — 200 — 30.8 KiB — 43 ms — h2https://www.boeing.com/etc.clientlibs/core/wcm/components/commons/datalayer/v2/clientlibs/core.wcm.components.commons.datalayer.v2.min.jswww.boeing.com/etc.clientlibs/core/... https://www.boeing.com/etc.clientlibs/core/wcm/components/commons/datalayer/v2/clientlibs/core.wcm.components.commons.datalayer.v2.min.js — 200 — 1.5 KiB — 47 ms — h2https://www.boeing.com/etc.clientlibs/core/wcm/components/commons/datalayer/acdl/core.wcm.components.commons.datalayer.acdl.min.jswww.boeing.com/etc.clientlibs/core/... https://www.boeing.com/etc.clientlibs/core/wcm/components/commons/datalayer/acdl/core.wcm.components.commons.datalayer.acdl.min.js — 200 — 11.6 KiB — 48 ms — h2https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-innovation.jpgwww.boeing.com/content/dam/boeing/v... https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-innovation.jpg — 200 — 217.5 KiB — 53 ms — h2https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-company-bh11886887.jpgwww.boeing.com/content/dam/boeing/v... https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-company-bh11886887.jpg — 200 — 305.3 KiB — 73 ms — h2https://www.boeing.com/content/dam/boeing/v2/common/roadblocks/roadblock-company-bba-mobile-bh14311750.jpgwww.boeing.com/content/dam/boeing/v... https://www.boeing.com/content/dam/boeing/v2/common/roadblocks/roadblock-company-bba-mobile-bh14311750.jpg — 200 — 310.2 KiB — 80 ms — h2https://www.boeing.com/content/dam/boeing/v2/safety/strengthening-safety-quality-roadblock-mobile.jpgwww.boeing.com/content/dam/boeing/v... https://www.boeing.com/content/dam/boeing/v2/safety/strengthening-safety-quality-roadblock-mobile.jpg — 200 — 654.3 KiB — 84 ms — h2https://www.boeing.com/content/dam/boeing/v2/products/commercial-services/roadblock-mobile-home-services.jpgwww.boeing.com/content/dam/boeing/v... https://www.boeing.com/content/dam/boeing/v2/products/commercial-services/roadblock-mobile-home-services.jpg — 200 — 625.1 KiB — 85 ms — h2https://www.boeing.com/content/dam/boeing/v2/company/careers/roadblock-mobile-home-careers-bh2659701.jpgwww.boeing.com/content/dam/boeing/v... https://www.boeing.com/content/dam/boeing/v2/company/careers/roadblock-mobile-home-careers-bh2659701.jpg — 200 — 130.8 KiB — 82 ms — h2https://www.boeing.com/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.min.jswww.boeing.com/etc.clientlibs/core/... https://www.boeing.com/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.min.js — 200 — 1011 B — 83 ms — h2https://www.boeing.com/etc.clientlibs/clientlibs/granite/jquery/granite/csrf.min.jswww.boeing.com/etc.clientlibs/clien... https://www.boeing.com/etc.clientlibs/clientlibs/granite/jquery/granite/csrf.min.js — 200 — 2.1 KiB — 83 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 754 ms LCP 7.8 shttps://boeing.com// https://boeing.com/ — 301 — 84 B — 478 ms — h2https://www.boeing.com/www.boeing.com/ https://www.boeing.com/ — 200 — 32.4 KiB — 13 ms — h2https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/rum-standalone.jsrum.hlx.page/.rum/@adobe/helix-rum-... https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/rum-standalone.js — 200 — 2.9 KiB — 26 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-base.min.csswww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-base.min.css — 200 — 8.3 KiB — 11 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-dependencies.min.jswww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-dependencies.min.js — 200 — 476 B — 30 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-bootstrap.min.csswww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-bootstrap.min.css — 200 — 34.8 KiB — 16 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-dependencies.min.csswww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-dependencies.min.css — 200 — 467 B — 12 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-version2.min.csswww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-version2.min.css — 200 — 83.6 KiB — 17 ms — h2https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-commercial-bh12747242.jpgwww.boeing.com/content/dam/boeing/v... https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-commercial-bh12747242.jpg — 200 — 319.7 KiB — 19 ms — h2https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-defense-bh1413822.jpgwww.boeing.com/content/dam/boeing/v... https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-defense-bh1413822.jpg — 200 — 437.6 KiB — 28 ms — h2https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-space-bh11213241.jpgwww.boeing.com/content/dam/boeing/v... https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-space-bh11213241.jpg — 200 — 192.5 KiB — 11 ms — h2https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-services-bh12259560.jpgwww.boeing.com/content/dam/boeing/v... https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-services-bh12259560.jpg — 200 — 331.0 KiB — 18 ms — h2https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-safety-bh2157716.jpgwww.boeing.com/content/dam/boeing/v... https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-safety-bh2157716.jpg — 200 — 338.2 KiB — 58 ms — h2https://players.brightcove.net/800000612001/zgcyiKu6s_default/index.min.jsplayers.brightcove.net/800000612001... https://players.brightcove.net/800000612001/zgcyiKu6s_default/index.min.js — 200 — 294.6 KiB — 52 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-analytics.min.jswww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-analytics.min.js — 200 — 3.3 KiB — 33 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/components/card-carousel/clientlibs/swiper.min.csswww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/components/card-carousel/clientlibs/swiper.min.css — 200 — 5.1 KiB — 75 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/components/card-carousel/clientlibs/swiper.min.jswww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/components/card-carousel/clientlibs/swiper.min.js — 200 — 62.7 KiB — 44 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-bootstrap.min.jswww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-bootstrap.min.js — 200 — 44.0 KiB — 82 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-version2.min.jswww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-version2.min.js — 200 — 53.3 KiB — 44 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-jquery.min.jswww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-jquery.min.js — 200 — 30.8 KiB — 43 ms — h2https://www.boeing.com/etc.clientlibs/core/wcm/components/commons/datalayer/v2/clientlibs/core.wcm.components.commons.datalayer.v2.min.jswww.boeing.com/etc.clientlibs/core/... https://www.boeing.com/etc.clientlibs/core/wcm/components/commons/datalayer/v2/clientlibs/core.wcm.components.commons.datalayer.v2.min.js — 200 — 1.5 KiB — 47 ms — h2https://www.boeing.com/etc.clientlibs/core/wcm/components/commons/datalayer/acdl/core.wcm.components.commons.datalayer.acdl.min.jswww.boeing.com/etc.clientlibs/core/... https://www.boeing.com/etc.clientlibs/core/wcm/components/commons/datalayer/acdl/core.wcm.components.commons.datalayer.acdl.min.js — 200 — 11.6 KiB — 48 ms — h2https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-innovation.jpgwww.boeing.com/content/dam/boeing/v... https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-innovation.jpg — 200 — 217.5 KiB — 53 ms — h2https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-company-bh11886887.jpgwww.boeing.com/content/dam/boeing/v... https://www.boeing.com/content/dam/boeing/v2/common/meganav/meganav-tablet-company-bh11886887.jpg — 200 — 305.3 KiB — 73 ms — h2https://www.boeing.com/content/dam/boeing/v2/common/roadblocks/roadblock-company-bba-mobile-bh14311750.jpgwww.boeing.com/content/dam/boeing/v... https://www.boeing.com/content/dam/boeing/v2/common/roadblocks/roadblock-company-bba-mobile-bh14311750.jpg — 200 — 310.2 KiB — 80 ms — h2https://www.boeing.com/content/dam/boeing/v2/safety/strengthening-safety-quality-roadblock-mobile.jpgwww.boeing.com/content/dam/boeing/v... https://www.boeing.com/content/dam/boeing/v2/safety/strengthening-safety-quality-roadblock-mobile.jpg — 200 — 654.3 KiB — 84 ms — h2https://www.boeing.com/content/dam/boeing/v2/products/commercial-services/roadblock-mobile-home-services.jpgwww.boeing.com/content/dam/boeing/v... https://www.boeing.com/content/dam/boeing/v2/products/commercial-services/roadblock-mobile-home-services.jpg — 200 — 625.1 KiB — 85 ms — h2https://www.boeing.com/content/dam/boeing/v2/company/careers/roadblock-mobile-home-careers-bh2659701.jpgwww.boeing.com/content/dam/boeing/v... https://www.boeing.com/content/dam/boeing/v2/company/careers/roadblock-mobile-home-careers-bh2659701.jpg — 200 — 130.8 KiB — 82 ms — h2https://www.boeing.com/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.min.jswww.boeing.com/etc.clientlibs/core/... https://www.boeing.com/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.min.js — 200 — 1011 B — 83 ms — h2https://www.boeing.com/etc.clientlibs/clientlibs/granite/jquery/granite/csrf.min.jswww.boeing.com/etc.clientlibs/clien... https://www.boeing.com/etc.clientlibs/clientlibs/granite/jquery/granite/csrf.min.js — 200 — 2.1 KiB — 83 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-base.min.jswww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-base.min.js — 200 — 20.3 KiB — 83 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-T6NQQTwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-T6NQQT — 200 — 182.5 KiB — 140 ms — h2data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 184 145.5'%3E%3Cpath styl…www.w3.org/2000/svg' viewBox='0 0 1... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 184 145.5'%3E%3Cpath styl… — 200 — 0 B — 0 ms — datahttps://www.boeing.com/content/experience-fragments/theboeingcompany/us/en/site/header/redesign-header/_jcr_content/root/container_copy_copy/container/image_copy_copy.coreimg.svg/1759858572842/boeing-logo-white.svgwww.boeing.com/content/experience-f... https://www.boeing.com/content/experience-fragments/theboeingcompany/us/en/site/header/redesign-header/_jcr_content/root/container_copy_copy/container/image_copy_copy.coreimg.svg/1759858572842/boeing-logo-white.svg — 200 — 1.6 KiB — 66 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/fonts/BoeingMeso-Regular.woffwww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/fonts/BoeingMeso-Regular.woff — 200 — 32.8 KiB — 65 ms — h2data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='184' height='144' viewBox='0 0 …www.w3.org/2000/svg' width='184' he... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='184' height='144' viewBox='0 0 … — 200 — 0 B — 1 ms — datahttps://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/images/meganav-bg-vision.svgwww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/images/meganav-bg-vision.svg — 200 — 39.6 KiB — 57 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/fonts/BoeingMeso-Bold.woffwww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/fonts/BoeingMeso-Bold.woff — 200 — 33.0 KiB — 10 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/fonts/material-symbols-rounded.woff2www.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/fonts/material-symbols-rounded.woff2 — 200 — 4.2 MiB — 112 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/fonts/Ubuntu-Regular.ttfwww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/fonts/Ubuntu-Regular.ttf — 200 — 145.4 KiB — 41 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/fonts/BoeingMeso-Medium.woffwww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/fonts/BoeingMeso-Medium.woff — 200 — 32.8 KiB — 39 ms — h2https://edge.api.brightcove.com/playback/v1/accounts/800000612001/videos/6385315429112edge.api.brightcove.com/playback/v1... https://edge.api.brightcove.com/playback/v1/accounts/800000612001/videos/6385315429112 — 200 — 0 B — 11 ms — h2https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=ef2514ec5098656dca332f0&player_mode=media&account=800000612001&destination=https%3A%2F%2Fwww.boeing.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F800000612001%2FzgcyiKu6s_default&player_name=Boeing.com%20Single%20Video%20Player%20(pre-website%20redesign)&source=&event=player_init&time=1783903070958&autoplay=false&seq=0metrics.brightcove.com/v2/tracker?d... https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=ef2514ec5098656dca332f0&player_mode=media&account=800000612001&destination=https%3A%2F%2Fwww.boeing.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F800000612001%2FzgcyiKu6s_default&player_name=Boeing.com%20Single%20Video%20Player%20(pre-website%20redesign)&source=&event=player_init&time=1783903070958&autoplay=false&seq=0 — 200 — 276 B — 174 ms — h2https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=ef2514ec5098656dca332f0&player_mode=media&account=800000612001&destination=https%3A%2F%2Fwww.boeing.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F800000612001%2FzgcyiKu6s_default&player_name=Boeing.com%20Single%20Video%20Player%20(pre-website%20redesign)&source=&event=catalog_request&url=https%3A%2F%2Fedge.api.brightcove.com%2Fplayback%2Fv1%2Faccounts%2F800000612001%2Fvideos%2F6385315429112&time=1783903070967&autoplay=false&seq=1metrics.brightcove.com/v2/tracker?d... https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=ef2514ec5098656dca332f0&player_mode=media&account=800000612001&destination=https%3A%2F%2Fwww.boeing.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F800000612001%2FzgcyiKu6s_default&player_name=Boeing.com%20Single%20Video%20Player%20(pre-website%20redesign)&source=&event=catalog_request&url=https%3A%2F%2Fedge.api.brightcove.com%2Fplayback%2Fv1%2Faccounts%2F800000612001%2Fvideos%2F6385315429112&time=1783903070967&autoplay=false&seq=1 — 200 — 88 B — 174 ms — h2https://edge.api.brightcove.com/playback/v1/accounts/800000612001/videos/6385315429112edge.api.brightcove.com/playback/v1... https://edge.api.brightcove.com/playback/v1/accounts/800000612001/videos/6385315429112 — 200 — 5.8 KiB — 7 ms — h2https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=ef2514ec5098656dca332f0&player_mode=media&account=800000612001&destination=https%3A%2F%2Fwww.boeing.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F800000612001%2FzgcyiKu6s_default&player_name=Boeing.com%20Single%20Video%20Player%20(pre-website%20redesign)&source=&autoplay=false&ads_enabled=false&usage=bcGtm!2.1.0%2Cinpage-embed&event=player_load&time=1783903071033&qos.events.content.volumechange=1783903070990&qos.performance.memory.jsHeapSizeLimit=4267180032&qos.performance.memory.usedJSHeapSize=18378532&qos.performance.memory.totalJSHeapSize=43110264&qos.performance.navigation.redirectCount=0&qos.performance.navigation.type=0&qos.performance.navigation.directedMigration=false&qos.performance.timing.loadEventEnd=0&qos.performance.timing.loadEventStart=0&qos.performance.timing.domComplete=0&qos.performance.timing.domContentLoadedEventEnd=0&qos.performance.timing.domContentLoadedEventStart=0&qos.performance.timing.domInteractive=0&qos.performance.timing.domLoading=1783903070655&qos.performance.timing.responseEnd=1783903070652&qos.performance.timing.responseStart=1783903070650&qos.performance.timing.requestStart=1783903070645&qos.performance.timing.secureConnectionStart=1783903070641&qos.performance.timing.connectEnd=1783903070645&qos.performance.timing.connectStart=1783903070640&qos.performance.timing.domainLookupEnd=1783903070640&qos.performance.timing.domainLookupStart=1783903070639&qos.performance.timing.fetchStart=1783903070638&qos.performance.timing.redirectEnd=0&qos.performance.timing.redirectStart=0&qos.performance.timing.unloadEventEnd=0&qos.performance.timing.unloadEventStart=0&qos.performance.timing.navigationStart=1783903070159&qos.player.dimensions=%5B%5B1783903071033%2C%220x0%22%2C%221350x564%22%5D%5D&qos.player.pixelratio=%5B%5B1783903071033%2C1%5D%5D&qos.player.screendimensions=%5B%5B1783903071033%2C%22800x600%22%5D%5D&seq=2metrics.brightcove.com/v2/tracker?d... https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=ef2514ec5098656dca332f0&player_mode=media&account=800000612001&destination=https%3A%2F%2Fwww.boeing.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F800000612001%2FzgcyiKu6s_default&player_name=Boeing.com%20Single%20Video%20Player%20(pre-website%20redesign)&source=&autoplay=false&ads_enabled=false&usage=bcGtm!2.1.0%2Cinpage-embed&event=player_load&time=1783903071033&qos.events.content.volumechange=1783903070990&qos.performance.memory.jsHeapSizeLimit=4267180032&qos.performance.memory.usedJSHeapSize=18378532&qos.performance.memory.totalJSHeapSize=43110264&qos.performance.navigation.redirectCount=0&qos.performance.navigation.type=0&qos.performance.navigation.directedMigration=false&qos.performance.timing.loadEventEnd=0&qos.performance.timing.loadEventStart=0&qos.performance.timing.domComplete=0&qos.performance.timing.domContentLoadedEventEnd=0&qos.performance.timing.domContentLoadedEventStart=0&qos.performance.timing.domInteractive=0&qos.performance.timing.domLoading=1783903070655&qos.performance.timing.responseEnd=1783903070652&qos.performance.timing.responseStart=1783903070650&qos.performance.timing.requestStart=1783903070645&qos.performance.timing.secureConnectionStart=1783903070641&qos.performance.timing.connectEnd=1783903070645&qos.performance.timing.connectStart=1783903070640&qos.performance.timing.domainLookupEnd=1783903070640&qos.performance.timing.domainLookupStart=1783903070639&qos.performance.timing.fetchStart=1783903070638&qos.performance.timing.redirectEnd=0&qos.performance.timing.redirectStart=0&qos.performance.timing.unloadEventEnd=0&qos.performance.timing.unloadEventStart=0&qos.performance.timing.navigationStart=1783903070159&qos.player.dimensions=%5B%5B1783903071033%2C%220x0%22%2C%221350x564%22%5D%5D&qos.player.pixelratio=%5B%5B1783903071033%2C1%5D%5D&qos.player.screendimensions=%5B%5B1783903071033%2C%22800x600%22%5D%5D&seq=2 — 200 — 88 B — 120 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/fonts/BoeingMeso-Light.woffwww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/fonts/BoeingMeso-Light.woff — 200 — 32.2 KiB — 7 ms — h2https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=ef2514ec5098656dca332f0&player_mode=media&account=800000612001&destination=https%3A%2F%2Fwww.boeing.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F800000612001%2FzgcyiKu6s_default&player_name=Boeing.com%20Single%20Video%20Player%20(pre-website%20redesign)&source=&autoplay=false&ads_enabled=false&event=catalog_response&url=https%3A%2F%2Fedge.api.brightcove.com%2Fplayback%2Fv1%2Faccounts%2F800000612001%2Fvideos%2F6385315429112&time=1783903071077&seq=3&response_time_ms=110metrics.brightcove.com/v2/tracker?d... https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=ef2514ec5098656dca332f0&player_mode=media&account=800000612001&destination=https%3A%2F%2Fwww.boeing.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F800000612001%2FzgcyiKu6s_default&player_name=Boeing.com%20Single%20Video%20Player%20(pre-website%20redesign)&source=&autoplay=false&ads_enabled=false&event=catalog_response&url=https%3A%2F%2Fedge.api.brightcove.com%2Fplayback%2Fv1%2Faccounts%2F800000612001%2Fvideos%2F6385315429112&time=1783903071077&seq=3&response_time_ms=110 — 200 — 88 B — 121 ms — h2data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 184 145.5'%3E%3Cpath styl…www.w3.org/2000/svg' viewBox='0 0 1... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 184 145.5'%3E%3Cpath styl… — 200 — 0 B — 0 ms — datahttps://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/images/meganav-bg-boeing-blue.svgwww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/images/meganav-bg-boeing-blue.svg — 200 — 39.6 KiB — 8 ms — h2data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 184 144.5'%3E%3Cpath styl…www.w3.org/2000/svg' viewBox='0 0 1... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 184 144.5'%3E%3Cpath styl… — 200 — 0 B — 0 ms — datahttps://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/images/footer-earth.pngwww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/images/footer-earth.png — 200 — 400.9 KiB — 15 ms — h2https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/images/stock-img.pngwww.boeing.com/etc.clientlibs/thebo... https://www.boeing.com/etc.clientlibs/theboeingcompany/clientlibs/clientlib-site/resources/images/stock-img.png — 200 — 1.8 KiB — 18 ms — h2https://www.boeing.com/content/theboeingcompany/us/en/_jcr_content/root/container/section/card_holder/card_249718414.coreimg.jpeg/1783015129106/stingray-prototype-image-1.jpegwww.boeing.com/content/theboeingcom... https://www.boeing.com/content/theboeingcompany/us/en/_jcr_content/root/container/section/card_holder/card_249718414.coreimg.jpeg/1783015129106/stingray-prototype-image-1.jpeg — 200 — 348.7 KiB — 20 ms — h2https://www.boeing.com/content/theboeingcompany/us/en/_jcr_content/root/container/section/card_holder/card_582701612.coreimg.jpeg/1783015179896/birthplace-image-1.jpegwww.boeing.com/content/theboeingcom... https://www.boeing.com/content/theboeingcompany/us/en/_jcr_content/root/container/section/card_holder/card_582701612.coreimg.jpeg/1783015179896/birthplace-image-1.jpeg — 200 — 126.3 KiB — 33 ms — h2https://www.boeing.com/content/theboeingcompany/us/en/_jcr_content/root/container/section/card_holder/card_1338995213.coreimg.jpeg/1783015224606/batkoski-hero.jpegwww.boeing.com/content/theboeingcom... https://www.boeing.com/content/theboeingcompany/us/en/_jcr_content/root/container/section/card_holder/card_1338995213.coreimg.jpeg/1783015224606/batkoski-hero.jpeg — 200 — 214.3 KiB — 21 ms — h2https://www.boeing.com/content/theboeingcompany/us/en/_jcr_content/root/container/section/card_holder/card.coreimg.jpeg/1783015020875/space-force-contract.jpegwww.boeing.com/content/theboeingcom... https://www.boeing.com/content/theboeingcompany/us/en/_jcr_content/root/container/section/card_holder/card.coreimg.jpeg/1783015020875/space-force-contract.jpeg — 200 — 302.3 KiB — 30 ms — h2https://www.boeing.com/content/theboeingcompany/us/en/_jcr_content/root/container/section/card_holder/card_copy.coreimg.jpeg/1781111765318/new-737-production-line-image-1.jpegwww.boeing.com/content/theboeingcom... https://www.boeing.com/content/theboeingcompany/us/en/_jcr_content/root/container/section/card_holder/card_copy.coreimg.jpeg/1781111765318/new-737-production-line-image-1.jpeg — 200 — 195.2 KiB — 22 ms — h2https://www.boeing.com/content/dam/boeing/v2/common/roadblocks/roadblock-company-bba-bh14311750.jpgwww.boeing.com/content/dam/boeing/v... https://www.boeing.com/content/dam/boeing/v2/common/roadblocks/roadblock-company-bba-bh14311750.jpg — 200 — 593.4 KiB — 45 ms — h2https://www.boeing.com/content/theboeingcompany/us/en/_jcr_content/root/container/section_606591813/card_holder/card.coreimg.jpeg/1765501743677/787-dreamliner-card.jpegwww.boeing.com/content/theboeingcom... https://www.boeing.com/content/theboeingcompany/us/en/_jcr_content/root/container/section_606591813/card_holder/card.coreimg.jpeg/1765501743677/787-dreamliner-card.jpeg — 200 — 187.7 KiB — 48 ms — h2https://www.boeing.com/content/theboeingcompany/us/en/_jcr_content/root/container/section_606591813/card_holder/card_101614653.coreimg.jpeg/1765501743687/mq-28-ghost-bat-card.jpegwww.boeing.com/content/theboeingcom... https://www.boeing.com/content/theboeingcompany/us/en/_jcr_content/root/container/section_606591813/card_holder/card_101614653.coreimg.jpeg/1765501743687/mq-28-ghost-bat-card.jpeg — 200 — 344.3 KiB — 58 ms — h2https://www.boeing.com/content/theboeingcompany/us/en/_jcr_content/root/container/section_606591813/card_holder/card_1771914412.coreimg.jpeg/1765501743697/777x-card.jpegwww.boeing.com/content/theboeingcom... https://www.boeing.com/content/theboeingcompany/us/en/_jcr_content/root/container/section_606591813/card_holder/card_1771914412.coreimg.jpeg/1765501743697/777x-card.jpeg — 200 — 170.5 KiB — 65 ms — h2https://www.boeing.com/content/theboeingcompany/us/en/_jcr_content/root/container/section_606591813/card_holder/card_885170279.coreimg.jpeg/1765501743707/kc-46a-hero-mobile.jpegwww.boeing.com/content/theboeingcom... https://www.boeing.com/content/theboeingcompany/us/en/_jcr_content/root/container/section_606591813/card_holder/card_885170279.coreimg.jpeg/1765501743707/kc-46a-hero-mobile.jpeg — 200 — 402.6 KiB — 89 ms — h2https://www.boeing.com/content/theboeingcompany/us/en/_jcr_content/root/container/section_606591813/card_holder/card_251171599.coreimg.jpeg/1765501743718/737-max-card.jpegwww.boeing.com/content/theboeingcom... https://www.boeing.com/content/theboeingcompany/us/en/_jcr_content/root/container/section_606591813/card_holder/card_251171599.coreimg.jpeg/1765501743718/737-max-card.jpeg — 200 — 64.8 KiB — 64 ms — h2https://www.boeing.com/content/theboeingcompany/us/en/_jcr_content/root/container/section_606591813/card_holder/card_655510885.coreimg.jpeg/1765501743728/x37b-hero-mobile.jpegwww.boeing.com/content/theboeingcom... https://www.boeing.com/content/theboeingcompany/us/en/_jcr_content/root/container/section_606591813/card_holder/card_655510885.coreimg.jpeg/1765501743728/x37b-hero-mobile.jpeg — 200 — 451.5 KiB — 89 ms — h2https://www.boeing.com/content/dam/boeing/v2/safety/strengthening-safety-quality-roadblock.jpgwww.boeing.com/content/dam/boeing/v... https://www.boeing.com/content/dam/boeing/v2/safety/strengthening-safety-quality-roadblock.jpg — 200 — 859.6 KiB — 103 ms — h2https://cf-images.us-east-1.prod.boltdns.net/v1/static/800000612001/0cad694c-ac36-4dac-8b6f-5bf1eb7bdf7f/10d75651-6d46-43f1-b66e-c3131b398373/1920x1080/match/image.jpgcf-images.us-east-1.prod.boltdns.ne... https://cf-images.us-east-1.prod.boltdns.net/v1/static/800000612001/0cad694c-ac36-4dac-8b6f-5bf1eb7bdf7f/10d75651-6d46-43f1-b66e-c3131b398373/1920x1080/match/image.jpg — 200 — 375.2 KiB — 43 ms — h2blob:https://www.boeing.com/96bca3d7-e0b8-4542-b723-7bae559ae391www.boeing.com/96bca3d7-e0b8-4542-b... blob:https://www.boeing.com/96bca3d7-e0b8-4542-b723-7bae559ae391 — 200 — -1 B — 58 ms — blobblob:https://www.boeing.com/b8c0c500-f783-45d6-b931-c6d40b9b7575www.boeing.com/b8c0c500-f783-45d6-b... blob:https://www.boeing.com/b8c0c500-f783-45d6-b931-c6d40b9b7575 — 200 — -1 B — 69 ms — blobblob:https://www.boeing.com/351e65fd-fde2-4419-8467-5ebfc737cc94www.boeing.com/351e65fd-fde2-4419-8... blob:https://www.boeing.com/351e65fd-fde2-4419-8467-5ebfc737cc94 — 200 — -1 B — 60 ms — blobhttps://manifest.prod.boltdns.net/manifest/v1/hls/v4/clear/800000612001/0cad694c-ac36-4dac-8b6f-5bf1eb7bdf7f/10s/master.m3u8?fastly_token=NmE1NDhiM2NfNGViYjQ1Y2I3ZTE1M2IwNTNlM2Q0OWRjYzlmM2Y3MzA4MjA4Mzg4MjJhMzgzNjVhZDc2NThkYTc4YzNkNzg1NA%3D%3Dmanifest.prod.boltdns.net/manifest/... https://manifest.prod.boltdns.net/manifest/v1/hls/v4/clear/800000612001/0cad694c-ac36-4dac-8b6f-5bf1eb7bdf7f/10s/master.m3u8?fastly_token=NmE1NDhiM2NfNGViYjQ1Y2I3ZTE1M2IwNTNlM2Q0OWRjYzlmM2Y3MzA4MjA4Mzg4MjJhMzgzNjVhZDc2NThkYTc4YzNkNzg1NA%3D%3D — 200 — 7.4 KiB — 77 ms — h2blob:https://www.boeing.com/dc544084-73d1-4d12-92d3-cc50cff00429www.boeing.com/dc544084-73d1-4d12-9... blob:https://www.boeing.com/dc544084-73d1-4d12-92d3-cc50cff00429 — 200 — -1 B — 189 ms — blobhttps://www.boeing.com/libs/granite/csrf/token.jsonwww.boeing.com/libs/granite/csrf/to... https://www.boeing.com/libs/granite/csrf/token.json — 200 — 414 B — 511 ms — h2https://boeing2015.q4web.com/feed/StockQuote.svc/GetStockQuoteList?apiKey=0A8F8E9AF02D40FCB0660FF38B256491&exchange=NYSE&symbol=BA&PageSize=1boeing2015.q4web.com/feed/StockQuot... https://boeing2015.q4web.com/feed/StockQuote.svc/GetStockQuoteList?apiKey=0A8F8E9AF02D40FCB0660FF38B256491&exchange=NYSE&symbol=BA&PageSize=1 — 200 — 1.1 KiB — 78 ms — h2https://manifest.prod.boltdns.net/manifest/v1/hls/v4/clear/800000612001/0cad694c-ac36-4dac-8b6f-5bf1eb7bdf7f/8d6b87db-4a83-4caf-8f64-fd107d563a84/10s/rendition.m3u8?fastly_token=NmE1NDhiNTFfNjIzMTMzMTEzNWZjMjU5NTJiM2NjYjNmNjU1YTRkMDA2YmVjYTI2MWNiMGNlMzUwOTdiMWIwNTk3NTA5MjI4OQ%3D%3Dmanifest.prod.boltdns.net/manifest/... https://manifest.prod.boltdns.net/manifest/v1/hls/v4/clear/800000612001/0cad694c-ac36-4dac-8b6f-5bf1eb7bdf7f/8d6b87db-4a83-4caf-8f64-fd107d563a84/10s/rendition.m3u8?fastly_token=NmE1NDhiNTFfNjIzMTMzMTEzNWZjMjU5NTJiM2NjYjNmNjU1YTRkMDA2YmVjYTI2MWNiMGNlMzUwOTdiMWIwNTk3NTA5MjI4OQ%3D%3D — 200 — 1.3 KiB — 185 ms — h2https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=ef2514ec5098656dca332f0&player_mode=media&account=800000612001&destination=https%3A%2F%2Fwww.boeing.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F800000612001%2FzgcyiKu6s_default&player_name=Boeing.com%20Single%20Video%20Player%20(pre-website%20redesign)&source=&autoplay=false&ads_enabled=false&delivery_type=ondemand&time=1783903071399&event=play_request&video=6385315429112&video_name=Boeing%20Web%20Header&custom_fields=%5Bobject%20Object%5D&video_data=%5Bobject%20Object%5D&video_ads_supported=true&tags=boeing.com%2Chome%20page&video_duration=12&media_url=https%3A%2F%2Fmanifest.prod.boltdns.net%2Fmanifest%2Fv1%2Fhls%2Fv4%2Fclear%2F800000612001%2F0cad694c-ac36-4dac-8b6f-5bf1eb7bdf7f%2F10s%2Fmaster.m3u8%3Ffastly_token%3DNmE1NDhiM2NfNGViYjQ1Y2I3ZTE1M2IwNTNlM2Q0OWRjYzlmM2Y3MzA4MjA4Mzg4MjJhMzgzNjVhZDc2NThkYTc4YzNkNzg1NA%253D%253D&seq=4_-1metrics.brightcove.com/v2/tracker?d... https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=ef2514ec5098656dca332f0&player_mode=media&account=800000612001&destination=https%3A%2F%2Fwww.boeing.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F800000612001%2FzgcyiKu6s_default&player_name=Boeing.com%20Single%20Video%20Player%20(pre-website%20redesign)&source=&autoplay=false&ads_enabled=false&delivery_type=ondemand&time=1783903071399&event=play_request&video=6385315429112&video_name=Boeing%20Web%20Header&custom_fields=%5Bobject%20Object%5D&video_data=%5Bobject%20Object%5D&video_ads_supported=true&tags=boeing.com%2Chome%20page&video_duration=12&media_url=https%3A%2F%2Fmanifest.prod.boltdns.net%2Fmanifest%2Fv1%2Fhls%2Fv4%2Fclear%2F800000612001%2F0cad694c-ac36-4dac-8b6f-5bf1eb7bdf7f%2F10s%2Fmaster.m3u8%3Ffastly_token%3DNmE1NDhiM2NfNGViYjQ1Y2I3ZTE1M2IwNTNlM2Q0OWRjYzlmM2Y3MzA4MjA4Mzg4MjJhMzgzNjVhZDc2NThkYTc4YzNkNzg1NA%253D%253D&seq=4_-1 — 200 — 88 B — 121 ms — h2https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=ef2514ec5098656dca332f0&player_mode=media&account=800000612001&destination=https%3A%2F%2Fwww.boeing.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F800000612001%2FzgcyiKu6s_default&player_name=Boeing.com%20Single%20Video%20Player%20(pre-website%20redesign)&source=&autoplay=false&ads_enabled=false&delivery_type=ondemand&media_type=video&time=1783903071367&event=video_impression&video=6385315429112&video_name=Boeing%20Web%20Header&custom_fields=%5Bobject%20Object%5D&video_data=%5Bobject%20Object%5D&video_ads_supported=true&tags=boeing.com%2Chome%20page&video_duration=12&media_url=https%3A%2F%2Fmanifest.prod.boltdns.net%2Fmanifest%2Fv1%2Fhls%2Fv4%2Fclear%2F800000612001%2F0cad694c-ac36-4dac-8b6f-5bf1eb7bdf7f%2F10s%2Fmaster.m3u8%3Ffastly_token%3DNmE1NDhiM2NfNGViYjQ1Y2I3ZTE1M2IwNTNlM2Q0OWRjYzlmM2Y3MzA4MjA4Mzg4MjJhMzgzNjVhZDc2NThkYTc4YzNkNzg1NA%253D%253D&qos.content.sourceMimeType=application%2Fvnd.apple.mpegurl&seq=5_0&preload=metadatametrics.brightcove.com/v2/tracker?d... https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=ef2514ec5098656dca332f0&player_mode=media&account=800000612001&destination=https%3A%2F%2Fwww.boeing.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F800000612001%2FzgcyiKu6s_default&player_name=Boeing.com%20Single%20Video%20Player%20(pre-website%20redesign)&source=&autoplay=false&ads_enabled=false&delivery_type=ondemand&media_type=video&time=1783903071367&event=video_impression&video=6385315429112&video_name=Boeing%20Web%20Header&custom_fields=%5Bobject%20Object%5D&video_data=%5Bobject%20Object%5D&video_ads_supported=true&tags=boeing.com%2Chome%20page&video_duration=12&media_url=https%3A%2F%2Fmanifest.prod.boltdns.net%2Fmanifest%2Fv1%2Fhls%2Fv4%2Fclear%2F800000612001%2F0cad694c-ac36-4dac-8b6f-5bf1eb7bdf7f%2F10s%2Fmaster.m3u8%3Ffastly_token%3DNmE1NDhiM2NfNGViYjQ1Y2I3ZTE1M2IwNTNlM2Q0OWRjYzlmM2Y3MzA4MjA4Mzg4MjJhMzgzNjVhZDc2NThkYTc4YzNkNzg1NA%253D%253D&qos.content.sourceMimeType=application%2Fvnd.apple.mpegurl&seq=5_0&preload=metadata — 200 — 88 B — 123 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 79 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MH9RR8X&gtm=4e6781www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MH9RR8X&gtm=4e6781 — 200 — 142.6 KiB — 45 ms — h2https://manifest.prod.boltdns.net/manifest/v1/hls/v4/clear/800000612001/0cad694c-ac36-4dac-8b6f-5bf1eb7bdf7f/c5041b35-7f4c-4733-bf1c-d22a7114867e/10s/rendition.m3u8?fastly_token=NmE1NDhiNTFfZDlmOTkwZTU1YTdjNWVjMjY4OWExN2Q3MmQzZTRjOTUxNWJjMzgzMTUzNDEzNjk0MzQ4OTk1NzY3NjE4OTI3MA%3D%3Dmanifest.prod.boltdns.net/manifest/... https://manifest.prod.boltdns.net/manifest/v1/hls/v4/clear/800000612001/0cad694c-ac36-4dac-8b6f-5bf1eb7bdf7f/c5041b35-7f4c-4733-bf1c-d22a7114867e/10s/rendition.m3u8?fastly_token=NmE1NDhiNTFfZDlmOTkwZTU1YTdjNWVjMjY4OWExN2Q3MmQzZTRjOTUxNWJjMzgzMTUzNDEzNjk0MzQ4OTk1NzY3NjE4OTI3MA%3D%3D — 200 — 1.2 KiB — 155 ms — h2https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v4/clear/800000612001/0cad694c-ac36-4dac-8b6f-5bf1eb7bdf7f/8d6b87db-4a83-4caf-8f64-fd107d563a84/5x/segment0.ts?fastly_token=NmE1NDhiNTFfODU3NGUwNDBmY2NiMWQ4MjA4ZjExMjBiYTNkZGUyMWNhOTAzMzRjMDkwNmZmMDFmZDg3NzdjYmNhNmYyYTlhN18vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y0L2NsZWFyLzgwMDAwMDYxMjAwMS8wY2FkNjk0Yy1hYzM2LTRkYWMtOGI2Zi01YmYxZWI3YmRmN2YvOGQ2Yjg3ZGItNGE4My00Y2FmLThmNjQtZmQxMDdkNTYzYTg0Lw%3D%3Dhouse-fastly-signed-us-east-1-prod.... https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v4/clear/800000612001/0cad694c-ac36-4dac-8b6f-5bf1eb7bdf7f/8d6b87db-4a83-4caf-8f64-fd107d563a84/5x/segment0.ts?fastly_token=NmE1NDhiNTFfODU3NGUwNDBmY2NiMWQ4MjA4ZjExMjBiYTNkZGUyMWNhOTAzMzRjMDkwNmZmMDFmZDg3NzdjYmNhNmYyYTlhN18vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y0L2NsZWFyLzgwMDAwMDYxMjAwMS8wY2FkNjk0Yy1hYzM2LTRkYWMtOGI2Zi01YmYxZWI3YmRmN2YvOGQ2Yjg3ZGItNGE4My00Y2FmLThmNjQtZmQxMDdkNTYzYTg0Lw%3D%3D — 200 — 624.1 KiB — 23 ms — h2https://cdn.cookielaw.org/consent/eb4cfe6b-1cfe-46e9-af92-1971db6285a8/eb4cfe6b-1cfe-46e9-af92-1971db6285a8.jsoncdn.cookielaw.org/consent/eb4cfe6b-... https://cdn.cookielaw.org/consent/eb4cfe6b-1cfe-46e9-af92-1971db6285a8/eb4cfe6b-1cfe-46e9-af92-1971db6285a8.json — 200 — 2.7 KiB — 78 ms — h2https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v4/clear/800000612001/0cad694c-ac36-4dac-8b6f-5bf1eb7bdf7f/c5041b35-7f4c-4733-bf1c-d22a7114867e/6x/segment0.ts?fastly_token=NmE1NDhiNTFfMmQ5MGUxMDE1MzdkZmY2YzA4MTQ0YjI1YzhjNGZkY2Y0YTk5YTE3ZjYyYmU4MjU5ZmNkZjhlZGEwMjgwZjc4ZV8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y0L2NsZWFyLzgwMDAwMDYxMjAwMS8wY2FkNjk0Yy1hYzM2LTRkYWMtOGI2Zi01YmYxZWI3YmRmN2YvYzUwNDFiMzUtN2Y0Yy00NzMzLWJmMWMtZDIyYTcxMTQ4NjdlLw%3D%3Dhouse-fastly-signed-us-east-1-prod.... https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v4/clear/800000612001/0cad694c-ac36-4dac-8b6f-5bf1eb7bdf7f/c5041b35-7f4c-4733-bf1c-d22a7114867e/6x/segment0.ts?fastly_token=NmE1NDhiNTFfMmQ5MGUxMDE1MzdkZmY2YzA4MTQ0YjI1YzhjNGZkY2Y0YTk5YTE3ZjYyYmU4MjU5ZmNkZjhlZGEwMjgwZjc4ZV8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y0L2NsZWFyLzgwMDAwMDYxMjAwMS8wY2FkNjk0Yy1hYzM2LTRkYWMtOGI2Zi01YmYxZWI3YmRmN2YvYzUwNDFiMzUtN2Y0Yy00NzMzLWJmMWMtZDIyYTcxMTQ4NjdlLw%3D%3D — 200 — 106.8 KiB — 4 ms — h2https://www.boeing.com/favicon.ico?v=1www.boeing.com/favicon.ico?v=1 https://www.boeing.com/favicon.ico?v=1 — 200 — 1.0 KiB — 6 ms — h2https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v4/clear/800000612001/0cad694c-ac36-4dac-8b6f-5bf1eb7bdf7f/8d6b87db-4a83-4caf-8f64-fd107d563a84/5x/segment1.ts?fastly_token=NmE1NDhiNTFfODU3NGUwNDBmY2NiMWQ4MjA4ZjExMjBiYTNkZGUyMWNhOTAzMzRjMDkwNmZmMDFmZDg3NzdjYmNhNmYyYTlhN18vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y0L2NsZWFyLzgwMDAwMDYxMjAwMS8wY2FkNjk0Yy1hYzM2LTRkYWMtOGI2Zi01YmYxZWI3YmRmN2YvOGQ2Yjg3ZGItNGE4My00Y2FmLThmNjQtZmQxMDdkNTYzYTg0Lw%3D%3Dhouse-fastly-signed-us-east-1-prod.... https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v4/clear/800000612001/0cad694c-ac36-4dac-8b6f-5bf1eb7bdf7f/8d6b87db-4a83-4caf-8f64-fd107d563a84/5x/segment1.ts?fastly_token=NmE1NDhiNTFfODU3NGUwNDBmY2NiMWQ4MjA4ZjExMjBiYTNkZGUyMWNhOTAzMzRjMDkwNmZmMDFmZDg3NzdjYmNhNmYyYTlhN18vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y0L2NsZWFyLzgwMDAwMDYxMjAwMS8wY2FkNjk0Yy1hYzM2LTRkYWMtOGI2Zi01YmYxZWI3YmRmN2YvOGQ2Yjg3ZGItNGE4My00Y2FmLThmNjQtZmQxMDdkNTYzYTg0Lw%3D%3D — 200 — 82.9 KiB — 5 ms — h2https://manifest.prod.boltdns.net/manifest/v1/hls/v4/clear/800000612001/0cad694c-ac36-4dac-8b6f-5bf1eb7bdf7f/10s/master.m3u8?fastly_token=NmE1NDhiM2NfNGViYjQ1Y2I3ZTE1M2IwNTNlM2Q0OWRjYzlmM2Y3MzA4MjA4Mzg4MjJhMzgzNjVhZDc2NThkYTc4YzNkNzg1NA%3D%3Dmanifest.prod.boltdns.net/manifest/... https://manifest.prod.boltdns.net/manifest/v1/hls/v4/clear/800000612001/0cad694c-ac36-4dac-8b6f-5bf1eb7bdf7f/10s/master.m3u8?fastly_token=NmE1NDhiM2NfNGViYjQ1Y2I3ZTE1M2IwNTNlM2Q0OWRjYzlmM2Y3MzA4MjA4Mzg4MjJhMzgzNjVhZDc2NThkYTc4YzNkNzg1NA%3D%3D — 200 — 0 B — 11 ms — h2https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v4/clear/800000612001/0cad694c-ac36-4dac-8b6f-5bf1eb7bdf7f/c5041b35-7f4c-4733-bf1c-d22a7114867e/6x/segment1.ts?fastly_token=NmE1NDhiNTFfMmQ5MGUxMDE1MzdkZmY2YzA4MTQ0YjI1YzhjNGZkY2Y0YTk5YTE3ZjYyYmU4MjU5ZmNkZjhlZGEwMjgwZjc4ZV8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y0L2NsZWFyLzgwMDAwMDYxMjAwMS8wY2FkNjk0Yy1hYzM2LTRkYWMtOGI2Zi01YmYxZWI3YmRmN2YvYzUwNDFiMzUtN2Y0Yy00NzMzLWJmMWMtZDIyYTcxMTQ4NjdlLw%3D%3Dhouse-fastly-signed-us-east-1-prod.... https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v4/clear/800000612001/0cad694c-ac36-4dac-8b6f-5bf1eb7bdf7f/c5041b35-7f4c-4733-bf1c-d22a7114867e/6x/segment1.ts?fastly_token=NmE1NDhiNTFfMmQ5MGUxMDE1MzdkZmY2YzA4MTQ0YjI1YzhjNGZkY2Y0YTk5YTE3ZjYyYmU4MjU5ZmNkZjhlZGEwMjgwZjc4ZV8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y0L2NsZWFyLzgwMDAwMDYxMjAwMS8wY2FkNjk0Yy1hYzM2LTRkYWMtOGI2Zi01YmYxZWI3YmRmN2YvYzUwNDFiMzUtN2Y0Yy00NzMzLWJmMWMtZDIyYTcxMTQ4NjdlLw%3D%3D — 200 — 3.8 KiB — 13 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 281 B — 70 ms — h2https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=ef2514ec5098656dca332f0&player_mode=media&account=800000612001&destination=https%3A%2F%2Fwww.boeing.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F800000612001%2FzgcyiKu6s_default&player_name=Boeing.com%20Single%20Video%20Player%20(pre-website%20redesign)&source=&autoplay=false&ads_enabled=false&delivery_type=ondemand&media_type=video&time=1783903071880&event=video_view&video=6385315429112&video_name=Boeing%20Web%20Header&custom_fields=%5Bobject%20Object%5D&video_data=%5Bobject%20Object%5D&video_ads_supported=true&tags=boeing.com%2Chome%20page&video_duration=12&media_url=https%3A%2F%2Fmanifest.prod.boltdns.net%2Fmanifest%2Fv1%2Fhls%2Fv4%2Fclear%2F800000612001%2F0cad694c-ac36-4dac-8b6f-5bf1eb7bdf7f%2F10s%2Fmaster.m3u8%3Ffastly_token%3DNmE1NDhiM2NfNGViYjQ1Y2I3ZTE1M2IwNTNlM2Q0OWRjYzlmM2Y3MzA4MjA4Mzg4MjJhMzgzNjVhZDc2NThkYTc4YzNkNzg1NA%253D%253D&seq=6_0&load_time_ms=512&start_time_ms=481metrics.brightcove.com/v2/tracker?d... https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=ef2514ec5098656dca332f0&player_mode=media&account=800000612001&destination=https%3A%2F%2Fwww.boeing.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F800000612001%2FzgcyiKu6s_default&player_name=Boeing.com%20Single%20Video%20Player%20(pre-website%20redesign)&source=&autoplay=false&ads_enabled=false&delivery_type=ondemand&media_type=video&time=1783903071880&event=video_view&video=6385315429112&video_name=Boeing%20Web%20Header&custom_fields=%5Bobject%20Object%5D&video_data=%5Bobject%20Object%5D&video_ads_supported=true&tags=boeing.com%2Chome%20page&video_duration=12&media_url=https%3A%2F%2Fmanifest.prod.boltdns.net%2Fmanifest%2Fv1%2Fhls%2Fv4%2Fclear%2F800000612001%2F0cad694c-ac36-4dac-8b6f-5bf1eb7bdf7f%2F10s%2Fmaster.m3u8%3Ffastly_token%3DNmE1NDhiM2NfNGViYjQ1Y2I3ZTE1M2IwNTNlM2Q0OWRjYzlmM2Y3MzA4MjA4Mzg4MjJhMzgzNjVhZDc2NThkYTc4YzNkNzg1NA%253D%253D&seq=6_0&load_time_ms=512&start_time_ms=481 — 200 — 52 B — 121 ms — h3https://cdn.cookielaw.org/scripttemplates/202510.2.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202510.2.0/otBannerSdk.js — 200 — 124.1 KiB — 49 ms — h2https://cdn.cookielaw.org/consent/eb4cfe6b-1cfe-46e9-af92-1971db6285a8/0194f2d0-ec9e-76f5-af64-ce71dfcc11ca/en.jsoncdn.cookielaw.org/consent/eb4cfe6b-... https://cdn.cookielaw.org/consent/eb4cfe6b-1cfe-46e9-af92-1971db6285a8/0194f2d0-ec9e-76f5-af64-ce71dfcc11ca/en.json — 200 — 22.2 KiB — 37 ms — h2https://cdn.cookielaw.org/scripttemplates/202510.2.0/assets/otFlat.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202510.2.0/assets/otFlat.json — 200 — 3.4 KiB — 29 ms — h2https://cdn.cookielaw.org/scripttemplates/202510.2.0/assets/v2/otPcCenter.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202510.2.0/assets/v2/otPcCenter.json — 200 — 13.2 KiB — 33 ms — h2https://cdn.cookielaw.org/scripttemplates/202510.2.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202510.2.0/assets/otCommonStyles.css — 200 — 4.6 KiB — 32 ms — h2https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 490 B — 27 ms — h2https://cdn.cookielaw.org/logos/7a02e6ee-4433-4d2d-b133-66ab66311d80/7a8a4c2d-17c9-4082-951d-65a61a10a7b5/Boeing_logo_121619.pngcdn.cookielaw.org/logos/7a02e6ee-44... https://cdn.cookielaw.org/logos/7a02e6ee-4433-4d2d-b133-66ab66311d80/7a8a4c2d-17c9-4082-951d-65a61a10a7b5/Boeing_logo_121619.png — 200 — 3.5 KiB — 29 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.7 KiB — 28 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
84% of JavaScript execution is third-party
First-party Third-party 1260ms · 831KB · $17/mo
players.brightcove.net
Other
Costly
Execution 556ms
Transfer 295 KB
Unused 44%
Monthly Cost $7/mo
www.boeing.com
Other
Costly
Execution 237ms
Transfer 32 KB
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 169ms
Transfer 183 KB
Unused 43%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 113ms
Transfer 143 KB
Unused 44%
Monthly Cost $2/mo
OneTrust
Consent
Essential
Execution 74ms
Transfer 124 KB
Unused 53%
Monthly Cost $1/mo
www.boeing.com
Other
Optional
Execution 60ms
Transfer 53 KB
Unused 64%
Monthly Cost $1/mo
www.boeing.com
Other
Optional
Execution 52ms
Transfer 1 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • players.brightcove.net adds 556ms and costs ~$7/month
  • www.boeing.com adds 237ms and costs ~$3/month

84% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

players.brightcove.net takes 556ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.boeing.com takes 237ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

53% of OneTrust's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

64% of www.boeing.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

Image Optimization
75 images, 5872 KB total, 307 KB wasted
INFO

Image Optimization Audit

Total Images

75

Total Size

5872 KB

Oversized

2

Wasted

307 KB

7 missing alt text 19 missing dimensions 6 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback