Skip to content
https://linuxmint.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
91
GRADE
A
FIX
1
REVIEW
4
PASS
10
INFO
2

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

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

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

5.83 s

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

78 ms

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

0.000

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

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

6.01 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
17
10 PASS 4 REVIEW 1 FIX
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
15 images, 0 KB saveable
REVIEW
15 images, 0 KB saveable
Warning::
https://linuxmint.com/web/img/logo.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://linuxmint.com/web/img/logo-mono.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
15 images 348 KB
0 oversized -0 KB
14 legacy format
2 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

C
JS Execution Cost
Action
1385ms total JS execution
REVIEW
1385ms total JS execution
Warning::
https://linuxmint.com/: 482ms CPU time
Warning::
Unattributable: 478ms CPU time
Warning::
https://linuxmint.com/web/wizixo/template/assets/v...: 426ms CPU time
Info::
Third-party scripts: 478ms (35% of total)

Main Thread Breakdown

Style & Layout 34% Other 30% Script Evaluation 20% Parse HTML & CSS 9% Rendering 4% Script Parsing & Compilation 3%
ScriptTotalScriptingParse/CompileParty
https://linuxmint.com/482ms6ms1ms1st
Unattributable478ms11ms0ms3rd
https://linuxmint.com/web/wizixo/template/assets/vendor/jquery/jquery.min.js426ms253ms14ms1st
B
JS Bundles
7 scripts, 136 KB unused
REVIEW
7 scripts, 136 KB unused
Warning::
https://linuxmint.com/web/wizixo/template/assets/v...: 50 KB unused (81%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://linuxmint.com/web/wizixo/template/assets/v...: 47 KB unused (79%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://linuxmint.com/web/wizixo/template/assets/v...: 39 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 136 KB
136 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://linuxmint.com/web/wizixo/template/assets/vendor/bootstrap/dist/js/bootstrap.min.js62 KB50 KB (81%)1st
https://linuxmint.com/web/wizixo/template/assets/vendor/fancybox/js/jquery.fancybox.min.js61 KB47 KB (79%)1st
https://linuxmint.com/web/wizixo/template/assets/vendor/jquery/jquery.min.js88 KB39 KB (45%)1st
https://linuxmint.com/web/wizixo/template/assets/vendor/popper.js/umd/popper.min.js20 KB1st
https://linuxmint.com/web/wizixo/template/assets/vendor/jquery-easing/jquery.easing.min.js3 KB1st
https://linuxmint.com/web/wizixo/template/assets/vendor/owlcarousel/js/owl.carousel.min.js44 KB1st
https://linuxmint.com/web/wizixo/template/assets/js/functions.js15 KB1st

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
Page Weight Budget
1.0 MB transferred, 39 requests
PASS
1.0 MB transferred, 39 requests
Info::
Page weighs 1.5 MB (1.0 MB transferred)
Info::
Fonts are 302 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 302 KB
Info::
39 HTTP requests
Info::
Estimated 0.22 g CO2 per page load
1.0 MB / 2.4 MB budget
1.0 MB transferred
39 requests
0.22 g CO2 per page load
Images 348.2 KiB 33%
Fonts 302.3 KiB 29%
JavaScript 292.2 KiB 28%
CSS 93.3 KiB 9%
Other 9.8 KiB 1%
HTML 8.6 KiB 1%
0 2.4 MB 4.9 MB
Under budget

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

A+
Third-Party Impact
No third-party resources
PASS
No third-party resources
Info::
No third-party resources detected
No third-party resources detected — all resources are first-party.
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 (302 KB)
PASS
5 fonts (302 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

302 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 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.9 s LCP 5.8 shttps://linuxmint.com/web/css/fonts/Poppins-Normal-500.woff2Poppins-Normal-500.woff2 https://linuxmint.com/web/css/fonts/Poppins-Normal-500.woff2 — 8.0 KiB — 14 ms — font-display: swaphttps://linuxmint.com/web/wizixo/template/assets/vendor/themify-icons/fonts/themify.woff?-fvbanethemify.woff https://linuxmint.com/web/wizixo/template/assets/vendor/themify-icons/fonts/themify.woff?-fvbane — 55.2 KiB — 25 ms — font-display: swaphttps://linuxmint.com/web/css/fonts/PlayfairDisplay-Italic.woff2PlayfairDisplay-Italic.... https://linuxmint.com/web/css/fonts/PlayfairDisplay-Italic.woff2 — 77.7 KiB — 24 ms — font-display: swaphttps://linuxmint.com/web/css/fonts/Poppins-Normal-600.woff2Poppins-Normal-600.woff2 https://linuxmint.com/web/css/fonts/Poppins-Normal-600.woff2 — 8.2 KiB — 23 ms — font-display: swaphttps://linuxmint.com/web/fontawesome/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://linuxmint.com/web/fontawesome/webfonts/fa-solid-900.woff2 — 153.2 KiB — 27 ms — font-display: swap
Poppins-Normal-500.woff2 woff2 swap
Size 8 KB
Load time 14 ms
Start 314 ms
Risk FOUT — text flashes from fallback to web font
themify.woff woff swap
Size 55 KB
Load time 25 ms
Start 315 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
PlayfairDisplay-Italic.... woff2 swap
Size 78 KB
Load time 24 ms
Start 316 ms
Risk FOUT — text flashes from fallback to web font
Poppins-Normal-600.woff2 woff2 swap
Size 8 KB
Load time 23 ms
Start 316 ms
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 153 KB
Load time 27 ms
Start 452 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~93 KB and ~186 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+
Page Weight Inventory
39 resources · 1.0 MB · 136 KB savings available
PASS
39 resources · 1.0 MB · 136 KB savings available
Warning::
Page weight 31 KB over 1MB target
Got: 1.0 MB Expected: ≤ 1 MB
Info::
~136 KB of savings available
Info::
1 third-party resources (0% of weight)
39 resources · 1.0 MiB · 1 third-party 30.5 KiB over 1MB target
Image 34% · 358.0 KiB
Font 29% · 302.3 KiB
JavaScript 28% · 292.2 KiB
CSS 9% · 93.3 KiB
Document 1% · 8.6 KiB

~136.4 KiB of savings available

Remove unused JavaScript: 136.4 KiB
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
39 requests over 479ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.9 s LCP 5.8 shttps://linuxmint.com// https://linuxmint.com/ — 200 — 8.6 KiB — 31 ms — h2https://linuxmint.com/web/css/fonts/fonts.css/web/css/fonts/fonts.css https://linuxmint.com/web/css/fonts/fonts.css — 200 — 935 B — 30 ms — h2https://linuxmint.com/web/fontawesome/css/all.min.css/web/fontawesome/css/all.min.css https://linuxmint.com/web/fontawesome/css/all.min.css — 200 — 22.5 KiB — 37 ms — h2https://linuxmint.com/web/wizixo/template/assets/vendor/themify-icons/css/themify-icons.css/web/wizixo/template/assets/vendor/... https://linuxmint.com/web/wizixo/template/assets/vendor/themify-icons/css/themify-icons.css — 200 — 3.4 KiB — 34 ms — h2https://linuxmint.com/web/wizixo/template/assets/vendor/animate/animate.min.css/web/wizixo/template/assets/vendor/... https://linuxmint.com/web/wizixo/template/assets/vendor/animate/animate.min.css — 200 — 4.7 KiB — 36 ms — h2https://linuxmint.com/web/wizixo/template/assets/vendor/fancybox/css/jquery.fancybox.min.css/web/wizixo/template/assets/vendor/... https://linuxmint.com/web/wizixo/template/assets/vendor/fancybox/css/jquery.fancybox.min.css — 200 — 3.8 KiB — 40 ms — h2https://linuxmint.com/web/wizixo/template/assets/vendor/owlcarousel/css/owl.carousel.min.css/web/wizixo/template/assets/vendor/... https://linuxmint.com/web/wizixo/template/assets/vendor/owlcarousel/css/owl.carousel.min.css — 200 — 1.5 KiB — 43 ms — h2https://linuxmint.com/web/wizixo/template/assets/css/style.css/web/wizixo/template/assets/css/sty... https://linuxmint.com/web/wizixo/template/assets/css/style.css — 200 — 46.0 KiB — 108 ms — h2https://linuxmint.com/web/css/grid-gallery.css/web/css/grid-gallery.css https://linuxmint.com/web/css/grid-gallery.css — 200 — 1.2 KiB — 78 ms — h2https://linuxmint.com/web/css/mint.css/web/css/mint.css https://linuxmint.com/web/css/mint.css — 200 — 1.5 KiB — 79 ms — h2https://linuxmint.com/web/css/cryptofont/cryptofont.css/web/css/cryptofont/cryptofont.css https://linuxmint.com/web/css/cryptofont/cryptofont.css — 200 — 7.8 KiB — 79 ms — h2https://linuxmint.com/web/img/logo-mono.svg/web/img/logo-mono.svg https://linuxmint.com/web/img/logo-mono.svg — 200 — 8.7 KiB — 107 ms — h2https://linuxmint.com/web/img/devices.png/web/img/devices.png https://linuxmint.com/web/img/devices.png — 200 — 59.0 KiB — 114 ms — h2https://linuxmint.com/web/img/sponsors/main/eukhost.svg/web/img/sponsors/main/eukhost.svg https://linuxmint.com/web/img/sponsors/main/eukhost.svg — 200 — 8.3 KiB — 113 ms — h2https://linuxmint.com/web/img/sponsors/main/unixshells.svg/web/img/sponsors/main/unixshells.s... https://linuxmint.com/web/img/sponsors/main/unixshells.svg — 200 — 11.8 KiB — 113 ms — h2https://linuxmint.com/web/img/sponsors/main/compulab.png/web/img/sponsors/main/compulab.png https://linuxmint.com/web/img/sponsors/main/compulab.png — 200 — 16.1 KiB — 113 ms — h2https://linuxmint.com/web/wizixo/template/assets/vendor/jquery/jquery.min.js/web/wizixo/template/assets/vendor/... https://linuxmint.com/web/wizixo/template/assets/vendor/jquery/jquery.min.js — 200 — 87.9 KiB — 109 ms — h2https://linuxmint.com/web/wizixo/template/assets/vendor/popper.js/umd/popper.min.js/web/wizixo/template/assets/vendor/... https://linuxmint.com/web/wizixo/template/assets/vendor/popper.js/umd/popper.min.js — 200 — 20.3 KiB — 113 ms — h2https://linuxmint.com/web/wizixo/template/assets/vendor/bootstrap/dist/js/bootstrap.min.js/web/wizixo/template/assets/vendor/... https://linuxmint.com/web/wizixo/template/assets/vendor/bootstrap/dist/js/bootstrap.min.js — 200 — 62.5 KiB — 116 ms — h2https://linuxmint.com/web/wizixo/template/assets/vendor/jquery-easing/jquery.easing.min.js/web/wizixo/template/assets/vendor/... https://linuxmint.com/web/wizixo/template/assets/vendor/jquery-easing/jquery.easing.min.js — 200 — 2.7 KiB — 115 ms — h2https://linuxmint.com/web/wizixo/template/assets/vendor/fancybox/js/jquery.fancybox.min.js/web/wizixo/template/assets/vendor/... https://linuxmint.com/web/wizixo/template/assets/vendor/fancybox/js/jquery.fancybox.min.js — 200 — 60.7 KiB — 116 ms — h2https://linuxmint.com/web/wizixo/template/assets/vendor/owlcarousel/js/owl.carousel.min.js/web/wizixo/template/assets/vendor/... https://linuxmint.com/web/wizixo/template/assets/vendor/owlcarousel/js/owl.carousel.min.js — 200 — 43.7 KiB — 100 ms — h3https://linuxmint.com/web/wizixo/template/assets/js/functions.js/web/wizixo/template/assets/js/func... https://linuxmint.com/web/wizixo/template/assets/js/functions.js — 200 — 14.5 KiB — 84 ms — h3https://linuxmint.com/web/img/sponsors/main/datadog.svg/web/img/sponsors/main/datadog.svg https://linuxmint.com/web/img/sponsors/main/datadog.svg — 200 — 7.3 KiB — 83 ms — h3https://linuxmint.com/web/img/sponsors/main/sucuri.svg/web/img/sponsors/main/sucuri.svg https://linuxmint.com/web/img/sponsors/main/sucuri.svg — 200 — 4.4 KiB — 83 ms — h3https://linuxmint.com/web/img/sponsors/main/think-penguin.png/web/img/sponsors/main/think-pengui... https://linuxmint.com/web/img/sponsors/main/think-penguin.png — 200 — 9.6 KiB — 108 ms — h3https://linuxmint.com/web/img/sponsors/main/duckduckgo.svg/web/img/sponsors/main/duckduckgo.s... https://linuxmint.com/web/img/sponsors/main/duckduckgo.svg — 200 — 10.7 KiB — 98 ms — h3https://linuxmint.com/web/img/sponsors/main/yahoo.svg/web/img/sponsors/main/yahoo.svg https://linuxmint.com/web/img/sponsors/main/yahoo.svg — 200 — 3.5 KiB — 99 ms — h3https://linuxmint.com/web/img/sponsors/main/hellotux.svg/web/img/sponsors/main/hellotux.svg https://linuxmint.com/web/img/sponsors/main/hellotux.svg — 200 — 11.2 KiB — 99 ms — h3https://linuxmint.com/web/img/logo.svg/web/img/logo.svg https://linuxmint.com/web/img/logo.svg — 200 — 8.7 KiB — 112 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.9 s LCP 5.8 shttps://linuxmint.com// https://linuxmint.com/ — 200 — 8.6 KiB — 31 ms — h2https://linuxmint.com/web/css/fonts/fonts.css/web/css/fonts/fonts.css https://linuxmint.com/web/css/fonts/fonts.css — 200 — 935 B — 30 ms — h2https://linuxmint.com/web/fontawesome/css/all.min.css/web/fontawesome/css/all.min.css https://linuxmint.com/web/fontawesome/css/all.min.css — 200 — 22.5 KiB — 37 ms — h2https://linuxmint.com/web/wizixo/template/assets/vendor/themify-icons/css/themify-icons.css/web/wizixo/template/assets/vendor/... https://linuxmint.com/web/wizixo/template/assets/vendor/themify-icons/css/themify-icons.css — 200 — 3.4 KiB — 34 ms — h2https://linuxmint.com/web/wizixo/template/assets/vendor/animate/animate.min.css/web/wizixo/template/assets/vendor/... https://linuxmint.com/web/wizixo/template/assets/vendor/animate/animate.min.css — 200 — 4.7 KiB — 36 ms — h2https://linuxmint.com/web/wizixo/template/assets/vendor/fancybox/css/jquery.fancybox.min.css/web/wizixo/template/assets/vendor/... https://linuxmint.com/web/wizixo/template/assets/vendor/fancybox/css/jquery.fancybox.min.css — 200 — 3.8 KiB — 40 ms — h2https://linuxmint.com/web/wizixo/template/assets/vendor/owlcarousel/css/owl.carousel.min.css/web/wizixo/template/assets/vendor/... https://linuxmint.com/web/wizixo/template/assets/vendor/owlcarousel/css/owl.carousel.min.css — 200 — 1.5 KiB — 43 ms — h2https://linuxmint.com/web/wizixo/template/assets/css/style.css/web/wizixo/template/assets/css/sty... https://linuxmint.com/web/wizixo/template/assets/css/style.css — 200 — 46.0 KiB — 108 ms — h2https://linuxmint.com/web/css/grid-gallery.css/web/css/grid-gallery.css https://linuxmint.com/web/css/grid-gallery.css — 200 — 1.2 KiB — 78 ms — h2https://linuxmint.com/web/css/mint.css/web/css/mint.css https://linuxmint.com/web/css/mint.css — 200 — 1.5 KiB — 79 ms — h2https://linuxmint.com/web/css/cryptofont/cryptofont.css/web/css/cryptofont/cryptofont.css https://linuxmint.com/web/css/cryptofont/cryptofont.css — 200 — 7.8 KiB — 79 ms — h2https://linuxmint.com/web/img/logo-mono.svg/web/img/logo-mono.svg https://linuxmint.com/web/img/logo-mono.svg — 200 — 8.7 KiB — 107 ms — h2https://linuxmint.com/web/img/devices.png/web/img/devices.png https://linuxmint.com/web/img/devices.png — 200 — 59.0 KiB — 114 ms — h2https://linuxmint.com/web/img/sponsors/main/eukhost.svg/web/img/sponsors/main/eukhost.svg https://linuxmint.com/web/img/sponsors/main/eukhost.svg — 200 — 8.3 KiB — 113 ms — h2https://linuxmint.com/web/img/sponsors/main/unixshells.svg/web/img/sponsors/main/unixshells.s... https://linuxmint.com/web/img/sponsors/main/unixshells.svg — 200 — 11.8 KiB — 113 ms — h2https://linuxmint.com/web/img/sponsors/main/compulab.png/web/img/sponsors/main/compulab.png https://linuxmint.com/web/img/sponsors/main/compulab.png — 200 — 16.1 KiB — 113 ms — h2https://linuxmint.com/web/wizixo/template/assets/vendor/jquery/jquery.min.js/web/wizixo/template/assets/vendor/... https://linuxmint.com/web/wizixo/template/assets/vendor/jquery/jquery.min.js — 200 — 87.9 KiB — 109 ms — h2https://linuxmint.com/web/wizixo/template/assets/vendor/popper.js/umd/popper.min.js/web/wizixo/template/assets/vendor/... https://linuxmint.com/web/wizixo/template/assets/vendor/popper.js/umd/popper.min.js — 200 — 20.3 KiB — 113 ms — h2https://linuxmint.com/web/wizixo/template/assets/vendor/bootstrap/dist/js/bootstrap.min.js/web/wizixo/template/assets/vendor/... https://linuxmint.com/web/wizixo/template/assets/vendor/bootstrap/dist/js/bootstrap.min.js — 200 — 62.5 KiB — 116 ms — h2https://linuxmint.com/web/wizixo/template/assets/vendor/jquery-easing/jquery.easing.min.js/web/wizixo/template/assets/vendor/... https://linuxmint.com/web/wizixo/template/assets/vendor/jquery-easing/jquery.easing.min.js — 200 — 2.7 KiB — 115 ms — h2https://linuxmint.com/web/wizixo/template/assets/vendor/fancybox/js/jquery.fancybox.min.js/web/wizixo/template/assets/vendor/... https://linuxmint.com/web/wizixo/template/assets/vendor/fancybox/js/jquery.fancybox.min.js — 200 — 60.7 KiB — 116 ms — h2https://linuxmint.com/web/wizixo/template/assets/vendor/owlcarousel/js/owl.carousel.min.js/web/wizixo/template/assets/vendor/... https://linuxmint.com/web/wizixo/template/assets/vendor/owlcarousel/js/owl.carousel.min.js — 200 — 43.7 KiB — 100 ms — h3https://linuxmint.com/web/wizixo/template/assets/js/functions.js/web/wizixo/template/assets/js/func... https://linuxmint.com/web/wizixo/template/assets/js/functions.js — 200 — 14.5 KiB — 84 ms — h3https://linuxmint.com/web/img/sponsors/main/datadog.svg/web/img/sponsors/main/datadog.svg https://linuxmint.com/web/img/sponsors/main/datadog.svg — 200 — 7.3 KiB — 83 ms — h3https://linuxmint.com/web/img/sponsors/main/sucuri.svg/web/img/sponsors/main/sucuri.svg https://linuxmint.com/web/img/sponsors/main/sucuri.svg — 200 — 4.4 KiB — 83 ms — h3https://linuxmint.com/web/img/sponsors/main/think-penguin.png/web/img/sponsors/main/think-pengui... https://linuxmint.com/web/img/sponsors/main/think-penguin.png — 200 — 9.6 KiB — 108 ms — h3https://linuxmint.com/web/img/sponsors/main/duckduckgo.svg/web/img/sponsors/main/duckduckgo.s... https://linuxmint.com/web/img/sponsors/main/duckduckgo.svg — 200 — 10.7 KiB — 98 ms — h3https://linuxmint.com/web/img/sponsors/main/yahoo.svg/web/img/sponsors/main/yahoo.svg https://linuxmint.com/web/img/sponsors/main/yahoo.svg — 200 — 3.5 KiB — 99 ms — h3https://linuxmint.com/web/img/sponsors/main/hellotux.svg/web/img/sponsors/main/hellotux.svg https://linuxmint.com/web/img/sponsors/main/hellotux.svg — 200 — 11.2 KiB — 99 ms — h3https://linuxmint.com/web/img/logo.svg/web/img/logo.svg https://linuxmint.com/web/img/logo.svg — 200 — 8.7 KiB — 112 ms — h3data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='…www.w3.org/2000/svg'%3e%3cpath stro... data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='… — 200 — 0 B — 0 ms — datahttps://linuxmint.com/web/wizixo/template/assets/images/bg/pattern/02.png/web/wizixo/template/assets/images/... https://linuxmint.com/web/wizixo/template/assets/images/bg/pattern/02.png — 200 — 146.4 KiB — 27 ms — h3https://linuxmint.com/web/wizixo/template/assets/images/bg/pattern/04.png/web/wizixo/template/assets/images/... https://linuxmint.com/web/wizixo/template/assets/images/bg/pattern/04.png — 200 — 42.3 KiB — 18 ms — h3https://linuxmint.com/web/css/fonts/Poppins-Normal-500.woff2/web/css/fonts/Poppins-Normal-500.w... https://linuxmint.com/web/css/fonts/Poppins-Normal-500.woff2 — 200 — 8.0 KiB — 14 ms — h3https://linuxmint.com/web/wizixo/template/assets/vendor/themify-icons/fonts/themify.woff?-fvbane/web/wizixo/template/assets/vendor/... https://linuxmint.com/web/wizixo/template/assets/vendor/themify-icons/fonts/themify.woff?-fvbane — 200 — 55.2 KiB — 25 ms — h3https://linuxmint.com/web/css/fonts/PlayfairDisplay-Italic.woff2/web/css/fonts/PlayfairDisplay-Ital... https://linuxmint.com/web/css/fonts/PlayfairDisplay-Italic.woff2 — 200 — 77.7 KiB — 24 ms — h3https://linuxmint.com/web/css/fonts/Poppins-Normal-600.woff2/web/css/fonts/Poppins-Normal-600.w... https://linuxmint.com/web/css/fonts/Poppins-Normal-600.woff2 — 200 — 8.2 KiB — 23 ms — h3https://linuxmint.com/web/fontawesome/webfonts/fa-solid-900.woff2/web/fontawesome/webfonts/fa-solid-... https://linuxmint.com/web/fontawesome/webfonts/fa-solid-900.woff2 — 200 — 153.2 KiB — 27 ms — h3https://linuxmint.com/web/img/favicon.ico/web/img/favicon.ico https://linuxmint.com/web/img/favicon.ico — 200 — 9.8 KiB — 13 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
35% of JavaScript execution is third-party
First-party Third-party 478ms · 0KB · $3/mo
Unattributable
Other
Costly
Execution 478ms
Transfer 0 KB
Monthly Cost $3/mo

These scripts may cost more than they're worth

  • Unattributable adds 478ms and costs ~$3/month

Unattributable takes 478ms 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

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