Skip to content
https://suse.com

Performance

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

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

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

2.82 s

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

5.11 s

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

494 ms

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

0.225

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

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

11.79 s

Page Load Progression

507 ms
1.0 s
1.5 s
2.0 s
2.5 s
3.0 s
3.6 s
4.1 s
Checks
17
7 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
5.0 MB transferred, 101 requests
FIX
5.0 MB transferred, 101 requests
Critical::
Page weighs 8.9 MB (5.0 MB transferred)
Warning::
JavaScript is 1.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.4 MB
Info::
Fonts are 601 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 601 KB
Warning::
101 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.1 g CO2 per page load
5.0 MB / 2.4 MB budget
5.0 MB transferred
101 requests
1.1 g CO2 per page load
Other 2.7 MiB 54%
JavaScript 1.4 MiB 28%
Fonts 600.8 KiB 12%
Images 238.0 KiB 5%
CSS 77.3 KiB 2%
HTML 22.3 KiB 0%
Other 3.8 KiB 0%
Other 3.0 KiB 0%
Other 1.4 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

Why this matters

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

Source: web.dev font loading

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 (5.0 MiB of 5.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2740ms total JS execution
FIX
2740ms total JS execution
Warning::
Unattributable: 804ms CPU time
Warning::
https://www.suse.com/assets/main.js?v=_AXCNxEYicVn...: 479ms CPU time
Warning::
https://www.suse.com/: 401ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-D64...: 374ms CPU time
Warning::
https://js.qualified.com/qualified.js?token=SKqQ8n...: 318ms CPU time
Warning::
Third-party scripts: 2740ms (100% of total)

Main Thread Breakdown

Script Evaluation 40% Other 36% Style & Layout 11% Script Parsing & Compilation 6%
ScriptTotalScriptingParse/CompileParty
Unattributable804ms22ms0ms3rd
https://www.suse.com/assets/main.js?v=_AXCNxEYicVnuVrflSCZLRgcWy3EZWefvIhgT_Ws80s479ms204ms17ms3rd
https://www.suse.com/401ms14ms5ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-D64V374ms293ms53ms3rd
https://js.qualified.com/qualified.js?token=SKqQ8nnADD22cAnc318ms254ms32ms3rd
https://siteintercept.qualtrics.com/dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=www.suse.com127ms113ms9ms3rd
https://js.qualified.com/packs/js/multimodal_v2-fe90ad83.js125ms95ms26ms3rd
https://js.monitor.azure.com/scripts/b/ai.2.gbl.min.js113ms90ms9ms3rd
D
Page Weight Inventory
Action
101 resources · 5.0 MB · 272 KB savings available
FIX
101 resources · 5.0 MB · 272 KB savings available
Warning::
Page weight 4.0 MB over 1MB target
Got: 5.0 MB Expected: ≤ 1 MB
Info::
~272 KB of savings available
Warning::
100 third-party resources (100% of weight)
Info::
3 resources over 200KB
101 resources · 5.0 MiB · 100 third-party 4.0 MiB over 1MB target
Media 54% · 2.7 MiB
JavaScript 28% · 1.4 MiB
Font 12% · 600.8 KiB
Image 5% · 239.3 KiB
CSS 2% · 77.3 KiB
Document 0% · 23.1 KiB
Other 0% · 4.9 KiB

~271.6 KiB of savings available

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

No Cache-Control header

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

C
Image Optimization
Action
50 images, 0 KB saveable
REVIEW
50 images, 0 KB saveable
Warning::
https://www.suse.com/globalassets/images/homepage/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/siteassets/layout/fn-fbook-ic... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/globalassets/images/campaign-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/globalassets/images/campaign-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/siteassets/homepage/intel_0.p... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/siteassets/homepage/sap-logo-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/siteassets/homepage/walmart-1... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/globalassets/images/homepage/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/siteassets/homepage/nvidia-su... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/siteassets/homepage/microsoft... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/globalassets/images/homepage/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/siteassets/layout/x1-1.png?rm... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/assets/images/icons/chevron_r... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/assets/images/icons/chevron_l... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/globalassets/images/campaign-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/globalassets/deutsche_bank_lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/globalassets/images/homepage/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/siteassets/layout/fn-link-ico... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/assets/images/icons/menu_27.s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/siteassets/homepage/pfizer_lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/globalassets/images/campaign-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/globalassets/images/homepage/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/siteassets/homepage/airbus-lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/siteassets/homepage/bmw-logo-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/siteassets/layout/youtube.png... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.suse.com/siteassets/layout/bsky-icon.p... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
50 images 238 KB
0 oversized -0 KB
38 legacy format
26 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Bundles
Action
21 scripts, 272 KB unused
REVIEW
21 scripts, 272 KB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-D64...: 80 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://js.qualified.com/qualified.js?token=SKqQ8n...: 58 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://js.qualified.com/packs/js/multimodal_v2-fe...: 50 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.suse.com/assets/main.js?v=_AXCNxEYicVn...: 40 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://siteintercept.qualtrics.com/dxjsmodule/Cor...: 22 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 272 KB
272 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-D64V193 KB80 KB (42%)3rd
https://js.qualified.com/qualified.js?token=SKqQ8nnADD22cAnc118 KB58 KB (49%)3rd
https://js.qualified.com/packs/js/multimodal_v2-fe90ad83.js97 KB50 KB (52%)3rd
https://www.suse.com/assets/main.js?v=_AXCNxEYicVnuVrflSCZLRgcWy3EZWefvIhgT_Ws80s62 KB40 KB (65%)3rd
https://siteintercept.qualtrics.com/dxjsmodule/CoreModule.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=suselinux31 KB22 KB (72%)3rd
https://siteintercept.qualtrics.com/dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=www.suse.com36 KB21 KB (59%)3rd
https://siteintercept.qualtrics.com/dxjsmodule/7.f7df015b06d8a90ce822.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=suselinux1 KB3rd
https://js.qualified.com/packs/js/analytics-5b4599f9.js1 KB3rd
https://zneam6spwsl7tpojw-suselinux.siteintercept.qualtrics.com/SIE/?Q_ZID=ZN_eam6spwSl7tpOJw5 KB3rd
https://siteintercept.qualtrics.com/dxjsmodule/37.7ea1ffe71ad8c0799cc1.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=www.suse.com19 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

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
8 fonts (601 KB)
PASS
8 fonts (601 KB)
Info::
8 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

8

601 KB total

Render-blocking

0

of 8

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 2.8 s LCP 5.1 shttps://www.suse.com/fonts/suse/SUSE-Regular.woff2SUSE-Regular.woff2 https://www.suse.com/fonts/suse/SUSE-Regular.woff2 — 35.3 KiB — 105 ms — font-display: swaphttps://www.suse.com/fonts/suse/SUSE-SemiBold.woff2SUSE-SemiBold.woff2 https://www.suse.com/fonts/suse/SUSE-SemiBold.woff2 — 35.6 KiB — 108 ms — font-display: swaphttps://www.suse.com/fonts/suse/SUSE-Bold.woff2SUSE-Bold.woff2 https://www.suse.com/fonts/suse/SUSE-Bold.woff2 — 35.5 KiB — 110 ms — font-display: swaphttps://www.suse.com/fonts/suse/SUSE-Medium.woff2SUSE-Medium.woff2 https://www.suse.com/fonts/suse/SUSE-Medium.woff2 — 35.8 KiB — 116 ms — font-display: swaphttps://www.suse.com/fonts/suse/SUSE-Light.woff2SUSE-Light.woff2 https://www.suse.com/fonts/suse/SUSE-Light.woff2 — 35.5 KiB — 122 ms — font-display: swaphttps://assets.qualified.com/packs/media/Inter-Regular.f1f0c35b.woff2Inter-Regular.f1f0c35b.... https://assets.qualified.com/packs/media/Inter-Regular.f1f0c35b.woff2 — 97.2 KiB — 84 ms — font-display: swaphttps://assets.qualified.com/packs/media/Inter-SemiBold.fcb100c7.woff2Inter-SemiBold.fcb100c7... https://assets.qualified.com/packs/media/Inter-SemiBold.fcb100c7.woff2 — 103.6 KiB — 98 ms — font-display: swaphttps://assets.qualified.com/packs/media/Inter-roman.var.b2129c00.woff2Inter-roman.var.b2129c0... https://assets.qualified.com/packs/media/Inter-roman.var.b2129c00.woff2 — 222.3 KiB — 33 ms — font-display: swap
SUSE-Regular.woff2 woff2 swap
Size 35 KB
Load time 105 ms
Start 311 ms
Risk FOUT — text flashes from fallback to web font
SUSE-SemiBold.woff2 woff2 swap
Size 36 KB
Load time 108 ms
Start 312 ms
Risk FOUT — text flashes from fallback to web font
SUSE-Bold.woff2 woff2 swap
Size 35 KB
Load time 110 ms
Start 313 ms
Risk FOUT — text flashes from fallback to web font
SUSE-Medium.woff2 woff2 swap
Size 36 KB
Load time 116 ms
Start 313 ms
Risk FOUT — text flashes from fallback to web font
SUSE-Light.woff2 woff2 swap
Size 36 KB
Load time 122 ms
Start 313 ms
Risk FOUT — text flashes from fallback to web font
Inter-Regular.f1f0c35b.... woff2 swap
Size 97 KB
Load time 84 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
Inter-SemiBold.fcb100c7... woff2 swap
Size 104 KB
Load time 98 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Inter-roman.var.b2129c0... woff2 swap
Size 222 KB
Load time 33 ms
Start 3.8 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~163 KB and ~326 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+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
101 requests over 3786ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 2.8 s LCP 5.1 shttps://suse.com// https://suse.com/ — 301 — 117 B — 26 ms — h2https://www.suse.com/www.suse.com/ https://www.suse.com/ — 200 — 18.7 KiB — 131 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 93 ms — https://www.suse.com/assets/onetrust.js?v=Nne6OzPVnUh8EArcqUax6n-wazuRuAkODPiSZxSvtzQwww.suse.com/assets/onetrust.js?v=N... https://www.suse.com/assets/onetrust.js?v=Nne6OzPVnUh8EArcqUax6n-wazuRuAkODPiSZxSvtzQ — 200 — 537 B — 36 ms — h2https://js.storylane.io/js/v2/storylane.jsjs.storylane.io/js/v2/storylane.js https://js.storylane.io/js/v2/storylane.js — 200 — 5.7 KiB — 51 ms — h2https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.csscdn.jsdelivr.net/npm/swiper@11/swip... https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css — 200 — 5.1 KiB — 43 ms — h2https://www.suse.com/assets/main.css?v=Wzh3MFGjbugfCoIfyTgOmiKqET5YspgpjPUV8jTSBscwww.suse.com/assets/main.css?v=Wzh3... https://www.suse.com/assets/main.css?v=Wzh3MFGjbugfCoIfyTgOmiKqET5YspgpjPUV8jTSBsc — 200 — 57.0 KiB — 52 ms — h2https://www.suse.com/assets/vendor/font-awesome/font-awesome.min.css?v=tTRHEmGqPQ7MXKmBq9Lgq-5II0TJnuhF-MMVw_a7ZLMwww.suse.com/assets/vendor/font-awe... https://www.suse.com/assets/vendor/font-awesome/font-awesome.min.css?v=tTRHEmGqPQ7MXKmBq9Lgq-5II0TJnuhF-MMVw_a7ZLM — 200 — 6.8 KiB — 67 ms — h2https://www.suse.com/contentassets/0930538af48946f1b5d336ea20d7523d/suse-white-logo-green.svg?rmode=maxwww.suse.com/contentassets/0930538a... https://www.suse.com/contentassets/0930538af48946f1b5d336ea20d7523d/suse-white-logo-green.svg?rmode=max — 200 — 3.6 KiB — 36 ms — h2https://www.suse.com/assets/images/icons/pan_tool_alt.svgwww.suse.com/assets/images/icons/pa... https://www.suse.com/assets/images/icons/pan_tool_alt.svg — 200 — 425 B — 33 ms — h2https://www.suse.com/assets/images/icons/person.svgwww.suse.com/assets/images/icons/pe... https://www.suse.com/assets/images/icons/person.svg — 200 — 683 B — 40 ms — h3https://www.suse.com/assets/images/icons/keyboard_arrow_down.svgwww.suse.com/assets/images/icons/ke... https://www.suse.com/assets/images/icons/keyboard_arrow_down.svg — 200 — 536 B — 38 ms — h3https://www.suse.com/assets/images/icons/search.svgwww.suse.com/assets/images/icons/se... https://www.suse.com/assets/images/icons/search.svg — 200 — 597 B — 33 ms — h3https://js.qualified.com/qualified.js?token=SKqQ8nnADD22cAncjs.qualified.com/qualified.js?token... https://js.qualified.com/qualified.js?token=SKqQ8nnADD22cAnc — 200 — 117.6 KiB — 145 ms — h2https://www.suse.com/assets/main.js?v=_AXCNxEYicVnuVrflSCZLRgcWy3EZWefvIhgT_Ws80swww.suse.com/assets/main.js?v=_AXCN... https://www.suse.com/assets/main.js?v=_AXCNxEYicVnuVrflSCZLRgcWy3EZWefvIhgT_Ws80s — 200 — 62.4 KiB — 157 ms — h3https://www.suse.com/assets/images/icons/shopping_cart.svgwww.suse.com/assets/images/icons/sh... https://www.suse.com/assets/images/icons/shopping_cart.svg — 200 — 656 B — 78 ms — h3https://www.suse.com/assets/images/icons/Linux-one-color.svgwww.suse.com/assets/images/icons/Li... https://www.suse.com/assets/images/icons/Linux-one-color.svg — 200 — 761 B — 89 ms — h3https://www.suse.com/assets/images/icons/Cloud-native-one-color.svgwww.suse.com/assets/images/icons/Cl... https://www.suse.com/assets/images/icons/Cloud-native-one-color.svg — 200 — 790 B — 96 ms — h3https://www.suse.com/assets/images/icons/Edge-one-color.svgwww.suse.com/assets/images/icons/Ed... https://www.suse.com/assets/images/icons/Edge-one-color.svg — 200 — 830 B — 123 ms — h3https://www.suse.com/assets/images/icons/AI-one-color.svgwww.suse.com/assets/images/icons/AI... https://www.suse.com/assets/images/icons/AI-one-color.svg — 200 — 1.3 KiB — 101 ms — h3https://www.suse.com/assets/images/icons/Modernize-pos.svgwww.suse.com/assets/images/icons/Mo... https://www.suse.com/assets/images/icons/Modernize-pos.svg — 200 — 1.2 KiB — 102 ms — h3https://www.suse.com/assets/images/icons/Optimize-pos.svgwww.suse.com/assets/images/icons/Op... https://www.suse.com/assets/images/icons/Optimize-pos.svg — 200 — 1.1 KiB — 95 ms — h3https://www.suse.com/assets/images/icons/Manage%20and%20Secure-pos.svgwww.suse.com/assets/images/icons/Ma... https://www.suse.com/assets/images/icons/Manage%20and%20Secure-pos.svg — 200 — 938 B — 127 ms — h3https://www.suse.com/assets/images/icons/Innovate-pos.svgwww.suse.com/assets/images/icons/In... https://www.suse.com/assets/images/icons/Innovate-pos.svg — 200 — 1.2 KiB — 133 ms — h3https://www.suse.com/globalassets/partner-logos/amazon-3.svg?rmode=maxwww.suse.com/globalassets/partner-l... https://www.suse.com/globalassets/partner-logos/amazon-3.svg?rmode=max — 200 — 7.2 KiB — 194 ms — h3https://www.suse.com/globalassets/partner-logos/microsoft-azure-3.svg?rmode=maxwww.suse.com/globalassets/partner-l... https://www.suse.com/globalassets/partner-logos/microsoft-azure-3.svg?rmode=max — 200 — 6.5 KiB — 193 ms — h3https://www.suse.com/globalassets/partner-logos/google-cloud-3.svg?rmode=maxwww.suse.com/globalassets/partner-l... https://www.suse.com/globalassets/partner-logos/google-cloud-3.svg?rmode=max — 200 — 2.9 KiB — 187 ms — h3https://www.suse.com/assets/images/icons/menu_27.svgwww.suse.com/assets/images/icons/me... https://www.suse.com/assets/images/icons/menu_27.svg — 200 — 491 B — 127 ms — h3https://www.suse.com/assets/images/icons/chevron_right_40dp.svgwww.suse.com/assets/images/icons/ch... https://www.suse.com/assets/images/icons/chevron_right_40dp.svg — 200 — 512 B — 127 ms — h3https://www.suse.com/assets/images/icons/chevron_left_36dp.svgwww.suse.com/assets/images/icons/ch... https://www.suse.com/assets/images/icons/chevron_left_36dp.svg — 200 — 509 B — 127 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 2.8 s LCP 5.1 shttps://suse.com// https://suse.com/ — 301 — 117 B — 26 ms — h2https://www.suse.com/www.suse.com/ https://www.suse.com/ — 200 — 18.7 KiB — 131 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 93 ms — https://www.suse.com/assets/onetrust.js?v=Nne6OzPVnUh8EArcqUax6n-wazuRuAkODPiSZxSvtzQwww.suse.com/assets/onetrust.js?v=N... https://www.suse.com/assets/onetrust.js?v=Nne6OzPVnUh8EArcqUax6n-wazuRuAkODPiSZxSvtzQ — 200 — 537 B — 36 ms — h2https://js.storylane.io/js/v2/storylane.jsjs.storylane.io/js/v2/storylane.js https://js.storylane.io/js/v2/storylane.js — 200 — 5.7 KiB — 51 ms — h2https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.csscdn.jsdelivr.net/npm/swiper@11/swip... https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css — 200 — 5.1 KiB — 43 ms — h2https://www.suse.com/assets/main.css?v=Wzh3MFGjbugfCoIfyTgOmiKqET5YspgpjPUV8jTSBscwww.suse.com/assets/main.css?v=Wzh3... https://www.suse.com/assets/main.css?v=Wzh3MFGjbugfCoIfyTgOmiKqET5YspgpjPUV8jTSBsc — 200 — 57.0 KiB — 52 ms — h2https://www.suse.com/assets/vendor/font-awesome/font-awesome.min.css?v=tTRHEmGqPQ7MXKmBq9Lgq-5II0TJnuhF-MMVw_a7ZLMwww.suse.com/assets/vendor/font-awe... https://www.suse.com/assets/vendor/font-awesome/font-awesome.min.css?v=tTRHEmGqPQ7MXKmBq9Lgq-5II0TJnuhF-MMVw_a7ZLM — 200 — 6.8 KiB — 67 ms — h2https://www.suse.com/contentassets/0930538af48946f1b5d336ea20d7523d/suse-white-logo-green.svg?rmode=maxwww.suse.com/contentassets/0930538a... https://www.suse.com/contentassets/0930538af48946f1b5d336ea20d7523d/suse-white-logo-green.svg?rmode=max — 200 — 3.6 KiB — 36 ms — h2https://www.suse.com/assets/images/icons/pan_tool_alt.svgwww.suse.com/assets/images/icons/pa... https://www.suse.com/assets/images/icons/pan_tool_alt.svg — 200 — 425 B — 33 ms — h2https://www.suse.com/assets/images/icons/person.svgwww.suse.com/assets/images/icons/pe... https://www.suse.com/assets/images/icons/person.svg — 200 — 683 B — 40 ms — h3https://www.suse.com/assets/images/icons/keyboard_arrow_down.svgwww.suse.com/assets/images/icons/ke... https://www.suse.com/assets/images/icons/keyboard_arrow_down.svg — 200 — 536 B — 38 ms — h3https://www.suse.com/assets/images/icons/search.svgwww.suse.com/assets/images/icons/se... https://www.suse.com/assets/images/icons/search.svg — 200 — 597 B — 33 ms — h3https://js.qualified.com/qualified.js?token=SKqQ8nnADD22cAncjs.qualified.com/qualified.js?token... https://js.qualified.com/qualified.js?token=SKqQ8nnADD22cAnc — 200 — 117.6 KiB — 145 ms — h2https://www.suse.com/assets/main.js?v=_AXCNxEYicVnuVrflSCZLRgcWy3EZWefvIhgT_Ws80swww.suse.com/assets/main.js?v=_AXCN... https://www.suse.com/assets/main.js?v=_AXCNxEYicVnuVrflSCZLRgcWy3EZWefvIhgT_Ws80s — 200 — 62.4 KiB — 157 ms — h3https://www.suse.com/assets/images/icons/shopping_cart.svgwww.suse.com/assets/images/icons/sh... https://www.suse.com/assets/images/icons/shopping_cart.svg — 200 — 656 B — 78 ms — h3https://www.suse.com/assets/images/icons/Linux-one-color.svgwww.suse.com/assets/images/icons/Li... https://www.suse.com/assets/images/icons/Linux-one-color.svg — 200 — 761 B — 89 ms — h3https://www.suse.com/assets/images/icons/Cloud-native-one-color.svgwww.suse.com/assets/images/icons/Cl... https://www.suse.com/assets/images/icons/Cloud-native-one-color.svg — 200 — 790 B — 96 ms — h3https://www.suse.com/assets/images/icons/Edge-one-color.svgwww.suse.com/assets/images/icons/Ed... https://www.suse.com/assets/images/icons/Edge-one-color.svg — 200 — 830 B — 123 ms — h3https://www.suse.com/assets/images/icons/AI-one-color.svgwww.suse.com/assets/images/icons/AI... https://www.suse.com/assets/images/icons/AI-one-color.svg — 200 — 1.3 KiB — 101 ms — h3https://www.suse.com/assets/images/icons/Modernize-pos.svgwww.suse.com/assets/images/icons/Mo... https://www.suse.com/assets/images/icons/Modernize-pos.svg — 200 — 1.2 KiB — 102 ms — h3https://www.suse.com/assets/images/icons/Optimize-pos.svgwww.suse.com/assets/images/icons/Op... https://www.suse.com/assets/images/icons/Optimize-pos.svg — 200 — 1.1 KiB — 95 ms — h3https://www.suse.com/assets/images/icons/Manage%20and%20Secure-pos.svgwww.suse.com/assets/images/icons/Ma... https://www.suse.com/assets/images/icons/Manage%20and%20Secure-pos.svg — 200 — 938 B — 127 ms — h3https://www.suse.com/assets/images/icons/Innovate-pos.svgwww.suse.com/assets/images/icons/In... https://www.suse.com/assets/images/icons/Innovate-pos.svg — 200 — 1.2 KiB — 133 ms — h3https://www.suse.com/globalassets/partner-logos/amazon-3.svg?rmode=maxwww.suse.com/globalassets/partner-l... https://www.suse.com/globalassets/partner-logos/amazon-3.svg?rmode=max — 200 — 7.2 KiB — 194 ms — h3https://www.suse.com/globalassets/partner-logos/microsoft-azure-3.svg?rmode=maxwww.suse.com/globalassets/partner-l... https://www.suse.com/globalassets/partner-logos/microsoft-azure-3.svg?rmode=max — 200 — 6.5 KiB — 193 ms — h3https://www.suse.com/globalassets/partner-logos/google-cloud-3.svg?rmode=maxwww.suse.com/globalassets/partner-l... https://www.suse.com/globalassets/partner-logos/google-cloud-3.svg?rmode=max — 200 — 2.9 KiB — 187 ms — h3https://www.suse.com/assets/images/icons/menu_27.svgwww.suse.com/assets/images/icons/me... https://www.suse.com/assets/images/icons/menu_27.svg — 200 — 491 B — 127 ms — h3https://www.suse.com/assets/images/icons/chevron_right_40dp.svgwww.suse.com/assets/images/icons/ch... https://www.suse.com/assets/images/icons/chevron_right_40dp.svg — 200 — 512 B — 127 ms — h3https://www.suse.com/assets/images/icons/chevron_left_36dp.svgwww.suse.com/assets/images/icons/ch... https://www.suse.com/assets/images/icons/chevron_left_36dp.svg — 200 — 509 B — 127 ms — h3https://www.suse.com/siteassets/homepage/nvidia-suse1.png?width=800&rmode=maxwww.suse.com/siteassets/homepage/nv... https://www.suse.com/siteassets/homepage/nvidia-suse1.png?width=800&rmode=max — 200 — 17.9 KiB — 198 ms — h3https://www.suse.com/globalassets/images/campaign-page-images/final-campaigns-fy26-icons_modernize-pos.svgwww.suse.com/globalassets/images/ca... https://www.suse.com/globalassets/images/campaign-page-images/final-campaigns-fy26-icons_modernize-pos.svg — 200 — 1.6 KiB — 127 ms — h3https://www.suse.com/globalassets/images/campaign-page-images/final-campaigns-fy26-icons_optimize-pos.svgwww.suse.com/globalassets/images/ca... https://www.suse.com/globalassets/images/campaign-page-images/final-campaigns-fy26-icons_optimize-pos.svg — 200 — 1.5 KiB — 126 ms — h3https://www.suse.com/globalassets/images/campaign-page-images/final-campaigns-fy26-icons_manage-and-secure-color.svgwww.suse.com/globalassets/images/ca... https://www.suse.com/globalassets/images/campaign-page-images/final-campaigns-fy26-icons_manage-and-secure-color.svg — 200 — 1.3 KiB — 126 ms — h3https://www.suse.com/globalassets/images/campaign-page-images/final-campaigns-fy26-icons_innovate-pos.svgwww.suse.com/globalassets/images/ca... https://www.suse.com/globalassets/images/campaign-page-images/final-campaigns-fy26-icons_innovate-pos.svg — 200 — 1.5 KiB — 128 ms — h3https://www.suse.com/siteassets/homepage/intel_0.pngwww.suse.com/siteassets/homepage/in... https://www.suse.com/siteassets/homepage/intel_0.png — 200 — 1.8 KiB — 128 ms — h3https://www.suse.com/siteassets/homepage/airbus-logo-12.pngwww.suse.com/siteassets/homepage/ai... https://www.suse.com/siteassets/homepage/airbus-logo-12.png — 200 — 29.0 KiB — 198 ms — h3https://www.suse.com/siteassets/homepage/pfizer_logo_color_rgb-1-1.pngwww.suse.com/siteassets/homepage/pf... https://www.suse.com/siteassets/homepage/pfizer_logo_color_rgb-1-1.png — 200 — 4.2 KiB — 193 ms — h3https://www.suse.com/siteassets/homepage/sap-logo-svg.pngwww.suse.com/siteassets/homepage/sa... https://www.suse.com/siteassets/homepage/sap-logo-svg.png — 200 — 3.8 KiB — 183 ms — h3https://www.suse.com/siteassets/homepage/walmart-12.pngwww.suse.com/siteassets/homepage/wa... https://www.suse.com/siteassets/homepage/walmart-12.png — 200 — 44.4 KiB — 197 ms — h3https://www.suse.com/siteassets/homepage/bmw-logo-gray-1-2.pngwww.suse.com/siteassets/homepage/bm... https://www.suse.com/siteassets/homepage/bmw-logo-gray-1-2.png — 200 — 14.4 KiB — 193 ms — h3https://www.suse.com/siteassets/homepage/microsoftteams-image-8-12.pngwww.suse.com/siteassets/homepage/mi... https://www.suse.com/siteassets/homepage/microsoftteams-image-8-12.png — 200 — 4.7 KiB — 194 ms — h3https://www.suse.com/globalassets/deutsche_bank_logo_without_wordmark.svgwww.suse.com/globalassets/deutsche_... https://www.suse.com/globalassets/deutsche_bank_logo_without_wordmark.svg — 200 — 898 B — 182 ms — h3https://www.suse.com/globalassets/images/homepage/linux.svgwww.suse.com/globalassets/images/ho... https://www.suse.com/globalassets/images/homepage/linux.svg — 200 — 1.1 KiB — 185 ms — h3https://www.suse.com/globalassets/images/homepage/cloud-native.svgwww.suse.com/globalassets/images/ho... https://www.suse.com/globalassets/images/homepage/cloud-native.svg — 200 — 1.1 KiB — 185 ms — h3https://www.suse.com/globalassets/images/homepage/two-color-edge.svgwww.suse.com/globalassets/images/ho... https://www.suse.com/globalassets/images/homepage/two-color-edge.svg — 200 — 1.0 KiB — 185 ms — h3https://www.suse.com/globalassets/images/homepage/two-color-ai.svgwww.suse.com/globalassets/images/ho... https://www.suse.com/globalassets/images/homepage/two-color-ai.svg — 200 — 1.4 KiB — 186 ms — h3https://www.suse.com/globalassets/images/homepage/7logos-img.png?width=800&rmode=maxwww.suse.com/globalassets/images/ho... https://www.suse.com/globalassets/images/homepage/7logos-img.png?width=800&rmode=max — 200 — 36.8 KiB — 196 ms — h3https://www.suse.com/siteassets/layout/suse-white-logo-green.svg?height=55&rmode=maxwww.suse.com/siteassets/layout/suse... https://www.suse.com/siteassets/layout/suse-white-logo-green.svg?height=55&rmode=max — 200 — 4.2 KiB — 191 ms — h3https://www.suse.com/siteassets/layout/youtube.png?rmode=maxwww.suse.com/siteassets/layout/yout... https://www.suse.com/siteassets/layout/youtube.png?rmode=max — 200 — 714 B — 186 ms — h3https://www.suse.com/siteassets/layout/fn-fbook-ico-white.png?rmode=maxwww.suse.com/siteassets/layout/fn-f... https://www.suse.com/siteassets/layout/fn-fbook-ico-white.png?rmode=max — 200 — 494 B — 186 ms — h3https://www.suse.com/siteassets/layout/x1-1.png?rmode=maxwww.suse.com/siteassets/layout/x1-1... https://www.suse.com/siteassets/layout/x1-1.png?rmode=max — 200 — 4.0 KiB — 194 ms — h3https://www.suse.com/siteassets/layout/fn-link-ico-white.png?rmode=maxwww.suse.com/siteassets/layout/fn-l... https://www.suse.com/siteassets/layout/fn-link-ico-white.png?rmode=max — 200 — 504 B — 186 ms — h3https://www.suse.com/siteassets/layout/bsky-icon.png?rmode=maxwww.suse.com/siteassets/layout/bsky... https://www.suse.com/siteassets/layout/bsky-icon.png?rmode=max — 200 — 707 B — 185 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-D64Vwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-D64V — 200 — 193.5 KiB — 200 ms — h2https://www.suse.com/fonts/suse/SUSE-Regular.woff2www.suse.com/fonts/suse/SUSE-Regula... https://www.suse.com/fonts/suse/SUSE-Regular.woff2 — 200 — 35.3 KiB — 105 ms — h3https://www.suse.com/fonts/suse/SUSE-SemiBold.woff2www.suse.com/fonts/suse/SUSE-SemiBo... https://www.suse.com/fonts/suse/SUSE-SemiBold.woff2 — 200 — 35.6 KiB — 108 ms — h3https://www.suse.com/fonts/suse/SUSE-Bold.woff2www.suse.com/fonts/suse/SUSE-Bold.w... https://www.suse.com/fonts/suse/SUSE-Bold.woff2 — 200 — 35.5 KiB — 110 ms — h3https://www.suse.com/fonts/suse/SUSE-Medium.woff2www.suse.com/fonts/suse/SUSE-Medium... https://www.suse.com/fonts/suse/SUSE-Medium.woff2 — 200 — 35.8 KiB — 116 ms — h3https://www.suse.com/fonts/suse/SUSE-Light.woff2www.suse.com/fonts/suse/SUSE-Light.... https://www.suse.com/fonts/suse/SUSE-Light.woff2 — 200 — 35.5 KiB — 122 ms — h3https://js.monitor.azure.com/scripts/b/ai.2.gbl.min.jsjs.monitor.azure.com/scripts/b/ai.2... https://js.monitor.azure.com/scripts/b/ai.2.gbl.min.js — 200 — 46.2 KiB — 173 ms — h2https://www.suse.com/globalassets/images/homepage/wave-blue.webpwww.suse.com/globalassets/images/ho... https://www.suse.com/globalassets/images/homepage/wave-blue.webp — 200 — 6.5 KiB — 170 ms — h3https://www.suse.com/globalassets/images/homepage/wave-jungle-green.webpwww.suse.com/globalassets/images/ho... https://www.suse.com/globalassets/images/homepage/wave-jungle-green.webp — 200 — 6.4 KiB — 171 ms — h3https://www.suse.com/globalassets/images/homepage/wave-midnight.webpwww.suse.com/globalassets/images/ho... https://www.suse.com/globalassets/images/homepage/wave-midnight.webp — 200 — 6.4 KiB — 171 ms — h3https://www.suse.com/assets/images/footer-start-line.pngwww.suse.com/assets/images/footer-s... https://www.suse.com/assets/images/footer-start-line.png — 200 — 518 B — 159 ms — h3https://www.suse.com/assets/images/dotted_border_bg.pngwww.suse.com/assets/images/dotted_b... https://www.suse.com/assets/images/dotted_border_bg.png — 200 — 474 B — 158 ms — h3https://www.suse.com/getUserInfo/www.suse.com/getUserInfo/ https://www.suse.com/getUserInfo/ — 200 — 854 B — 304 ms — h3https://suseshop.suse.com/1881/?scope=cartjssuseshop.suse.com/1881/?scope=cartj... https://suseshop.suse.com/1881/?scope=cartjs — 200 — 1.2 KiB — 365 ms — h2https://app.qualified.com/w/1/SKqQ8nnADD22cAnc/visitor_events?wu=app.qualified.com/w/1/SKqQ8nnADD22c... https://app.qualified.com/w/1/SKqQ8nnADD22cAnc/visitor_events?wu= — 200 — 0 B — 364 ms — h2https://zneam6spwsl7tpojw-suselinux.siteintercept.qualtrics.com/SIE/?Q_ZID=ZN_eam6spwSl7tpOJwzneam6spwsl7tpojw-suselinux.siteint... https://zneam6spwsl7tpojw-suselinux.siteintercept.qualtrics.com/SIE/?Q_ZID=ZN_eam6spwSl7tpOJw — 200 — 4.6 KiB — 114 ms — h2https://dc.services.visualstudio.com/v2/trackdc.services.visualstudio.com/v2/tra... https://dc.services.visualstudio.com/v2/track — 204 — 0 B — 207 ms — h2https://www.suse.com/contentassets/17623a922114433cb00cd7bcb7cc6038/favicon.icowww.suse.com/contentassets/17623a92... https://www.suse.com/contentassets/17623a922114433cb00cd7bcb7cc6038/favicon.ico — 200 — 1.2 KiB — 32 ms — h3https://siteintercept.qualtrics.com/dxjsmodule/37.7ea1ffe71ad8c0799cc1.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=www.suse.comsiteintercept.qualtrics.com/dxjsmod... https://siteintercept.qualtrics.com/dxjsmodule/37.7ea1ffe71ad8c0799cc1.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=www.suse.com — 200 — 18.6 KiB — 59 ms — h2https://siteintercept.qualtrics.com/dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=www.suse.comsiteintercept.qualtrics.com/dxjsmod... https://siteintercept.qualtrics.com/dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=www.suse.com — 200 — 35.8 KiB — 60 ms — h2https://siteintercept.qualtrics.com/WRSiteInterceptEngine/Targeting.php?Q_ZoneID=ZN_eam6spwSl7tpOJw&Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=websiteintercept.qualtrics.com/WRSiteI... https://siteintercept.qualtrics.com/WRSiteInterceptEngine/Targeting.php?Q_ZoneID=ZN_eam6spwSl7tpOJw&Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web — 200 — 1.7 KiB — 44 ms — h2https://dc.services.visualstudio.com/v2/trackdc.services.visualstudio.com/v2/tra... https://dc.services.visualstudio.com/v2/track — 200 — 200 B — 35 ms — h2https://app.qualified.com/w/1/SKqQ8nnADD22cAnc/visitor_events?wu=app.qualified.com/w/1/SKqQ8nnADD22c... https://app.qualified.com/w/1/SKqQ8nnADD22cAnc/visitor_events?wu= — 204 — 392 B — 125 ms — h2https://siteintercept.qualtrics.com/dxjsmodule/CoreModule.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=suselinuxsiteintercept.qualtrics.com/dxjsmod... https://siteintercept.qualtrics.com/dxjsmodule/CoreModule.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=suselinux — 200 — 30.9 KiB — 28 ms — h2https://siteintercept.qualtrics.com/dxjsmodule/7.f7df015b06d8a90ce822.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=suselinuxsiteintercept.qualtrics.com/dxjsmod... https://siteintercept.qualtrics.com/dxjsmodule/7.f7df015b06d8a90ce822.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=suselinux — 200 — 1.4 KiB — 25 ms — h2https://siteintercept.qualtrics.com/dxjsmodule/1.bc67e778235741631577.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=suselinuxsiteintercept.qualtrics.com/dxjsmod... https://siteintercept.qualtrics.com/dxjsmodule/1.bc67e778235741631577.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=suselinux — 200 — 7.1 KiB — 26 ms — h2https://siteintercept.qualtrics.com/dxjsmodule/LinkModule.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=suselinuxsiteintercept.qualtrics.com/dxjsmod... https://siteintercept.qualtrics.com/dxjsmodule/LinkModule.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=suselinux — 200 — 1.2 KiB — 26 ms — h2https://siteintercept.qualtrics.com/dxjsmodule/EmbeddedTargetModule.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=suselinuxsiteintercept.qualtrics.com/dxjsmod... https://siteintercept.qualtrics.com/dxjsmodule/EmbeddedTargetModule.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=suselinux — 200 — 2.9 KiB — 28 ms — h2https://siteintercept.qualtrics.com/WRSiteInterceptEngine/Asset.php?Module=SI_8wBbdsRHKnTUGwe&Version=18&Q_ORIGIN=https://www.suse.com&Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BrandTier=YpKXW2NvKP&Q_ARCACHEVERSION=21&Q_BRANDDC=fra1siteintercept.qualtrics.com/WRSiteI... https://siteintercept.qualtrics.com/WRSiteInterceptEngine/Asset.php?Module=SI_8wBbdsRHKnTUGwe&Version=18&Q_ORIGIN=https://www.suse.com&Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BrandTier=YpKXW2NvKP&Q_ARCACHEVERSION=21&Q_BRANDDC=fra1 — 200 — 1.4 KiB — 64 ms — h2https://siteintercept.qualtrics.com/WRSiteInterceptEngine/Asset.php?Module=CR_2t9bw7p8VVMZhs2&Version=2&Q_InterceptID=SI_8wBbdsRHKnTUGwe&Q_ORIGIN=https://www.suse.com&Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BrandTier=YpKXW2NvKP&Q_ARCACHEVERSION=21&Q_BRANDDC=fra1siteintercept.qualtrics.com/WRSiteI... https://siteintercept.qualtrics.com/WRSiteInterceptEngine/Asset.php?Module=CR_2t9bw7p8VVMZhs2&Version=2&Q_InterceptID=SI_8wBbdsRHKnTUGwe&Q_ORIGIN=https://www.suse.com&Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BrandTier=YpKXW2NvKP&Q_ARCACHEVERSION=21&Q_BRANDDC=fra1 — 200 — 312 B — 65 ms — h2https://js.qualified.com/packs/js/analytics-5b4599f9.jsjs.qualified.com/packs/js/analytics... https://js.qualified.com/packs/js/analytics-5b4599f9.js — 200 — 1.3 KiB — 27 ms — h2https://js.qualified.com/packs/js/multimodal_v2-fe90ad83.jsjs.qualified.com/packs/js/multimoda... https://js.qualified.com/packs/js/multimodal_v2-fe90ad83.js — 200 — 97.5 KiB — 48 ms — h2https://app.qualified.com/w/1/SKqQ8nnADD22cAnc/messenger?uuid=abe44d5a-7338-4738-bb0c-15f16ea6c056app.qualified.com/w/1/SKqQ8nnADD22c... https://app.qualified.com/w/1/SKqQ8nnADD22cAnc/messenger?uuid=abe44d5a-7338-4738-bb0c-15f16ea6c056 — 200 — 3.6 KiB — 361 ms — h2https://app.qualified.com/w/1/SKqQ8nnADD22cAnc/visitor_events?wu=d334c4f9-c24d-49d8-84ea-965d66bd5491&uuid=abe44d5a-7338-4738-bb0c-15f16ea6c056app.qualified.com/w/1/SKqQ8nnADD22c... https://app.qualified.com/w/1/SKqQ8nnADD22cAnc/visitor_events?wu=d334c4f9-c24d-49d8-84ea-965d66bd5491&uuid=abe44d5a-7338-4738-bb0c-15f16ea6c056 — 200 — 0 B — 116 ms — h2https://assets.qualified.com/static-media/piperx-loading/Anna.mp4assets.qualified.com/static-media/p... https://assets.qualified.com/static-media/piperx-loading/Anna.mp4 — 206 — 2.7 MiB — 143 ms — h2https://js.qualified.com/packs/js/4463-c1968716.jsjs.qualified.com/packs/js/4463-c196... https://js.qualified.com/packs/js/4463-c1968716.js — 200 — 2.3 KiB — 33 ms — h2https://app.qualified.com/w/1/SKqQ8nnADD22cAnc/visitor_events?wu=d334c4f9-c24d-49d8-84ea-965d66bd5491&uuid=abe44d5a-7338-4738-bb0c-15f16ea6c056app.qualified.com/w/1/SKqQ8nnADD22c... https://app.qualified.com/w/1/SKqQ8nnADD22cAnc/visitor_events?wu=d334c4f9-c24d-49d8-84ea-965d66bd5491&uuid=abe44d5a-7338-4738-bb0c-15f16ea6c056 — 204 — 90 B — 131 ms — h2https://assets.qualified.com/packs/css/widget/sandboxed/messenger-9fcbda82.cssassets.qualified.com/packs/css/widg... https://assets.qualified.com/packs/css/widget/sandboxed/messenger-9fcbda82.css — 200 — 8.4 KiB — 31 ms — h2https://assets.qualified.com/packs/js/widget/sandboxed/messenger-573d66d5.jsassets.qualified.com/packs/js/widge... https://assets.qualified.com/packs/js/widget/sandboxed/messenger-573d66d5.js — 200 — 803.6 KiB — 221 ms — h2https://assets.qualified.com/packs/media/Inter-Regular.f1f0c35b.woff2assets.qualified.com/packs/media/In... https://assets.qualified.com/packs/media/Inter-Regular.f1f0c35b.woff2 — 200 — 97.2 KiB — 84 ms — h2https://assets.qualified.com/packs/media/Inter-SemiBold.fcb100c7.woff2assets.qualified.com/packs/media/In... https://assets.qualified.com/packs/media/Inter-SemiBold.fcb100c7.woff2 — 200 — 103.6 KiB — 98 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 94 ms — h2https://o209747.ingest.us.sentry.io/api/4508915056574464/envelope/?sentry_key=c36ec735e564530732f0d75311d173b6&sentry_version=7&sentry_client=sentry.javascript.browser%2F7.119.1o209747.ingest.us.sentry.io/api/450... https://o209747.ingest.us.sentry.io/api/4508915056574464/envelope/?sentry_key=c36ec735e564530732f0d75311d173b6&sentry_version=7&sentry_client=sentry.javascript.browser%2F7.119.1 — 200 — 300 B — 83 ms — h2https://app.qualified.com/cdn-cgi/rum?app.qualified.com/cdn-cgi/rum? https://app.qualified.com/cdn-cgi/rum? — 204 — 173 B — 20 ms — h2https://app.qualified.com/w/1/SKqQ8nnADD22cAnc/visitor_events?wu=d334c4f9-c24d-49d8-84ea-965d66bd5491&uuid=abe44d5a-7338-4738-bb0c-15f16ea6c056app.qualified.com/w/1/SKqQ8nnADD22c... https://app.qualified.com/w/1/SKqQ8nnADD22cAnc/visitor_events?wu=d334c4f9-c24d-49d8-84ea-965d66bd5491&uuid=abe44d5a-7338-4738-bb0c-15f16ea6c056 — 204 — 208 B — 304 ms — h2https://messenger-assets.qualified.com/uploads/c6eaa5f58cdebcf0414f7449572e689f77cd5c70ba2a6d2f424d0a24db19a194.pngmessenger-assets.qualified.com/uplo... https://messenger-assets.qualified.com/uploads/c6eaa5f58cdebcf0414f7449572e689f77cd5c70ba2a6d2f424d0a24db19a194.png — 200 — 6.5 KiB — 59 ms — h2https://assets.qualified.com/packs/media/Inter-roman.var.b2129c00.woff2assets.qualified.com/packs/media/In... https://assets.qualified.com/packs/media/Inter-roman.var.b2129c00.woff2 — 200 — 222.3 KiB — 33 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 2740ms · 572KB · €30/mo
Unattributable
Other
Costly
Execution 804ms
Transfer 0 KB
Monthly Cost €9/mo
www.suse.com
Other
Costly
Execution 479ms
Transfer 62 KB
Unused 65%
Monthly Cost €5/mo
www.suse.com
Other
Costly
Execution 401ms
Transfer 19 KB
Monthly Cost €4/mo
Google Tag Manager
Tag Manager
Costly
Execution 374ms
Transfer 193 KB
Unused 42%
Monthly Cost €4/mo
js.qualified.com
Other
Costly
Execution 318ms
Transfer 118 KB
Unused 49%
Monthly Cost €3/mo
siteintercept.qualtrics.com
Other
Optional
Execution 127ms
Transfer 36 KB
Unused 59%
Monthly Cost €1/mo
js.qualified.com
Other
Optional
Execution 125ms
Transfer 97 KB
Unused 52%
Monthly Cost €1/mo
js.monitor.azure.com
Other
Optional
Execution 113ms
Transfer 46 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Unattributable adds 804ms and costs ~€9/month
  • www.suse.com adds 479ms and costs ~€5/month
  • www.suse.com adds 401ms and costs ~€4/month
  • Google Tag Manager adds 374ms and costs ~€4/month
  • js.qualified.com adds 318ms and costs ~€3/month

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

Unattributable takes 804ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

65% of www.suse.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

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

Why this matters

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

Source: web.dev

Google Tag Manager takes 374ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

js.qualified.com takes 318ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

59% of siteintercept.qualtrics.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

52% of js.qualified.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