Skip to content
https://linux.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
72
GRADE
C
FIX
4
REVIEW
3
PASS
6
INFO
2

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.

969 ms

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

1.27 s

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

0 ms

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

0.047

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

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

1.27 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
15
6 PASS 3 REVIEW 4 FIX
D
Page Weight Budget
Action
2.3 MB transferred, 163 requests
FIX
2.3 MB transferred, 163 requests
Info::
Page weighs 8.2 MB (2.3 MB transferred)
Warning::
JavaScript is 1.8 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.8 MB
Info::
CSS is 206 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 206 KB
Warning::
163 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.48 g CO2 per page load
2.3 MB / 2.4 MB budget
2.3 MB transferred
163 requests
0.48 g CO2 per page load
JavaScript 1.8 MiB 79%
CSS 205.6 KiB 9%
Fonts 186.7 KiB 8%
HTML 47.7 KiB 2%
Images 29.0 KiB 1%
Other 23.6 KiB 1%
Other 4.9 KiB 0%
Other 3.5 KiB 0%
Other 557 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, 585 KB unused
FIX
95 scripts, 585 KB unused
Warning::
https://pagead2.googlesyndication.com/pagead/manag...: 134 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-103...: 106 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-RJHF...: 65 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-NXG...: 62 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-103...: 61 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 585 KB
585 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604200101/show_ads_impl_fy2021.js?bust=31097972177 KB134 KB (76%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-1032976986&cx=c&gtm=4e64k0148 KB106 KB (72%)3rd
https://www.googletagmanager.com/gtag/js?id=G-RJHFVBNKK7&cx=c&gtm=4e64k0161 KB65 KB (40%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NXGNZW136 KB62 KB (46%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-1032976986148 KB61 KB (41%)3rd
https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=12.7.547 KB36 KB (77%)3rd
https://js.driftt.com/include/1776891000000/zxhkzyedc2xb.js63 KB33 KB (53%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB32 KB (33%)3rd
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js54 KB29 KB (53%)3rd
https://lfx-segment.platform.linuxfoundation.org/latest/lfx-segment-analytics.min.js83 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
163 resources · 2.3 MB · 585 KB savings available
FIX
163 resources · 2.3 MB · 585 KB savings available
Warning::
Page weight 1.3 MB over 1MB target
Got: 2.3 MB Expected: ≤ 1 MB
Info::
~585 KB of savings available
Warning::
162 third-party resources (100% of weight)
163 resources · 2.3 MiB · 162 third-party 1.3 MiB over 1MB target
JavaScript 79% · 1.8 MiB
CSS 9% · 205.6 KiB
Font 8% · 186.7 KiB
Document 2% · 48.1 KiB
Image 1% · 33.1 KiB
Other 1% · 28.0 KiB

~585.0 KiB of savings available

Remove unused JavaScript: 585.0 KiB
B
Image Optimization
13 images, 0 KB saveable
REVIEW
13 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.
13 images 29 KB
0 oversized -0 KB
11 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
502ms total JS execution
REVIEW
502ms total JS execution
Info::
https://www.linux.com/: 115ms CPU time
Info::
Unattributable: 111ms CPU time
Info::
https://js.driftt.com/include/1776891000000/zxhkzy...: 110ms CPU time
Info::
https://js.hs-analytics.net/analytics/177689070000...: 106ms CPU time
Info::
https://pagead2.googlesyndication.com/pagead/manag...: 60ms CPU time
Warning::
Third-party scripts: 502ms (100% of total)

Main Thread Breakdown

Script Evaluation 63% Other 13% Style & Layout 11% Script Parsing & Compilation 9%
ScriptTotalScriptingParse/CompileParty
https://www.linux.com/115ms9ms4ms3rd
Unattributable111ms40ms0ms3rd
https://js.driftt.com/include/1776891000000/zxhkzyedc2xb.js110ms105ms4ms3rd
https://js.hs-analytics.net/analytics/1776890700000/8112310.js106ms77ms2ms3rd
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604200101/show_ads_impl_fy2021.js?bust=3109797260ms46ms9ms3rd
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
5 fonts (187 KB)
PASS
5 fonts (187 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

187 KB total

Render-blocking

0

of 5

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 969 ms LCP 1.3 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 — 18 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 — 7 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 56 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 — 49 ms — font-display: swaphttps://js.driftt.com/deploy/assets/static/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://js.driftt.com/deploy/assets/static/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 39.1 KiB — 3 ms — font-display: swap
newspaper.woff woff swap
Size 34 KB
Load time 18 ms
Start 27 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 7 ms
Start 230 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 56 ms
Start 230 ms
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 49 ms
Start 231 ms
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 39 KB
Load time 3 ms
Start 2.7 s
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
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
163 requests over 4324ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 969 ms LCP 1.3 shttps://linux.com// https://linux.com/ — 301 — 423 B — 9 ms — h2https://www.linux.com/www.linux.com/ https://www.linux.com/ — 200 — 35.6 KiB — 8 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=0a9c42ac7caaacdeae8b29810ea4175fwww.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/td-multi-purpose/style.css?ver=0a9c42ac7caaacdeae8b29810ea4175f — 200 — 6.6 KiB — 27 ms — h2https://fonts.googleapis.com/css?family=Open+Sans%3A400%2C600%2C700%7CRoboto%3A400%2C600%2C700&display=swap&ver=12.7.5fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans%3A400%2C600%2C700%7CRoboto%3A400%2C600%2C700&display=swap&ver=12.7.5 — 200 — 2.6 KiB — 110 ms — h2https://www.linux.com/wp-content/themes/Newspaper/style.css?ver=12.7.5www.linux.com/wp-content/themes/New... https://www.linux.com/wp-content/themes/Newspaper/style.css?ver=12.7.5 — 200 — 33.7 KiB — 22 ms — h2https://www.linux.com/wp-content/themes/Newspaper-child/style.css?ver=12.7.5cwww.linux.com/wp-content/themes/New... https://www.linux.com/wp-content/themes/Newspaper-child/style.css?ver=12.7.5c — 200 — 554 B — 28 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css?ver=0a9c42ac7caaacdeae8b29810ea4175fwww.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css?ver=0a9c42ac7caaacdeae8b29810ea4175f — 200 — 34.2 KiB — 29 ms — h2https://www.linux.com/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css?ver=1314111a2e147bac488ccdd97e4704ffwww.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=1314111a2e147bac488ccdd97e4704ff — 200 — 92.5 KiB — 24 ms — h2https://www.linux.com/wp-content/plugins/profile-builder/assets/css/style-front-end.css?ver=3.15.6www.linux.com/wp-content/plugins/pr... https://www.linux.com/wp-content/plugins/profile-builder/assets/css/style-front-end.css?ver=3.15.6 — 200 — 8.5 KiB — 13 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 — 34.9 KiB — 29 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.5 KiB — 18 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 — 18 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 — 82.8 KiB — 30 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.4 KiB — 14 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 — 12.1 KiB — 6 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 — 580 B — 5 ms — h2https://www.linux.com/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-form-move-tracker.js?ver=1.22.3www.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.3 — 200 — 615 B — 6 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=12.7.5www.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.5 — 200 — 47.1 KiB — 9 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js?ver=12.7.5www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js?ver=12.7.5 — 200 — 1.0 KiB — 7 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js?ver=12.7.5www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js?ver=12.7.5 — 200 — 1.3 KiB — 7 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js?ver=12.7.5www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js?ver=12.7.5 — 200 — 1.8 KiB — 7 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdToTop.js?ver=12.7.5www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdToTop.js?ver=12.7.5 — 200 — 1.0 KiB — 5 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLogin.js?ver=12.7.5www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLogin.js?ver=12.7.5 — 200 — 3.5 KiB — 5 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdMenu.js?ver=12.7.5www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdMenu.js?ver=12.7.5 — 200 — 1.6 KiB — 4 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxSearch.js?ver=12.7.5www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxSearch.js?ver=12.7.5 — 200 — 2.0 KiB — 5 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoadingBox.js?ver=12.7.5www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoadingBox.js?ver=12.7.5 — 200 — 1.0 KiB — 5 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdInfiniteLoader.js?ver=12.7.5www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdInfiniteLoader.js?ver=12.7.5 — 200 — 969 B — 6 ms — h2https://js.hs-scripts.com/8112310.jsjs.hs-scripts.com/8112310.js https://js.hs-scripts.com/8112310.js — 200 — 1.1 KiB — 63 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 — 136.0 KiB — 132 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 969 ms LCP 1.3 shttps://linux.com// https://linux.com/ — 301 — 423 B — 9 ms — h2https://www.linux.com/www.linux.com/ https://www.linux.com/ — 200 — 35.6 KiB — 8 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=0a9c42ac7caaacdeae8b29810ea4175fwww.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/td-multi-purpose/style.css?ver=0a9c42ac7caaacdeae8b29810ea4175f — 200 — 6.6 KiB — 27 ms — h2https://fonts.googleapis.com/css?family=Open+Sans%3A400%2C600%2C700%7CRoboto%3A400%2C600%2C700&display=swap&ver=12.7.5fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans%3A400%2C600%2C700%7CRoboto%3A400%2C600%2C700&display=swap&ver=12.7.5 — 200 — 2.6 KiB — 110 ms — h2https://www.linux.com/wp-content/themes/Newspaper/style.css?ver=12.7.5www.linux.com/wp-content/themes/New... https://www.linux.com/wp-content/themes/Newspaper/style.css?ver=12.7.5 — 200 — 33.7 KiB — 22 ms — h2https://www.linux.com/wp-content/themes/Newspaper-child/style.css?ver=12.7.5cwww.linux.com/wp-content/themes/New... https://www.linux.com/wp-content/themes/Newspaper-child/style.css?ver=12.7.5c — 200 — 554 B — 28 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css?ver=0a9c42ac7caaacdeae8b29810ea4175fwww.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css?ver=0a9c42ac7caaacdeae8b29810ea4175f — 200 — 34.2 KiB — 29 ms — h2https://www.linux.com/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css?ver=1314111a2e147bac488ccdd97e4704ffwww.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=1314111a2e147bac488ccdd97e4704ff — 200 — 92.5 KiB — 24 ms — h2https://www.linux.com/wp-content/plugins/profile-builder/assets/css/style-front-end.css?ver=3.15.6www.linux.com/wp-content/plugins/pr... https://www.linux.com/wp-content/plugins/profile-builder/assets/css/style-front-end.css?ver=3.15.6 — 200 — 8.5 KiB — 13 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 — 34.9 KiB — 29 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.5 KiB — 18 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 — 18 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 — 82.8 KiB — 30 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.4 KiB — 14 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 — 12.1 KiB — 6 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 — 580 B — 5 ms — h2https://www.linux.com/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-form-move-tracker.js?ver=1.22.3www.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.3 — 200 — 615 B — 6 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=12.7.5www.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.5 — 200 — 47.1 KiB — 9 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js?ver=12.7.5www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js?ver=12.7.5 — 200 — 1.0 KiB — 7 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js?ver=12.7.5www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js?ver=12.7.5 — 200 — 1.3 KiB — 7 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js?ver=12.7.5www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js?ver=12.7.5 — 200 — 1.8 KiB — 7 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdToTop.js?ver=12.7.5www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdToTop.js?ver=12.7.5 — 200 — 1.0 KiB — 5 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLogin.js?ver=12.7.5www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLogin.js?ver=12.7.5 — 200 — 3.5 KiB — 5 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdMenu.js?ver=12.7.5www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdMenu.js?ver=12.7.5 — 200 — 1.6 KiB — 4 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxSearch.js?ver=12.7.5www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxSearch.js?ver=12.7.5 — 200 — 2.0 KiB — 5 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoadingBox.js?ver=12.7.5www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoadingBox.js?ver=12.7.5 — 200 — 1.0 KiB — 5 ms — h2https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdInfiniteLoader.js?ver=12.7.5www.linux.com/wp-content/plugins/td... https://www.linux.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdInfiniteLoader.js?ver=12.7.5 — 200 — 969 B — 6 ms — h2https://js.hs-scripts.com/8112310.jsjs.hs-scripts.com/8112310.js https://js.hs-scripts.com/8112310.js — 200 — 1.1 KiB — 63 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 — 136.0 KiB — 132 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 — 9 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 — 4 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 — 7 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 — 56 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 — 49 ms — h3blob:https://www.linux.com/a13e8a6c-bbb1-4209-be5a-e139ce619255www.linux.com/a13e8a6c-bbb1-4209-be... blob:https://www.linux.com/a13e8a6c-bbb1-4209-be5a-e139ce619255 — 200 — -1 B — 64 ms — blobhttps://api.segment.io/v1/papi.segment.io/v1/p https://api.segment.io/v1/p — 200 — 173 B — 572 ms — h2https://js.hs-banner.com/8112310.jsjs.hs-banner.com/8112310.js https://js.hs-banner.com/8112310.js — 200 — 21.2 KiB — 74 ms — h2https://js.usemessages.com/conversations-embed.jsjs.usemessages.com/conversations-em... https://js.usemessages.com/conversations-embed.js — 200 — 33.0 KiB — 78 ms — h2https://js.hsadspixel.net/pixels.jsjs.hsadspixel.net/pixels.js https://js.hsadspixel.net/pixels.js — 200 — 3.9 KiB — 69 ms — h2https://js.hs-analytics.net/analytics/1776890700000/8112310.jsjs.hs-analytics.net/analytics/17768... https://js.hs-analytics.net/analytics/1776890700000/8112310.js — 200 — 44.7 KiB — 83 ms — h2https://js.hubspot.com/web-interactives-embed.jsjs.hubspot.com/web-interactives-emb... https://js.hubspot.com/web-interactives-embed.js — 200 — 28.5 KiB — 81 ms — h2https://www.googletagmanager.com/gtag/js?id=G-RJHFVBNKK7&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-RJHFVBNKK7&cx=c&gtm=4e64k0 — 200 — 161.4 KiB — 60 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 92 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 — 18.7 KiB — 50 ms — h2https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 54.1 KiB — 116 ms — h3https://js.driftt.com/include/1776891000000/zxhkzyedc2xb.jsjs.driftt.com/include/1776891000000... https://js.driftt.com/include/1776891000000/zxhkzyedc2xb.js — 200 — 62.8 KiB — 148 ms — h2https://www.linux.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4www.linux.com/wp-includes/js/wp-emo... https://www.linux.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 — 200 — 6.5 KiB — 8 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 — 174 ms — h2https://api.hubspot.com/livechat-public/v1/message/public?portalId=8112310&conversations-embed=static-1.26320&mobile=false&messagesUtk=48e6a0fff3ea4544b3e648c42c9c69f2&traceId=48e6a0fff3ea4544b3e648c42c9c69f2api.hubspot.com/livechat-public/v1/... https://api.hubspot.com/livechat-public/v1/message/public?portalId=8112310&conversations-embed=static-1.26320&mobile=false&messagesUtk=48e6a0fff3ea4544b3e648c42c9c69f2&traceId=48e6a0fff3ea4544b3e648c42c9c69f2 — 200 — 0 B — 171 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=1241050&time=1776890980981&url=https%3A%2F%2Fwww.linux.com%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=1241050&time=1776890980981&url=https%3A%2F%2Fwww.linux.com%2F — 200 — 837 B — 195 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=1241050&time=1776890980981&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=1776890980981&url=https%3A%2F%2Fwww.linux.com%2F — 302 — 821 B — 174 ms — h2https://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 — 976 B — 129 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-RJHFVBNKK7&gtm=45je64k0v9102410884z872066030za20gzb72066030zd72066030&_p=1776890980686&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&_ng=1&are=1&cid=1418572046.1776890981&frm=0&pscdl=noapi&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400~117512543&sid=1776890981&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&_nsi=1&_ss=1&tfd=502region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-RJHFVBNKK7&gtm=45je64k0v9102410884z872066030za20gzb72066030zd72066030&_p=1776890980686&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&_ng=1&are=1&cid=1418572046.1776890981&frm=0&pscdl=noapi&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400~117512543&sid=1776890981&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&_nsi=1&_ss=1&tfd=502 — 204 — 548 B — 104 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&_ng=1&tid=G-RJHFVBNKK7&cid=1418572046.1776890981&gtm=45je64k0v9102410884z872066030za20gzb72066030zd72066030&rcb=14&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266400~117512543stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&_ng=1&tid=G-RJHFVBNKK7&cid=1418572046.1776890981&gtm=45je64k0v9102410884z872066030za20gzb72066030zd72066030&rcb=14&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266400~117512543 — 204 — 557 B — 72 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&_ng=1&tid=G-RJHFVBNKK7&cid=1418572046.1776890981&gtm=45je64k0v9102410884z872066030za20gzb72066030zd72066030&rcb=14&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266400~117512543&z=141690464www.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=1418572046.1776890981&gtm=45je64k0v9102410884z872066030za20gzb72066030zd72066030&rcb=14&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266400~117512543&z=141690464 — 200 — 408 B — 79 ms — h2https://pagead2.googlesyndication.com/getconfig/abg_config?client=ca-pub-2388616627289485&plah=www.linux.com&ama_t=adsense&bust=31097972pagead2.googlesyndication.com/getco... https://pagead2.googlesyndication.com/getconfig/abg_config?client=ca-pub-2388616627289485&plah=www.linux.com&ama_t=adsense&bust=31097972 — 200 — 30 B — 45 ms — h3https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604200101/show_ads_impl_fy2021.js?bust=31097972pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604200101/show_ads_impl_fy2021.js?bust=31097972 — 200 — 177.5 KiB — 57 ms — h3https://www.google-analytics.com/j/collect?v=1&_v=j102&a=16490306&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=YADAAAABAAAAAC~&jid=1731759801&gjid=117656922&cid=1418572046.1776890981&tid=UA-831873-8&_gid=1559802479.1776890981&_r=1&_slc=1&gtm=45He64k0n71NXGNZWv72066030za200zd72066030&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266401&npa=1&z=1634818958www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=16490306&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=YADAAAABAAAAAC~&jid=1731759801&gjid=117656922&cid=1418572046.1776890981&tid=UA-831873-8&_gid=1559802479.1776890981&_r=1&_slc=1&gtm=45He64k0n71NXGNZWv72066030za200zd72066030&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266401&npa=1&z=1634818958 — 200 — 451 B — 25 ms — h2https://api.hubspot.com/livechat-public/v1/message/public?portalId=8112310&conversations-embed=static-1.26320&mobile=false&messagesUtk=48e6a0fff3ea4544b3e648c42c9c69f2&traceId=48e6a0fff3ea4544b3e648c42c9c69f2api.hubspot.com/livechat-public/v1/... https://api.hubspot.com/livechat-public/v1/message/public?portalId=8112310&conversations-embed=static-1.26320&mobile=false&messagesUtk=48e6a0fff3ea4544b3e648c42c9c69f2&traceId=48e6a0fff3ea4544b3e648c42c9c69f2 — 200 — 1.1 KiB — 136 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 — 148.0 KiB — 100 ms — h3https://www.googletagmanager.com/gtag/js?id=AW-1032976986&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-1032976986&cx=c&gtm=4e64k0 — 200 — 148.0 KiB — 99 ms — h3https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=1241050&time=1776890980981&url=https%3A%2F%2Fwww.linux.com%2F&e_ipv6=AQJwP6GU0z_-hQAAAZ229Krpk8lKxCVJ1sHhEx5emsyFLekoL1f84JniTvSt86yWJy4ec0blynaxpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=1241050&time=1776890980981&url=https%3A%2F%2Fwww.linux.com%2F&e_ipv6=AQJwP6GU0z_-hQAAAZ229Krpk8lKxCVJ1sHhEx5emsyFLekoL1f84JniTvSt86yWJy4ec0blynax — 200 — 694 B — 170 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 — 427 B — 182 ms — h3https://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 — 612 B — 265 ms — h2https://pagead2.googlesyndication.com/pagead/html/r20260421/r20190131/zrt_lookup_fy2021.htmlpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/html/r20260421/r20190131/zrt_lookup_fy2021.html — 200 — 3.8 KiB — 70 ms — h3https://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2388616627289485&output=html&adk=1812271804&adf=3025194257&lmt=1776890981&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&format=0x0&url=https%3A%2F%2Fwww.linux.com%2F&pra=5&asro=0&itsi=-1&aiapmid=0.0001&aiactd=0&aicctd=0&ailctd=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&abgtt=1&dt=1776890981060&bpp=3&bdt=499&idt=155&shv=r20260421&mjsv=m202604200101&ptt=9&saldr=aa&abxe=1&eoidce=1&nras=1&correlator=8241872414649&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=95386813%2C31097972%2C95387625%2C95386955&oid=2&pvsid=347457532541250&tmod=79416675&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=CAEaBTYuOS40&ifi=1&uci=a!1&fsb=1&dtd=183pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2388616627289485&output=html&adk=1812271804&adf=3025194257&lmt=1776890981&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&format=0x0&url=https%3A%2F%2Fwww.linux.com%2F&pra=5&asro=0&itsi=-1&aiapmid=0.0001&aiactd=0&aicctd=0&ailctd=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&abgtt=1&dt=1776890981060&bpp=3&bdt=499&idt=155&shv=r20260421&mjsv=m202604200101&ptt=9&saldr=aa&abxe=1&eoidce=1&nras=1&correlator=8241872414649&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=95386813%2C31097972%2C95387625%2C95386955&oid=2&pvsid=347457532541250&tmod=79416675&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=CAEaBTYuOS40&ifi=1&uci=a!1&fsb=1&dtd=183 — 200 — 65 B — 70 ms — h3https://www.google.com/ccm/collect?rcb=14&frm=0&en=page_view&dl=https%3A%2F%2Fwww.linux.com%2F&scrsrc=www.googletagmanager.com&rnd=52632226.1776890981&dt=Linux.com%20-%20News%20For%20Open%20Source%20Professionals&auid=8101968.1776890981&navt=n&npa=1&did=dZTQ1Zm&gdid=dZTQ1Zm&gtm=45be64k0v9210025542za200zb72066030zd72066030xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400&apve=1&apvf=f&apvc=1&tids=AW-1032976986&tid=AW-1032976986&tft=1776890981302&tfd=761www.google.com/ccm/collect?rcb=14&f... https://www.google.com/ccm/collect?rcb=14&frm=0&en=page_view&dl=https%3A%2F%2Fwww.linux.com%2F&scrsrc=www.googletagmanager.com&rnd=52632226.1776890981&dt=Linux.com%20-%20News%20For%20Open%20Source%20Professionals&auid=8101968.1776890981&navt=n&npa=1&did=dZTQ1Zm&gdid=dZTQ1Zm&gtm=45be64k0v9210025542za200zb72066030zd72066030xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400&apve=1&apvf=f&apvc=1&tids=AW-1032976986&tid=AW-1032976986&tft=1776890981302&tfd=761 — 200 — 21 B — 70 ms — h3https://js.driftt.com/core?d=1&embedId=zxhkzyedc2xb&eId=zxhkzyedc2xb&region=US&forceShow=false&skipCampaigns=false&sessionId=5de4a402-6b0d-4489-a71e-5367d9e71a83&sessionStarted=1776890981.374&campaignRefreshToken=fbef7b19-e158-40f4-9ac9-52402f46202e&hideController=false&pageLoadStartTime=1776890980559&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=5de4a402-6b0d-4489-a71e-5367d9e71a83&sessionStarted=1776890981.374&campaignRefreshToken=fbef7b19-e158-40f4-9ac9-52402f46202e&hideController=false&pageLoadStartTime=1776890980559&mode=CHAT&driftEnableLog=false&secureIframe=false&u=https%3A%2F%2Fwww.linux.com%2F — 200 — 1.3 KiB — 329 ms — h2https://js-agent.newrelic.com/nr-rum-1.313.1.min.jsjs-agent.newrelic.com/nr-rum-1.313.... https://js-agent.newrelic.com/nr-rum-1.313.1.min.js — 200 — 18.7 KiB — 10 ms — h2https://js.driftt.com/core/chat?d=1&region=US&driftEnableLog=false&pageLoadStartTime=1776890980559js.driftt.com/core/chat?d=1&region=... https://js.driftt.com/core/chat?d=1&region=US&driftEnableLog=false&pageLoadStartTime=1776890980559 — 200 — 1.3 KiB — 163 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 75 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=1776890981405&vi=aed6b9a6c2e229cc09c5e06103d9c35d&nc=true&u=229720963.aed6b9a6c2e229cc09c5e06103d9c35d.1776890981401.1776890981401.1776890981401.1&b=229720963.1.1776890981401&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=1776890981405&vi=aed6b9a6c2e229cc09c5e06103d9c35d&nc=true&u=229720963.aed6b9a6c2e229cc09c5e06103d9c35d.1776890981401.1776890981401.1776890981401.1&b=229720963.1.1776890981401&cc=15 — 200 — 744 B — 188 ms — h2https://track.hubspot.com/__ptq.gif?id=000010474067&value=0&k=3&n=000010474067&m=&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=1776890981409&vi=aed6b9a6c2e229cc09c5e06103d9c35d&nc=true&u=229720963.aed6b9a6c2e229cc09c5e06103d9c35d.1776890981401.1776890981401.1776890981401.1&b=229720963.1.1776890981401&cc=15track.hubspot.com/__ptq.gif?id=0000... https://track.hubspot.com/__ptq.gif?id=000010474067&value=0&k=3&n=000010474067&m=&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=1776890981409&vi=aed6b9a6c2e229cc09c5e06103d9c35d&nc=true&u=229720963.aed6b9a6c2e229cc09c5e06103d9c35d.1776890981401.1776890981401.1776890981401.1&b=229720963.1.1776890981401&cc=15 — 200 — 1.1 KiB — 171 ms — h2https://track.hubspot.com/__ptq.gif?id=000010474069&value=0&k=3&n=000010474069&m=&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=1776890981410&vi=aed6b9a6c2e229cc09c5e06103d9c35d&nc=true&u=229720963.aed6b9a6c2e229cc09c5e06103d9c35d.1776890981401.1776890981401.1776890981401.1&b=229720963.1.1776890981401&cc=15track.hubspot.com/__ptq.gif?id=0000... https://track.hubspot.com/__ptq.gif?id=000010474069&value=0&k=3&n=000010474069&m=&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=1776890981410&vi=aed6b9a6c2e229cc09c5e06103d9c35d&nc=true&u=229720963.aed6b9a6c2e229cc09c5e06103d9c35d.1776890981401.1776890981401.1776890981401.1&b=229720963.1.1776890981401&cc=15 — 200 — 751 B — 185 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gda&tv=r20260421&st=env&sjk=347457532541250ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gda&tv=r20260421&st=env&sjk=347457532541250 — 200 — 13.4 KiB — 75 ms — h3https://bam.nr-data.net/1/981d6c8a9f?a=176909146&v=1.313.1&to=ZwZWMhNZXxcFABFaXF5MdQUVUV4KSxMEVFY%3D&rst=937&ck=0&s=2ce287b626668201&ref=https://www.linux.com/&ptid=0acf7d5ff40b3509&ap=690&be=17&fe=898&dc=280&at=S0FVRFtDTBk%3D&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776890980541,%22n%22:0,%22f%22:10,%22dn%22:10,%22dne%22:10,%22c%22:10,%22s%22:10,%22ce%22:10,%22rq%22:12,%22rp%22:17,%22rpe%22:19,%22di%22:292,%22ds%22:295,%22de%22:297,%22dc%22:832,%22l%22:841,%22le%22:915%7D,%22navigation%22:%7B%7D%7D&fp=260&fcp=260bam.nr-data.net/1/981d6c8a9f?a=1769... https://bam.nr-data.net/1/981d6c8a9f?a=176909146&v=1.313.1&to=ZwZWMhNZXxcFABFaXF5MdQUVUV4KSxMEVFY%3D&rst=937&ck=0&s=2ce287b626668201&ref=https://www.linux.com/&ptid=0acf7d5ff40b3509&ap=690&be=17&fe=898&dc=280&at=S0FVRFtDTBk%3D&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776890980541,%22n%22:0,%22f%22:10,%22dn%22:10,%22dne%22:10,%22c%22:10,%22s%22:10,%22ce%22:10,%22rq%22:12,%22rp%22:17,%22rpe%22:19,%22di%22:292,%22ds%22:295,%22de%22:297,%22dc%22:832,%22l%22:841,%22le%22:915%7D,%22navigation%22:%7B%7D%7D&fp=260&fcp=260 — 200 — 722 B — 125 ms — http/1.1https://connect.facebook.net/signals/config/232741255631043?v=2.9.303&r=stable&domain=www.linux.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/232741255631043?v=2.9.303&r=stable&domain=www.linux.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 47.0 KiB — 21 ms — h3https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 75 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 — 3.3 KiB — 8 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.8 KiB — 8 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 — 9 ms — h2https://www.facebook.com/tr/?id=232741255631043&ev=PageView&dl=https%3A%2F%2Fwww.linux.com%2F&rl=&if=false&ts=1776890981563&sw=800&sh=600&cud[external_id]=***%23*%23*%23*%23*%23%23%23**%23%23*%23*%23%23%23%23%23*%23*%23%23*&ncud[external_id]=***%23*%23*%23*%23*%23%23%23**%23%23*%23*%23%23%23%23%23*%23*%23%23*&ud[external_id]=aed6b9a6c2e229cc09c5e06103d9c35d&aud[external_id]=aed6b9a6c2e229cc09c5e06103d9c35d&v=2.9.303&r=stable&a=hubspot&ec=0&o=4126&fbp=fb.1.1776890981550.767716140487192686&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Linux.com%20-%20News%20For%20Open%20Source%20Professionals&pmd[locale]=en_US&pmd[description]=Linux.com%20is%20the%20go-to%20resource%20for%20open%20source%20professionals%20to%20learn%20about%20the%20latest%20in%20Linux%20and%20open%20source%20technology%2C%20careers%2C%20best%20practices%2C%20and%20industry%20trends.%20Get%20news%2C%20information%2C%20and%20tutorials%20to%20help%20advance%20your%20next%20project%20or%20career%20%E2%80%93%20or%20just%20to%20simply%20stay%20informed.&plt=296.5&it=1776890981507&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&expv2[7]=pt0&rqm=GETwww.facebook.com/tr/?id=23274125563... https://www.facebook.com/tr/?id=232741255631043&ev=PageView&dl=https%3A%2F%2Fwww.linux.com%2F&rl=&if=false&ts=1776890981563&sw=800&sh=600&cud[external_id]=***%23*%23*%23*%23*%23%23%23**%23%23*%23*%23%23%23%23%23*%23*%23%23*&ncud[external_id]=***%23*%23*%23*%23*%23%23%23**%23%23*%23*%23%23%23%23%23*%23*%23%23*&ud[external_id]=aed6b9a6c2e229cc09c5e06103d9c35d&aud[external_id]=aed6b9a6c2e229cc09c5e06103d9c35d&v=2.9.303&r=stable&a=hubspot&ec=0&o=4126&fbp=fb.1.1776890981550.767716140487192686&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Linux.com%20-%20News%20For%20Open%20Source%20Professionals&pmd[locale]=en_US&pmd[description]=Linux.com%20is%20the%20go-to%20resource%20for%20open%20source%20professionals%20to%20learn%20about%20the%20latest%20in%20Linux%20and%20open%20source%20technology%2C%20careers%2C%20best%20practices%2C%20and%20industry%20trends.%20Get%20news%2C%20information%2C%20and%20tutorials%20to%20help%20advance%20your%20next%20project%20or%20career%20%E2%80%93%20or%20just%20to%20simply%20stay%20informed.&plt=296.5&it=1776890981507&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&expv2[7]=pt0&rqm=GET — 200 — 19 B — 63 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=232741255631043&ev=PageView&dl=https%3A%2F%2Fwww.linux.com%2F&rl=&if=false&ts=1776890981563&sw=800&sh=600&cud[external_id]=***%23*%23*%23*%23*%23%23%23**%23%23*%23*%23%23%23%23%23*%23*%23%23*&ncud[external_id]=***%23*%23*%23*%23*%23%23%23**%23%23*%23*%23%23%23%23%23*%23*%23%23*&ud[external_id]=aed6b9a6c2e229cc09c5e06103d9c35d&aud[external_id]=aed6b9a6c2e229cc09c5e06103d9c35d&v=2.9.303&r=stable&a=hubspot&ec=0&o=4126&fbp=fb.1.1776890981550.767716140487192686&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Linux.com%20-%20News%20For%20Open%20Source%20Professionals&pmd[locale]=en_US&pmd[description]=Linux.com%20is%20the%20go-to%20resource%20for%20open%20source%20professionals%20to%20learn%20about%20the%20latest%20in%20Linux%20and%20open%20source%20technology%2C%20careers%2C%20best%20practices%2C%20and%20industry%20trends.%20Get%20news%2C%20information%2C%20and%20tutorials%20to%20help%20advance%20your%20next%20project%20or%20career%20%E2%80%93%20or%20just%20to%20simply%20stay%20informed.&plt=296.5&it=1776890981507&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&expv2[7]=pt0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=232741255631043&ev=PageView&dl=https%3A%2F%2Fwww.linux.com%2F&rl=&if=false&ts=1776890981563&sw=800&sh=600&cud[external_id]=***%23*%23*%23*%23*%23%23%23**%23%23*%23*%23%23%23%23%23*%23*%23%23*&ncud[external_id]=***%23*%23*%23*%23*%23%23%23**%23%23*%23*%23%23%23%23%23*%23*%23%23*&ud[external_id]=aed6b9a6c2e229cc09c5e06103d9c35d&aud[external_id]=aed6b9a6c2e229cc09c5e06103d9c35d&v=2.9.303&r=stable&a=hubspot&ec=0&o=4126&fbp=fb.1.1776890981550.767716140487192686&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Linux.com%20-%20News%20For%20Open%20Source%20Professionals&pmd[locale]=en_US&pmd[description]=Linux.com%20is%20the%20go-to%20resource%20for%20open%20source%20professionals%20to%20learn%20about%20the%20latest%20in%20Linux%20and%20open%20source%20technology%2C%20careers%2C%20best%20practices%2C%20and%20industry%20trends.%20Get%20news%2C%20information%2C%20and%20tutorials%20to%20help%20advance%20your%20next%20project%20or%20career%20%E2%80%93%20or%20just%20to%20simply%20stay%20informed.&plt=296.5&it=1776890981507&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&expv2[7]=pt0&rqm=FGET — 200 — 196 B — 182 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.2 KiB — 7 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.3 KiB — 9 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 — 10.9 KiB — 9 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 — 10 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.2 KiB — 16 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.5 KiB — 18 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.5 KiB — 21 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 — 20 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.6 KiB — 22 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.7 KiB — 23 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.0 KiB — 39 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 — 25 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.0 KiB — 27 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.7 KiB — 27 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 — 28 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 — 19 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 — 27.9 KiB — 30 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 — 696 B — 13 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.1 KiB — 32 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.1 KiB — 26 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.6 KiB — 27 ms — h2https://bam.nr-data.net/events/1/981d6c8a9f?a=176909146&v=1.313.1&to=ZwZWMhNZXxcFABFaXF5MdQUVUV4KSxMEVFY%3D&rst=1081&ck=0&s=2ce287b626668201&ref=https://www.linux.com/&ptid=0acf7d5ff40b3509bam.nr-data.net/events/1/981d6c8a9f... https://bam.nr-data.net/events/1/981d6c8a9f?a=176909146&v=1.313.1&to=ZwZWMhNZXxcFABFaXF5MdQUVUV4KSxMEVFY%3D&rst=1081&ck=0&s=2ce287b626668201&ref=https://www.linux.com/&ptid=0acf7d5ff40b3509 — 200 — 415 B — 113 ms — http/1.1https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 70 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 — 6 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 — 7 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 — 3.3 KiB — 9 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 — 7 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.8 KiB — 12 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 — 5 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.4 KiB — 14 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.6 KiB — 15 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 — 6 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 — 16 ms — h2https://pagead2.googlesyndication.com/bg/RiK6ZWktSJHFoyfG9cjH9nLRaZ1B3RgkbmOlM6XvCcc.jspagead2.googlesyndication.com/bg/Ri... https://pagead2.googlesyndication.com/bg/RiK6ZWktSJHFoyfG9cjH9nLRaZ1B3RgkbmOlM6XvCcc.js — 200 — 21.8 KiB — 27 ms — h3https://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 — 0 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 — 0 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 — 0 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 — 0 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 — 0 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 — 0 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 — 0 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 — 0 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 — 0 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 — 0 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 — 0 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 — 0 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 — 0 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 — 0 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 — 0 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 — 1 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 — 0 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 — 0 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 — 0 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 — 0 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 — 0 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/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.6 KiB — 5 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 — 5 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 — 8 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.4 KiB — 11 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 — 5 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.7 KiB — 14 ms — h2https://ep2.adtrafficquality.google/generate_204?oetEogep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?oetEog — 204 — 40 B — 27 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 — 6 ms — h2https://bootstrap.driftapi.com/widget_bootstrap/ping/v2bootstrap.driftapi.com/widget_boots... https://bootstrap.driftapi.com/widget_bootstrap/ping/v2 — 200 — 851 B — 118 ms — h2https://customer.api.drift.com/integrations/hubspot/utk/v2customer.api.drift.com/integrations... https://customer.api.drift.com/integrations/hubspot/utk/v2 — 200 — 0 B — 314 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 — 107 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gda_r20260421&jk=347457532541250&bg=!NjWlNVfNAAa1ilLUlYo7AEcBe5WfOBDeHgk4MYFgLigX1FY5KKoT0LABXIufDlz52ZoUi4M6-QWMsHZXbWglrhe2CSEq0NQn6yRAsZiE3KjDOS4hRcr9BwIAAABHUgAAAARoAQd-ADchD2SN2xUpONluJoBxeNX1SAdBVtGcNGqsvF-FHIJzQxxWxCeO9Me-Lb3iBEgN8wVnnuOR9RS5mQKhH0V7qu8zwTJU9E_5OWnkvHaEv98261yK-pRk2Wa_XdHereViA5_q9b_78MGdYmn9Z32hcOKqbMRPuk3tBZkymOlqIgsZkunM8A3UP0J8RzGQdtgmX1q3DGUDrliSvdtTvieGW177luuF5HimaISX5S29nasKtkx9yzKXRomzAP1HOoSd-_k_f10qT3uzk86xd9zZjuZ5jZG-F5KjMOytLdJ8LHHVElY96DVyVZ6iIBO5ruEVyiG8H6JoYPMUyv0GKb03a0_MoRVKMEMJEiMWh1WRcqIIa1-OqW3_IlsqINxUgJ9weRseaYG40kRSt-QIzubgIOfm527nUc3If-dEPxAKId-3JmSNNpH2SfHRujgQwd3J0exJ6La2OnHh5LEYqtfMS99drC6yP1EwiNJD0MB9p3R9vFJBhAr-CFn-fivl1UQMnXDT_mhPLf6ZT-4tMi2QiW7DWZcma7summQD3i6QWOiMYHgK-MZMt_8dZ1jy_sRaJKg_00fjnu-IZ-bIe1FnmiZ-Ioh0h7c3USp3WAAHJrx6pZs1WlFO9hMFLo0-SzX8VTEmyCZ5eI7drlltBG4DB7rxFPOcrCfPYTDNTYTN_cgS9eobXdAmP9HEdNN1nhtPlKG44nRN1xzBoMS4WXs4p_yfpUv9sVMr22hnUbpE4bGSHlwOZhTqx6imqCZV-GHUyz_iu0u5D5hK0wGlH9Y0Oeh2ObmDhiObHcJ5yjkckb_2QvOoU5aDGK2uSADHBDo5f5Kwrez3SDMPWQunvSlKJJIGA471pqudr2_zTOJs2_3p09bIVhXi-jjnj94HQaIcb48K6eKyjr7-tJ4tTp3h4vipQIVEhQJmV88CnUuy2VI64CSuY2oWr3elQoRgcpPfQCd9E8dKF9JViiRwiwep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gda_r20260421&jk=347457532541250&bg=!NjWlNVfNAAa1ilLUlYo7AEcBe5WfOBDeHgk4MYFgLigX1FY5KKoT0LABXIufDlz52ZoUi4M6-QWMsHZXbWglrhe2CSEq0NQn6yRAsZiE3KjDOS4hRcr9BwIAAABHUgAAAARoAQd-ADchD2SN2xUpONluJoBxeNX1SAdBVtGcNGqsvF-FHIJzQxxWxCeO9Me-Lb3iBEgN8wVnnuOR9RS5mQKhH0V7qu8zwTJU9E_5OWnkvHaEv98261yK-pRk2Wa_XdHereViA5_q9b_78MGdYmn9Z32hcOKqbMRPuk3tBZkymOlqIgsZkunM8A3UP0J8RzGQdtgmX1q3DGUDrliSvdtTvieGW177luuF5HimaISX5S29nasKtkx9yzKXRomzAP1HOoSd-_k_f10qT3uzk86xd9zZjuZ5jZG-F5KjMOytLdJ8LHHVElY96DVyVZ6iIBO5ruEVyiG8H6JoYPMUyv0GKb03a0_MoRVKMEMJEiMWh1WRcqIIa1-OqW3_IlsqINxUgJ9weRseaYG40kRSt-QIzubgIOfm527nUc3If-dEPxAKId-3JmSNNpH2SfHRujgQwd3J0exJ6La2OnHh5LEYqtfMS99drC6yP1EwiNJD0MB9p3R9vFJBhAr-CFn-fivl1UQMnXDT_mhPLf6ZT-4tMi2QiW7DWZcma7summQD3i6QWOiMYHgK-MZMt_8dZ1jy_sRaJKg_00fjnu-IZ-bIe1FnmiZ-Ioh0h7c3USp3WAAHJrx6pZs1WlFO9hMFLo0-SzX8VTEmyCZ5eI7drlltBG4DB7rxFPOcrCfPYTDNTYTN_cgS9eobXdAmP9HEdNN1nhtPlKG44nRN1xzBoMS4WXs4p_yfpUv9sVMr22hnUbpE4bGSHlwOZhTqx6imqCZV-GHUyz_iu0u5D5hK0wGlH9Y0Oeh2ObmDhiObHcJ5yjkckb_2QvOoU5aDGK2uSADHBDo5f5Kwrez3SDMPWQunvSlKJJIGA471pqudr2_zTOJs2_3p09bIVhXi-jjnj94HQaIcb48K6eKyjr7-tJ4tTp3h4vipQIVEhQJmV88CnUuy2VI64CSuY2oWr3elQoRgcpPfQCd9E8dKF9JViiRwiw — 204 — 17 B — 47 ms — h3https://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 — 116 ms — h2https://bootstrap.driftapi.com/widget_bootstrapbootstrap.driftapi.com/widget_boots... https://bootstrap.driftapi.com/widget_bootstrap — 200 — 4.3 KiB — 280 ms — h2https://event.api.drift.com/trackevent.api.drift.com/track https://event.api.drift.com/track — 200 — 0 B — 108 ms — h2https://js.driftt.com/core/assets/js/61.28b2583f.chunk.jsjs.driftt.com/core/assets/js/61.28b... https://js.driftt.com/core/assets/js/61.28b2583f.chunk.js — 200 — 7.1 KiB — 5 ms — h2https://js.driftt.com/deploy/assets/static/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2js.driftt.com/deploy/assets/static/... https://js.driftt.com/deploy/assets/static/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 39.1 KiB — 3 ms — h2https://js.driftt.com/core/assets/js/61.28b2583f.chunk.jsjs.driftt.com/core/assets/js/61.28b... https://js.driftt.com/core/assets/js/61.28b2583f.chunk.js — 200 — 0 B — 0 ms — h2https://event.api.drift.com/trackevent.api.drift.com/track https://event.api.drift.com/track — 402 — 171 B — 106 ms — h2https://metrics.api.drift.com/monitoring/metrics/event3/bulkmetrics.api.drift.com/monitoring/me... https://metrics.api.drift.com/monitoring/metrics/event3/bulk — 200 — 111 B — 118 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 502ms · 321KB · $9/mo
www.linux.com
Other
Optional
Execution 115ms
Transfer 36 KB
Monthly Cost $2/mo
Unattributable
Other
Optional
Execution 111ms
Transfer 0 KB
Monthly Cost $2/mo
Drift
Chat
Optional
Execution 110ms
Transfer 63 KB
Unused 53%
Monthly Cost $2/mo
HubSpot Analytics
Analytics
Optional
Execution 106ms
Transfer 45 KB
Monthly Cost $2/mo
pagead2.googlesyndication.com
Other
Optional
Execution 60ms
Transfer 177 KB
Unused 76%
Monthly Cost $1/mo

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

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

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

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback