Skip to content
https://Funnytimes.com

Performance

· 27 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
81
GRADE
B
FIX
3
REVIEW
6
PASS
14
INFO
4

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

37
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
82
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.
77
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.

5.15 s

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

14.60 s

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

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

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

15.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
27
14 PASS 6 REVIEW 3 FIX
F
Page Weight Budget
Action
3.2 MB transferred, 113 requests
FIX
3.2 MB transferred, 113 requests
Warning::
Page weighs 6.5 MB (3.2 MB transferred)
Warning::
Images are 1.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.9 MB
Warning::
JavaScript is 679 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 679 KB
Info::
Fonts are 342 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 342 KB
Info::
CSS is 244 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 244 KB
Warning::
113 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.67 g CO2 per page load
3.2 MB / 2.4 MB budget
3.2 MB transferred
113 requests
0.67 g CO2 per page load
Images 1.9 MiB 59%
JavaScript 678.9 KiB 21%
Fonts 341.7 KiB 10%
CSS 243.9 KiB 7%
HTML 67.5 KiB 2%
Other 3.4 KiB 0%
Other 548 B 0%
Other 548 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

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

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

F
JS Execution Cost
Action
5370ms total JS execution
FIX
5370ms total JS execution
Warning::
https://funnytimes.com/wp-includes/js/jquery/jquer...: 1621ms CPU time
Warning::
https://funnytimes.com/: 1176ms CPU time
Warning::
https://funnytimes.com/wp-content/plugins/td-compo...: 821ms CPU time
Warning::
Unattributable: 600ms CPU time
Warning::
https://funnytimes.com/wp-content/plugins/pt-conte...: 430ms CPU time
Info::
Third-party scripts: 1323ms (25% of total)

Main Thread Breakdown

Style & Layout 43% Script Evaluation 24% Other 16% Script Parsing & Compilation 7% Parse HTML & CSS 7%
ScriptTotalScriptingParse/CompileParty
https://funnytimes.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.11621ms651ms11ms1st
https://funnytimes.com/1176ms54ms39ms1st
https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=12.7.1821ms45ms21ms1st
Unattributable600ms9ms0ms3rd
https://funnytimes.com/wp-content/plugins/pt-content-views-pro/public/assets/js/cvpro.min.js?ver=6.0430ms61ms21ms1st
https://www.googletagmanager.com/gtag/js?id=G-40KQ97MFBP330ms264ms63ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-P346KTLR298ms142ms153ms3rd
https://www.googletagmanager.com/gtag/js?id=G-40KQ97MFBP&cx=c&gtm=4e656295ms32ms63ms3rd
D
JS Bundles
Action
34 scripts, 311 KB unused
FIX
34 scripts, 311 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-40KQ...: 107 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-P34...: 70 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-40KQ...: 65 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://funnytimes.com/wp-content/plugins/pt-conte...: 37 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://funnytimes.com/wp-content/plugins/td-compo...: 32 KB unused (77%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 311 KB
311 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-40KQ97MFBP&cx=c&gtm=4e6562156 KB107 KB (69%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-P346KTLR111 KB70 KB (63%)3rd
https://www.googletagmanager.com/gtag/js?id=G-40KQ97MFBP157 KB65 KB (41%)3rd
https://funnytimes.com/wp-content/plugins/pt-content-views-pro/public/assets/js/cvpro.min.js?ver=6.050 KB37 KB (75%)1st
https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=12.7.142 KB32 KB (77%)1st
https://funnytimes.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=10.7.02 KB1st
https://funnytimes.com/wp-content/plugins/magic-answers/js/magic-answers.js?ver=1.93 KB1st
https://funnytimes.com/wp-includes/js/dist/a11y.min.js?ver=3156534cc54473497e141 KB1st
https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoginMobile.js?ver=12.7.12 KB1st
https://funnytimes.com/wp-content/plugins/td-woo/assets/js/tdwMenuCart.js?ver=2852a64b55307dfd7353b7b76ce6ba631 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

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

B
Image Optimization
41 images, 0 KB saveable
REVIEW
41 images, 0 KB saveable
Warning::
https://funnytimes.com/wp-content/uploads/2024/09/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
41 images 1.9 MB
0 oversized -0 KB
9 legacy format
1 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

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
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Page Weight Inventory
Action
113 resources · 3.2 MB · 311 KB savings available
REVIEW
113 resources · 3.2 MB · 311 KB savings available
Warning::
Page weight 3.2 MB exceeds 1 MB target by 2.2 MB
Got: 3.2 MB Expected: ≤ 1 MB
Info::
~311 KB of savings available
Info::
10 third-party resources (17% of weight)
113 resources · 3.2 MiB · 10 third-party 2.2 MiB over 1MB target
Image 59% · 1.9 MiB
JavaScript 21% · 678.9 KiB
Font 10% · 341.7 KiB
CSS 7% · 243.9 KiB
Document 2% · 67.5 KiB
Other 0% · 1.1 KiB

~310.9 KiB of savings available

Remove unused JavaScript: 310.9 KiB
B
JavaScript Blocking
2 JS blocking issue(s) detected
REVIEW
2 JS blocking issue(s) detected
Warning::
3 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
Warning::
Total JS execution time is 5.4 s -- over the 3.5s budget
Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.
B
HTTP Caching
public, max-age=0, s-maxage=86400
REVIEW
public, max-age=0, s-maxage=86400
Info::
Cache-Control header is set
Got: public, max-age=0, s-maxage=86400
Info::
CDN TTL: 1 day (s-maxage=86400)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

public, max-age=0, s-maxage=86400

DirectiveValueMeaning
publicAny cache may store this response
max-age0Cache for 0 seconds
s-maxage86400CDN caches for 1 day
A+
Third-Party Impact
17% third-party, 0 ms blocking
PASS
17% third-party, 0 ms blocking
Info::
Third-party code accounts for 17% of page weight (555.7 KiB of 3.2 MiB)
Info::
Third-party blocking time is low (0 ms)
83%
17%
First-party Third-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
9 fonts (342 KB)
PASS
9 fonts (342 KB)
Info::
9 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

9

342 KB total

Render-blocking

0

of 9

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 5.2 s LCP 14.6 shttps://funnytimes.com/wp-content/themes/Newspaper/images/icons/newspaper.woff?24newspaper.woff https://funnytimes.com/wp-content/themes/Newspaper/images/icons/newspaper.woff?24 — 34.7 KiB — 42 ms — font-display: swaphttps://funnytimes.com/wp-content/uploads/2024/07/gillsansstd-extrabold-webfont.woffgillsansstd-extrabold-w... https://funnytimes.com/wp-content/uploads/2024/07/gillsansstd-extrabold-webfont.woff — 25.4 KiB — 33 ms — font-display: swaphttps://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2QGYsz_wNahGAdqQ43Rh_fKD... https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2 — 49.4 KiB — 24 ms — font-display: swaphttps://funnytimes.com/wp-content/uploads/2024/07/gillsansstd-italic-webfont.woffgillsansstd-italic-webf... https://funnytimes.com/wp-content/uploads/2024/07/gillsansstd-italic-webfont.woff — 27.7 KiB — 39 ms — font-display: swaphttps://funnytimes.com/wp-content/uploads/2024/07/gillsansstd-bold-webfont.woffgillsansstd-bold-webfon... https://funnytimes.com/wp-content/uploads/2024/07/gillsansstd-bold-webfont.woff — 25.7 KiB — 45 ms — font-display: swaphttps://funnytimes.com/wp-content/uploads/2024/07/gillsansstd-light-webfont.woffgillsansstd-light-webfo... https://funnytimes.com/wp-content/uploads/2024/07/gillsansstd-light-webfont.woff — 24.3 KiB — 48 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 7 ms — font-display: swaphttps://funnytimes.com/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0fontawesome-webfont.woff2 https://funnytimes.com/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0 — 75.9 KiB — 28 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.0 KiB — 5 ms — font-display: swap
newspaper.woff woff swap
Size 35 KB
Load time 42 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
gillsansstd-extrabold-w... woff swap
Size 25 KB
Load time 33 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
QGYsz_wNahGAdqQ43Rh_fKD... woff2 swap
Size 49 KB
Load time 24 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
gillsansstd-italic-webf... woff swap
Size 28 KB
Load time 39 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
gillsansstd-bold-webfon... woff swap
Size 26 KB
Load time 45 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
gillsansstd-light-webfo... woff swap
Size 24 KB
Load time 48 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 7 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff2 woff2 swap
Size 76 KB
Load time 28 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 5 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~41 KB and ~82 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
5 hints, 0 missing preconnects
PASS
5 hints, 0 missing preconnects
Info::
1 dns-prefetch redundant with preconnect on same origin
preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://fonts.googleapis.com. Remove the redundant dns-prefetch entries.
Info::
Page uses 5 resource hint(s)

Current Resource Hints

preconnect
2
preload
2
dns-prefetch
1
prefetch

5 resource hints configured

preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://fonts.googleapis.com. Remove the redundant dns-prefetch entries.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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+
Main HTML Cache-Control
Main HTML max-age=0 (≤ 5min) is appropriate
PASS
Main HTML max-age=0 (≤ 5min) is appropriate
Info::
Main HTML max-age=0 (≤ 5min) is appropriate
Got: public, max-age=0, s-maxage=86400
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A+
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
A
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
25 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
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
113 requests over 2792ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 5.2 s LCP 14.6 shttps://funnytimes.com// https://funnytimes.com/ — 200 — 67.5 KiB — 495 ms — h2https://funnytimes.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=10.7.0/wp-content/plugins/woocommerce/ass... https://funnytimes.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=10.7.0 — 200 — 3.8 KiB — 58 ms — h2https://funnytimes.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=10.7.0/wp-content/plugins/woocommerce/ass... https://funnytimes.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=10.7.0 — 200 — 1.7 KiB — 54 ms — h2https://funnytimes.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=10.7.0/wp-content/plugins/woocommerce/ass... https://funnytimes.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=10.7.0 — 200 — 12.3 KiB — 86 ms — h2https://funnytimes.com/wp-content/plugins/td-composer/td-multi-purpose/style.css?ver=492e3cf54bd42df3b24a3de8e2307cafx/wp-content/plugins/td-composer/td-... https://funnytimes.com/wp-content/plugins/td-composer/td-multi-purpose/style.css?ver=492e3cf54bd42df3b24a3de8e2307cafx — 200 — 5.6 KiB — 75 ms — h2https://funnytimes.com/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.css?ver=492e3cf54bd42df3b24a3de8e2307cafx/wp-content/plugins/td-composer/ass... https://funnytimes.com/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.css?ver=492e3cf54bd42df3b24a3de8e2307cafx — 200 — 2.4 KiB — 59 ms — h2https://funnytimes.com/wp-content/themes/Newspaper/style.css?ver=12.7.1/wp-content/themes/Newspaper/style.... https://funnytimes.com/wp-content/themes/Newspaper/style.css?ver=12.7.1 — 200 — 28.4 KiB — 66 ms — h2https://fonts.googleapis.com/css?family=Work+Sans:400,500,600|Big+Shoulders+Text:400,500,600,700|Big+Shoulders+Inline+Text:400,900|Open+Sans:400,600,700|Roboto:400,600,700|Actor:400&display=swapfonts.googleapis.com/css?family=Wor... https://fonts.googleapis.com/css?family=Work+Sans:400,500,600|Big+Shoulders+Text:400,500,600,700|Big+Shoulders+Inline+Text:400,900|Open+Sans:400,600,700|Roboto:400,600,700|Actor:400&display=swap — 200 — 3.0 KiB — 441 ms — h2https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css?ver=492e3cf54bd42df3b24a3de8e2307cafx/wp-content/plugins/td-composer/leg... https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css?ver=492e3cf54bd42df3b24a3de8e2307cafx — 200 — 27.8 KiB — 84 ms — h2https://funnytimes.com/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css?ver=8ae1459a1d876d507918f73cef68310e/wp-content/plugins/td-standard-pac... https://funnytimes.com/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css?ver=8ae1459a1d876d507918f73cef68310e — 200 — 71.1 KiB — 98 ms — h2https://funnytimes.com/wp-content/plugins/td-cloud-library/assets/css/tdb_main.css?ver=d578089f160957352b9b4ca6d880fd8f/wp-content/plugins/td-cloud-librar... https://funnytimes.com/wp-content/plugins/td-cloud-library/assets/css/tdb_main.css?ver=d578089f160957352b9b4ca6d880fd8f — 200 — 8.5 KiB — 88 ms — h2https://funnytimes.com/wp-content/plugins/td-woo/assets/css/td-woo-front.css?ver=2852a64b55307dfd7353b7b76ce6ba63/wp-content/plugins/td-woo/assets/c... https://funnytimes.com/wp-content/plugins/td-woo/assets/css/td-woo-front.css?ver=2852a64b55307dfd7353b7b76ce6ba63 — 200 — 3.4 KiB — 63 ms — h2https://funnytimes.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://funnytimes.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 32.5 KiB — 75 ms — h2https://funnytimes.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://funnytimes.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.4 KiB — 70 ms — h2https://funnytimes.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6/wp-includes/js/dist/hooks.min.js?v... https://funnytimes.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6 — 200 — 2.0 KiB — 94 ms — h2https://funnytimes.com/wp-content/uploads/2025/12/FT-janfeb26-cover-Morrissette-American_Hispanic.webp/wp-content/uploads/2025/12/FT-janf... https://funnytimes.com/wp-content/uploads/2025/12/FT-janfeb26-cover-Morrissette-American_Hispanic.webp — 200 — 89.9 KiB — 94 ms — h2https://funnytimes.com/wp-content/uploads/2024/06/ft-logo-1.png/wp-content/uploads/2024/06/ft-logo... https://funnytimes.com/wp-content/uploads/2024/06/ft-logo-1.png — 200 — 41.1 KiB — 81 ms — h2https://funnytimes.com/wp-content/uploads/2025/12/funny_times_logo.webp/wp-content/uploads/2025/12/funny_t... https://funnytimes.com/wp-content/uploads/2025/12/funny_times_logo.webp — 200 — 58.6 KiB — 88 ms — h2https://funnytimes.com/wp-content/uploads/2024/09/send-me-free-cartoons.webp/wp-content/uploads/2024/09/send-me... https://funnytimes.com/wp-content/uploads/2024/09/send-me-free-cartoons.webp — 200 — 31.6 KiB — 42 ms — h3https://funnytimes.com/wp-content/plugins/woocommerce-paypal-payments/assets/ppcp-local-alternative-payment-methods-css-gateway.css?ver=4.0.3/wp-content/plugins/woocommerce-pay... https://funnytimes.com/wp-content/plugins/woocommerce-paypal-payments/assets/ppcp-local-alternative-payment-methods-css-gateway.css?ver=4.0.3 — 200 — 672 B — 26 ms — h3https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=12.7.1/wp-content/plugins/td-composer/leg... https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=12.7.1 — 200 — 42.2 KiB — 28 ms — h3https://funnytimes.com/wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js?ver=d578089f160957352b9b4ca6d880fd8f/wp-content/plugins/td-cloud-librar... https://funnytimes.com/wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js?ver=d578089f160957352b9b4ca6d880fd8f — 200 — 7.3 KiB — 24 ms — h3https://funnytimes.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381/wp-includes/js/dist/dom-ready.min.... https://funnytimes.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381 — 200 — 903 B — 28 ms — h3https://funnytimes.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6/wp-includes/js/dist/i18n.min.js?ve... https://funnytimes.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6 — 200 — 4.4 KiB — 40 ms — h3https://funnytimes.com/wp-includes/js/dist/a11y.min.js?ver=3156534cc54473497e14/wp-includes/js/dist/a11y.min.js?ve... https://funnytimes.com/wp-includes/js/dist/a11y.min.js?ver=3156534cc54473497e14 — 200 — 1.4 KiB — 27 ms — h3https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoginMobile.js?ver=12.7.1/wp-content/plugins/td-composer/leg... https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoginMobile.js?ver=12.7.1 — 200 — 2.2 KiB — 26 ms — h3https://funnytimes.com/wp-content/plugins/td-woo/assets/js/tdwMenuCart.js?ver=2852a64b55307dfd7353b7b76ce6ba63/wp-content/plugins/td-woo/assets/j... https://funnytimes.com/wp-content/plugins/td-woo/assets/js/tdwMenuCart.js?ver=2852a64b55307dfd7353b7b76ce6ba63 — 200 — 1.3 KiB — 27 ms — h3https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPopupModal.js?ver=12.7.1/wp-content/plugins/td-composer/leg... https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPopupModal.js?ver=12.7.1 — 200 — 3.4 KiB — 31 ms — h3https://funnytimes.com/wp-content/plugins/td-cloud-library/assets/js/tdbMenu.js?ver=d578089f160957352b9b4ca6d880fd8f/wp-content/plugins/td-cloud-librar... https://funnytimes.com/wp-content/plugins/td-cloud-library/assets/js/tdbMenu.js?ver=d578089f160957352b9b4ca6d880fd8f — 200 — 3.8 KiB — 25 ms — h3https://funnytimes.com/wp-content/plugins/cookie-law-info/legacy/public/js/cookie-law-info-public.js?ver=3.4.2/wp-content/plugins/cookie-law-info... https://funnytimes.com/wp-content/plugins/cookie-law-info/legacy/public/js/cookie-law-info-public.js?ver=3.4.2 — 200 — 8.8 KiB — 25 ms — h3
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 5.2 s LCP 14.6 shttps://funnytimes.com// https://funnytimes.com/ — 200 — 67.5 KiB — 495 ms — h2https://funnytimes.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=10.7.0/wp-content/plugins/woocommerce/ass... https://funnytimes.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=10.7.0 — 200 — 3.8 KiB — 58 ms — h2https://funnytimes.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=10.7.0/wp-content/plugins/woocommerce/ass... https://funnytimes.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=10.7.0 — 200 — 1.7 KiB — 54 ms — h2https://funnytimes.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=10.7.0/wp-content/plugins/woocommerce/ass... https://funnytimes.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=10.7.0 — 200 — 12.3 KiB — 86 ms — h2https://funnytimes.com/wp-content/plugins/td-composer/td-multi-purpose/style.css?ver=492e3cf54bd42df3b24a3de8e2307cafx/wp-content/plugins/td-composer/td-... https://funnytimes.com/wp-content/plugins/td-composer/td-multi-purpose/style.css?ver=492e3cf54bd42df3b24a3de8e2307cafx — 200 — 5.6 KiB — 75 ms — h2https://funnytimes.com/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.css?ver=492e3cf54bd42df3b24a3de8e2307cafx/wp-content/plugins/td-composer/ass... https://funnytimes.com/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.css?ver=492e3cf54bd42df3b24a3de8e2307cafx — 200 — 2.4 KiB — 59 ms — h2https://funnytimes.com/wp-content/themes/Newspaper/style.css?ver=12.7.1/wp-content/themes/Newspaper/style.... https://funnytimes.com/wp-content/themes/Newspaper/style.css?ver=12.7.1 — 200 — 28.4 KiB — 66 ms — h2https://fonts.googleapis.com/css?family=Work+Sans:400,500,600|Big+Shoulders+Text:400,500,600,700|Big+Shoulders+Inline+Text:400,900|Open+Sans:400,600,700|Roboto:400,600,700|Actor:400&display=swapfonts.googleapis.com/css?family=Wor... https://fonts.googleapis.com/css?family=Work+Sans:400,500,600|Big+Shoulders+Text:400,500,600,700|Big+Shoulders+Inline+Text:400,900|Open+Sans:400,600,700|Roboto:400,600,700|Actor:400&display=swap — 200 — 3.0 KiB — 441 ms — h2https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css?ver=492e3cf54bd42df3b24a3de8e2307cafx/wp-content/plugins/td-composer/leg... https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css?ver=492e3cf54bd42df3b24a3de8e2307cafx — 200 — 27.8 KiB — 84 ms — h2https://funnytimes.com/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css?ver=8ae1459a1d876d507918f73cef68310e/wp-content/plugins/td-standard-pac... https://funnytimes.com/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css?ver=8ae1459a1d876d507918f73cef68310e — 200 — 71.1 KiB — 98 ms — h2https://funnytimes.com/wp-content/plugins/td-cloud-library/assets/css/tdb_main.css?ver=d578089f160957352b9b4ca6d880fd8f/wp-content/plugins/td-cloud-librar... https://funnytimes.com/wp-content/plugins/td-cloud-library/assets/css/tdb_main.css?ver=d578089f160957352b9b4ca6d880fd8f — 200 — 8.5 KiB — 88 ms — h2https://funnytimes.com/wp-content/plugins/td-woo/assets/css/td-woo-front.css?ver=2852a64b55307dfd7353b7b76ce6ba63/wp-content/plugins/td-woo/assets/c... https://funnytimes.com/wp-content/plugins/td-woo/assets/css/td-woo-front.css?ver=2852a64b55307dfd7353b7b76ce6ba63 — 200 — 3.4 KiB — 63 ms — h2https://funnytimes.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://funnytimes.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 32.5 KiB — 75 ms — h2https://funnytimes.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://funnytimes.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.4 KiB — 70 ms — h2https://funnytimes.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6/wp-includes/js/dist/hooks.min.js?v... https://funnytimes.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6 — 200 — 2.0 KiB — 94 ms — h2https://funnytimes.com/wp-content/uploads/2025/12/FT-janfeb26-cover-Morrissette-American_Hispanic.webp/wp-content/uploads/2025/12/FT-janf... https://funnytimes.com/wp-content/uploads/2025/12/FT-janfeb26-cover-Morrissette-American_Hispanic.webp — 200 — 89.9 KiB — 94 ms — h2https://funnytimes.com/wp-content/uploads/2024/06/ft-logo-1.png/wp-content/uploads/2024/06/ft-logo... https://funnytimes.com/wp-content/uploads/2024/06/ft-logo-1.png — 200 — 41.1 KiB — 81 ms — h2https://funnytimes.com/wp-content/uploads/2025/12/funny_times_logo.webp/wp-content/uploads/2025/12/funny_t... https://funnytimes.com/wp-content/uploads/2025/12/funny_times_logo.webp — 200 — 58.6 KiB — 88 ms — h2https://funnytimes.com/wp-content/uploads/2024/09/send-me-free-cartoons.webp/wp-content/uploads/2024/09/send-me... https://funnytimes.com/wp-content/uploads/2024/09/send-me-free-cartoons.webp — 200 — 31.6 KiB — 42 ms — h3https://funnytimes.com/wp-content/plugins/woocommerce-paypal-payments/assets/ppcp-local-alternative-payment-methods-css-gateway.css?ver=4.0.3/wp-content/plugins/woocommerce-pay... https://funnytimes.com/wp-content/plugins/woocommerce-paypal-payments/assets/ppcp-local-alternative-payment-methods-css-gateway.css?ver=4.0.3 — 200 — 672 B — 26 ms — h3https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=12.7.1/wp-content/plugins/td-composer/leg... https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=12.7.1 — 200 — 42.2 KiB — 28 ms — h3https://funnytimes.com/wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js?ver=d578089f160957352b9b4ca6d880fd8f/wp-content/plugins/td-cloud-librar... https://funnytimes.com/wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js?ver=d578089f160957352b9b4ca6d880fd8f — 200 — 7.3 KiB — 24 ms — h3https://funnytimes.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381/wp-includes/js/dist/dom-ready.min.... https://funnytimes.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381 — 200 — 903 B — 28 ms — h3https://funnytimes.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6/wp-includes/js/dist/i18n.min.js?ve... https://funnytimes.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6 — 200 — 4.4 KiB — 40 ms — h3https://funnytimes.com/wp-includes/js/dist/a11y.min.js?ver=3156534cc54473497e14/wp-includes/js/dist/a11y.min.js?ve... https://funnytimes.com/wp-includes/js/dist/a11y.min.js?ver=3156534cc54473497e14 — 200 — 1.4 KiB — 27 ms — h3https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoginMobile.js?ver=12.7.1/wp-content/plugins/td-composer/leg... https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoginMobile.js?ver=12.7.1 — 200 — 2.2 KiB — 26 ms — h3https://funnytimes.com/wp-content/plugins/td-woo/assets/js/tdwMenuCart.js?ver=2852a64b55307dfd7353b7b76ce6ba63/wp-content/plugins/td-woo/assets/j... https://funnytimes.com/wp-content/plugins/td-woo/assets/js/tdwMenuCart.js?ver=2852a64b55307dfd7353b7b76ce6ba63 — 200 — 1.3 KiB — 27 ms — h3https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPopupModal.js?ver=12.7.1/wp-content/plugins/td-composer/leg... https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPopupModal.js?ver=12.7.1 — 200 — 3.4 KiB — 31 ms — h3https://funnytimes.com/wp-content/plugins/td-cloud-library/assets/js/tdbMenu.js?ver=d578089f160957352b9b4ca6d880fd8f/wp-content/plugins/td-cloud-librar... https://funnytimes.com/wp-content/plugins/td-cloud-library/assets/js/tdbMenu.js?ver=d578089f160957352b9b4ca6d880fd8f — 200 — 3.8 KiB — 25 ms — h3https://funnytimes.com/wp-content/plugins/cookie-law-info/legacy/public/js/cookie-law-info-public.js?ver=3.4.2/wp-content/plugins/cookie-law-info... https://funnytimes.com/wp-content/plugins/cookie-law-info/legacy/public/js/cookie-law-info-public.js?ver=3.4.2 — 200 — 8.8 KiB — 25 ms — h3https://funnytimes.com/wp-content/plugins/say-what/assets/build/frontend.js?ver=fd31684c45e4d85aeb4e/wp-content/plugins/say-what/assets... https://funnytimes.com/wp-content/plugins/say-what/assets/build/frontend.js?ver=fd31684c45e4d85aeb4e — 200 — 953 B — 27 ms — h3https://funnytimes.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.7.0/wp-content/plugins/woocommerce/ass... https://funnytimes.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.7.0 — 200 — 4.2 KiB — 23 ms — h3https://funnytimes.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.10.7.0/wp-content/plugins/woocommerce/ass... https://funnytimes.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.10.7.0 — 200 — 1.4 KiB — 40 ms — h3https://funnytimes.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=10.7.0/wp-content/plugins/woocommerce/ass... https://funnytimes.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=10.7.0 — 200 — 2.1 KiB — 30 ms — h3https://www.googletagmanager.com/gtag/js?id=G-40KQ97MFBPwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-40KQ97MFBP — 200 — 157.0 KiB — 933 ms — h2https://funnytimes.com/wp-content/uploads/2024/06/FT-logo.png/wp-content/uploads/2024/06/FT-logo... https://funnytimes.com/wp-content/uploads/2024/06/FT-logo.png — 200 — 20.1 KiB — 39 ms — h3https://funnytimes.com/wp-content/uploads/2024/07/Dogs.jpg/wp-content/uploads/2024/07/Dogs.jp... https://funnytimes.com/wp-content/uploads/2024/07/Dogs.jpg — 200 — 25.9 KiB — 43 ms — h3https://funnytimes.com/wp-content/uploads/2024/08/cats.webp/wp-content/uploads/2024/08/cats.we... https://funnytimes.com/wp-content/uploads/2024/08/cats.webp — 200 — 34.9 KiB — 43 ms — h3https://funnytimes.com/wp-content/uploads/2024/12/birds_falseknees_fermented-berries.webp/wp-content/uploads/2024/12/birds_f... https://funnytimes.com/wp-content/uploads/2024/12/birds_falseknees_fermented-berries.webp — 200 — 50.6 KiB — 43 ms — h3https://funnytimes.com/wp-content/uploads/2024/07/bugs-1.jpg/wp-content/uploads/2024/07/bugs-1.... https://funnytimes.com/wp-content/uploads/2024/07/bugs-1.jpg — 200 — 29.0 KiB — 161 ms — h3https://funnytimes.com/wp-content/uploads/2024/07/2024-ELECTION.webp/wp-content/uploads/2024/07/2024-EL... https://funnytimes.com/wp-content/uploads/2024/07/2024-ELECTION.webp — 200 — 21.1 KiB — 161 ms — h3https://funnytimes.com/wp-content/uploads/2024/07/Breaking-news.webp/wp-content/uploads/2024/07/Breakin... https://funnytimes.com/wp-content/uploads/2024/07/Breaking-news.webp — 200 — 18.0 KiB — 159 ms — h3https://funnytimes.com/wp-content/uploads/2024/07/ELECTIONS-BY-DECADE.webp/wp-content/uploads/2024/07/ELECTIO... https://funnytimes.com/wp-content/uploads/2024/07/ELECTIONS-BY-DECADE.webp — 200 — 22.7 KiB — 156 ms — h3https://funnytimes.com/wp-content/uploads/2024/07/MORE-POLITICS.webp/wp-content/uploads/2024/07/MORE-PO... https://funnytimes.com/wp-content/uploads/2024/07/MORE-POLITICS.webp — 200 — 11.9 KiB — 59 ms — h3https://funnytimes.com/wp-content/uploads/2024/08/dating.webp/wp-content/uploads/2024/08/dating.... https://funnytimes.com/wp-content/uploads/2024/08/dating.webp — 200 — 41.6 KiB — 158 ms — h3https://funnytimes.com/wp-content/uploads/2024/08/family.webp/wp-content/uploads/2024/08/family.... https://funnytimes.com/wp-content/uploads/2024/08/family.webp — 200 — 27.7 KiB — 154 ms — h3https://funnytimes.com/wp-content/uploads/2024/08/friendship.webp/wp-content/uploads/2024/08/friends... https://funnytimes.com/wp-content/uploads/2024/08/friendship.webp — 200 — 20.8 KiB — 57 ms — h3https://funnytimes.com/wp-content/uploads/2024/07/MARRIAGE.webp/wp-content/uploads/2024/07/MARRIAG... https://funnytimes.com/wp-content/uploads/2024/07/MARRIAGE.webp — 200 — 15.1 KiB — 91 ms — h3https://funnytimes.com/wp-content/uploads/2024/08/envrionmentalism.webp/wp-content/uploads/2024/08/envrion... https://funnytimes.com/wp-content/uploads/2024/08/envrionmentalism.webp — 200 — 32.5 KiB — 90 ms — h3https://funnytimes.com/wp-content/uploads/2024/08/pop-culture.webp/wp-content/uploads/2024/08/pop-cul... https://funnytimes.com/wp-content/uploads/2024/08/pop-culture.webp — 200 — 20.8 KiB — 155 ms — h3https://funnytimes.com/wp-content/uploads/2024/07/SOCIAL-SITUATIONS.jpg/wp-content/uploads/2024/07/SOCIAL-... https://funnytimes.com/wp-content/uploads/2024/07/SOCIAL-SITUATIONS.jpg — 200 — 36.6 KiB — 166 ms — h3https://funnytimes.com/wp-content/uploads/2024/08/Technology.webp/wp-content/uploads/2024/08/Technol... https://funnytimes.com/wp-content/uploads/2024/08/Technology.webp — 200 — 35.8 KiB — 166 ms — h3https://funnytimes.com/wp-content/uploads/2024/08/chuckles-bliss.webp/wp-content/uploads/2024/08/chuckle... https://funnytimes.com/wp-content/uploads/2024/08/chuckles-bliss.webp — 200 — 28.7 KiB — 149 ms — h3https://funnytimes.com/wp-content/uploads/2024/07/dad_jokes.jpg/wp-content/uploads/2024/07/dad_jok... https://funnytimes.com/wp-content/uploads/2024/07/dad_jokes.jpg — 200 — 86.4 KiB — 165 ms — h3https://funnytimes.com/wp-content/uploads/2024/08/kid-friendly.webp/wp-content/uploads/2024/08/kid-fri... https://funnytimes.com/wp-content/uploads/2024/08/kid-friendly.webp — 200 — 28.8 KiB — 160 ms — h3https://funnytimes.com/wp-content/uploads/2024/08/perfect-puns_coverly.webp/wp-content/uploads/2024/08/perfect... https://funnytimes.com/wp-content/uploads/2024/08/perfect-puns_coverly.webp — 200 — 32.8 KiB — 161 ms — h3https://funnytimes.com/wp-content/plugins/cookie-law-info/legacy/public/images/logo-cookieyes.svg/wp-content/plugins/cookie-law-info... https://funnytimes.com/wp-content/plugins/cookie-law-info/legacy/public/images/logo-cookieyes.svg — 200 — 1.6 KiB — 100 ms — h3https://funnytimes.com/wp-content/plugins/content-views-query-and-display-post-page/public/assets/js/cv.js?ver=4.3/wp-content/plugins/content-views-q... https://funnytimes.com/wp-content/plugins/content-views-query-and-display-post-page/public/assets/js/cv.js?ver=4.3 — 200 — 7.8 KiB — 99 ms — h3https://funnytimes.com/wp-content/plugins/pt-content-views-pro/public/assets/js/cvpro.min.js?ver=6.0/wp-content/plugins/pt-content-view... https://funnytimes.com/wp-content/plugins/pt-content-views-pro/public/assets/js/cvpro.min.js?ver=6.0 — 200 — 49.9 KiB — 135 ms — h3https://funnytimes.com/wp-content/plugins/magic-answers/js/magic-answers.js?ver=1.9/wp-content/plugins/magic-answers/j... https://funnytimes.com/wp-content/plugins/magic-answers/js/magic-answers.js?ver=1.9 — 200 — 3.0 KiB — 130 ms — h3https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js?ver=12.7.1/wp-content/plugins/td-composer/leg... https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js?ver=12.7.1 — 200 — 1.2 KiB — 116 ms — h3https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js?ver=12.7.1/wp-content/plugins/td-composer/leg... https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js?ver=12.7.1 — 200 — 1.5 KiB — 129 ms — h3https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js?ver=12.7.1/wp-content/plugins/td-composer/leg... https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js?ver=12.7.1 — 200 — 2.0 KiB — 115 ms — h3https://funnytimes.com/wp-includes/js/comment-reply.min.js?ver=6.8.5/wp-includes/js/comment-reply.min.j... https://funnytimes.com/wp-includes/js/comment-reply.min.js?ver=6.8.5 — 200 — 1.9 KiB — 115 ms — h3https://funnytimes.com/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=2.10.1/wp-content/plugins/gravityforms/js... https://funnytimes.com/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=2.10.1 — 200 — 1.5 KiB — 115 ms — h3https://funnytimes.com/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=2.10.1/wp-content/plugins/gravityforms/js... https://funnytimes.com/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=2.10.1 — 200 — 14.4 KiB — 115 ms — h3https://funnytimes.com/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver=2.10.1/wp-content/plugins/gravityforms/js... https://funnytimes.com/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver=2.10.1 — 200 — 2.3 KiB — 115 ms — h3https://funnytimes.com/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver=3f278756f0a3032bed328ff6a9f6c01d/wp-content/plugins/gravityforms/as... https://funnytimes.com/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver=3f278756f0a3032bed328ff6a9f6c01d — 200 — 18.6 KiB — 133 ms — h3https://funnytimes.com/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver=4f8b3915c1c1e1a6800825abd64b03cb/wp-content/plugins/gravityforms/as... https://funnytimes.com/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver=4f8b3915c1c1e1a6800825abd64b03cb — 200 — 8.3 KiB — 114 ms — h3https://funnytimes.com/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver=25ebbbc2c63c6c71b95c9eb867a9072b/wp-content/plugins/gravityforms/as... https://funnytimes.com/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver=25ebbbc2c63c6c71b95c9eb867a9072b — 200 — 14.4 KiB — 130 ms — h3https://funnytimes.com/wp-content/plugins/akismet/_inc/akismet-frontend.js?ver=1777084899/wp-content/plugins/akismet/_inc/ak... https://funnytimes.com/wp-content/plugins/akismet/_inc/akismet-frontend.js?ver=1777084899 — 200 — 4.2 KiB — 136 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-P346KTLRwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-P346KTLR — 200 — 110.9 KiB — 825 ms — h2https://funnytimes.com/wp-content/plugins/content-views-query-and-display-post-page/public/assets/css/cv.css?ver=4.3/wp-content/plugins/content-views-q... https://funnytimes.com/wp-content/plugins/content-views-query-and-display-post-page/public/assets/css/cv.css?ver=4.3 — 200 — 14.4 KiB — 188 ms — h3https://funnytimes.com/wp-content/plugins/pt-content-views-pro/public/assets/css/cvpro.min.css?ver=6.0/wp-content/plugins/pt-content-view... https://funnytimes.com/wp-content/plugins/pt-content-views-pro/public/assets/css/cvpro.min.css?ver=6.0 — 200 — 17.2 KiB — 186 ms — h3https://funnytimes.com/wp-content/plugins/woocustomizer/assets/css/frontend.css?ver=2.6.5/wp-content/plugins/woocustomizer/a... https://funnytimes.com/wp-content/plugins/woocustomizer/assets/css/frontend.css?ver=2.6.5 — 200 — 3.8 KiB — 171 ms — h3https://funnytimes.com/wp-content/plugins/azurecurve-insult-generator/style.css?ver=6.8.5/wp-content/plugins/azurecurve-insu... https://funnytimes.com/wp-content/plugins/azurecurve-insult-generator/style.css?ver=6.8.5 — 200 — 711 B — 171 ms — h3https://funnytimes.com/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-public.css?ver=3.4.2/wp-content/plugins/cookie-law-info... https://funnytimes.com/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-public.css?ver=3.4.2 — 200 — 1.5 KiB — 171 ms — h3https://funnytimes.com/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-gdpr.css?ver=3.4.2/wp-content/plugins/cookie-law-info... https://funnytimes.com/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-gdpr.css?ver=3.4.2 — 200 — 5.5 KiB — 171 ms — h3https://funnytimes.com/wp-content/plugins/magic-answers/css/style.css?ver=6.8.5/wp-content/plugins/magic-answers/c... https://funnytimes.com/wp-content/plugins/magic-answers/css/style.css?ver=6.8.5 — 200 — 1.6 KiB — 170 ms — h3https://funnytimes.com/wp-content/plugins/td-composer/assets/fonts/font-awesome/font-awesome.css?ver=492e3cf54bd42df3b24a3de8e2307cafx/wp-content/plugins/td-composer/ass... https://funnytimes.com/wp-content/plugins/td-composer/assets/fonts/font-awesome/font-awesome.css?ver=492e3cf54bd42df3b24a3de8e2307cafx — 200 — 7.9 KiB — 185 ms — h3https://funnytimes.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-10.7.0/wp-content/plugins/woocommerce/ass... https://funnytimes.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-10.7.0 — 200 — 3.3 KiB — 116 ms — h3https://funnytimes.com/wp-content/plugins/gravityforms/assets/css/dist/basic.min.css?ver=2.10.1/wp-content/plugins/gravityforms/as... https://funnytimes.com/wp-content/plugins/gravityforms/assets/css/dist/basic.min.css?ver=2.10.1 — 200 — 8.4 KiB — 115 ms — h3https://funnytimes.com/wp-content/plugins/gravityforms/assets/css/dist/theme-components.min.css?ver=2.10.1/wp-content/plugins/gravityforms/as... https://funnytimes.com/wp-content/plugins/gravityforms/assets/css/dist/theme-components.min.css?ver=2.10.1 — 200 — 593 B — 108 ms — h3https://funnytimes.com/wp-content/plugins/gravityforms/assets/css/dist/theme.min.css?ver=2.10.1/wp-content/plugins/gravityforms/as... https://funnytimes.com/wp-content/plugins/gravityforms/assets/css/dist/theme.min.css?ver=2.10.1 — 200 — 8.0 KiB — 115 ms — h3https://funnytimes.com/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-table.css?ver=3.4.2/wp-content/plugins/cookie-law-info... https://funnytimes.com/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-table.css?ver=3.4.2 — 200 — 2.3 KiB — 115 ms — h3https://funnytimes.com/wp-content/uploads/2026/03/piraro-010626-ThreatenedWithTeambuilding_LG-NO-696x829.webp/wp-content/uploads/2026/03/piraro-... https://funnytimes.com/wp-content/uploads/2026/03/piraro-010626-ThreatenedWithTeambuilding_LG-NO-696x829.webp — 200 — 92.3 KiB — 495 ms — h3https://funnytimes.com/wp-content/uploads/2026/05/Tomorrow-Quote-696x696.webp/wp-content/uploads/2026/05/Tomorro... https://funnytimes.com/wp-content/uploads/2026/05/Tomorrow-Quote-696x696.webp — 200 — 61.4 KiB — 90 ms — h3https://funnytimes.com/wp-content/uploads/2026/04/Ray-June-2026-696x557.webp/wp-content/uploads/2026/04/Ray-Jun... https://funnytimes.com/wp-content/uploads/2026/04/Ray-June-2026-696x557.webp — 200 — 51.2 KiB — 64 ms — h3https://funnytimes.com/wp-content/themes/Newspaper/images/icons/newspaper.woff?24/wp-content/themes/Newspaper/images... https://funnytimes.com/wp-content/themes/Newspaper/images/icons/newspaper.woff?24 — 200 — 34.7 KiB — 42 ms — h3https://funnytimes.com/wp-content/uploads/2024/07/gillsansstd-extrabold-webfont.woff/wp-content/uploads/2024/07/gillsan... https://funnytimes.com/wp-content/uploads/2024/07/gillsansstd-extrabold-webfont.woff — 200 — 25.4 KiB — 33 ms — h3https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2fonts.gstatic.com/s/worksans/v24/QG... https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2 — 200 — 49.4 KiB — 24 ms — h3https://funnytimes.com/wp-content/uploads/2024/07/gillsansstd-italic-webfont.woff/wp-content/uploads/2024/07/gillsan... https://funnytimes.com/wp-content/uploads/2024/07/gillsansstd-italic-webfont.woff — 200 — 27.7 KiB — 39 ms — h3https://funnytimes.com/wp-content/uploads/2024/07/gillsansstd-bold-webfont.woff/wp-content/uploads/2024/07/gillsan... https://funnytimes.com/wp-content/uploads/2024/07/gillsansstd-bold-webfont.woff — 200 — 25.7 KiB — 45 ms — h3https://funnytimes.com/wp-content/uploads/2024/07/gillsansstd-light-webfont.woff/wp-content/uploads/2024/07/gillsan... https://funnytimes.com/wp-content/uploads/2024/07/gillsansstd-light-webfont.woff — 200 — 24.3 KiB — 48 ms — h3https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 7 ms — h3https://funnytimes.com/wp-content/uploads/2024/09/funny_times_logo.png/wp-content/uploads/2024/09/funny_t... https://funnytimes.com/wp-content/uploads/2024/09/funny_times_logo.png — 200 — 167.0 KiB — 33 ms — h3https://funnytimes.com/wp-content/uploads/2026/04/ft-cover-june-2026-SM-300x376.webp/wp-content/uploads/2026/04/ft-cove... https://funnytimes.com/wp-content/uploads/2026/04/ft-cover-june-2026-SM-300x376.webp — 200 — 23.4 KiB — 26 ms — h3https://funnytimes.com/wp-content/uploads/2025/11/newslettersignup.webp/wp-content/uploads/2025/11/newslet... https://funnytimes.com/wp-content/uploads/2025/11/newslettersignup.webp — 200 — 16.5 KiB — 23 ms — h3https://funnytimes.com/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0/wp-content/plugins/td-composer/ass... https://funnytimes.com/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0 — 200 — 75.9 KiB — 28 ms — h3https://funnytimes.com/wp-content/uploads/2026/05/jun-26-cover-for-homepage.webp/wp-content/uploads/2026/05/jun-26-... https://funnytimes.com/wp-content/uploads/2026/05/jun-26-cover-for-homepage.webp — 200 — 43.8 KiB — 38 ms — h3https://funnytimes.com/wp-content/uploads/2026/05/singer-010626-InvasionOfTheOilIndustryRobot-COL-599x800.webp/wp-content/uploads/2026/05/singer-... https://funnytimes.com/wp-content/uploads/2026/05/singer-010626-InvasionOfTheOilIndustryRobot-COL-599x800.webp — 200 — 139.1 KiB — 36 ms — h3https://funnytimes.com/wp-content/uploads/2026/05/kuper-021323-GasCompanysVsConsumers-COL-800x743.webp/wp-content/uploads/2026/05/kuper-0... https://funnytimes.com/wp-content/uploads/2026/05/kuper-021323-GasCompanysVsConsumers-COL-800x743.webp — 200 — 111.1 KiB — 157 ms — h3https://funnytimes.com/wp-content/uploads/2026/05/price-061523-FillingUpTheIceCreamTruck-COL-800x250.webp/wp-content/uploads/2026/05/price-0... https://funnytimes.com/wp-content/uploads/2026/05/price-061523-FillingUpTheIceCreamTruck-COL-800x250.webp — 200 — 41.5 KiB — 39 ms — h3https://funnytimes.com/wp-content/uploads/2026/05/jonik-040126-GasGuzzlerLogic-COL-800x605.webp/wp-content/uploads/2026/05/jonik-0... https://funnytimes.com/wp-content/uploads/2026/05/jonik-040126-GasGuzzlerLogic-COL-800x605.webp — 200 — 79.6 KiB — 156 ms — h3https://funnytimes.com/wp-content/uploads/2026/05/mcfadden-030826-CarEnginesAndIce-COL-533x800.webp/wp-content/uploads/2026/05/mcfadde... https://funnytimes.com/wp-content/uploads/2026/05/mcfadden-030826-CarEnginesAndIce-COL-533x800.webp — 200 — 84.2 KiB — 38 ms — h3https://funnytimes.com/wp-content/uploads/2026/05/hands-040526-HighGasPrices-COL-800x598.webp/wp-content/uploads/2026/05/hands-0... https://funnytimes.com/wp-content/uploads/2026/05/hands-040526-HighGasPrices-COL-800x598.webp — 200 — 87.3 KiB — 200 ms — h3https://www.googletagmanager.com/gtag/js?id=G-40KQ97MFBP&cx=c&gtm=4e6562www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-40KQ97MFBP&cx=c&gtm=4e6562 — 200 — 155.7 KiB — 874 ms — h2https://funnytimes.com/wp-content/uploads/2026/05/gas-COL-686x800.webp/wp-content/uploads/2026/05/gas-COL... https://funnytimes.com/wp-content/uploads/2026/05/gas-COL-686x800.webp — 200 — 85.6 KiB — 151 ms — h3https://analytics.google.com/g/collect?v=2&tid=G-40KQ97MFBP&gtm=45je6562v885617811za200zb9188572396zd9188572396&_p=1778418159380&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=476015928.1778418160&frm=0&pscdl=noapi&rcb=5&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~118128923~118463261~118719171&sid=1778418160&sct=1&seg=0&dl=https%3A%2F%2Ffunnytimes.com%2F&dt=Home%20-%20The%20Funny%20Times&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1835analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-40KQ97MFBP&gtm=45je6562v885617811za200zb9188572396zd9188572396&_p=1778418159380&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=476015928.1778418160&frm=0&pscdl=noapi&rcb=5&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~118128923~118463261~118719171&sid=1778418160&sct=1&seg=0&dl=https%3A%2F%2Ffunnytimes.com%2F&dt=Home%20-%20The%20Funny%20Times&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1835 — 204 — 548 B — 423 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-40KQ97MFBP&cid=476015928.1778418160&gtm=45je6562v885617811za200zb9188572396zd9188572396&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~118128923~118463261~118719171stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-40KQ97MFBP&cid=476015928.1778418160&gtm=45je6562v885617811za200zb9188572396zd9188572396&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~118128923~118463261~118719171 — 204 — 548 B — 596 ms — h2https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-40KQ97MFBP&cid=476015928.1778418160&gtm=45je6562v885617811za200zb9188572396zd9188572396&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~118128923~118463261~118719171&z=163727858www.google.com.br/ads/ga-audiences?... https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-40KQ97MFBP&cid=476015928.1778418160&gtm=45je6562v885617811za200zb9188572396zd9188572396&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~118128923~118463261~118719171&z=163727858 — 200 — 63 B — 417 ms — h3https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 5 ms — h3https://funnytimes.com/favicon.ico/favicon.ico https://funnytimes.com/favicon.ico — 200 — 3.4 KiB — 22 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
25% of JavaScript execution is third-party
First-party Third-party 1323ms · 424KB · $8/mo
Unattributable
Other
Costly
Execution 600ms
Transfer 0 KB
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Costly
Execution 330ms
Transfer 157 KB
Unused 41%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Costly
Execution 298ms
Transfer 111 KB
Unused 63%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 95ms
Transfer 156 KB
Unused 69%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 600ms and costs ~$3/month
  • Google Tag Manager adds 330ms and costs ~$2/month
  • Google Tag Manager adds 298ms and costs ~$2/month

Unattributable takes 600ms 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 330ms 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 298ms 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

63% of Google Tag Manager'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

69% of Google Tag Manager'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

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-04-11 — 2026-05-08)

LCP (p75)

2158 ms

79% good

INP (p75)

81 ms

94% good

CLS (p75)

0.050

89% good

FCP (p75)

1532 ms

TTFB (p75)

1162 ms

This origin passes Core Web Vitals assessment
Image Optimization
60 images, 2322 KB total, 1176 KB wasted
INFO

Image Optimization Audit

Total Images

60

Total Size

2322 KB

Oversized

48

Wasted

1176 KB

42 missing alt text 3 missing dimensions 49 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback