Skip to content
https://Funnytimes.com

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
81
GRADE
B
FIX
2
REVIEW
6
PASS
11
INFO
4

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

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

1.03 s

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

2.14 s

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

24 ms

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

0.006

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

1.63 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.63 s

Page Load Progression

474 ms
948 ms
1.4 s
1.9 s
2.4 s
2.8 s
3.3 s
3.8 s
Checks
23
11 PASS 6 REVIEW 2 FIX
F
Page Weight Budget
Action
3.1 MB transferred, 113 requests
FIX
3.1 MB transferred, 113 requests
Warning::
Page weighs 6.3 MB (3.1 MB transferred)
Warning::
Images are 1.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.7 MB
Warning::
JavaScript is 680 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 680 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.64 g CO2 per page load
3.1 MB / 2.4 MB budget
3.1 MB transferred
113 requests
0.64 g CO2 per page load
Images 1.7 MiB 57%
JavaScript 680.1 KiB 22%
Fonts 341.7 KiB 11%
CSS 244.2 KiB 8%
HTML 85.6 KiB 3%
Other 3.4 KiB 0%
Other 557 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

D
JS Bundles
Action
35 scripts, 310 KB unused
FIX
35 scripts, 310 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...: 64 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: 310 KB
310 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 KB64 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/js-cookie/js.cookie.min.js?ver=2.1.4-wc.10.7.01 KB1st
https://funnytimes.com/wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js?ver=d578089f160957352b9b4ca6d880fd8f7 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/tdToTop.js?ver=12.7.11 KB1st
https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoginMobile.js?ver=12.7.12 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
40 images, 0 KB saveable
REVIEW
40 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.
40 images 1.7 MB
0 oversized -0 KB
8 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
JS Execution Cost
Action
1708ms total JS execution
REVIEW
1708ms total JS execution
Warning::
https://funnytimes.com/: 723ms CPU time
Warning::
https://funnytimes.com/wp-includes/js/jquery/jquer...: 435ms CPU time
Info::
Unattributable: 177ms CPU time
Info::
https://funnytimes.com/wp-content/plugins/td-compo...: 124ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-40KQ...: 93ms CPU time
Info::
Third-party scripts: 354ms (21% of total)

Main Thread Breakdown

Style & Layout 49% Script Evaluation 20% Other 16% Parse HTML & CSS 6% Script Parsing & Compilation 6%
ScriptTotalScriptingParse/CompileParty
https://funnytimes.com/723ms14ms11ms1st
https://funnytimes.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1435ms170ms3ms1st
Unattributable177ms2ms0ms3rd
https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=12.7.1124ms13ms5ms1st
https://www.googletagmanager.com/gtag/js?id=G-40KQ97MFBP93ms76ms16ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-P346KTLR85ms43ms41ms3rd
https://funnytimes.com/wp-content/plugins/pt-content-views-pro/public/assets/js/cvpro.min.js?ver=6.072ms8ms5ms1st
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.1 MB · 310 KB savings available
REVIEW
113 resources · 3.1 MB · 310 KB savings available
Warning::
Page weight 3.1 MB exceeds 1 MB target by 2.1 MB
Got: 3.1 MB Expected: ≤ 1 MB
Info::
~310 KB of savings available
Info::
10 third-party resources (18% of weight)
113 resources · 3.1 MiB · 10 third-party 2.1 MiB over 1MB target
Image 57% · 1.7 MiB
JavaScript 22% · 680.1 KiB
Font 11% · 341.7 KiB
CSS 8% · 244.2 KiB
Document 3% · 85.6 KiB
Other 0% · 1.1 KiB

~310.4 KiB of savings available

Remove unused JavaScript: 310.4 KiB
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
18% third-party, 0 ms blocking
PASS
18% third-party, 0 ms blocking
Info::
Third-party code accounts for 18% of page weight (555.7 KiB of 3.1 MiB)
Info::
Third-party blocking time is low (0 ms)
82%
18%
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 500 ms 1.0 s 1.5 s 2.0 s FCP 1.0 s LCP 2.1 shttps://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 — 40 ms — font-display: swaphttps://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 — 43 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 6 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 — 30 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 — 8 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 — 25 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 — 29 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 — 27 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 — 32 ms — font-display: swap
gillsansstd-bold-webfon... woff swap
Size 26 KB
Load time 40 ms
Start 711 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
newspaper.woff woff swap
Size 35 KB
Load time 43 ms
Start 711 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 6 ms
Start 716 ms
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 30 ms
Start 725 ms
Risk FOUT — text flashes from fallback to web font
QGYsz_wNahGAdqQ43Rh_fKD... woff2 swap
Size 49 KB
Load time 8 ms
Start 832 ms
Risk FOUT — text flashes from fallback to web font
gillsansstd-extrabold-w... woff swap
Size 25 KB
Load time 25 ms
Start 833 ms
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 29 ms
Start 833 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
gillsansstd-italic-webf... woff swap
Size 28 KB
Load time 27 ms
Start 958 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
fontawesome-webfont.woff2 woff2 swap
Size 76 KB
Load time 32 ms
Start 1.5 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
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+
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+
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 2757ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.0 s LCP 2.1 shttps://funnytimes.com// https://funnytimes.com/ — 200 — 85.6 KiB — 57 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.9 KiB — 58 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 — 67 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 — 67 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 — 50 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.5 KiB — 59 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 — 73 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 — 86 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 — 77 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.3 KiB — 80 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 — 77 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.5 KiB — 45 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 — 63 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.8 KiB — 82 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.2 KiB — 56 ms — h3https://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.7 KiB — 50 ms — h3https://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.5 KiB — 23 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 — 671 B — 25 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 — 27 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 — 906 B — 22 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 — 24 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 — 23 ms — h3https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdToTop.js?ver=12.7.1/wp-content/plugins/td-composer/leg... https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdToTop.js?ver=12.7.1 — 200 — 1.2 KiB — 25 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 — 24 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.4 KiB — 24 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 — 35 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 — 22 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 — 26 ms — h3
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.0 s LCP 2.1 shttps://funnytimes.com// https://funnytimes.com/ — 200 — 85.6 KiB — 57 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.9 KiB — 58 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 — 67 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 — 67 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 — 50 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.5 KiB — 59 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 — 73 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 — 86 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 — 77 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.3 KiB — 80 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 — 77 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.5 KiB — 45 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 — 63 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.8 KiB — 82 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.2 KiB — 56 ms — h3https://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.7 KiB — 50 ms — h3https://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.5 KiB — 23 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 — 671 B — 25 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 — 27 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 — 906 B — 22 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 — 24 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 — 23 ms — h3https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdToTop.js?ver=12.7.1/wp-content/plugins/td-composer/leg... https://funnytimes.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdToTop.js?ver=12.7.1 — 200 — 1.2 KiB — 25 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 — 24 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.4 KiB — 24 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 — 35 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 — 22 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 — 26 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 — 954 B — 24 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 — 22 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 — 22 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 — 24 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 — 1.0 s — 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 — 44 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 — 60 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 — 143 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 — 143 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 — 137 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 — 132 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 — 136 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 — 129 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 — 116 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 — 144 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 — 127 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 — 136 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 — 128 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 — 144 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 — 135 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 — 143 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 — 143 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 — 130 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 — 156 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 — 156 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 — 158 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 — 117 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 — 111 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 — 91 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 — 92 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 — 93 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 — 93 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 — 93 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 — 93 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 — 102 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 — 93 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.5 KiB — 119 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.4 KiB — 119 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.5 KiB — 108 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 — 108 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 — 888 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 — 139 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.3 KiB — 153 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 — 140 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 — 707 B — 150 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 — 150 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.4 KiB — 150 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 — 150 ms — h3https://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.9 KiB — 150 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 — 150 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 — 104 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 — 40 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 — 43 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 — 6 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 — 30 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 — 8 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 — 25 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 — 29 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.2 KiB — 44 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 — 27 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 — 54 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.2 KiB — 70 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.0 KiB — 50 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 — 25 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.5 KiB — 34 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 — 64 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.2 KiB — 63 ms — h3https://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 — 63 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 — 54 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 — 51 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 — 30 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 — 35 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 — 595 B — 34 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 — 34 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.4 KiB — 36 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 — 25 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 — 32 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 — 896 ms — h2https://analytics.google.com/g/collect?v=2&tid=G-40KQ97MFBP&gtm=45je6562v885617811za200zb9188572396zd9188572396&_p=1778418184218&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=517572454.1778418185&frm=0&pscdl=noapi&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938465~115938469~118463262&sid=1778418185&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&gap.plf=4.5.3&tfd=1820analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-40KQ97MFBP&gtm=45je6562v885617811za200zb9188572396zd9188572396&_p=1778418184218&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=517572454.1778418185&frm=0&pscdl=noapi&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938465~115938469~118463262&sid=1778418185&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&gap.plf=4.5.3&tfd=1820 — 204 — 548 B — 420 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-40KQ97MFBP&cid=517572454.1778418185&gtm=45je6562v885617811za200zb9188572396zd9188572396&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938465~115938469~118463262stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-40KQ97MFBP&cid=517572454.1778418185&gtm=45je6562v885617811za200zb9188572396zd9188572396&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938465~115938469~118463262 — 204 — 557 B — 602 ms — h2https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-40KQ97MFBP&cid=517572454.1778418185&gtm=45je6562v885617811za200zb9188572396zd9188572396&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938465~115938469~118463262&z=469185854www.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=517572454.1778418185&gtm=45je6562v885617811za200zb9188572396zd9188572396&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938465~115938469~118463262&z=469185854 — 200 — 63 B — 343 ms — h3https://funnytimes.com/favicon.ico/favicon.ico https://funnytimes.com/favicon.ico — 200 — 3.4 KiB — 23 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
21% of JavaScript execution is third-party
First-party Third-party 354ms · 268KB · $2/mo
Unattributable
Other
Optional
Execution 177ms
Transfer 0 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 93ms
Transfer 157 KB
Unused 41%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 85ms
Transfer 111 KB
Unused 63%
Monthly Cost $0/mo

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

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