Skip to content
https://Metafilter.com

Performance

· 21 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
92
GRADE
A
FIX
2
REVIEW
5
PASS
12
INFO
2

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

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

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

1.27 s

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.

1 ms

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

0.008

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

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

2.33 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
21
12 PASS 5 REVIEW 2 FIX
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 (643.6 KiB of 644.0 KiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
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
JS Bundles
Action
8 scripts, 243 KB unused
REVIEW
8 scripts, 243 KB unused
Warning::
https://pagead2.googlesyndication.com/pagead/manag...: 147 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://fundingchoicesmessages.google.com/i/ca-pub...: 36 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://dha92jo6cen2v.cloudfront.net/scripts/mefi/...: 33 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://pagead2.googlesyndication.com/pagead/js/ad...: 26 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 243 KB
243 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202605060101/show_ads_impl_fy2021.js?bust=31098378177 KB147 KB (83%)3rd
https://fundingchoicesmessages.google.com/i/ca-pub-8621957794194569?href=https%3A%2F%2Fwww.metafilter.com&ers=270 KB36 KB (52%)3rd
https://dha92jo6cen2v.cloudfront.net/scripts/mefi/libscript20250324.2113.js49 KB33 KB (68%)3rd
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js54 KB26 KB (49%)3rd
https://dha92jo6cen2v.cloudfront.net/scripts/mefi/pageload092414.mod.js7 KB3rd
https://dha92jo6cen2v.cloudfront.net/scripts/mefi/members20250324.2113.js8 KB3rd
https://www.metafilter.com/cdn-cgi/challenge-platform/h/g/scripts/jsd/fe6331af5207/main.js?10 KB3rd
https://fundingchoicesmessages.google.com/f/AGSKWxWkx2MG3tmESKP7w6uBi247xNiJBAaslqx-8GaquJ3uCXcWPOtV7earFDlxg89YnRra54p4c3Zr3wJbe-2YTBTEuiHy18yxnMEQ1PZjkZBo7Ycvvgzc9LapsEnRZrmAJhmuOz3zzg==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc4NDE5Mjc5LDU4NjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cubWV0YWZpbHRlci5jb20vIixudWxsLFtbOCwiUmlhcWJuU0k1ZWMiXSxbOSwiZW4tVVMiXSxbMTgsIltbW251bGwsODM3XV1dIl0sWzM1LCIxNzc4NDE5Mjc5Il0sWzE5LCIxIl0sWzE3LCJbMF0iXSxbMjQsIiJdLFsyOSwiZmFsc2UiXV1d68 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

C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
B
Page Weight Inventory
30 resources · 644 KB · 243 KB savings available
REVIEW
30 resources · 644 KB · 243 KB savings available
Info::
Within 1MB page-weight target
Got: 644 KB
Info::
~243 KB of savings available
Warning::
29 third-party resources (100% of weight)
30 resources · 644.0 KiB · 29 third-party Within 1MB page-weight target
JavaScript 69% · 443.2 KiB
Font 18% · 115.0 KiB
CSS 8% · 52.0 KiB
Document 3% · 22.2 KiB
Image 2% · 10.1 KiB
Other 0% · 1.5 KiB

~242.7 KiB of savings available

Remove unused JavaScript: 242.7 KiB
A+
Page Weight Budget
644 KB transferred, 30 requests
PASS
644 KB transferred, 30 requests
Info::
Page weighs 2.3 MB (644 KB transferred)
Info::
30 HTTP requests
Info::
Estimated 0.13 g CO2 per page load
644 KB / 2.4 MB budget
644 KB transferred
30 requests
0.13 g CO2 per page load
JavaScript 443.2 KiB 69%
Fonts 115.0 KiB 18%
CSS 52.0 KiB 8%
HTML 22.0 KiB 3%
Other 9.7 KiB 2%
Other 2.0 KiB 0%
0 2.4 MB 4.9 MB
Under budget
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+
Image Optimization
No images on this page
PASS
No images on this page
Info::
No images on this page
0 images 0 KB
0 oversized -0 KB
0 legacy format
0 missing dimensions CLS risk
A+
JS Execution Cost
407ms total JS execution
PASS
407ms total JS execution
Info::
https://www.metafilter.com/: 217ms CPU time
Info::
https://fundingchoicesmessages.google.com/f/AGSKWx...: 70ms CPU time
Info::
https://www.metafilter.com/cdn-cgi/challenge-platf...: 70ms CPU time
Info::
https://fundingchoicesmessages.google.com/i/ca-pub...: 51ms CPU time
Warning::
Third-party scripts: 407ms (100% of total)

Main Thread Breakdown

Script Evaluation 43% Style & Layout 29% Other 12% Script Parsing & Compilation 6% Rendering 5% Parse HTML & CSS 5%
ScriptTotalScriptingParse/CompileParty
https://www.metafilter.com/217ms12ms2ms3rd
https://fundingchoicesmessages.google.com/f/AGSKWxWkx2MG3tmESKP7w6uBi247xNiJBAaslqx-8GaquJ3uCXcWPOtV7earFDlxg89YnRra54p4c3Zr3wJbe-2YTBTEuiHy18yxnMEQ1PZjkZBo7Ycvvgzc9LapsEnRZrmAJhmuOz3zzg==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc4NDE5Mjc5LDU4NjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cubWV0YWZpbHRlci5jb20vIixudWxsLFtbOCwiUmlhcWJuU0k1ZWMiXSxbOSwiZW4tVVMiXSxbMTgsIltbW251bGwsODM3XV1dIl0sWzM1LCIxNzc4NDE5Mjc5Il0sWzE5LCIxIl0sWzE3LCJbMF0iXSxbMjQsIiJdLFsyOSwiZmFsc2UiXV1d70ms35ms9ms3rd
https://www.metafilter.com/cdn-cgi/challenge-platform/scripts/jsd/main.js70ms66ms1ms3rd
https://fundingchoicesmessages.google.com/i/ca-pub-8621957794194569?href=https%3A%2F%2Fwww.metafilter.com&ers=251ms46ms4ms3rd
A+
Font Loading
6 fonts (115 KB)
PASS
6 fonts (115 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

115 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 1.3 s LCP 1.3 shttps://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXp-p7K4KLg.woff2JTUHjIg1_i6t8kCHKm4532V... https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXp-p7K4KLg.woff2 — 16.1 KiB — 40 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff26xK3dSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2 — 14.5 KiB — 82 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff26xKydSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2 — 14.6 KiB — 74 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesanspro/v23/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDJB9cme.woff26xK1dSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDJB9cme.woff2 — 13.9 KiB — 48 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesanspro/v23/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCds18S0xR41.woff26xKwdSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCds18S0xR41.woff2 — 13.9 KiB — 58 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.1 KiB — 44 ms — font-display: swap
JTUHjIg1_i6t8kCHKm4532V... woff2 swap
Size 16 KB
Load time 40 ms
Start 615 ms
Risk FOUT — text flashes from fallback to web font
6xK3dSBYKcSV-LCoeQqfX1R... woff2 swap
Size 15 KB
Load time 82 ms
Start 616 ms
Risk FOUT — text flashes from fallback to web font
6xKydSBYKcSV-LCoeQqfX1R... woff2 swap
Size 15 KB
Load time 74 ms
Start 616 ms
Risk FOUT — text flashes from fallback to web font
6xK1dSBYKcSV-LCoeQqfX1R... woff2 swap
Size 14 KB
Load time 48 ms
Start 616 ms
Risk FOUT — text flashes from fallback to web font
6xKwdSBYKcSV-LCoeQqfX1R... woff2 swap
Size 14 KB
Load time 58 ms
Start 616 ms
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 44 ms
Start 1.4 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)
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/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
30 requests over 1498ms
INFO
0 ms 500 ms 1.0 s 1.5 s FCP 1.3 s LCP 1.3 shttps://metafilter.com// https://metafilter.com/ — 301 — 424 B — 42 ms — h3https://www.metafilter.com/www.metafilter.com/ https://www.metafilter.com/ — 200 — 22.0 KiB — 262 ms — h3https://dha92jo6cen2v.cloudfront.net/styles/mefi/style20250529.3336.cssdha92jo6cen2v.cloudfront.net/styles... https://dha92jo6cen2v.cloudfront.net/styles/mefi/style20250529.3336.css — 200 — 36.6 KiB — 64 ms — http/1.1https://dha92jo6cen2v.cloudfront.net/styles/mefi/dark-mode20250529.3336.cssdha92jo6cen2v.cloudfront.net/styles... https://dha92jo6cen2v.cloudfront.net/styles/mefi/dark-mode20250529.3336.css — 200 — 7.7 KiB — 61 ms — http/1.1https://dha92jo6cen2v.cloudfront.net/scripts/mefi/pageload092414.mod.jsdha92jo6cen2v.cloudfront.net/script... https://dha92jo6cen2v.cloudfront.net/scripts/mefi/pageload092414.mod.js — 200 — 6.8 KiB — 60 ms — http/1.1https://dha92jo6cen2v.cloudfront.net/scripts/mefi/libscript20250324.2113.jsdha92jo6cen2v.cloudfront.net/script... https://dha92jo6cen2v.cloudfront.net/scripts/mefi/libscript20250324.2113.js — 200 — 48.7 KiB — 70 ms — http/1.1https://dha92jo6cen2v.cloudfront.net/scripts/mefi/members20250324.2113.jsdha92jo6cen2v.cloudfront.net/script... https://dha92jo6cen2v.cloudfront.net/scripts/mefi/members20250324.2113.js — 200 — 7.7 KiB — 58 ms — http/1.1https://fonts.googleapis.com/css2?family=Montserrat&family=Source+Sans+Pro:ital,wght@0,400;0,600;1,400;1,600&display=swapfonts.googleapis.com/css2?family=Mo... https://fonts.googleapis.com/css2?family=Montserrat&family=Source+Sans+Pro:ital,wght@0,400;0,600;1,400;1,600&display=swap — 200 — 1.4 KiB — 152 ms — h2https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 54.1 KiB — 210 ms — h3https://dha92jo6cen2v.cloudfront.net/images/icons.svgdha92jo6cen2v.cloudfront.net/images... https://dha92jo6cen2v.cloudfront.net/images/icons.svg — 200 — 8.7 KiB — 56 ms — http/1.1https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXp-p7K4KLg.woff2fonts.gstatic.com/s/montserrat/v31/... https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXp-p7K4KLg.woff2 — 200 — 16.1 KiB — 40 ms — h3https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2 — 200 — 14.5 KiB — 82 ms — h3https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2 — 200 — 14.6 KiB — 74 ms — h3https://fonts.gstatic.com/s/sourcesanspro/v23/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDJB9cme.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDJB9cme.woff2 — 200 — 13.9 KiB — 48 ms — h3https://fonts.gstatic.com/s/sourcesanspro/v23/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCds18S0xR41.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCds18S0xR41.woff2 — 200 — 13.9 KiB — 58 ms — h3https://www.metafilter.com/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.metafilter.com/cdn-cgi/challeng... https://www.metafilter.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 223 B — 35 ms — h3https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202605060101/show_ads_impl_fy2021.js?bust=31098378pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202605060101/show_ads_impl_fy2021.js?bust=31098378 — 200 — 177.1 KiB — 87 ms — h3https://www.metafilter.com/cdn-cgi/challenge-platform/h/g/scripts/jsd/fe6331af5207/main.js?www.metafilter.com/cdn-cgi/challeng... https://www.metafilter.com/cdn-cgi/challenge-platform/h/g/scripts/jsd/fe6331af5207/main.js? — 200 — 10.5 KiB — 30 ms — h3https://www.metafilter.com/cdn-cgi/challenge-platform/h/g/jsd/oneshot/fe6331af5207/0.10954940652842726:1778415760:_V4GtjpQpawIYUFI1am372I1yutyCkcxwjb-SI7jg64/9f993f0a9b0ea8a7www.metafilter.com/cdn-cgi/challeng... https://www.metafilter.com/cdn-cgi/challenge-platform/h/g/jsd/oneshot/fe6331af5207/0.10954940652842726:1778415760:_V4GtjpQpawIYUFI1am372I1yutyCkcxwjb-SI7jg64/9f993f0a9b0ea8a7 — 200 — 840 B — 24 ms — h3https://fundingchoicesmessages.google.com/i/ca-pub-8621957794194569?href=https%3A%2F%2Fwww.metafilter.com&ers=2fundingchoicesmessages.google.com/i... https://fundingchoicesmessages.google.com/i/ca-pub-8621957794194569?href=https%3A%2F%2Fwww.metafilter.com&ers=2 — 200 — 70.2 KiB — 248 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxUA31674Z4abtid2ti8xi2zYbHeGcVYF6oaBs50U4oj5xiEOdWbLQFWI_6G2g7Q4zhc1T_Csm92U6gGJG8t-oUROxg-Uvj9wlH10H073DKvAjF8GLQ0pdyFo6D6MKFvD0QzigGSnw==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxUA31674Z4abtid2ti8xi2zYbHeGcVYF6oaBs50U4oj5xiEOdWbLQFWI_6G2g7Q4zhc1T_Csm92U6gGJG8t-oUROxg-Uvj9wlH10H073DKvAjF8GLQ0pdyFo6D6MKFvD0QzigGSnw== — 204 — 28 B — 128 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxUA31674Z4abtid2ti8xi2zYbHeGcVYF6oaBs50U4oj5xiEOdWbLQFWI_6G2g7Q4zhc1T_Csm92U6gGJG8t-oUROxg-Uvj9wlH10H073DKvAjF8GLQ0pdyFo6D6MKFvD0QzigGSnw==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxUA31674Z4abtid2ti8xi2zYbHeGcVYF6oaBs50U4oj5xiEOdWbLQFWI_6G2g7Q4zhc1T_Csm92U6gGJG8t-oUROxg-Uvj9wlH10H073DKvAjF8GLQ0pdyFo6D6MKFvD0QzigGSnw== — 204 — 28 B — 132 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxUA31674Z4abtid2ti8xi2zYbHeGcVYF6oaBs50U4oj5xiEOdWbLQFWI_6G2g7Q4zhc1T_Csm92U6gGJG8t-oUROxg-Uvj9wlH10H073DKvAjF8GLQ0pdyFo6D6MKFvD0QzigGSnw==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxUA31674Z4abtid2ti8xi2zYbHeGcVYF6oaBs50U4oj5xiEOdWbLQFWI_6G2g7Q4zhc1T_Csm92U6gGJG8t-oUROxg-Uvj9wlH10H073DKvAjF8GLQ0pdyFo6D6MKFvD0QzigGSnw== — 204 — 28 B — 122 ms — h3https://fundingchoicesmessages.google.com/f/AGSKWxWkx2MG3tmESKP7w6uBi247xNiJBAaslqx-8GaquJ3uCXcWPOtV7earFDlxg89YnRra54p4c3Zr3wJbe-2YTBTEuiHy18yxnMEQ1PZjkZBo7Ycvvgzc9LapsEnRZrmAJhmuOz3zzg==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc4NDE5Mjc5LDU4NjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cubWV0YWZpbHRlci5jb20vIixudWxsLFtbOCwiUmlhcWJuU0k1ZWMiXSxbOSwiZW4tVVMiXSxbMTgsIltbW251bGwsODM3XV1dIl0sWzM1LCIxNzc4NDE5Mjc5Il0sWzE5LCIxIl0sWzE3LCJbMF0iXSxbMjQsIiJdLFsyOSwiZmFsc2UiXV1dfundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxWkx2MG3tmESKP7w6uBi247xNiJBAaslqx-8GaquJ3uCXcWPOtV7earFDlxg89YnRra54p4c3Zr3wJbe-2YTBTEuiHy18yxnMEQ1PZjkZBo7Ycvvgzc9LapsEnRZrmAJhmuOz3zzg==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc4NDE5Mjc5LDU4NjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cubWV0YWZpbHRlci5jb20vIixudWxsLFtbOCwiUmlhcWJuU0k1ZWMiXSxbOSwiZW4tVVMiXSxbMTgsIltbW251bGwsODM3XV1dIl0sWzM1LCIxNzc4NDE5Mjc5Il0sWzE5LCIxIl0sWzE3LCJbMF0iXSxbMjQsIiJdLFsyOSwiZmFsc2UiXV1d — 200 — 68.2 KiB — 135 ms — h2https://fonts.googleapis.com/css?family=Archivo:400,500|Arimo:400,500|Bitter:400,500|EB+Garamond:400,500|Lato|Libre+Baskervill|Libre+Franklin:400,500|Lora:400,500|Google+Sans:regular,medium:400,500|Material+Icons|Google+Symbols|Merriweather|Montserrat:400,500|Mukta:400,500|Muli:400,500|Nunito:400,500|Open+Sans:400,500,600|Open+Sans+Condensed:400,600|Oswald:500|Playfair+Display:400,500|Poppins:400,500|Raleway:400,500|Roboto:400,500|Roboto+Condensed:400,500|Roboto+Slab:400,500|Slabo+27px|Source+Sans+Pro|Ubuntu:400,500|Volkhov&display=swapfonts.googleapis.com/css?family=Arc... https://fonts.googleapis.com/css?family=Archivo:400,500|Arimo:400,500|Bitter:400,500|EB+Garamond:400,500|Lato|Libre+Baskervill|Libre+Franklin:400,500|Lora:400,500|Google+Sans:regular,medium:400,500|Material+Icons|Google+Symbols|Merriweather|Montserrat:400,500|Mukta:400,500|Muli:400,500|Nunito:400,500|Open+Sans:400,500,600|Open+Sans+Condensed:400,600|Oswald:500|Playfair+Display:400,500|Poppins:400,500|Raleway:400,500|Roboto:400,500|Roboto+Condensed:400,500|Roboto+Slab:400,500|Slabo+27px|Source+Sans+Pro|Ubuntu:400,500|Volkhov&display=swap — 200 — 6.3 KiB — 114 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxUA31674Z4abtid2ti8xi2zYbHeGcVYF6oaBs50U4oj5xiEOdWbLQFWI_6G2g7Q4zhc1T_Csm92U6gGJG8t-oUROxg-Uvj9wlH10H073DKvAjF8GLQ0pdyFo6D6MKFvD0QzigGSnw==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxUA31674Z4abtid2ti8xi2zYbHeGcVYF6oaBs50U4oj5xiEOdWbLQFWI_6G2g7Q4zhc1T_Csm92U6gGJG8t-oUROxg-Uvj9wlH10H073DKvAjF8GLQ0pdyFo6D6MKFvD0QzigGSnw== — 204 — 28 B — 81 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxUA31674Z4abtid2ti8xi2zYbHeGcVYF6oaBs50U4oj5xiEOdWbLQFWI_6G2g7Q4zhc1T_Csm92U6gGJG8t-oUROxg-Uvj9wlH10H073DKvAjF8GLQ0pdyFo6D6MKFvD0QzigGSnw==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxUA31674Z4abtid2ti8xi2zYbHeGcVYF6oaBs50U4oj5xiEOdWbLQFWI_6G2g7Q4zhc1T_Csm92U6gGJG8t-oUROxg-Uvj9wlH10H073DKvAjF8GLQ0pdyFo6D6MKFvD0QzigGSnw== — 204 — 28 B — 59 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxUA31674Z4abtid2ti8xi2zYbHeGcVYF6oaBs50U4oj5xiEOdWbLQFWI_6G2g7Q4zhc1T_Csm92U6gGJG8t-oUROxg-Uvj9wlH10H073DKvAjF8GLQ0pdyFo6D6MKFvD0QzigGSnw==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxUA31674Z4abtid2ti8xi2zYbHeGcVYF6oaBs50U4oj5xiEOdWbLQFWI_6G2g7Q4zhc1T_Csm92U6gGJG8t-oUROxg-Uvj9wlH10H073DKvAjF8GLQ0pdyFo6D6MKFvD0QzigGSnw== — 204 — 28 B — 59 ms — h3https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v40/me... https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.1 KiB — 44 ms — h3https://dha92jo6cen2v.cloudfront.net/styles/mefi/favicon030514b.icodha92jo6cen2v.cloudfront.net/styles... https://dha92jo6cen2v.cloudfront.net/styles/mefi/favicon030514b.ico — 200 — 1.4 KiB — 21 ms — http/1.1
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 407ms · 161KB · €4/mo
www.metafilter.com
Other
Costly
Execution 217ms
Transfer 22 KB
Monthly Cost €2/mo
fundingchoicesmessages.google.com
Other
Optional
Execution 70ms
Transfer 68 KB
Monthly Cost €1/mo
www.metafilter.com
Other
Optional
Execution 70ms
Transfer 0 KB
Monthly Cost €1/mo
fundingchoicesmessages.google.com
Other
Optional
Execution 51ms
Transfer 70 KB
Unused 52%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.metafilter.com adds 217ms and costs ~€2/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

www.metafilter.com takes 217ms 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

52% of fundingchoicesmessages.google.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