Skip to content
https://linux.com

Performance

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

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

94
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
90
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
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.

1.02 s

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

1.23 s

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

38 ms

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

0.064

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

1.41 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.

5.22 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
22
8 PASS 7 REVIEW 4 FIX
D
Page Weight Budget
Action
2.3 MB transferred, 158 requests
FIX
2.3 MB transferred, 158 requests
Info::
Page weighs 8.4 MB (2.3 MB transferred)
Warning::
JavaScript is 1.9 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.9 MB
Info::
CSS is 216 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 216 KB
Warning::
158 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.49 g CO2 per page load
2.3 MB / 2.4 MB budget
2.3 MB transferred
158 requests
0.49 g CO2 per page load
JavaScript 1.9 MiB 80%
CSS 215.6 KiB 9%
Fonts 147.6 KiB 6%
HTML 48.9 KiB 2%
Images 27.7 KiB 1%
Other 19.7 KiB 1%
Other 5.1 KiB 0%
Other 3.7 KiB 0%
Other 548 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

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 (2.3 MiB of 2.3 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
95 scripts, 608 KB unused
FIX
95 scripts, 608 KB unused
Warning::
https://pagead2.googlesyndication.com/pagead/manag...: 119 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-103...: 111 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-RJHF...: 70 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-103...: 62 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-NXG...: 62 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 608 KB
608 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202608180101/show_ads_impl_fy2021.js?bust=122880538162 KB119 KB (73%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-1032976986160 KB111 KB (69%)3rd
https://www.googletagmanager.com/gtag/js?id=G-RJHFVBNKK7&cx=c&gtm=4e68j0170 KB70 KB (41%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-1032976986&cx=c&gtm=4e68j0160 KB62 KB (39%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NXGNZW138 KB62 KB (45%)3rd
https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=12.7.747 KB36 KB (77%)3rd
https://js.driftt.com/include/1787256000000/zxhkzyedc2xb.js63 KB35 KB (55%)3rd
https://connect.facebook.net/en_US/fbevents.js105 KB34 KB (33%)3rd
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js56 KB31 KB (55%)3rd
https://lfx-segment.platform.linuxfoundation.org/latest/lfx-segment-analytics.min.js84 KB27 KB (33%)3rd

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
158 resources · 2.3 MB · 608 KB savings available
FIX
158 resources · 2.3 MB · 608 KB savings available
Warning::
Page weight 2.3 MB exceeds 1 MB target by 1.3 MB
Got: 2.3 MB Expected: ≤ 1 MB
Info::
~608 KB of savings available
Warning::
157 third-party resources (100% of weight)
158 resources · 2.3 MiB · 157 third-party 1.3 MiB over 1MB target
JavaScript 80% · 1.9 MiB
CSS 9% · 215.6 KiB
Font 6% · 147.6 KiB
Document 2% · 49.3 KiB
Image 1% · 31.8 KiB
Other 1% · 24.6 KiB

~607.6 KiB of savings available

Remove unused JavaScript: 607.6 KiB
B
Image Optimization
9 images, 0 KB saveable
REVIEW
9 images, 0 KB saveable
Warning::
https://www.linux.com/wp-content/uploads/2025/12/k... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
9 images 28 KB
0 oversized -0 KB
7 legacy format
1 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

B
JS Execution Cost
909ms total JS execution
REVIEW
909ms total JS execution
Info::
Unattributable: 175ms CPU time
Info::
https://www.linux.com/: 131ms CPU time
Info::
https://js.hs-analytics.net/analytics/178725570000...: 114ms CPU time
Info::
https://js.driftt.com/include/1787256000000/zxhkzy...: 111ms CPU time
Info::
https://connect.facebook.net/signals/config/232741...: 86ms CPU time
Warning::
Third-party scripts: 734ms (81% of total)

Main Thread Breakdown

Script Evaluation 61% Other 14% Style & Layout 11% Script Parsing & Compilation 9%
ScriptTotalScriptingParse/CompileParty
Unattributable175ms32ms0ms1st
https://www.linux.com/131ms10ms4ms3rd
https://js.hs-analytics.net/analytics/1787255700000/8112310.js114ms85ms2ms3rd
https://js.driftt.com/include/1787256000000/zxhkzyedc2xb.js111ms107ms4ms3rd
https://connect.facebook.net/signals/config/232741255631043?v=2.9.380&r=stable&domain=www.linux.com&hme=c50c23a73e1ec4606e74678f41b5d8ea0d42064a6916ad288a18c9a04f0ffe88&ex_m=113%2C218%2C164%2C25%2C78%2C79%2C156%2C74%2C73%2C11%2C174%2C98%2C19%2C148%2C136%2C43%2C81%2C86%2C144%2C169%2C176%2C29%2C17%2C30%2C31%2C32%2C34%2C52%2C157%2C83%2C121%2C21%2C23%2C48%2C44%2C46%2C45%2C91%2C100%2C104%2C119%2C155%2C158%2C50%2C120%2C27%2C24%2C128%2C75%2C40%2C160%2C159%2C161%2C152%2C150%2C28%2C39%2C63%2C118%2C171%2C76%2C20%2C123%2C89%2C72%2C22%2C93%2C94%2C125%2C92%2C146%2C145%2C149%2C105%2C170%2C173%2C38%2C53%2C122%2C51%2C8%2C4%2C5%2C7%2C6%2C3%2C99%2C110%2C177%2C185%2C232%2C80%2C245%2C244%2C243%2C14%2C26%2C37%2C59%2C112%2C65%2C10%2C69%2C106%2C107%2C108%2C114%2C139%2C35%2C33%2C141%2C142%2C143%2C138%2C137%2C165%2C82%2C168%2C166%2C167%2C54%2C64%2C132%2C18%2C172%2C49%2C291%2C292%2C290%2C305%2C327%2C225%2C214%2C66%2C215%2C213%2C330%2C321%2C56%2C226%2C116%2C140%2C88%2C130%2C58%2C129%2C135%2C134%2C62%2C70%2C68%2C162%2C84%2C85%2C124%2C41%2C36%2C57%2C60%2C109%2C175%2C1%2C133%2C16%2C131%2C12%2C2%2C61%2C101%2C15%2C71%2C67%2C127%2C97%2C96%2C178%2C179%2C102%2C103%2C9%2C111%2C55%2C153%2C95%2C87%2C77%2C126%2C115%2C47%2C154%2C0%2C90%2C147%2C151%2C163%2C42%2C117%2C13%2C18086ms75ms10ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-1032976986&cx=c&gtm=4e68j063ms54ms9ms3rd
https://www.googletagmanager.com/gtag/js?id=G-RJHFVBNKK7&cx=c&gtm=4e68j061ms51ms9ms3rd
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202608180101/show_ads_impl_fy2021.js?bust=12288053860ms47ms9ms3rd
https://www.linux.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.155ms36ms2ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NXGNZW53ms44ms8ms3rd
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.
C
Main HTML Cache-Control
Action
Main HTML max-age=86400 (~1440min) is aggressive
REVIEW
Main HTML max-age=86400 (~1440min) is aggressive
Warning::
Main HTML cached for 1440 minutes -- risks stale auth / SPA state
Long max-age on the main HTML document means users may see outdated auth state, SPA shells, or A/B variants until the cache expires. Consider Cache-Control: no-cache (or max-age=300) for HTML and let your hashed assets (JS/CSS/images) carry the long cache instead.
Got: public, max-age=86400
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
4 fonts (148 KB)
PASS
4 fonts (148 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

148 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 1.0 s LCP 1.2 shttps://www.linux.com/wp-content/themes/Newspaper/images/icons/newspaper.woffnewspaper.woff https://www.linux.com/wp-content/themes/Newspaper/images/icons/newspaper.woff — 34.5 KiB — 25 ms — font-display: swaphttps://www.linux.com/wp-content/themes/Newspaper/images/icons/newspaper.woff?24newspaper.woff https://www.linux.com/wp-content/themes/Newspaper/images/icons/newspaper.woff?24 — 34.4 KiB — 6 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 54 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.0 KiB — 66 ms — font-display: swap
newspaper.woff woff swap
Size 34 KB
Load time 25 ms
Start 36 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
newspaper.woff woff swap
Size 34 KB
Load time 6 ms
Start 263 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 54 ms
Start 264 ms
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 66 ms
Start 264 ms
Risk FOUT — text flashes from fallback to web font
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 ~21 KB and ~42 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
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Cookie, Cookie
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
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.
A
HTTP Caching
max-age=86400 (1 day)
PASS
max-age=86400 (1 day)
Info::
Cache-Control header is set
Got: public, max-age=86400
Info::
Effective TTL: 1 day (max-age=86400)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

public, max-age=86400

DirectiveValueMeaning
publicAny cache may store this response
max-age86400Cache for 1 day
Effective TTL: 86400 seconds
Network Waterfall
158 requests over 2898ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.0 s LCP 1.2 shttps://linux.com// https://linux.com/ — 301 — 421 B — 11 ms — h2https://www.linux.com/www.linux.com/ https://www.linux.com/ — 200 — 36.7 KiB — 9 ms — h2https://www.linux.com/wp-content/plugins/profile-builder/add-ons-free/user-profile-picture/dist/blocks.style.build.css?ver=2.6.0www.linux.com/wp-content/plugins/pr... https://www.linux.com/wp-content/plugins/profile-builder/add-ons-free/user-profile-picture/dist/blocks.style.build.css?ver=2.6.0 — 200 — 4.2 KiB — 15 ms — h2https://www.linux.com/wp-content/plugins/td-composer/td-multi-purpose/style.css?ver=dc42461e47c7cd66a8b827afd1756c1cwww.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/td-multi-purpose/style.css?ver=dc42461e47c7cd66a8b827afd1756c1c — 200 — 6.6 KiB — 18 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:400,600,700&display=swap&ver=12.7.7fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:400,600,700&display=swap&ver=12.7.7 — 200 — 2.6 KiB — 115 ms — h2https://www.linux.com/wp-content/themes/Newspaper/style.css?ver=12.7.7www.linux.com/wp-content/themes/New... https://www.linux.com/wp-content/themes/Newspaper/style.css?ver=12.7.7 — 200 — 33.7 KiB — 42 ms — h2https://www.linux.com/wp-content/themes/Newspaper-child/style.css?ver=12.7.7cwww.linux.com/wp-content/themes/New... https://www.linux.com/wp-content/themes/Newspaper-child/style.css?ver=12.7.7c — 200 — 541 B — 24 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css?ver=dc42461e47c7cd66a8b827afd1756c1cwww.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css?ver=dc42461e47c7cd66a8b827afd1756c1c — 200 — 34.1 KiB — 29 ms — h2https://www.linux.com/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css?ver=ca277ee5dcb470bd24a3f9654a38d235www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css?ver=ca277ee5dcb470bd24a3f9654a38d235 — 200 — 92.5 KiB — 40 ms — h2https://www.linux.com/wp-content/plugins/td-cloud-library/assets/css/tdb_main.css?ver=43473a7fc489321d36f8d15a34d1be14www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-cloud-library/assets/css/tdb_main.css?ver=43473a7fc489321d36f8d15a34d1be14 — 200 — 9.7 KiB — 37 ms — h2https://www.linux.com/wp-content/plugins/profile-builder/assets/css/style-front-end.css?ver=3.16.6www.linux.com/wp-content/plugins/pr... https://www.linux.com/wp-content/plugins/profile-builder/assets/css/style-front-end.css?ver=3.16.6 — 200 — 8.9 KiB — 16 ms — h2https://www.linux.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.linux.com/wp-includes/js/jquery... https://www.linux.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 35.0 KiB — 28 ms — h2https://www.linux.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.linux.com/wp-includes/js/jquery... https://www.linux.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.6 KiB — 16 ms — h2https://www.linux.com/wp-content/themes/Newspaper/images/icons/newspaper.woffwww.linux.com/wp-content/themes/New... https://www.linux.com/wp-content/themes/Newspaper/images/icons/newspaper.woff — 200 — 34.5 KiB — 25 ms — h2https://lfx-segment.platform.linuxfoundation.org/latest/lfx-segment-analytics.min.jslfx-segment.platform.linuxfoundatio... https://lfx-segment.platform.linuxfoundation.org/latest/lfx-segment-analytics.min.js — 200 — 83.6 KiB — 43 ms — h3https://www.linux.com/wp-content/uploads/2019/08/ldc-white-272.pngwww.linux.com/wp-content/uploads/20... https://www.linux.com/wp-content/uploads/2019/08/ldc-white-272.png — 200 — 3.5 KiB — 16 ms — h2https://www.linux.com/wp-content/uploads/2025/12/kceu_ad.jpgwww.linux.com/wp-content/uploads/20... https://www.linux.com/wp-content/uploads/2025/12/kceu_ad.jpg — 200 — 11.9 KiB — 14 ms — h2https://www.linux.com/wp-content/plugins/profile-builder/add-ons-free/user-profile-picture/js/mpp-frontend.js?ver=2.6.0www.linux.com/wp-content/plugins/pr... https://www.linux.com/wp-content/plugins/profile-builder/add-ons-free/user-profile-picture/js/mpp-frontend.js?ver=2.6.0 — 200 — 539 B — 8 ms — h2https://www.linux.com/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-form-move-tracker.js?ver=1.22.5www.linux.com/wp-content/plugins/du... https://www.linux.com/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-form-move-tracker.js?ver=1.22.5 — 200 — 587 B — 7 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=12.7.7www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=12.7.7 — 200 — 47.2 KiB — 8 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js?ver=12.7.7www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js?ver=12.7.7 — 200 — 1006 B — 6 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js?ver=12.7.7www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js?ver=12.7.7 — 200 — 1.3 KiB — 5 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js?ver=12.7.7www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js?ver=12.7.7 — 200 — 1.9 KiB — 6 ms — h2https://www.linux.com/wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js?ver=43473a7fc489321d36f8d15a34d1be14www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js?ver=43473a7fc489321d36f8d15a34d1be14 — 200 — 7.6 KiB — 8 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdToTop.js?ver=12.7.7www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdToTop.js?ver=12.7.7 — 200 — 921 B — 5 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLogin.js?ver=12.7.7www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLogin.js?ver=12.7.7 — 200 — 3.5 KiB — 7 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdMenu.js?ver=12.7.7www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdMenu.js?ver=12.7.7 — 200 — 1.7 KiB — 6 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxSearch.js?ver=12.7.7www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxSearch.js?ver=12.7.7 — 200 — 1.9 KiB — 6 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoadingBox.js?ver=12.7.7www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoadingBox.js?ver=12.7.7 — 200 — 1.1 KiB — 6 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdInfiniteLoader.js?ver=12.7.7www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdInfiniteLoader.js?ver=12.7.7 — 200 — 1022 B — 6 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.0 s LCP 1.2 shttps://linux.com// https://linux.com/ — 301 — 421 B — 11 ms — h2https://www.linux.com/www.linux.com/ https://www.linux.com/ — 200 — 36.7 KiB — 9 ms — h2https://www.linux.com/wp-content/plugins/profile-builder/add-ons-free/user-profile-picture/dist/blocks.style.build.css?ver=2.6.0www.linux.com/wp-content/plugins/pr... https://www.linux.com/wp-content/plugins/profile-builder/add-ons-free/user-profile-picture/dist/blocks.style.build.css?ver=2.6.0 — 200 — 4.2 KiB — 15 ms — h2https://www.linux.com/wp-content/plugins/td-composer/td-multi-purpose/style.css?ver=dc42461e47c7cd66a8b827afd1756c1cwww.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/td-multi-purpose/style.css?ver=dc42461e47c7cd66a8b827afd1756c1c — 200 — 6.6 KiB — 18 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:400,600,700&display=swap&ver=12.7.7fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:400,600,700&display=swap&ver=12.7.7 — 200 — 2.6 KiB — 115 ms — h2https://www.linux.com/wp-content/themes/Newspaper/style.css?ver=12.7.7www.linux.com/wp-content/themes/New... https://www.linux.com/wp-content/themes/Newspaper/style.css?ver=12.7.7 — 200 — 33.7 KiB — 42 ms — h2https://www.linux.com/wp-content/themes/Newspaper-child/style.css?ver=12.7.7cwww.linux.com/wp-content/themes/New... https://www.linux.com/wp-content/themes/Newspaper-child/style.css?ver=12.7.7c — 200 — 541 B — 24 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css?ver=dc42461e47c7cd66a8b827afd1756c1cwww.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css?ver=dc42461e47c7cd66a8b827afd1756c1c — 200 — 34.1 KiB — 29 ms — h2https://www.linux.com/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css?ver=ca277ee5dcb470bd24a3f9654a38d235www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css?ver=ca277ee5dcb470bd24a3f9654a38d235 — 200 — 92.5 KiB — 40 ms — h2https://www.linux.com/wp-content/plugins/td-cloud-library/assets/css/tdb_main.css?ver=43473a7fc489321d36f8d15a34d1be14www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-cloud-library/assets/css/tdb_main.css?ver=43473a7fc489321d36f8d15a34d1be14 — 200 — 9.7 KiB — 37 ms — h2https://www.linux.com/wp-content/plugins/profile-builder/assets/css/style-front-end.css?ver=3.16.6www.linux.com/wp-content/plugins/pr... https://www.linux.com/wp-content/plugins/profile-builder/assets/css/style-front-end.css?ver=3.16.6 — 200 — 8.9 KiB — 16 ms — h2https://www.linux.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.linux.com/wp-includes/js/jquery... https://www.linux.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 35.0 KiB — 28 ms — h2https://www.linux.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.linux.com/wp-includes/js/jquery... https://www.linux.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.6 KiB — 16 ms — h2https://www.linux.com/wp-content/themes/Newspaper/images/icons/newspaper.woffwww.linux.com/wp-content/themes/New... https://www.linux.com/wp-content/themes/Newspaper/images/icons/newspaper.woff — 200 — 34.5 KiB — 25 ms — h2https://lfx-segment.platform.linuxfoundation.org/latest/lfx-segment-analytics.min.jslfx-segment.platform.linuxfoundatio... https://lfx-segment.platform.linuxfoundation.org/latest/lfx-segment-analytics.min.js — 200 — 83.6 KiB — 43 ms — h3https://www.linux.com/wp-content/uploads/2019/08/ldc-white-272.pngwww.linux.com/wp-content/uploads/20... https://www.linux.com/wp-content/uploads/2019/08/ldc-white-272.png — 200 — 3.5 KiB — 16 ms — h2https://www.linux.com/wp-content/uploads/2025/12/kceu_ad.jpgwww.linux.com/wp-content/uploads/20... https://www.linux.com/wp-content/uploads/2025/12/kceu_ad.jpg — 200 — 11.9 KiB — 14 ms — h2https://www.linux.com/wp-content/plugins/profile-builder/add-ons-free/user-profile-picture/js/mpp-frontend.js?ver=2.6.0www.linux.com/wp-content/plugins/pr... https://www.linux.com/wp-content/plugins/profile-builder/add-ons-free/user-profile-picture/js/mpp-frontend.js?ver=2.6.0 — 200 — 539 B — 8 ms — h2https://www.linux.com/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-form-move-tracker.js?ver=1.22.5www.linux.com/wp-content/plugins/du... https://www.linux.com/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-form-move-tracker.js?ver=1.22.5 — 200 — 587 B — 7 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=12.7.7www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=12.7.7 — 200 — 47.2 KiB — 8 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js?ver=12.7.7www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js?ver=12.7.7 — 200 — 1006 B — 6 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js?ver=12.7.7www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js?ver=12.7.7 — 200 — 1.3 KiB — 5 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js?ver=12.7.7www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js?ver=12.7.7 — 200 — 1.9 KiB — 6 ms — h2https://www.linux.com/wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js?ver=43473a7fc489321d36f8d15a34d1be14www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js?ver=43473a7fc489321d36f8d15a34d1be14 — 200 — 7.6 KiB — 8 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdToTop.js?ver=12.7.7www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdToTop.js?ver=12.7.7 — 200 — 921 B — 5 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLogin.js?ver=12.7.7www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLogin.js?ver=12.7.7 — 200 — 3.5 KiB — 7 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdMenu.js?ver=12.7.7www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdMenu.js?ver=12.7.7 — 200 — 1.7 KiB — 6 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxSearch.js?ver=12.7.7www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxSearch.js?ver=12.7.7 — 200 — 1.9 KiB — 6 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoadingBox.js?ver=12.7.7www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoadingBox.js?ver=12.7.7 — 200 — 1.1 KiB — 6 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdInfiniteLoader.js?ver=12.7.7www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdInfiniteLoader.js?ver=12.7.7 — 200 — 1022 B — 6 ms — h2https://js.hs-scripts.com/8112310.jsjs.hs-scripts.com/8112310.js https://js.hs-scripts.com/8112310.js — 200 — 1.4 KiB — 81 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-NXGNZWwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NXGNZW — 200 — 137.7 KiB — 191 ms — h2https://cdn.segment.com/v1/projects/EWFPUEsvJ00zc2eXsH3tNH3f3D00GhFY/settingscdn.segment.com/v1/projects/EWFPUEs... https://cdn.segment.com/v1/projects/EWFPUEsvJ00zc2eXsH3tNH3f3D00GhFY/settings — 200 — 1.2 KiB — 13 ms — h2https://www.linux.com/wp-content/uploads/2024/09/OpenSearch.webpwww.linux.com/wp-content/uploads/20... https://www.linux.com/wp-content/uploads/2024/09/OpenSearch.webp — 200 — 9.3 KiB — 5 ms — h2https://www.linux.com/wp-content/themes/Newspaper/images/icons/newspaper.woff?24www.linux.com/wp-content/themes/New... https://www.linux.com/wp-content/themes/Newspaper/images/icons/newspaper.woff?24 — 200 — 34.4 KiB — 6 ms — h2https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 54 ms — h3https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 66 ms — h3blob:https://www.linux.com/bc583176-7a2d-44b8-a8e4-537bf54bd1afwww.linux.com/bc583176-7a2d-44b8-a8... blob:https://www.linux.com/bc583176-7a2d-44b8-a8e4-537bf54bd1af — 200 — -1 B — 102 ms — blobhttps://api.segment.io/v1/papi.segment.io/v1/p https://api.segment.io/v1/p — 200 — 173 B — 552 ms — h2https://js.hs-banner.com/v2/8112310/banner.jsjs.hs-banner.com/v2/8112310/banner.... https://js.hs-banner.com/v2/8112310/banner.js — 200 — 25.9 KiB — 73 ms — h2https://js.hs-analytics.net/analytics/1787255700000/8112310.jsjs.hs-analytics.net/analytics/17872... https://js.hs-analytics.net/analytics/1787255700000/8112310.js — 200 — 45.0 KiB — 85 ms — h2https://js.usemessages.com/conversations-embed.jsjs.usemessages.com/conversations-em... https://js.usemessages.com/conversations-embed.js — 200 — 28.3 KiB — 83 ms — h2https://js.hsadspixel.net/pixels.jsjs.hsadspixel.net/pixels.js https://js.hsadspixel.net/pixels.js — 200 — 5.3 KiB — 68 ms — h2https://js.hubspot.com/web-interactives-embed.jsjs.hubspot.com/web-interactives-emb... https://js.hubspot.com/web-interactives-embed.js — 200 — 28.2 KiB — 73 ms — h2https://www.googletagmanager.com/gtag/js?id=G-RJHFVBNKK7&cx=c&gtm=4e68j0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-RJHFVBNKK7&cx=c&gtm=4e68j0 — 200 — 169.7 KiB — 120 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 104 ms — h2https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 20.6 KiB — 51 ms — http/1.1https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 55.8 KiB — 109 ms — h3https://js.driftt.com/include/1787256000000/zxhkzyedc2xb.jsjs.driftt.com/include/1787256000000... https://js.driftt.com/include/1787256000000/zxhkzyedc2xb.js — 200 — 63.5 KiB — 597 ms — h2https://www.linux.com/wp-includes/js/wp-emoji-release.min.js?ver=7.0.3www.linux.com/wp-includes/js/wp-emo... https://www.linux.com/wp-includes/js/wp-emoji-release.min.js?ver=7.0.3 — 200 — 6.5 KiB — 9 ms — h2https://api.hubapi.com/hs-script-loader-public/v2/config/pixels-and-events/json?portalId=8112310api.hubapi.com/hs-script-loader-pub... https://api.hubapi.com/hs-script-loader-public/v2/config/pixels-and-events/json?portalId=8112310 — 200 — 1.2 KiB — 170 ms — h2https://api.hubspot.com/livechat-public/v1/message/public?portalId=8112310&conversations-embed=static-1.28065&mobile=false&messagesUtk=51b455d5bb9f4671aa9b403289852ba8&traceId=51b455d5bb9f4671aa9b403289852ba8api.hubspot.com/livechat-public/v1/... https://api.hubspot.com/livechat-public/v1/message/public?portalId=8112310&conversations-embed=static-1.28065&mobile=false&messagesUtk=51b455d5bb9f4671aa9b403289852ba8&traceId=51b455d5bb9f4671aa9b403289852ba8 — 200 — 0 B — 128 ms — h2https://snap.licdn.com/li.lms-analytics/insight.old.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.old.min.js — 200 — 18.5 KiB — 19 ms — h3https://cta-service-cms2.hubspot.com/web-interactives/public/v1/embed/combinedConfigs?portalId=8112310&currentUrl=https%3A%2F%2Fwww.linux.com%2Fcta-service-cms2.hubspot.com/web-in... https://cta-service-cms2.hubspot.com/web-interactives/public/v1/embed/combinedConfigs?portalId=8112310&currentUrl=https%3A%2F%2Fwww.linux.com%2F — 200 — 955 B — 118 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=1241050&time=1787255957669&url=https%3A%2F%2Fwww.linux.com%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=1241050&time=1787255957669&url=https%3A%2F%2Fwww.linux.com%2F — 200 — 1.3 KiB — 243 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=1241050&time=1787255957669&url=https%3A%2F%2Fwww.linux.com%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=1241050&time=1787255957669&url=https%3A%2F%2Fwww.linux.com%2F — 302 — 1.0 KiB — 256 ms — h2https://pagead2.googlesyndication.com/getconfig/abg_config?client=ca-pub-2388616627289485&plah=www.linux.com&ama_t=adsense&bust=122880538pagead2.googlesyndication.com/getco... https://pagead2.googlesyndication.com/getconfig/abg_config?client=ca-pub-2388616627289485&plah=www.linux.com&ama_t=adsense&bust=122880538 — 200 — 30 B — 67 ms — h3https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202608180101/show_ads_impl_fy2021.js?bust=122880538pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202608180101/show_ads_impl_fy2021.js?bust=122880538 — 200 — 162.0 KiB — 70 ms — h3https://api.hubspot.com/livechat-public/v1/message/public?portalId=8112310&conversations-embed=static-1.28065&mobile=false&messagesUtk=51b455d5bb9f4671aa9b403289852ba8&traceId=51b455d5bb9f4671aa9b403289852ba8api.hubspot.com/livechat-public/v1/... https://api.hubspot.com/livechat-public/v1/message/public?portalId=8112310&conversations-embed=static-1.28065&mobile=false&messagesUtk=51b455d5bb9f4671aa9b403289852ba8&traceId=51b455d5bb9f4671aa9b403289852ba8 — 200 — 917 B — 128 ms — h2https://perf-na1.hsforms.com/embed/v3/counters.gif?key=config-loaded-success&value=1perf-na1.hsforms.com/embed/v3/count... https://perf-na1.hsforms.com/embed/v3/counters.gif?key=config-loaded-success&value=1 — 200 — 668 B — 157 ms — h3https://www.google-analytics.com/j/collect?v=1&_v=j102&a=191459125&t=pageview&_s=1&dl=https%3A%2F%2Fwww.linux.com%2F&ul=en-us&dt=Linux.com%20-%20News%20For%20Open%20Source%20Professionals&sr=800x600&vp=1350x940&_u=YEBAAAABAAAAAC~&jid=1862024445&gjid=1228748464&cid=1474749723.1787255958&tid=UA-831873-8&_gid=1640645508.1787255958&_r=1&_slc=1&gtm=45He68j0n71NXGNZWv72066030za200zd72066030&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=115938465~115938469~118897920~118897930~120315470~120385422&npa=1&z=199487676www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=191459125&t=pageview&_s=1&dl=https%3A%2F%2Fwww.linux.com%2F&ul=en-us&dt=Linux.com%20-%20News%20For%20Open%20Source%20Professionals&sr=800x600&vp=1350x940&_u=YEBAAAABAAAAAC~&jid=1862024445&gjid=1228748464&cid=1474749723.1787255958&tid=UA-831873-8&_gid=1640645508.1787255958&_r=1&_slc=1&gtm=45He68j0n71NXGNZWv72066030za200zd72066030&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=115938465~115938469~118897920~118897930~120315470~120385422&npa=1&z=199487676 — 200 — 451 B — 38 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-1032976986www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-1032976986 — 200 — 160.3 KiB — 154 ms — h3https://www.googletagmanager.com/gtag/js?id=AW-1032976986&cx=c&gtm=4e68j0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-1032976986&cx=c&gtm=4e68j0 — 200 — 160.3 KiB — 150 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-RJHFVBNKK7&gtm=45je68j0v9102410884z872066030za20gzb72066030zd72066030&_p=1787255957332&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&_ng=1&are=1&cid=1474749723.1787255958&frm=0&pscdl=noapi&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B151.0.7922.137%7CNot%253DA%253FBrand%3B99.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=115616986~115938465~115938469~118897920~118897930~119367802~119367810~120315471~120385423&sid=1787255957&sct=1&seg=0&dl=https%3A%2F%2Fwww.linux.com%2F&dt=Linux.com%20-%20News%20For%20Open%20Source%20Professionals&en=page_view&_fv=1&_ss=1&tfd=690region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-RJHFVBNKK7&gtm=45je68j0v9102410884z872066030za20gzb72066030zd72066030&_p=1787255957332&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&_ng=1&are=1&cid=1474749723.1787255958&frm=0&pscdl=noapi&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B151.0.7922.137%7CNot%253DA%253FBrand%3B99.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=115616986~115938465~115938469~118897920~118897930~119367802~119367810~120315471~120385423&sid=1787255957&sct=1&seg=0&dl=https%3A%2F%2Fwww.linux.com%2F&dt=Linux.com%20-%20News%20For%20Open%20Source%20Professionals&en=page_view&_fv=1&_ss=1&tfd=690 — 204 — 548 B — 82 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&_ng=1&tid=G-RJHFVBNKK7&cid=1474749723.1787255958&gtm=45je68j0v9102410884z872066030za20gzb72066030zd72066030&rcb=1&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=115616986~115938465~115938469~118897920~118897930~119367802~119367810~120315471~120385423stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&_ng=1&tid=G-RJHFVBNKK7&cid=1474749723.1787255958&gtm=45je68j0v9102410884z872066030za20gzb72066030zd72066030&rcb=1&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=115616986~115938465~115938469~118897920~118897930~119367802~119367810~120315471~120385423 — 204 — 548 B — 106 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&_ng=1&tid=G-RJHFVBNKK7&cid=1474749723.1787255958&gtm=45je68j0v9102410884z872066030za20gzb72066030zd72066030&rcb=1&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=115616986~115938465~115938469~118897920~118897930~119367802~119367810~120315471~120385423&z=262895927www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&_ng=1&tid=G-RJHFVBNKK7&cid=1474749723.1787255958&gtm=45je68j0v9102410884z872066030za20gzb72066030zd72066030&rcb=1&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=115616986~115938465~115938469~118897920~118897930~119367802~119367810~120315471~120385423&z=262895927 — 200 — 408 B — 111 ms — h2https://pagead2.googlesyndication.com/pagead/html/r20260820/r20190131/zrt_lookup_fy2021.htmlpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/html/r20260820/r20190131/zrt_lookup_fy2021.html — 200 — 3.8 KiB — 76 ms — h3https://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2388616627289485&output=html&adk=1812271804&adf=3025194257&abgtt=1&lmt=1787255957&plat=3%3A16%2C4%3A16%2C9%3A134250504%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C30%3A1081344%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32%2C44%3A32&format=0x0&url=https%3A%2F%2Fwww.linux.com%2F&pra=5&asro=0&itsi=-1&aimartd=4&aieuf=1&aicrs=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNTEuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNTEuMC43OTIyLjEzNyJdLFsiTm90PUE_QnJhbmQiLCI5OS4wLjAuMCJdXSwwXQ..&dt=1787255957756&bpp=4&bdt=556&idt=134&shv=r20260820&mjsv=m202608180101&ptt=9&saldr=aa&abxe=1&eoidce=1&nras=1&correlator=2428708156528&frm=20&pv=2&u_tz=0&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=8&adx=-12245933&ady=-12245933&biw=1350&bih=940&scr_x=0&scr_y=0&eid=95397679%2C122880398%2C122880538&oid=2&pvsid=4753979254716321&tmod=978557853&uas=0&nvt=1&fsapi=1&fc=1920&brdim=10%2C10%2C10%2C10%2C800%2C0%2C780%2C580%2C1350%2C940&vis=1&rsz=%7C%7Cs%7C&abl=NS&fu=32768&bc=31&bz=0.58&pgls=CAEaBTcuMC4z&ifi=1&uci=a!1&fsb=1&dtd=166pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2388616627289485&output=html&adk=1812271804&adf=3025194257&abgtt=1&lmt=1787255957&plat=3%3A16%2C4%3A16%2C9%3A134250504%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C30%3A1081344%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32%2C44%3A32&format=0x0&url=https%3A%2F%2Fwww.linux.com%2F&pra=5&asro=0&itsi=-1&aimartd=4&aieuf=1&aicrs=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNTEuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNTEuMC43OTIyLjEzNyJdLFsiTm90PUE_QnJhbmQiLCI5OS4wLjAuMCJdXSwwXQ..&dt=1787255957756&bpp=4&bdt=556&idt=134&shv=r20260820&mjsv=m202608180101&ptt=9&saldr=aa&abxe=1&eoidce=1&nras=1&correlator=2428708156528&frm=20&pv=2&u_tz=0&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=8&adx=-12245933&ady=-12245933&biw=1350&bih=940&scr_x=0&scr_y=0&eid=95397679%2C122880398%2C122880538&oid=2&pvsid=4753979254716321&tmod=978557853&uas=0&nvt=1&fsapi=1&fc=1920&brdim=10%2C10%2C10%2C10%2C800%2C0%2C780%2C580%2C1350%2C940&vis=1&rsz=%7C%7Cs%7C&abl=NS&fu=32768&bc=31&bz=0.58&pgls=CAEaBTcuMC4z&ifi=1&uci=a!1&fsb=1&dtd=166 — 200 — 65 B — 82 ms — h3https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=1241050&time=1787255957669&url=https%3A%2F%2Fwww.linux.com%2F&e_ipv6=AQJiPqJ0kNiWmwAAAaAgwakfmx8N0_8ZBdg2rchnbtHxjJJxQ5xPk3MpGJZpftWE8jlXS3ljvpDppx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=1241050&time=1787255957669&url=https%3A%2F%2Fwww.linux.com%2F&e_ipv6=AQJiPqJ0kNiWmwAAAaAgwakfmx8N0_8ZBdg2rchnbtHxjJJxQ5xPk3MpGJZpftWE8jlXS3ljvpDp — 200 — 916 B — 213 ms — h2https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 803 B — 164 ms — h2https://www.google.com/ccm/collect?rcb=19&frm=0&apvc=1&auid=1807525048.1787255958&dt=Linux.com%20-%20News%20For%20Open%20Source%20Professionals&tid=AW-1032976986&en=page_view&dl=https%3A%2F%2Fwww.linux.com%2F&scrsrc=www.googletagmanager.com&rnd=1816823509.1787255958&navt=n&npa=1&did=dZTQ1Zm&gdid=dZTQ1Zm&gtm=45be68j0v9210025542za200zb72066030zd72066030xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=115938465~115938469~118131810~118897920~118897930~119367802~119367810~120213116~120315471~120385422~120420415&tft=1787255958030&tfd=860&tids=AW-1032976986&fmt=8www.google.com/ccm/collect?rcb=19&f... https://www.google.com/ccm/collect?rcb=19&frm=0&apvc=1&auid=1807525048.1787255958&dt=Linux.com%20-%20News%20For%20Open%20Source%20Professionals&tid=AW-1032976986&en=page_view&dl=https%3A%2F%2Fwww.linux.com%2F&scrsrc=www.googletagmanager.com&rnd=1816823509.1787255958&navt=n&npa=1&did=dZTQ1Zm&gdid=dZTQ1Zm&gtm=45be68j0v9210025542za200zb72066030zd72066030xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=115938465~115938469~118131810~118897920~118897930~119367802~119367810~120213116~120315471~120385422~120420415&tft=1787255958030&tfd=860&tids=AW-1032976986&fmt=8 — 200 — 21 B — 65 ms — h3https://ad.doubleclick.net/ccm/s/collect?auid=1807525048.1787255958&gtm=45be68j0v9210025542za200zb72066030zd72066030xec&fmt=8ad.doubleclick.net/ccm/s/collect?au... https://ad.doubleclick.net/ccm/s/collect?auid=1807525048.1787255958&gtm=45be68j0v9210025542za200zb72066030zd72066030xec&fmt=8 — 204 — 22 B — 79 ms — h3https://js.driftt.com/core?d=1&embedId=zxhkzyedc2xb&eId=zxhkzyedc2xb&region=US&forceShow=false&skipCampaigns=false&sessionId=139ab6b0-0c75-4a07-8f59-77c906430e20&sessionStarted=1787255958.198&campaignRefreshToken=0d90b85f-45f0-4421-ad96-ad5d630a7a7f&hideController=false&pageLoadStartTime=1787255957194&mode=CHAT&driftEnableLog=false&secureIframe=false&u=https%3A%2F%2Fwww.linux.com%2Fjs.driftt.com/core?d=1&embedId=zxhk... https://js.driftt.com/core?d=1&embedId=zxhkzyedc2xb&eId=zxhkzyedc2xb&region=US&forceShow=false&skipCampaigns=false&sessionId=139ab6b0-0c75-4a07-8f59-77c906430e20&sessionStarted=1787255958.198&campaignRefreshToken=0d90b85f-45f0-4421-ad96-ad5d630a7a7f&hideController=false&pageLoadStartTime=1787255957194&mode=CHAT&driftEnableLog=false&secureIframe=false&u=https%3A%2F%2Fwww.linux.com%2F — 200 — 1.3 KiB — 323 ms — h2https://js-agent.newrelic.com/nr-rum-1.320.1.min.jsjs-agent.newrelic.com/nr-rum-1.320.... https://js-agent.newrelic.com/nr-rum-1.320.1.min.js — 200 — 19.6 KiB — 10 ms — h2https://js.driftt.com/core/chat?d=1&region=US&driftEnableLog=false&pageLoadStartTime=1787255957194js.driftt.com/core/chat?d=1&region=... https://js.driftt.com/core/chat?d=1&region=US&driftEnableLog=false&pageLoadStartTime=1787255957194 — 200 — 1.3 KiB — 324 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 105.0 KiB — 93 ms — h3https://track.hubspot.com/__ptq.gif?k=1&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&bfp=77aa843077f368b0529fc4daefe7a8c4&v=1.1&a=8112310&rcu=https%3A%2F%2Fwww.linux.com%2F&pu=https%3A%2F%2Fwww.linux.com%2F&t=Linux.com+-+News+For+Open+Source+Professionals&cts=1787255958231&vi=d68242a75535742300dc483ff1944dcc&nc=true&u=229720963.d68242a75535742300dc483ff1944dcc.1787255958227.1787255958227.1787255958227.1&b=229720963.1.1787255958227&cc=15track.hubspot.com/__ptq.gif?k=1&sd=... https://track.hubspot.com/__ptq.gif?k=1&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&bfp=77aa843077f368b0529fc4daefe7a8c4&v=1.1&a=8112310&rcu=https%3A%2F%2Fwww.linux.com%2F&pu=https%3A%2F%2Fwww.linux.com%2F&t=Linux.com+-+News+For+Open+Source+Professionals&cts=1787255958231&vi=d68242a75535742300dc483ff1944dcc&nc=true&u=229720963.d68242a75535742300dc483ff1944dcc.1787255958227.1787255958227.1787255958227.1&b=229720963.1.1787255958227&cc=15 — 200 — 972 B — 161 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gda&tv=r20260820&st=env&sjk=4753979254716321ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gda&tv=r20260820&st=env&sjk=4753979254716321 — 200 — 13.2 KiB — 86 ms — h3https://bam.nr-data.net/1/981d6c8a9f?a=176909146&v=1.320.1&to=ZwZWMhNZXxcFABFaXF5MdQUVUV4KSxMEVFY%3D&rst=1151&ck=0&s=5309f0aaaa3594b5&ref=https://www.linux.com/&ptid=1c8152aa1a0fcf80&ap=355&be=22&fe=1105&dc=278&at=S0FVRFtDTBk%3D&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1787255957170,%22n%22:0,%22f%22:14,%22dn%22:14,%22dne%22:14,%22c%22:14,%22s%22:14,%22ce%22:14,%22rq%22:16,%22rp%22:22,%22rpe%22:24,%22di%22:296,%22ds%22:299,%22de%22:300,%22dc%22:1027,%22l%22:1035,%22le%22:1127%7D,%22navigation%22:%7B%7D%7D&fp=292&fcp=292bam.nr-data.net/1/981d6c8a9f?a=1769... https://bam.nr-data.net/1/981d6c8a9f?a=176909146&v=1.320.1&to=ZwZWMhNZXxcFABFaXF5MdQUVUV4KSxMEVFY%3D&rst=1151&ck=0&s=5309f0aaaa3594b5&ref=https://www.linux.com/&ptid=1c8152aa1a0fcf80&ap=355&be=22&fe=1105&dc=278&at=S0FVRFtDTBk%3D&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1787255957170,%22n%22:0,%22f%22:14,%22dn%22:14,%22dne%22:14,%22c%22:14,%22s%22:14,%22ce%22:14,%22rq%22:16,%22rp%22:22,%22rpe%22:24,%22di%22:296,%22ds%22:299,%22de%22:300,%22dc%22:1027,%22l%22:1035,%22le%22:1127%7D,%22navigation%22:%7B%7D%7D&fp=292&fcp=292 — 200 — 673 B — 132 ms — http/1.1https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 100 ms — h2https://connect.facebook.net/signals/config/232741255631043?v=2.9.380&r=stable&domain=www.linux.com&hme=c50c23a73e1ec4606e74678f41b5d8ea0d42064a6916ad288a18c9a04f0ffe88&ex_m=113%2C218%2C164%2C25%2C78%2C79%2C156%2C74%2C73%2C11%2C174%2C98%2C19%2C148%2C136%2C43%2C81%2C86%2C144%2C169%2C176%2C29%2C17%2C30%2C31%2C32%2C34%2C52%2C157%2C83%2C121%2C21%2C23%2C48%2C44%2C46%2C45%2C91%2C100%2C104%2C119%2C155%2C158%2C50%2C120%2C27%2C24%2C128%2C75%2C40%2C160%2C159%2C161%2C152%2C150%2C28%2C39%2C63%2C118%2C171%2C76%2C20%2C123%2C89%2C72%2C22%2C93%2C94%2C125%2C92%2C146%2C145%2C149%2C105%2C170%2C173%2C38%2C53%2C122%2C51%2C8%2C4%2C5%2C7%2C6%2C3%2C99%2C110%2C177%2C185%2C232%2C80%2C245%2C244%2C243%2C14%2C26%2C37%2C59%2C112%2C65%2C10%2C69%2C106%2C107%2C108%2C114%2C139%2C35%2C33%2C141%2C142%2C143%2C138%2C137%2C165%2C82%2C168%2C166%2C167%2C54%2C64%2C132%2C18%2C172%2C49%2C291%2C292%2C290%2C305%2C327%2C225%2C214%2C66%2C215%2C213%2C330%2C321%2C56%2C226%2C116%2C140%2C88%2C130%2C58%2C129%2C135%2C134%2C62%2C70%2C68%2C162%2C84%2C85%2C124%2C41%2C36%2C57%2C60%2C109%2C175%2C1%2C133%2C16%2C131%2C12%2C2%2C61%2C101%2C15%2C71%2C67%2C127%2C97%2C96%2C178%2C179%2C102%2C103%2C9%2C111%2C55%2C153%2C95%2C87%2C77%2C126%2C115%2C47%2C154%2C0%2C90%2C147%2C151%2C163%2C42%2C117%2C13%2C180connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/232741255631043?v=2.9.380&r=stable&domain=www.linux.com&hme=c50c23a73e1ec4606e74678f41b5d8ea0d42064a6916ad288a18c9a04f0ffe88&ex_m=113%2C218%2C164%2C25%2C78%2C79%2C156%2C74%2C73%2C11%2C174%2C98%2C19%2C148%2C136%2C43%2C81%2C86%2C144%2C169%2C176%2C29%2C17%2C30%2C31%2C32%2C34%2C52%2C157%2C83%2C121%2C21%2C23%2C48%2C44%2C46%2C45%2C91%2C100%2C104%2C119%2C155%2C158%2C50%2C120%2C27%2C24%2C128%2C75%2C40%2C160%2C159%2C161%2C152%2C150%2C28%2C39%2C63%2C118%2C171%2C76%2C20%2C123%2C89%2C72%2C22%2C93%2C94%2C125%2C92%2C146%2C145%2C149%2C105%2C170%2C173%2C38%2C53%2C122%2C51%2C8%2C4%2C5%2C7%2C6%2C3%2C99%2C110%2C177%2C185%2C232%2C80%2C245%2C244%2C243%2C14%2C26%2C37%2C59%2C112%2C65%2C10%2C69%2C106%2C107%2C108%2C114%2C139%2C35%2C33%2C141%2C142%2C143%2C138%2C137%2C165%2C82%2C168%2C166%2C167%2C54%2C64%2C132%2C18%2C172%2C49%2C291%2C292%2C290%2C305%2C327%2C225%2C214%2C66%2C215%2C213%2C330%2C321%2C56%2C226%2C116%2C140%2C88%2C130%2C58%2C129%2C135%2C134%2C62%2C70%2C68%2C162%2C84%2C85%2C124%2C41%2C36%2C57%2C60%2C109%2C175%2C1%2C133%2C16%2C131%2C12%2C2%2C61%2C101%2C15%2C71%2C67%2C127%2C97%2C96%2C178%2C179%2C102%2C103%2C9%2C111%2C55%2C153%2C95%2C87%2C77%2C126%2C115%2C47%2C154%2C0%2C90%2C147%2C151%2C163%2C42%2C117%2C13%2C180 — 200 — 66.7 KiB — 325 ms — h3https://ep2.adtrafficquality.google/sodar/sodar2/255/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/255/runner.html — 200 — 5.8 KiB — 87 ms — h2https://bam.nr-data.net/events/1/981d6c8a9f?a=176909146&v=1.320.1&to=ZwZWMhNZXxcFABFaXF5MdQUVUV4KSxMEVFY%3D&rst=1291&ck=0&s=5309f0aaaa3594b5&ref=https://www.linux.com/&ptid=1c8152aa1a0fcf80bam.nr-data.net/events/1/981d6c8a9f... https://bam.nr-data.net/events/1/981d6c8a9f?a=176909146&v=1.320.1&to=ZwZWMhNZXxcFABFaXF5MdQUVUV4KSxMEVFY%3D&rst=1291&ck=0&s=5309f0aaaa3594b5&ref=https://www.linux.com/&ptid=1c8152aa1a0fcf80 — 200 — 366 B — 109 ms — http/1.1https://js.driftt.com/core/assets/js/runtime~main.ed756b21.jsjs.driftt.com/core/assets/js/runtim... https://js.driftt.com/core/assets/js/runtime~main.ed756b21.js — 200 — 3.3 KiB — 4 ms — h2https://js.driftt.com/core/assets/js/10.f16292bd.chunk.jsjs.driftt.com/core/assets/js/10.f16... https://js.driftt.com/core/assets/js/10.f16292bd.chunk.js — 200 — 12.9 KiB — 9 ms — h2https://js.driftt.com/core/assets/js/main~493df0b3.adc315df.chunk.jsjs.driftt.com/core/assets/js/main~4... https://js.driftt.com/core/assets/js/main~493df0b3.adc315df.chunk.js — 200 — 2.7 KiB — 7 ms — h2https://pagead2.googlesyndication.com/bg/n5qEtftiJ9XQX187MDrNZ4Mb7ioCKihsM9jP6JZM_N4.jspagead2.googlesyndication.com/bg/n5... https://pagead2.googlesyndication.com/bg/n5qEtftiJ9XQX187MDrNZ4Mb7ioCKihsM9jP6JZM_N4.js — 200 — 21.6 KiB — 71 ms — h3https://js.driftt.com/core/assets/js/55.499db05a.chunk.jsjs.driftt.com/core/assets/js/55.499... https://js.driftt.com/core/assets/js/55.499db05a.chunk.js — 200 — 8.3 KiB — 25 ms — h2https://js.driftt.com/core/assets/js/40.b61e7e74.chunk.jsjs.driftt.com/core/assets/js/40.b61... https://js.driftt.com/core/assets/js/40.b61e7e74.chunk.js — 200 — 10.2 KiB — 27 ms — h2https://js.driftt.com/core/assets/js/23.60057654.chunk.jsjs.driftt.com/core/assets/js/23.600... https://js.driftt.com/core/assets/js/23.60057654.chunk.js — 200 — 11.0 KiB — 30 ms — h2https://js.driftt.com/core/assets/js/20.2ffef383.chunk.jsjs.driftt.com/core/assets/js/20.2ff... https://js.driftt.com/core/assets/js/20.2ffef383.chunk.js — 200 — 5.6 KiB — 38 ms — h2https://js.driftt.com/core/assets/js/43.42b8dea0.chunk.jsjs.driftt.com/core/assets/js/43.42b... https://js.driftt.com/core/assets/js/43.42b8dea0.chunk.js — 200 — 10.3 KiB — 42 ms — h2https://js.driftt.com/core/assets/js/21.cfa91cfc.chunk.jsjs.driftt.com/core/assets/js/21.cfa... https://js.driftt.com/core/assets/js/21.cfa91cfc.chunk.js — 200 — 23.7 KiB — 54 ms — h2https://js.driftt.com/core/assets/js/28.b5ddddce.chunk.jsjs.driftt.com/core/assets/js/28.b5d... https://js.driftt.com/core/assets/js/28.b5ddddce.chunk.js — 200 — 20.6 KiB — 67 ms — h2https://js.driftt.com/core/assets/js/16.44924e69.chunk.jsjs.driftt.com/core/assets/js/16.449... https://js.driftt.com/core/assets/js/16.44924e69.chunk.js — 200 — 10.4 KiB — 56 ms — h2https://js.driftt.com/core/assets/js/12.d33926cb.chunk.jsjs.driftt.com/core/assets/js/12.d33... https://js.driftt.com/core/assets/js/12.d33926cb.chunk.js — 200 — 6.7 KiB — 58 ms — h2https://js.driftt.com/core/assets/js/19.8e79a39a.chunk.jsjs.driftt.com/core/assets/js/19.8e7... https://js.driftt.com/core/assets/js/19.8e79a39a.chunk.js — 200 — 19.9 KiB — 67 ms — h2https://js.driftt.com/core/assets/js/53.d05eba0a.chunk.jsjs.driftt.com/core/assets/js/53.d05... https://js.driftt.com/core/assets/js/53.d05eba0a.chunk.js — 200 — 34.4 KiB — 116 ms — h2https://js.driftt.com/core/assets/js/46.e82298b8.chunk.jsjs.driftt.com/core/assets/js/46.e82... https://js.driftt.com/core/assets/js/46.e82298b8.chunk.js — 200 — 4.4 KiB — 78 ms — h2https://js.driftt.com/core/assets/js/38.2c6f71a2.chunk.jsjs.driftt.com/core/assets/js/38.2c6... https://js.driftt.com/core/assets/js/38.2c6f71a2.chunk.js — 200 — 21.2 KiB — 80 ms — h2https://js.driftt.com/core/assets/js/36.1267899f.chunk.jsjs.driftt.com/core/assets/js/36.126... https://js.driftt.com/core/assets/js/36.1267899f.chunk.js — 200 — 7.8 KiB — 83 ms — h2https://js.driftt.com/core/assets/js/22.4cb40074.chunk.jsjs.driftt.com/core/assets/js/22.4cb... https://js.driftt.com/core/assets/js/22.4cb40074.chunk.js — 200 — 6.7 KiB — 91 ms — h2https://js.driftt.com/core/assets/css/9.53130c4e.chunk.cssjs.driftt.com/core/assets/css/9.531... https://js.driftt.com/core/assets/css/9.53130c4e.chunk.css — 200 — 4.5 KiB — 16 ms — h2https://js.driftt.com/core/assets/js/9.6067eaa5.chunk.jsjs.driftt.com/core/assets/js/9.6067... https://js.driftt.com/core/assets/js/9.6067eaa5.chunk.js — 200 — 28.1 KiB — 100 ms — h2https://js.driftt.com/core/assets/css/17.22abfce0.chunk.cssjs.driftt.com/core/assets/css/17.22... https://js.driftt.com/core/assets/css/17.22abfce0.chunk.css — 200 — 697 B — 18 ms — h2https://js.driftt.com/core/assets/js/17.edc10bc3.chunk.jsjs.driftt.com/core/assets/js/17.edc... https://js.driftt.com/core/assets/js/17.edc10bc3.chunk.js — 200 — 24.3 KiB — 115 ms — h2https://js.driftt.com/core/assets/js/26.9a1a5236.chunk.jsjs.driftt.com/core/assets/js/26.9a1... https://js.driftt.com/core/assets/js/26.9a1a5236.chunk.js — 200 — 14.2 KiB — 104 ms — h2https://js.driftt.com/core/assets/js/18.b9c507a5.chunk.jsjs.driftt.com/core/assets/js/18.b9c... https://js.driftt.com/core/assets/js/18.b9c507a5.chunk.js — 200 — 13.7 KiB — 115 ms — h2https://js.driftt.com/core/assets/js/runtime~main.ed756b21.jsjs.driftt.com/core/assets/js/runtim... https://js.driftt.com/core/assets/js/runtime~main.ed756b21.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/10.f16292bd.chunk.jsjs.driftt.com/core/assets/js/10.f16... https://js.driftt.com/core/assets/js/10.f16292bd.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/main~493df0b3.adc315df.chunk.jsjs.driftt.com/core/assets/js/main~4... https://js.driftt.com/core/assets/js/main~493df0b3.adc315df.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/55.499db05a.chunk.jsjs.driftt.com/core/assets/js/55.499... https://js.driftt.com/core/assets/js/55.499db05a.chunk.js — 200 — 0 B — 42 ms — h2https://js.driftt.com/core/assets/js/40.b61e7e74.chunk.jsjs.driftt.com/core/assets/js/40.b61... https://js.driftt.com/core/assets/js/40.b61e7e74.chunk.js — 200 — 0 B — 43 ms — h2https://js.driftt.com/core/assets/js/23.60057654.chunk.jsjs.driftt.com/core/assets/js/23.600... https://js.driftt.com/core/assets/js/23.60057654.chunk.js — 200 — 0 B — 70 ms — h2https://js.driftt.com/core/assets/js/20.2ffef383.chunk.jsjs.driftt.com/core/assets/js/20.2ff... https://js.driftt.com/core/assets/js/20.2ffef383.chunk.js — 200 — 0 B — 38 ms — h2https://js.driftt.com/core/assets/js/43.42b8dea0.chunk.jsjs.driftt.com/core/assets/js/43.42b... https://js.driftt.com/core/assets/js/43.42b8dea0.chunk.js — 200 — 0 B — 70 ms — h2https://js.driftt.com/core/assets/js/21.cfa91cfc.chunk.jsjs.driftt.com/core/assets/js/21.cfa... https://js.driftt.com/core/assets/js/21.cfa91cfc.chunk.js — 200 — 0 B — 92 ms — h2https://js.driftt.com/core/assets/js/28.b5ddddce.chunk.jsjs.driftt.com/core/assets/js/28.b5d... https://js.driftt.com/core/assets/js/28.b5ddddce.chunk.js — 200 — 0 B — 79 ms — h2https://js.driftt.com/core/assets/js/16.44924e69.chunk.jsjs.driftt.com/core/assets/js/16.449... https://js.driftt.com/core/assets/js/16.44924e69.chunk.js — 200 — 0 B — 79 ms — h2https://js.driftt.com/core/assets/js/12.d33926cb.chunk.jsjs.driftt.com/core/assets/js/12.d33... https://js.driftt.com/core/assets/js/12.d33926cb.chunk.js — 200 — 0 B — 92 ms — h2https://js.driftt.com/core/assets/js/19.8e79a39a.chunk.jsjs.driftt.com/core/assets/js/19.8e7... https://js.driftt.com/core/assets/js/19.8e79a39a.chunk.js — 200 — 0 B — 77 ms — h2https://js.driftt.com/core/assets/js/53.d05eba0a.chunk.jsjs.driftt.com/core/assets/js/53.d05... https://js.driftt.com/core/assets/js/53.d05eba0a.chunk.js — 200 — 0 B — 101 ms — h2https://js.driftt.com/core/assets/js/46.e82298b8.chunk.jsjs.driftt.com/core/assets/js/46.e82... https://js.driftt.com/core/assets/js/46.e82298b8.chunk.js — 200 — 0 B — 101 ms — h2https://js.driftt.com/core/assets/js/38.2c6f71a2.chunk.jsjs.driftt.com/core/assets/js/38.2c6... https://js.driftt.com/core/assets/js/38.2c6f71a2.chunk.js — 200 — 0 B — 102 ms — h2https://js.driftt.com/core/assets/js/36.1267899f.chunk.jsjs.driftt.com/core/assets/js/36.126... https://js.driftt.com/core/assets/js/36.1267899f.chunk.js — 200 — 0 B — 102 ms — h2https://js.driftt.com/core/assets/js/22.4cb40074.chunk.jsjs.driftt.com/core/assets/js/22.4cb... https://js.driftt.com/core/assets/js/22.4cb40074.chunk.js — 200 — 0 B — 102 ms — h2https://js.driftt.com/core/assets/css/9.53130c4e.chunk.cssjs.driftt.com/core/assets/css/9.531... https://js.driftt.com/core/assets/css/9.53130c4e.chunk.css — 200 — 0 B — 28 ms — h2https://js.driftt.com/core/assets/js/9.6067eaa5.chunk.jsjs.driftt.com/core/assets/js/9.6067... https://js.driftt.com/core/assets/js/9.6067eaa5.chunk.js — 200 — 0 B — 103 ms — h2https://js.driftt.com/core/assets/css/17.22abfce0.chunk.cssjs.driftt.com/core/assets/css/17.22... https://js.driftt.com/core/assets/css/17.22abfce0.chunk.css — 200 — 0 B — 32 ms — h2https://js.driftt.com/core/assets/js/17.edc10bc3.chunk.jsjs.driftt.com/core/assets/js/17.edc... https://js.driftt.com/core/assets/js/17.edc10bc3.chunk.js — 200 — 0 B — 103 ms — h2https://js.driftt.com/core/assets/js/26.9a1a5236.chunk.jsjs.driftt.com/core/assets/js/26.9a1... https://js.driftt.com/core/assets/js/26.9a1a5236.chunk.js — 200 — 0 B — 103 ms — h2https://js.driftt.com/core/assets/js/18.b9c507a5.chunk.jsjs.driftt.com/core/assets/js/18.b9c... https://js.driftt.com/core/assets/js/18.b9c507a5.chunk.js — 200 — 0 B — 103 ms — h2https://ep2.adtrafficquality.google/generate_204?RWk28Aep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?RWk28A — 204 — 40 B — 27 ms — h2https://www.facebook.com/tr/www.facebook.com/tr/ https://www.facebook.com/tr/ — 200 — 19 B — 62 ms — h3https://js.driftt.com/core/assets/js/0.0b2ebd4a.chunk.jsjs.driftt.com/core/assets/js/0.0b2e... https://js.driftt.com/core/assets/js/0.0b2ebd4a.chunk.js — 200 — 3.3 KiB — 5 ms — h2https://js.driftt.com/core/assets/js/33.0e6e41b3.chunk.jsjs.driftt.com/core/assets/js/33.0e6... https://js.driftt.com/core/assets/js/33.0e6e41b3.chunk.js — 200 — 8.7 KiB — 7 ms — h2https://js.driftt.com/core/assets/css/29.e57d3524.chunk.cssjs.driftt.com/core/assets/css/29.e5... https://js.driftt.com/core/assets/css/29.e57d3524.chunk.css — 200 — 2.4 KiB — 12 ms — h2https://js.driftt.com/core/assets/js/29.50dc33a1.chunk.jsjs.driftt.com/core/assets/js/29.50d... https://js.driftt.com/core/assets/js/29.50dc33a1.chunk.js — 200 — 6.2 KiB — 15 ms — h2https://js.driftt.com/core/assets/js/25.37d33cc7.chunk.jsjs.driftt.com/core/assets/js/25.37d... https://js.driftt.com/core/assets/js/25.37d33cc7.chunk.js — 200 — 15.5 KiB — 16 ms — h2https://js.driftt.com/core/assets/css/27.c695453b.chunk.cssjs.driftt.com/core/assets/css/27.c6... https://js.driftt.com/core/assets/css/27.c695453b.chunk.css — 200 — 1.0 KiB — 13 ms — h2https://js.driftt.com/core/assets/js/27.497652cd.chunk.jsjs.driftt.com/core/assets/js/27.497... https://js.driftt.com/core/assets/js/27.497652cd.chunk.js — 200 — 13.8 KiB — 17 ms — h2https://js.driftt.com/core/assets/css/42.eeb001f3.chunk.cssjs.driftt.com/core/assets/css/42.ee... https://js.driftt.com/core/assets/css/42.eeb001f3.chunk.css — 200 — 1.2 KiB — 7 ms — h2https://js.driftt.com/core/assets/js/42.0c539985.chunk.jsjs.driftt.com/core/assets/js/42.0c5... https://js.driftt.com/core/assets/js/42.0c539985.chunk.js — 200 — 2.1 KiB — 8 ms — h2https://js.driftt.com/core/assets/js/0.0b2ebd4a.chunk.jsjs.driftt.com/core/assets/js/0.0b2e... https://js.driftt.com/core/assets/js/0.0b2ebd4a.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/css/4.07aa08a5.chunk.cssjs.driftt.com/core/assets/css/4.07a... https://js.driftt.com/core/assets/css/4.07aa08a5.chunk.css — 200 — 2.5 KiB — 6 ms — h2https://js.driftt.com/core/assets/js/4.6c355058.chunk.jsjs.driftt.com/core/assets/js/4.6c35... https://js.driftt.com/core/assets/js/4.6c355058.chunk.js — 200 — 13.9 KiB — 15 ms — h2https://js.driftt.com/core/assets/css/1.86fe07c8.chunk.cssjs.driftt.com/core/assets/css/1.86f... https://js.driftt.com/core/assets/css/1.86fe07c8.chunk.css — 200 — 7.6 KiB — 6 ms — h2https://js.driftt.com/core/assets/js/1.7e6a89db.chunk.jsjs.driftt.com/core/assets/js/1.7e6a... https://js.driftt.com/core/assets/js/1.7e6a89db.chunk.js — 200 — 17.5 KiB — 21 ms — h2https://js.driftt.com/core/assets/js/3.e276c1eb.chunk.jsjs.driftt.com/core/assets/js/3.e276... https://js.driftt.com/core/assets/js/3.e276c1eb.chunk.js — 200 — 9.7 KiB — 23 ms — h2https://js.driftt.com/core/assets/css/30.ab73823f.chunk.cssjs.driftt.com/core/assets/css/30.ab... https://js.driftt.com/core/assets/css/30.ab73823f.chunk.css — 200 — 3.1 KiB — 8 ms — h2https://js.driftt.com/core/assets/js/30.36978081.chunk.jsjs.driftt.com/core/assets/js/30.369... https://js.driftt.com/core/assets/js/30.36978081.chunk.js — 200 — 7.2 KiB — 26 ms — h2https://bootstrap.driftapi.com/widget_bootstrap/ping/v2bootstrap.driftapi.com/widget_boots... https://bootstrap.driftapi.com/widget_bootstrap/ping/v2 — 200 — 851 B — 327 ms — h2https://www.linux.com/wp-content/uploads/2019/08/favicon-300x300.pngwww.linux.com/wp-content/uploads/20... https://www.linux.com/wp-content/uploads/2019/08/favicon-300x300.png — 200 — 3.7 KiB — 5 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=255&t=2&li=gda_r20260820&jk=4753979254716321&bg=!iomlievNAAYssmaFDLI7AEcBe5WfOM_5T0NN-yq5HhiWm0pmaeQ6TUo5TAC-umclvKHN3VcmEn_gInbjTy63wrbSz4-Q-XvnfaJ7Hni-a5fVpFSNE30CiwIAAABeUgAAAAdoAQd-ADdfaISzde5sNIzaplkYoQCpV9mCrkf9rjNwbm-qy5CAAWDUauWDabBsdOqm_w-wM9MdB8nhfxUvmQKsbE32guZ9fzK6FY9B6fvUhpUQzk3b4HuVWdnWynR_MxhXVNp32F7Eb-gBMeXqzQAT685ChPE7JCy05U6ljVmtdeA5CnYbZDGFVJw2QHULG7_a-2jPLusYoCVNXZw19elUEuaMix0CB4hvy0ErfRKO9nQQn2DdgMfnGdIZUFjEPlp8vH5WF5D3pPnL617HccNMdcTzDSfSjOBKfGvCQSPJJQ-NTMI9GFOP2XrI0tqyS8ReioKlheCj39NvhTk4TwgxS5W_Q7LSCf-r4WoGrS2XE0OrpRZdHqq7Dm-HhPV7XsNAO6Jn9GAsL9wD1GxjMt7DRL8kw6ggNWKVgQmEqaQp6n6jvzZ16u3fHPe0FLFx8yi1fKSXGzFymemjgPPsKrdNLREYUn8ObV8qWThwnkTbVAi8Y5eEDjRFIxB7gixDt5v4SvrU-r8XUST_99yA-s_s4BYYsj9pzzYdFT0Gz0NfsKkAMZ00uXOK6h0OvhmfLAxgA5vOh4wr09RYe43U78tcfCvAA9StANvZM1AF2bFY9ksUN8_ai-MIoLSQi8I-6aiKQ9qNQmP_uOwmspyfsxRvA8QAI8gzEeKgxmMx3ajEg9j-FOMmaQTvoxUBGhxN1l_T_aT0q6y8lK--_LuKcmzpfEXjNQ0HHjNb_ciMs1FyL6mJGwKYL5PqmoBUUoyc5PyttUp5Pk1jCP-9PGlIUF_OBnH8o_DUoEXsO9LcBAsM5z0f70wdTtQ0ABAgaGsjo4nxXtRwMTd6eajmuS7eMiiGIANJhrkNp2HhPHQDgU5jFZTkW0k165dbd4APSGJSCuSg2g_MQqSxlyQzDD7bjxAm139Pg1NlmqVgFX0nOMzAwVv3PGtUh66wcj2gJwkxNYv296tOO1ZTy1o06uBtEKrO_MmPZORaFYEkeqtiep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=255&t=2&li=gda_r20260820&jk=4753979254716321&bg=!iomlievNAAYssmaFDLI7AEcBe5WfOM_5T0NN-yq5HhiWm0pmaeQ6TUo5TAC-umclvKHN3VcmEn_gInbjTy63wrbSz4-Q-XvnfaJ7Hni-a5fVpFSNE30CiwIAAABeUgAAAAdoAQd-ADdfaISzde5sNIzaplkYoQCpV9mCrkf9rjNwbm-qy5CAAWDUauWDabBsdOqm_w-wM9MdB8nhfxUvmQKsbE32guZ9fzK6FY9B6fvUhpUQzk3b4HuVWdnWynR_MxhXVNp32F7Eb-gBMeXqzQAT685ChPE7JCy05U6ljVmtdeA5CnYbZDGFVJw2QHULG7_a-2jPLusYoCVNXZw19elUEuaMix0CB4hvy0ErfRKO9nQQn2DdgMfnGdIZUFjEPlp8vH5WF5D3pPnL617HccNMdcTzDSfSjOBKfGvCQSPJJQ-NTMI9GFOP2XrI0tqyS8ReioKlheCj39NvhTk4TwgxS5W_Q7LSCf-r4WoGrS2XE0OrpRZdHqq7Dm-HhPV7XsNAO6Jn9GAsL9wD1GxjMt7DRL8kw6ggNWKVgQmEqaQp6n6jvzZ16u3fHPe0FLFx8yi1fKSXGzFymemjgPPsKrdNLREYUn8ObV8qWThwnkTbVAi8Y5eEDjRFIxB7gixDt5v4SvrU-r8XUST_99yA-s_s4BYYsj9pzzYdFT0Gz0NfsKkAMZ00uXOK6h0OvhmfLAxgA5vOh4wr09RYe43U78tcfCvAA9StANvZM1AF2bFY9ksUN8_ai-MIoLSQi8I-6aiKQ9qNQmP_uOwmspyfsxRvA8QAI8gzEeKgxmMx3ajEg9j-FOMmaQTvoxUBGhxN1l_T_aT0q6y8lK--_LuKcmzpfEXjNQ0HHjNb_ciMs1FyL6mJGwKYL5PqmoBUUoyc5PyttUp5Pk1jCP-9PGlIUF_OBnH8o_DUoEXsO9LcBAsM5z0f70wdTtQ0ABAgaGsjo4nxXtRwMTd6eajmuS7eMiiGIANJhrkNp2HhPHQDgU5jFZTkW0k165dbd4APSGJSCuSg2g_MQqSxlyQzDD7bjxAm139Pg1NlmqVgFX0nOMzAwVv3PGtUh66wcj2gJwkxNYv296tOO1ZTy1o06uBtEKrO_MmPZORaFYEkeqti — 204 — 17 B — 77 ms — h3https://customer.api.drift.com/integrations/hubspot/utk/v2customer.api.drift.com/integrations... https://customer.api.drift.com/integrations/hubspot/utk/v2 — 200 — 0 B — 306 ms — h2https://customer.api.drift.com/integrations/hubspot/utk/v2customer.api.drift.com/integrations... https://customer.api.drift.com/integrations/hubspot/utk/v2 — 200 — 95 B — 103 ms — h2https://metrics.api.drift.com/monitoring/metrics/widget/init/v3metrics.api.drift.com/monitoring/me... https://metrics.api.drift.com/monitoring/metrics/widget/init/v3 — 200 — 89 B — 113 ms — h2https://bootstrap.driftapi.com/widget_bootstrapbootstrap.driftapi.com/widget_boots... https://bootstrap.driftapi.com/widget_bootstrap — 400 — 732 B — 317 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
81% of JavaScript execution is third-party
First-party Third-party 734ms · 877KB · $14/mo
www.linux.com
Other
Optional
Execution 131ms
Transfer 37 KB
Monthly Cost $2/mo
HubSpot Analytics
Analytics
Optional
Execution 114ms
Transfer 45 KB
Monthly Cost $2/mo
Drift
Chat
Optional
Execution 111ms
Transfer 63 KB
Unused 55%
Monthly Cost $2/mo
Facebook Pixel
Advertising
Optional
Execution 86ms
Transfer 67 KB
Unused 31%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 63ms
Transfer 160 KB
Unused 39%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 61ms
Transfer 170 KB
Unused 41%
Monthly Cost $1/mo
pagead2.googlesyndication.com
Other
Optional
Execution 60ms
Transfer 162 KB
Unused 73%
Monthly Cost $1/mo
www.linux.com
Other
Optional
Execution 55ms
Transfer 35 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 53ms
Transfer 138 KB
Unused 45%
Monthly Cost $1/mo

81% 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

55% of Drift'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

73% of pagead2.googlesyndication.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
2 images, 14 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

2

Total Size

14 KB

1 missing dimensions 1 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