Skip to content
https://mashable.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
68
GRADE
D
FIX
4
REVIEW
2
PASS
7
INFO
2

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

94
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
95
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.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

621 ms

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

1.29 s

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

123 ms

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

0.009

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

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

3.69 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
15
7 PASS 2 REVIEW 4 FIX
F
Page Weight Budget
Action
4.4 MB transferred, 120 requests
FIX
4.4 MB transferred, 120 requests
Critical::
Page weighs 10.7 MB (4.4 MB transferred)
Warning::
JavaScript is 2.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.1 MB
Warning::
Images are 2.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.0 MB
Warning::
120 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.93 g CO2 per page load
4.4 MB / 2.4 MB budget
4.4 MB transferred
120 requests
0.93 g CO2 per page load
JavaScript 2.1 MiB 48%
Images 2.0 MiB 44%
Other 201.2 KiB 4%
HTML 52.5 KiB 1%
Fonts 32.9 KiB 1%
Other 24.2 KiB 1%
CSS 21.8 KiB 0%
Other 11.5 KiB 0%
Other 293 B 0%
Other 206 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

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

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
89% third-party, 0 ms blocking
FIX
89% third-party, 0 ms blocking
Warning::
Third-party code accounts for 89% of page weight (3.9 MiB of 4.4 MiB)
Info::
Third-party blocking time is low (0 ms)
89%
First-party Third-party
F
JS Bundles
Action
42 scripts, 1.1 MB unused
FIX
42 scripts, 1.1 MB unused
Warning::
https://cdn.ziffstatic.com/pg/mashable.prebid.js: 188 KB unused (81%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 126 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-BPBF...: 113 KB unused (66%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://assets.bounceexchange.com/assets/smart-tag...: 88 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.ziffstatic.com/jst/otBannerSdk.202512....: 72 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.1 MB
1091 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.ziffstatic.com/pg/mashable.prebid.js233 KB188 KB (81%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604100101/pubads_impl.js186 KB126 KB (67%)3rd
https://www.googletagmanager.com/gtag/js?id=G-BPBF083TYP&cx=c&gtm=4e64e1171 KB113 KB (66%)3rd
https://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_a8ec0b4e51efd1e1ddbdf1b4c6576803.br.js116 KB88 KB (76%)3rd
https://cdn.ziffstatic.com/jst/otBannerSdk.202512.1.0.js126 KB72 KB (57%)3rd
https://forms.mashable.com/w37htfhcq2/vendor/21eb8417-1342-4fb5-bf97-c723ef76f297/main.js?cb=8DCB3ECB413095BC01D1B29BF4757228117 KB71 KB (61%)3rd
https://cdn.ziffstatic.com/pg/mashable.js85 KB69 KB (81%)3rd
https://www.googletagmanager.com/gtag/js?id=G-BPBF083TYP171 KB67 KB (39%)3rd
https://openads-cdn.adsrvr.org/openadsjs/build/v1.0/ziffdavis/openads.js98 KB67 KB (69%)3rd
https://mashable.com/js/app.js?id=e26fe96b1b5434d4a56e4078e6fed4ee82 KB62 KB (76%)1st

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

F
Page Weight Inventory
Action
120 resources · 4.4 MB · 1.1 MB savings available
FIX
120 resources · 4.4 MB · 1.1 MB savings available
Warning::
Page weight 3.4 MB over 1MB target
Got: 4.4 MB Expected: ≤ 1 MB
Info::
~1.1 MB of savings available
Warning::
100 third-party resources (89% of weight)
Info::
5 resources over 200KB
120 resources · 4.4 MiB · 100 third-party 3.4 MiB over 1MB target
JavaScript 48% · 2.1 MiB
Image 44% · 2.0 MiB
Other 5% · 228.8 KiB
Document 1% · 52.8 KiB
Font 1% · 32.9 KiB
CSS 1% · 26.5 KiB

~1.1 MiB of savings available

Remove unused JavaScript: 1.1 MiB
C
Image Optimization
Action
36 images, 0 KB saveable
REVIEW
36 images, 0 KB saveable
Warning::
https://mashable.com/images/dice.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mashable.com/images/puzzle-piece.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mashable.com/images/crossword-boxes-vertic... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mashable.com/images/crossword-boxes.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
36 images 2.0 MB
0 oversized -0 KB
10 legacy format
4 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

B
JS Execution Cost
906ms total JS execution
REVIEW
906ms total JS execution
Warning::
Unattributable: 352ms CPU time
Info::
https://mashable.com/: 219ms CPU time
Info::
https://securepubads.g.doubleclick.net/pagead/mana...: 100ms CPU time
Info::
https://cdn.ziffstatic.com/jst/otBannerSdk.202512....: 70ms CPU time
Info::
https://client.aps.amazon-adsystem.com/publisher.j...: 58ms CPU time
Warning::
Third-party scripts: 687ms (76% of total)

Main Thread Breakdown

Script Evaluation 57% Other 19% Script Parsing & Compilation 10% Style & Layout 7% Rendering 4%
ScriptTotalScriptingParse/CompileParty
Unattributable352ms155ms0ms3rd
https://mashable.com/219ms11ms1ms1st
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604100101/pubads_impl.js100ms86ms14ms3rd
https://cdn.ziffstatic.com/jst/otBannerSdk.202512.1.0.js70ms55ms9ms3rd
https://client.aps.amazon-adsystem.com/publisher.js58ms48ms8ms3rd
https://www.googletagmanager.com/gtag/js?id=G-BPBF083TYP57ms46ms10ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MN78SWW51ms41ms9ms3rd
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
1 fonts (33 KB)
PASS
1 fonts (33 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

33 KB total

Render-blocking

0

of 1

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 621 ms LCP 1.3 shttps://mashable.com/fonts/Outfit.woff2Outfit.woff2 https://mashable.com/fonts/Outfit.woff2 — 32.9 KiB — 39 ms — font-display: swap
Outfit.woff2 woff2 swap
Size 33 KB
Load time 39 ms
Start 85 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

A+
HTTP Caching
max-age=1800 (30 minutes)
PASS
max-age=1800 (30 minutes)
Info::
Cache-Control header is set
Got: public, max-age=1800
Info::
Effective TTL: 30 minutes (max-age=1800)
Info::
Last-Modified header present
Cache-Control

public, max-age=1800

DirectiveValueMeaning
publicAny cache may store this response
max-age1800Cache for 30 minutes
Effective TTL: 1800 seconds
Network Waterfall
120 requests over 2270ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 621 ms LCP 1.3 shttps://mashable.com// https://mashable.com/ — 200 — 52.5 KiB — 88 ms — h2https://mashable.com/css/app.css?id=c5af9af72f4e07aae1c8d5562856165b/css/app.css?id=c5af9af72f4e07aae1c... https://mashable.com/css/app.css?id=c5af9af72f4e07aae1c8d5562856165b — 200 — 18.3 KiB — 38 ms — h2https://mashable.com/fonts/Outfit.woff2/fonts/Outfit.woff2 https://mashable.com/fonts/Outfit.woff2 — 200 — 32.9 KiB — 39 ms — h2https://g.mashable.com/mashable.js?url=https%3A%2F%2Fmashable.comg.mashable.com/mashable.js?url=http... https://g.mashable.com/mashable.js?url=https%3A%2F%2Fmashable.com — 200 — 352 B — 19 ms — h2https://cdn.ziffstatic.com/jst/zdconsent.jscdn.ziffstatic.com/jst/zdconsent.js https://cdn.ziffstatic.com/jst/zdconsent.js — 302 — 113 B — 23 ms — h2https://mashable.com/js/ga-session.js?id=d7a4f95be420365202713eb39d31f055/js/ga-session.js?id=d7a4f95be42036... https://mashable.com/js/ga-session.js?id=d7a4f95be420365202713eb39d31f055 — 200 — 1.5 KiB — 35 ms — h2https://cdn.ziffstatic.com/pg/mashable.jscdn.ziffstatic.com/pg/mashable.js https://cdn.ziffstatic.com/pg/mashable.js — 200 — 85.1 KiB — 31 ms — h2https://cdn.ziffstatic.com/pg/mashable.prebid.jscdn.ziffstatic.com/pg/mashable.preb... https://cdn.ziffstatic.com/pg/mashable.prebid.js — 200 — 232.6 KiB — 30 ms — h2https://cdn.ziffstatic.com/pg/mashable.csscdn.ziffstatic.com/pg/mashable.css https://cdn.ziffstatic.com/pg/mashable.css — 200 — 1.5 KiB — 27 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 35.0 KiB — 205 ms — h3https://mashable.com/iterable/push-consent.js/iterable/push-consent.js https://mashable.com/iterable/push-consent.js — 200 — 3.1 KiB — 49 ms — h2https://mashable.com/iterable/push-notify.js/iterable/push-notify.js https://mashable.com/iterable/push-notify.js — 200 — 2.6 KiB — 38 ms — h2https://helios-i.mashable.com/imagery/articles/00xFJhBRq6s9EfIThOFwcA9/hero-image.fill.size_1400x538.v1775766367.jpghelios-i.mashable.com/imagery/artic... https://helios-i.mashable.com/imagery/articles/00xFJhBRq6s9EfIThOFwcA9/hero-image.fill.size_1400x538.v1775766367.jpg — 200 — 280.0 KiB — 78 ms — h2https://mashable.com/images/dice.svg/images/dice.svg https://mashable.com/images/dice.svg — 200 — 903 B — 55 ms — h2https://cdn.ziffstatic.com/jst/zdconsent_eu.jscdn.ziffstatic.com/jst/zdconsent_eu... https://cdn.ziffstatic.com/jst/zdconsent_eu.js — 200 — 27.8 KiB — 6 ms — h2https://mashable.com/images/mashable-games.png/images/mashable-games.png https://mashable.com/images/mashable-games.png — 200 — 126.5 KiB — 36 ms — h2https://mashable.com/images/hurdle.jpg/images/hurdle.jpg https://mashable.com/images/hurdle.jpg — 200 — 20.3 KiB — 37 ms — h2https://mashable.com/images/classic-solitaire.jpg/images/classic-solitaire.jpg https://mashable.com/images/classic-solitaire.jpg — 200 — 102.4 KiB — 56 ms — h2https://mashable.com/manifest.json/manifest.json https://mashable.com/manifest.json — 200 — 293 B — 39 ms — h2https://mashable.com/images/icons/spritemap.svg/images/icons/spritemap.svg https://mashable.com/images/icons/spritemap.svg — 200 — 28.0 KiB — 52 ms — h2https://www.lightboxcdn.com/vendor/21eb8417-1342-4fb5-bf97-c723ef76f297/lightbox_speed.jswww.lightboxcdn.com/vendor/21eb8417... https://www.lightboxcdn.com/vendor/21eb8417-1342-4fb5-bf97-c723ef76f297/lightbox_speed.js — 200 — 2.1 KiB — 81 ms — h2https://mashable.com/images/daily-crossword.jpg/images/daily-crossword.jpg https://mashable.com/images/daily-crossword.jpg — 200 — 27.2 KiB — 49 ms — h2https://mashable.com/images/crossword-boxes.svg/images/crossword-boxes.svg https://mashable.com/images/crossword-boxes.svg — 200 — 508 B — 37 ms — h2https://mashable.com/images/crossword-boxes-vertical.png/images/crossword-boxes-vertical.pn... https://mashable.com/images/crossword-boxes-vertical.png — 200 — 247 B — 48 ms — h2https://mashable.com/images/puzzle-piece.svg/images/puzzle-piece.svg https://mashable.com/images/puzzle-piece.svg — 200 — 1.2 KiB — 44 ms — h2https://mashable.com/js/app.js?id=e26fe96b1b5434d4a56e4078e6fed4ee/js/app.js?id=e26fe96b1b5434d4a56e4... https://mashable.com/js/app.js?id=e26fe96b1b5434d4a56e4078e6fed4ee — 200 — 82.1 KiB — 59 ms — h2https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015 — 200 — 6.9 KiB — 76 ms — h2https://mashable.com/images/icons/spritemap.svg/images/icons/spritemap.svg https://mashable.com/images/icons/spritemap.svg — 200 — 0 B — 49 ms — h2https://helios-i.mashable.com/imagery/articles/07q7bSlgLf8b0Dbrm1lkfLG/hero-image.fill.size_672x378.v1776272705.pnghelios-i.mashable.com/imagery/artic... https://helios-i.mashable.com/imagery/articles/07q7bSlgLf8b0Dbrm1lkfLG/hero-image.fill.size_672x378.v1776272705.png — 200 — 218.2 KiB — 48 ms — h2https://helios-i.mashable.com/imagery/videos/06MN0ytP53iScgHBi870tit/hero-image.fill.size_672x378.v1775822903.jpghelios-i.mashable.com/imagery/video... https://helios-i.mashable.com/imagery/videos/06MN0ytP53iScgHBi870tit/hero-image.fill.size_672x378.v1775822903.jpg — 200 — 37.2 KiB — 46 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 621 ms LCP 1.3 shttps://mashable.com// https://mashable.com/ — 200 — 52.5 KiB — 88 ms — h2https://mashable.com/css/app.css?id=c5af9af72f4e07aae1c8d5562856165b/css/app.css?id=c5af9af72f4e07aae1c... https://mashable.com/css/app.css?id=c5af9af72f4e07aae1c8d5562856165b — 200 — 18.3 KiB — 38 ms — h2https://mashable.com/fonts/Outfit.woff2/fonts/Outfit.woff2 https://mashable.com/fonts/Outfit.woff2 — 200 — 32.9 KiB — 39 ms — h2https://g.mashable.com/mashable.js?url=https%3A%2F%2Fmashable.comg.mashable.com/mashable.js?url=http... https://g.mashable.com/mashable.js?url=https%3A%2F%2Fmashable.com — 200 — 352 B — 19 ms — h2https://cdn.ziffstatic.com/jst/zdconsent.jscdn.ziffstatic.com/jst/zdconsent.js https://cdn.ziffstatic.com/jst/zdconsent.js — 302 — 113 B — 23 ms — h2https://mashable.com/js/ga-session.js?id=d7a4f95be420365202713eb39d31f055/js/ga-session.js?id=d7a4f95be42036... https://mashable.com/js/ga-session.js?id=d7a4f95be420365202713eb39d31f055 — 200 — 1.5 KiB — 35 ms — h2https://cdn.ziffstatic.com/pg/mashable.jscdn.ziffstatic.com/pg/mashable.js https://cdn.ziffstatic.com/pg/mashable.js — 200 — 85.1 KiB — 31 ms — h2https://cdn.ziffstatic.com/pg/mashable.prebid.jscdn.ziffstatic.com/pg/mashable.preb... https://cdn.ziffstatic.com/pg/mashable.prebid.js — 200 — 232.6 KiB — 30 ms — h2https://cdn.ziffstatic.com/pg/mashable.csscdn.ziffstatic.com/pg/mashable.css https://cdn.ziffstatic.com/pg/mashable.css — 200 — 1.5 KiB — 27 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 35.0 KiB — 205 ms — h3https://mashable.com/iterable/push-consent.js/iterable/push-consent.js https://mashable.com/iterable/push-consent.js — 200 — 3.1 KiB — 49 ms — h2https://mashable.com/iterable/push-notify.js/iterable/push-notify.js https://mashable.com/iterable/push-notify.js — 200 — 2.6 KiB — 38 ms — h2https://helios-i.mashable.com/imagery/articles/00xFJhBRq6s9EfIThOFwcA9/hero-image.fill.size_1400x538.v1775766367.jpghelios-i.mashable.com/imagery/artic... https://helios-i.mashable.com/imagery/articles/00xFJhBRq6s9EfIThOFwcA9/hero-image.fill.size_1400x538.v1775766367.jpg — 200 — 280.0 KiB — 78 ms — h2https://mashable.com/images/dice.svg/images/dice.svg https://mashable.com/images/dice.svg — 200 — 903 B — 55 ms — h2https://cdn.ziffstatic.com/jst/zdconsent_eu.jscdn.ziffstatic.com/jst/zdconsent_eu... https://cdn.ziffstatic.com/jst/zdconsent_eu.js — 200 — 27.8 KiB — 6 ms — h2https://mashable.com/images/mashable-games.png/images/mashable-games.png https://mashable.com/images/mashable-games.png — 200 — 126.5 KiB — 36 ms — h2https://mashable.com/images/hurdle.jpg/images/hurdle.jpg https://mashable.com/images/hurdle.jpg — 200 — 20.3 KiB — 37 ms — h2https://mashable.com/images/classic-solitaire.jpg/images/classic-solitaire.jpg https://mashable.com/images/classic-solitaire.jpg — 200 — 102.4 KiB — 56 ms — h2https://mashable.com/manifest.json/manifest.json https://mashable.com/manifest.json — 200 — 293 B — 39 ms — h2https://mashable.com/images/icons/spritemap.svg/images/icons/spritemap.svg https://mashable.com/images/icons/spritemap.svg — 200 — 28.0 KiB — 52 ms — h2https://www.lightboxcdn.com/vendor/21eb8417-1342-4fb5-bf97-c723ef76f297/lightbox_speed.jswww.lightboxcdn.com/vendor/21eb8417... https://www.lightboxcdn.com/vendor/21eb8417-1342-4fb5-bf97-c723ef76f297/lightbox_speed.js — 200 — 2.1 KiB — 81 ms — h2https://mashable.com/images/daily-crossword.jpg/images/daily-crossword.jpg https://mashable.com/images/daily-crossword.jpg — 200 — 27.2 KiB — 49 ms — h2https://mashable.com/images/crossword-boxes.svg/images/crossword-boxes.svg https://mashable.com/images/crossword-boxes.svg — 200 — 508 B — 37 ms — h2https://mashable.com/images/crossword-boxes-vertical.png/images/crossword-boxes-vertical.pn... https://mashable.com/images/crossword-boxes-vertical.png — 200 — 247 B — 48 ms — h2https://mashable.com/images/puzzle-piece.svg/images/puzzle-piece.svg https://mashable.com/images/puzzle-piece.svg — 200 — 1.2 KiB — 44 ms — h2https://mashable.com/js/app.js?id=e26fe96b1b5434d4a56e4078e6fed4ee/js/app.js?id=e26fe96b1b5434d4a56e4... https://mashable.com/js/app.js?id=e26fe96b1b5434d4a56e4078e6fed4ee — 200 — 82.1 KiB — 59 ms — h2https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015 — 200 — 6.9 KiB — 76 ms — h2https://mashable.com/images/icons/spritemap.svg/images/icons/spritemap.svg https://mashable.com/images/icons/spritemap.svg — 200 — 0 B — 49 ms — h2https://helios-i.mashable.com/imagery/articles/07q7bSlgLf8b0Dbrm1lkfLG/hero-image.fill.size_672x378.v1776272705.pnghelios-i.mashable.com/imagery/artic... https://helios-i.mashable.com/imagery/articles/07q7bSlgLf8b0Dbrm1lkfLG/hero-image.fill.size_672x378.v1776272705.png — 200 — 218.2 KiB — 48 ms — h2https://helios-i.mashable.com/imagery/videos/06MN0ytP53iScgHBi870tit/hero-image.fill.size_672x378.v1775822903.jpghelios-i.mashable.com/imagery/video... https://helios-i.mashable.com/imagery/videos/06MN0ytP53iScgHBi870tit/hero-image.fill.size_672x378.v1775822903.jpg — 200 — 37.2 KiB — 46 ms — h2https://helios-i.mashable.com/imagery/articles/04zz2blY4kq3APwKtNt8mup/hero-image.fill.size_672x378.v1758729513.jpghelios-i.mashable.com/imagery/artic... https://helios-i.mashable.com/imagery/articles/04zz2blY4kq3APwKtNt8mup/hero-image.fill.size_672x378.v1758729513.jpg — 200 — 69.2 KiB — 39 ms — h2https://helios-i.mashable.com/imagery/articles/06Mi0jSuUDeoSTyQ11MGoRe/hero-image.fill.size_672x378.v1755013232.jpghelios-i.mashable.com/imagery/artic... https://helios-i.mashable.com/imagery/articles/06Mi0jSuUDeoSTyQ11MGoRe/hero-image.fill.size_672x378.v1755013232.jpg — 200 — 13.6 KiB — 36 ms — h2https://helios-i.mashable.com/imagery/articles/04OqbnTKq598gSrOpTWtFxL/hero-image.fill.size_672x378.v1755013183.jpghelios-i.mashable.com/imagery/artic... https://helios-i.mashable.com/imagery/articles/04OqbnTKq598gSrOpTWtFxL/hero-image.fill.size_672x378.v1755013183.jpg — 200 — 13.4 KiB — 43 ms — h2https://helios-i.mashable.com/imagery/articles/07mBHWqkAXknruRouTpoBLb/hero-image.fill.size_672x378.v1755013081.jpghelios-i.mashable.com/imagery/artic... https://helios-i.mashable.com/imagery/articles/07mBHWqkAXknruRouTpoBLb/hero-image.fill.size_672x378.v1755013081.jpg — 200 — 13.2 KiB — 38 ms — h2https://cdn.cookielaw.org/consent/258625cb-f903-4789-81df-8bc695a4da12/258625cb-f903-4789-81df-8bc695a4da12.jsoncdn.cookielaw.org/consent/258625cb-... https://cdn.cookielaw.org/consent/258625cb-f903-4789-81df-8bc695a4da12/258625cb-f903-4789-81df-8bc695a4da12.json — 200 — 2.6 KiB — 81 ms — h2https://helios-i.mashable.com/imagery/articles/02uJnm5SIN7MPrHTqT8ucSC/hero-image.fill.size_672x378.v1731094048.jpghelios-i.mashable.com/imagery/artic... https://helios-i.mashable.com/imagery/articles/02uJnm5SIN7MPrHTqT8ucSC/hero-image.fill.size_672x378.v1731094048.jpg — 200 — 18.6 KiB — 33 ms — h2https://helios-i.mashable.com/imagery/roundups/05ayk4RwLY2Rq52BvLllpLS/hero-image.fill.size_672x378.v1773141836.jpghelios-i.mashable.com/imagery/round... https://helios-i.mashable.com/imagery/roundups/05ayk4RwLY2Rq52BvLllpLS/hero-image.fill.size_672x378.v1773141836.jpg — 200 — 72.6 KiB — 33 ms — h2https://helios-i.mashable.com/imagery/roundups/06JAMISLVAAmyv3sCo1TNsi/hero-image.fill.size_672x378.v1763664512.jpghelios-i.mashable.com/imagery/round... https://helios-i.mashable.com/imagery/roundups/06JAMISLVAAmyv3sCo1TNsi/hero-image.fill.size_672x378.v1763664512.jpg — 200 — 73.1 KiB — 37 ms — h2https://helios-i.mashable.com/imagery/roundups/06bhwTVqk7ZYnd0EYbQ2w1q/hero-image.fill.size_672x378.v1763665343.jpghelios-i.mashable.com/imagery/round... https://helios-i.mashable.com/imagery/roundups/06bhwTVqk7ZYnd0EYbQ2w1q/hero-image.fill.size_672x378.v1763665343.jpg — 200 — 57.2 KiB — 34 ms — h2https://helios-i.mashable.com/imagery/roundups/02cS3VC7woYWA25LdUY15cP/hero-image.fill.size_672x378.v1651594946.jpghelios-i.mashable.com/imagery/round... https://helios-i.mashable.com/imagery/roundups/02cS3VC7woYWA25LdUY15cP/hero-image.fill.size_672x378.v1651594946.jpg — 200 — 21.3 KiB — 29 ms — h2https://helios-i.mashable.com/imagery/articles/01JqLM8shefHM5MzQhjugoY/hero-image.fill.size_672x378.v1776218140.jpghelios-i.mashable.com/imagery/artic... https://helios-i.mashable.com/imagery/articles/01JqLM8shefHM5MzQhjugoY/hero-image.fill.size_672x378.v1776218140.jpg — 200 — 18.7 KiB — 30 ms — h2https://helios-i.mashable.com/imagery/articles/06EVQWpyIqYf0HQJNpG0VQo/hero-image.fill.size_672x378.v1776088086.jpghelios-i.mashable.com/imagery/artic... https://helios-i.mashable.com/imagery/articles/06EVQWpyIqYf0HQJNpG0VQo/hero-image.fill.size_672x378.v1776088086.jpg — 200 — 18.2 KiB — 35 ms — h2https://helios-i.mashable.com/imagery/articles/00N3LROF99YzUF9nm4aLN4l/hero-image.fill.size_672x378.v1776243814.jpghelios-i.mashable.com/imagery/artic... https://helios-i.mashable.com/imagery/articles/00N3LROF99YzUF9nm4aLN4l/hero-image.fill.size_672x378.v1776243814.jpg — 200 — 21.5 KiB — 33 ms — h2https://helios-i.mashable.com/imagery/articles/06XAbyffq4H4xWKggbmxP8M/hero-image.fill.size_672x378.v1776088336.jpghelios-i.mashable.com/imagery/artic... https://helios-i.mashable.com/imagery/articles/06XAbyffq4H4xWKggbmxP8M/hero-image.fill.size_672x378.v1776088336.jpg — 200 — 20.4 KiB — 32 ms — h2https://helios-i.mashable.com/imagery/articles/05vJl0fahdCNWsVdxp8r7Y6/hero-image.fill.size_672x378.v1776287708.jpghelios-i.mashable.com/imagery/artic... https://helios-i.mashable.com/imagery/articles/05vJl0fahdCNWsVdxp8r7Y6/hero-image.fill.size_672x378.v1776287708.jpg — 200 — 37.7 KiB — 34 ms — h2https://helios-i.mashable.com/imagery/articles/031DxZU8p5oJyepjphZF3NZ/hero-image.fill.size_672x378.v1776194592.jpghelios-i.mashable.com/imagery/artic... https://helios-i.mashable.com/imagery/articles/031DxZU8p5oJyepjphZF3NZ/hero-image.fill.size_672x378.v1776194592.jpg — 200 — 15.3 KiB — 38 ms — h2https://helios-i.mashable.com/imagery/articles/00evJLCvN1RCjD3UvqaTcLz/hero-image.fill.size_672x378.v1776195261.jpghelios-i.mashable.com/imagery/artic... https://helios-i.mashable.com/imagery/articles/00evJLCvN1RCjD3UvqaTcLz/hero-image.fill.size_672x378.v1776195261.jpg — 200 — 28.8 KiB — 40 ms — h2https://www.gstatic.com/firebasejs/12.7.0/firebase-app.jswww.gstatic.com/firebasejs/12.7.0/f... https://www.gstatic.com/firebasejs/12.7.0/firebase-app.js — 200 — 22.8 KiB — 161 ms — h2https://www.gstatic.com/firebasejs/12.7.0/firebase-messaging.jswww.gstatic.com/firebasejs/12.7.0/f... https://www.gstatic.com/firebasejs/12.7.0/firebase-messaging.js — 200 — 9.0 KiB — 127 ms — h2https://helios-i.mashable.com/imagery/articles/00GXjzfDCHO9CLMkZp80whp/hero-image.fill.size_672x378.v1755013147.jpghelios-i.mashable.com/imagery/artic... https://helios-i.mashable.com/imagery/articles/00GXjzfDCHO9CLMkZp80whp/hero-image.fill.size_672x378.v1755013147.jpg — 200 — 17.1 KiB — 36 ms — h2https://helios-i.mashable.com/imagery/videos/04i7juP6MCpoRYDvR7029G1/hero-image.fill.size_672x378.v1776258174.pnghelios-i.mashable.com/imagery/video... https://helios-i.mashable.com/imagery/videos/04i7juP6MCpoRYDvR7029G1/hero-image.fill.size_672x378.v1776258174.png — 200 — 150.6 KiB — 38 ms — h2https://helios-i.mashable.com/imagery/videos/04vibfhDBe7tf4y5pUUu4tc/hero-image.fill.size_672x378.v1776252549.pnghelios-i.mashable.com/imagery/video... https://helios-i.mashable.com/imagery/videos/04vibfhDBe7tf4y5pUUu4tc/hero-image.fill.size_672x378.v1776252549.png — 200 — 206.6 KiB — 36 ms — h2https://cdn.ziffstatic.com/ajs?zoneid=acdn.ziffstatic.com/ajs?zoneid=a https://cdn.ziffstatic.com/ajs?zoneid=a — 200 — 675 B — 10 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 312 B — 75 ms — h2https://helios-i.mashable.com/imagery/videos/05KETVl2SqfzVfXmTXEi9z7/hero-image.fill.size_672x378.v1776250926.pnghelios-i.mashable.com/imagery/video... https://helios-i.mashable.com/imagery/videos/05KETVl2SqfzVfXmTXEi9z7/hero-image.fill.size_672x378.v1776250926.png — 200 — 220.8 KiB — 39 ms — h2https://helios-i.mashable.com/imagery/videos/03QEe5oXJ3EuhDHogTyh5JI/hero-image.fill.size_672x378.v1775840996.jpghelios-i.mashable.com/imagery/video... https://helios-i.mashable.com/imagery/videos/03QEe5oXJ3EuhDHogTyh5JI/hero-image.fill.size_672x378.v1775840996.jpg — 200 — 64.8 KiB — 37 ms — h2https://config.aps.amazon-adsystem.com/configs/3158config.aps.amazon-adsystem.com/conf... https://config.aps.amazon-adsystem.com/configs/3158 — 200 — 2.8 KiB — 58 ms — h2https://client.aps.amazon-adsystem.com/publisher.jsclient.aps.amazon-adsystem.com/publ... https://client.aps.amazon-adsystem.com/publisher.js — 200 — 90.9 KiB — 81 ms — h2https://pub.doubleverify.com/dvtag/33936767/DV1379166/pub.jspub.doubleverify.com/dvtag/33936767... https://pub.doubleverify.com/dvtag/33936767/DV1379166/pub.js — 200 — 30.8 KiB — 77 ms — h3https://openads-cdn.adsrvr.org/openadsjs/build/v1.0/ziffdavis/openads.jsopenads-cdn.adsrvr.org/openadsjs/bu... https://openads-cdn.adsrvr.org/openadsjs/build/v1.0/ziffdavis/openads.js — 200 — 98.3 KiB — 86 ms — h2https://cdn.ziffstatic.com/jst/otBannerSdk.202512.1.0.jscdn.ziffstatic.com/jst/otBannerSdk.... https://cdn.ziffstatic.com/jst/otBannerSdk.202512.1.0.js — 200 — 126.2 KiB — 27 ms — h3https://forms.mashable.com/a4flkt7l2b/z9gd/21eb8417-1342-4fb5-bf97-c723ef76f297/mashable.com/jsonp/z?cb=1776295337884&callback=__dgoxwtz9hag6agforms.mashable.com/a4flkt7l2b/z9gd/... https://forms.mashable.com/a4flkt7l2b/z9gd/21eb8417-1342-4fb5-bf97-c723ef76f297/mashable.com/jsonp/z?cb=1776295337884&callback=__dgoxwtz9hag6ag — 200 — 1.1 KiB — 201 ms — h2https://forms.mashable.com/w37htfhcq2/vendor/21eb8417-1342-4fb5-bf97-c723ef76f297/user.js?cb=639118809948811624forms.mashable.com/w37htfhcq2/vendo... https://forms.mashable.com/w37htfhcq2/vendor/21eb8417-1342-4fb5-bf97-c723ef76f297/user.js?cb=639118809948811624 — 200 — 6.2 KiB — 68 ms — h2https://forms.mashable.com/w37htfhcq2/vendor/21eb8417-1342-4fb5-bf97-c723ef76f297/custom.js?cb=4D2203DF5B5419D109E741218B3C2347forms.mashable.com/w37htfhcq2/vendo... https://forms.mashable.com/w37htfhcq2/vendor/21eb8417-1342-4fb5-bf97-c723ef76f297/custom.js?cb=4D2203DF5B5419D109E741218B3C2347 — 200 — 12.8 KiB — 70 ms — h2https://forms.mashable.com/w37htfhcq2/vendor/21eb8417-1342-4fb5-bf97-c723ef76f297/main.js?cb=8DCB3ECB413095BC01D1B29BF4757228forms.mashable.com/w37htfhcq2/vendo... https://forms.mashable.com/w37htfhcq2/vendor/21eb8417-1342-4fb5-bf97-c723ef76f297/main.js?cb=8DCB3ECB413095BC01D1B29BF4757228 — 200 — 116.6 KiB — 97 ms — h2https://forms.mashable.com/w37htfhcq2/z9g/digibox.gif?c=1776295337882&h=mashable.com&e=p&u=46234forms.mashable.com/w37htfhcq2/z9g/d... https://forms.mashable.com/w37htfhcq2/z9g/digibox.gif?c=1776295337882&h=mashable.com&e=p&u=46234 — 200 — 851 B — 63 ms — h2https://pub.doubleverify.com/dvtag/signals/ids/pub.json?ctx=33936767&cmp=DV1379166&url=https%3A%2F%2Fmashable.com&ids=1&token=o77YxZmLejDMP3U1iFtGxsXiUiTsDzWoYGxaQuaVbhiT7LjkV3CB9mcC6CckUQobF4ramFIk%2BQFEZwY24BTNy8D%2FGbzUIR8DvDjTIXQNOTXuneZJxcaxR4jb1rIz0W4lJpDHmW8DAswZ5nBESD%2BOtW3c36DvEKc%3Dpub.doubleverify.com/dvtag/signals/... https://pub.doubleverify.com/dvtag/signals/ids/pub.json?ctx=33936767&cmp=DV1379166&url=https%3A%2F%2Fmashable.com&ids=1&token=o77YxZmLejDMP3U1iFtGxsXiUiTsDzWoYGxaQuaVbhiT7LjkV3CB9mcC6CckUQobF4ramFIk%2BQFEZwY24BTNy8D%2FGbzUIR8DvDjTIXQNOTXuneZJxcaxR4jb1rIz0W4lJpDHmW8DAswZ5nBESD%2BOtW3c36DvEKc%3D — 200 — 354 B — 58 ms — h3https://pub.doubleverify.com/dvtag/signals/bsc/pub.json?ctx=33936767&cmp=DV1379166&url=https%3A%2F%2Fmashable.com&bsc=1&abs=1&token=o77YxZmLejDMP3U1iFtGxsXiUiTsDzWoYGxaQuaVbhiT7LjkV3CB9mcC6CckUQobF4ramFIk%2BQFEZwY24BTNy8D%2FGbzUIR8DvDjTIXQNOTXuneZJxcaxR4jb1rIz0W4lJpDHmW8DAswZ5nBESD%2BOtW3c36DvEKc%3Dpub.doubleverify.com/dvtag/signals/... https://pub.doubleverify.com/dvtag/signals/bsc/pub.json?ctx=33936767&cmp=DV1379166&url=https%3A%2F%2Fmashable.com&bsc=1&abs=1&token=o77YxZmLejDMP3U1iFtGxsXiUiTsDzWoYGxaQuaVbhiT7LjkV3CB9mcC6CckUQobF4ramFIk%2BQFEZwY24BTNy8D%2FGbzUIR8DvDjTIXQNOTXuneZJxcaxR4jb1rIz0W4lJpDHmW8DAswZ5nBESD%2BOtW3c36DvEKc%3D — 200 — 571 B — 48 ms — h3https://pub.doubleverify.com/dvtag/signals/vlp/pub.json?ctx=33936767&cmp=DV1379166&url=https%3A%2F%2Fmashable.com&vlp=1&tvp=1&slot-0-%2F4585%2Fmashable%2Fhomepage%2Fhomepage_masthead=120x30&slot-1-%2F4585%2Fmashable%2Fhomepage%2Fhomepage_top=728x90%2C970x250%2C970x180%2C970x90&slot-2-%2F4585%2Fmashable%2Fhomepage%2Fhomepage_native=120x20&slot-3-%2F4585%2Fmashable%2Fhomepage%2Fhomepage_main=728x90%2C970x250%2C970x180%2C970x90%2C120x90&slot-4-%2F4585%2Fmashable%2Fhomepage%2Fhomepage_nativespotlight=120x240&slot-5-%2F4585%2Fmashable%2Fhomepage%2Fhomepage_footer=728x90%2C970x250%2C970x180%2C970x90&token=o77YxZmLejDMP3U1iFtGxsXiUiTsDzWoYGxaQuaVbhiT7LjkV3CB9mcC6CckUQobF4ramFIk%2BQFEZwY24BTNy8D%2FGbzUIR8DvDjTIXQNOTXuneZJxcaxR4jb1rIz0W4lJpDHmW8DAswZ5nBESD%2BOtW3c36DvEKc%3Dpub.doubleverify.com/dvtag/signals/... https://pub.doubleverify.com/dvtag/signals/vlp/pub.json?ctx=33936767&cmp=DV1379166&url=https%3A%2F%2Fmashable.com&vlp=1&tvp=1&slot-0-%2F4585%2Fmashable%2Fhomepage%2Fhomepage_masthead=120x30&slot-1-%2F4585%2Fmashable%2Fhomepage%2Fhomepage_top=728x90%2C970x250%2C970x180%2C970x90&slot-2-%2F4585%2Fmashable%2Fhomepage%2Fhomepage_native=120x20&slot-3-%2F4585%2Fmashable%2Fhomepage%2Fhomepage_main=728x90%2C970x250%2C970x180%2C970x90%2C120x90&slot-4-%2F4585%2Fmashable%2Fhomepage%2Fhomepage_nativespotlight=120x240&slot-5-%2F4585%2Fmashable%2Fhomepage%2Fhomepage_footer=728x90%2C970x250%2C970x180%2C970x90&token=o77YxZmLejDMP3U1iFtGxsXiUiTsDzWoYGxaQuaVbhiT7LjkV3CB9mcC6CckUQobF4ramFIk%2BQFEZwY24BTNy8D%2FGbzUIR8DvDjTIXQNOTXuneZJxcaxR4jb1rIz0W4lJpDHmW8DAswZ5nBESD%2BOtW3c36DvEKc%3D — 200 — 550 B — 43 ms — h3https://forms.mashable.com/w37htfhcq2/static/fb_lightbox.2.1.5.css?cb=20240725forms.mashable.com/w37htfhcq2/stati... https://forms.mashable.com/w37htfhcq2/static/fb_lightbox.2.1.5.css?cb=20240725 — 200 — 2.1 KiB — 25 ms — h2https://vtrk.dv.tech/?ec=dvtag&ea=ad-request&ctx=33936767&cmp=DV1379166&cd111=success&cm106=0&cm107=124&cd112=modern&cd115=&cm116=1&cd102=b68ea28&cd103=&cd107=c0549326-5593-4b77-9efe-442542826c03&cd109=modern&cd200=com&cd108=&cd105=33936767&cd106=DV1379166&cd104=mashable.com&cd101=ad-request&cm101=1&cid=b624e87c-8d00-43c9-9dca-1c0ced7875d8&t=event&v=1&z=b624e87c-8d00-43c9-9dca-1c0ced7875d8&cd160=b624e87c-8d00-43c9-9dca-1c0ced7875d8vtrk.dv.tech/?ec=dvtag&ea=ad-reques... https://vtrk.dv.tech/?ec=dvtag&ea=ad-request&ctx=33936767&cmp=DV1379166&cd111=success&cm106=0&cm107=124&cd112=modern&cd115=&cm116=1&cd102=b68ea28&cd103=&cd107=c0549326-5593-4b77-9efe-442542826c03&cd109=modern&cd200=com&cd108=&cd105=33936767&cd106=DV1379166&cd104=mashable.com&cd101=ad-request&cm101=1&cid=b624e87c-8d00-43c9-9dca-1c0ced7875d8&t=event&v=1&z=b624e87c-8d00-43c9-9dca-1c0ced7875d8&cd160=b624e87c-8d00-43c9-9dca-1c0ced7875d8 — 204 — 206 B — 48 ms — h3https://cdn.cookielaw.org/consent/258625cb-f903-4789-81df-8bc695a4da12/019bdd33-373f-7c91-8035-eac59db36a3a/en.jsoncdn.cookielaw.org/consent/258625cb-... https://cdn.cookielaw.org/consent/258625cb-f903-4789-81df-8bc695a4da12/019bdd33-373f-7c91-8035-eac59db36a3a/en.json — 200 — 75.4 KiB — 54 ms — h2https://cdn.cookielaw.org/vendorlist/iab2V2Data.jsoncdn.cookielaw.org/vendorlist/iab2V2... https://cdn.cookielaw.org/vendorlist/iab2V2Data.json — 200 — 86.9 KiB — 49 ms — h2https://cdn.cookielaw.org/vendorlist/googleData.jsoncdn.cookielaw.org/vendorlist/google... https://cdn.cookielaw.org/vendorlist/googleData.json — 200 — 19.6 KiB — 49 ms — h2https://cdn.ziffstatic.com/jst/otTCF.202512.1.0.jscdn.ziffstatic.com/jst/otTCF.202512... https://cdn.ziffstatic.com/jst/otTCF.202512.1.0.js — 200 — 17.7 KiB — 4 ms — h3https://mashable.com/cdn-cgi/rum?/cdn-cgi/rum? https://mashable.com/cdn-cgi/rum? — 204 — 202 B — 22 ms — h2https://mashable.com/favicons/favicon.svg/favicons/favicon.svg https://mashable.com/favicons/favicon.svg — 200 — 642 B — 31 ms — h2https://cdn.cookielaw.org/scripttemplates/202512.1.0/assets/otCenterRounded.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202512.1.0/assets/otCenterRounded.json — 200 — 2.9 KiB — 28 ms — h2https://cdn.cookielaw.org/scripttemplates/202512.1.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202512.1.0/assets/otCommonStyles.css — 200 — 4.7 KiB — 29 ms — h2https://cdn.static.zdbb.net/js/z0WVjCBSEeGLoxIxOQVEwQ.min.jscdn.static.zdbb.net/js/z0WVjCBSEeGL... https://cdn.static.zdbb.net/js/z0WVjCBSEeGLoxIxOQVEwQ.min.js — 303 — 143 B — 106 ms — h2https://www.googletagmanager.com/gtag/js?id=G-BPBF083TYPwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-BPBF083TYP — 200 — 171.3 KiB — 277 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MN78SWWwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MN78SWW — 200 — 131.8 KiB — 257 ms — h2https://static.chartbeat.com/js/chartbeat_video.jsstatic.chartbeat.com/js/chartbeat_v... https://static.chartbeat.com/js/chartbeat_video.js — 200 — 24.8 KiB — 61 ms — h2https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.jsc.amazon-adsystem.com/bao-csm/aps-c... https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.js — 200 — 3.1 KiB — 91 ms — h2https://c.amazon-adsystem.com/cdn/prod/config?src=3158&u=https%3A%2F%2Fmashable.comc.amazon-adsystem.com/cdn/prod/conf... https://c.amazon-adsystem.com/cdn/prod/config?src=3158&u=https%3A%2F%2Fmashable.com — 200 — 1.9 KiB — 88 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604100101/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604100101/pubads_impl.js — 200 — 186.4 KiB — 107 ms — h3https://gum.criteo.com/sid/json?origin=prebid&topUrl=https%3A%2F%2Fmashable.com%2F&domain=mashable.com&cw=1&lsw=1&us_privacy=1---gum.criteo.com/sid/json?origin=preb... https://gum.criteo.com/sid/json?origin=prebid&topUrl=https%3A%2F%2Fmashable.com%2F&domain=mashable.com&cw=1&lsw=1&us_privacy=1--- — 200 — 0 B — 100 ms — h2https://id5-sync.com/api/config/prebidid5-sync.com/api/config/prebid https://id5-sync.com/api/config/prebid — 200 — 650 B — 85 ms — h2https://tag.wknd.ai/3441/i.jstag.wknd.ai/3441/i.js https://tag.wknd.ai/3441/i.js — 200 — 5.0 KiB — 183 ms — h2https://cdn.static.zdbb.net/eu/js/z0WVjCBSEeGLoxIxOQVEwQ.min.jscdn.static.zdbb.net/eu/js/z0WVjCBSE... https://cdn.static.zdbb.net/eu/js/z0WVjCBSEeGLoxIxOQVEwQ.min.js — 200 — 175.1 KiB — 6 ms — h2https://ping.chartbeat.net/ping?h=mashable.com&p=%2F&u=DbIqu7CZXzV62QmON&d=mashable.com&g=65789&g0=Content%20Type%20-%20Homepage&g1=No%20Author&g4=Homepage&nc=1&c=0&x=0&m=0&y=10714&o=1350&w=940&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fmashable.com%2F&b=623&t=OBMO-BGWifJBpFzWUB2ehiCNsHzs&V=150&i=Mashable&tz=0&sn=1&sv=DTTsxQmHZCiCgRiKxCISrH0C7Y6n6&sr=external&sd=1&im=067b2fff&_ping.chartbeat.net/ping?h=mashable.... https://ping.chartbeat.net/ping?h=mashable.com&p=%2F&u=DbIqu7CZXzV62QmON&d=mashable.com&g=65789&g0=Content%20Type%20-%20Homepage&g1=No%20Author&g4=Homepage&nc=1&c=0&x=0&m=0&y=10714&o=1350&w=940&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fmashable.com%2F&b=623&t=OBMO-BGWifJBpFzWUB2ehiCNsHzs&V=150&i=Mashable&tz=0&sn=1&sv=DTTsxQmHZCiCgRiKxCISrH0C7Y6n6&sr=external&sd=1&im=067b2fff&_ — 200 — 201 B — 321 ms — h2https://zdbb.net/check_c?eu_consent=&zd_opt_out=1zdbb.net/check_c?eu_consent=&zd_opt... https://zdbb.net/check_c?eu_consent=&zd_opt_out=1 — 200 — 322 B — 116 ms — h2https://gurgle.mashable.com/info?url=https%3A%2F%2Fmashable.com%2F&fp=1&lcl_id=&eu_consent=&zd_opt_out=1gurgle.mashable.com/info?url=https%... https://gurgle.mashable.com/info?url=https%3A%2F%2Fmashable.com%2F&fp=1&lcl_id=&eu_consent=&zd_opt_out=1 — 302 — 278 B — 303 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604140101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604140101/gpt — 200 — 23.1 KiB — 67 ms — h3https://cdn.id5-sync.com/api/1.0/id5-api.jscdn.id5-sync.com/api/1.0/id5-api.js https://cdn.id5-sync.com/api/1.0/id5-api.js — 200 — 34.4 KiB — 71 ms — h2https://lb.eu-1-id5-sync.com/lb/v1lb.eu-1-id5-sync.com/lb/v1 https://lb.eu-1-id5-sync.com/lb/v1 — 200 — 342 B — 86 ms — h2https://gum.criteo.com/sid/json?origin=prebid&topUrl=https%3A%2F%2Fmashable.com%2F&domain=mashable.com&cw=1&lsw=1&us_privacy=1---gum.criteo.com/sid/json?origin=preb... https://gum.criteo.com/sid/json?origin=prebid&topUrl=https%3A%2F%2Fmashable.com%2F&domain=mashable.com&cw=1&lsw=1&us_privacy=1--- — 200 — 371 B — 97 ms — h2https://gurgle.mashable.com/clear_fpid/mashable.comgurgle.mashable.com/clear_fpid/mash... https://gurgle.mashable.com/clear_fpid/mashable.com — 200 — 218 B — 140 ms — h2https://gurgle.mashable.com/clear_uids/mashable.comgurgle.mashable.com/clear_uids/mash... https://gurgle.mashable.com/clear_uids/mashable.com — 200 — 219 B — 137 ms — h2https://zdbb.net/clear_czdbb.net/clear_c https://zdbb.net/clear_c — 200 — 248 B — 39 ms — h2https://id5-sync.com/g/v2/848.jsonid5-sync.com/g/v2/848.json https://id5-sync.com/g/v2/848.json — 200 — 768 B — 27 ms — h2https://www.googletagmanager.com/gtag/js?id=G-BPBF083TYP&cx=c&gtm=4e64e1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-BPBF083TYP&cx=c&gtm=4e64e1 — 200 — 171.3 KiB — 96 ms — h2https://sb.scorecardresearch.com/beacon.jssb.scorecardresearch.com/beacon.js https://sb.scorecardresearch.com/beacon.js — 200 — 6.7 KiB — 77 ms — h2https://assets.bounceexchange.com/assets/smart-tag/versioned/runtime_c81e76ee00d795b1eebf8d27949f8dc5.br.jsassets.bounceexchange.com/assets/sm... https://assets.bounceexchange.com/assets/smart-tag/versioned/runtime_c81e76ee00d795b1eebf8d27949f8dc5.br.js — 200 — 1.0 KiB — 58 ms — h2https://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_a8ec0b4e51efd1e1ddbdf1b4c6576803.br.jsassets.bounceexchange.com/assets/sm... https://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_a8ec0b4e51efd1e1ddbdf1b4c6576803.br.js — 200 — 116.4 KiB — 61 ms — h2https://assets.bounceexchange.com/assets/smart-tag/versioned/cjs_min_92abedfd1b9757a428bfcd7452d0081f.jsassets.bounceexchange.com/assets/sm... https://assets.bounceexchange.com/assets/smart-tag/versioned/cjs_min_92abedfd1b9757a428bfcd7452d0081f.js — 200 — 16.0 KiB — 62 ms — h2https://gurgle.zdbb.net/info?url=https%3A%2F%2Fmashable.com%2F&fpx=1&lcl_id=&eu_consent=&zd_opt_out=1gurgle.zdbb.net/info?url=https%3A%2... https://gurgle.zdbb.net/info?url=https%3A%2F%2Fmashable.com%2F&fpx=1&lcl_id=&eu_consent=&zd_opt_out=1 — 200 — 1.6 KiB — 315 ms — h2https://assets.bounceexchange.com/assets/smart-tag/versioned/inbox-v2_d6c8d32b386d0fba348241d2c8b6dbc7.br.jsassets.bounceexchange.com/assets/sm... https://assets.bounceexchange.com/assets/smart-tag/versioned/inbox-v2_d6c8d32b386d0fba348241d2c8b6dbc7.br.js — 200 — 6.2 KiB — 21 ms — h3https://assets.bounceexchange.com/assets/smart-tag/versioned/onsite-v2_1238d00d70e4de87443df9eb69ff1a61.br.jsassets.bounceexchange.com/assets/sm... https://assets.bounceexchange.com/assets/smart-tag/versioned/onsite-v2_1238d00d70e4de87443df9eb69ff1a61.br.js — 200 — 5.4 KiB — 31 ms — h3https://assets.bounceexchange.com/assets/smart-tag/versioned/ads-v2_fdaa8d77359124608f52c18d19ca2db6.br.jsassets.bounceexchange.com/assets/sm... https://assets.bounceexchange.com/assets/smart-tag/versioned/ads-v2_fdaa8d77359124608f52c18d19ca2db6.br.js — 200 — 41.5 KiB — 36 ms — h3https://assets.bounceexchange.com/assets/gam/4585/11fdc68cf846b1130830690bb806bbbc.br.jsonassets.bounceexchange.com/assets/ga... https://assets.bounceexchange.com/assets/gam/4585/11fdc68cf846b1130830690bb806bbbc.br.json — 200 — 7.7 KiB — 44 ms — h3https://assets.bounceexchange.com/assets/bounce/jquery-3.7.1.min.jsassets.bounceexchange.com/assets/bo... https://assets.bounceexchange.com/assets/bounce/jquery-3.7.1.min.js — 200 — 30.3 KiB — 22 ms — h3https://assets.bounceexchange.com/cache/3441/website-4a946e588f6dd2bd258b76ee0e52f931.jsassets.bounceexchange.com/cache/344... https://assets.bounceexchange.com/cache/3441/website-4a946e588f6dd2bd258b76ee0e52f931.js — 200 — 26.2 KiB — 24 ms — h3https://gurgle.mashable.com/clear_fpid/mashable.comgurgle.mashable.com/clear_fpid/mash... https://gurgle.mashable.com/clear_fpid/mashable.com — 200 — 218 B — 101 ms — h2https://gurgle.mashable.com/clear_uids/mashable.comgurgle.mashable.com/clear_uids/mash... https://gurgle.mashable.com/clear_uids/mashable.com — 200 — 218 B — 104 ms — h2https://zdbb.net/clear_czdbb.net/clear_c https://zdbb.net/clear_c — 200 — 248 B — 40 ms — h2https://ml314.com/tag.aspx?153ml314.com/tag.aspx?153 https://ml314.com/tag.aspx?153 — 200 — 12.7 KiB — 80 ms — h2https://jogger.zdbb.net/check?href=https%3A%2F%2Fmashable.com%2Fjogger.zdbb.net/check?href=https%3A... https://jogger.zdbb.net/check?href=https%3A%2F%2Fmashable.com%2F — 200 — 232 B — 297 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-BPBF083TYP&gtm=45je64e1v893581250za200zb78412387zd78412387&_p=1776295338356&gcs=G100&gcd=13q3pPq2q7l1&npa=1&dma_cps=-&dma=1&tcfd=10s5v&are=1&cid=1136906397.1776295339&frm=0&ngs=1&pscdl=denied&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.55%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401&sid=1776295338&sct=1&seg=0&dl=https%3A%2F%2Fmashable.com%2F&dt=Mashable&_tu=AAg&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.session=UqKJFjCOBrmo0odqcc&ep.session_uuid=af494682-036f-4daa-8da9-b683670d4ea9&ep.view_instance_uuid=845dcbf1-e2c5-41ae-a80e-684f794857ac&ep.template=homepage&ep.split_test_identifier=&ep.split_test_variant=&ep.ad_block=NotBlocked&tfd=1772region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-BPBF083TYP&gtm=45je64e1v893581250za200zb78412387zd78412387&_p=1776295338356&gcs=G100&gcd=13q3pPq2q7l1&npa=1&dma_cps=-&dma=1&tcfd=10s5v&are=1&cid=1136906397.1776295339&frm=0&ngs=1&pscdl=denied&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.55%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401&sid=1776295338&sct=1&seg=0&dl=https%3A%2F%2Fmashable.com%2F&dt=Mashable&_tu=AAg&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.session=UqKJFjCOBrmo0odqcc&ep.session_uuid=af494682-036f-4daa-8da9-b683670d4ea9&ep.view_instance_uuid=845dcbf1-e2c5-41ae-a80e-684f794857ac&ep.template=homepage&ep.split_test_identifier=&ep.split_test_variant=&ep.ad_block=NotBlocked&tfd=1772 — 204 — 546 B — 68 ms — h2https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 125 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
76% of JavaScript execution is third-party
First-party Third-party 687ms · 707KB · €11/mo
Unattributable
Other
Costly
Execution 352ms
Transfer 0 KB
Monthly Cost €6/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 100ms
Transfer 186 KB
Unused 67%
Monthly Cost €2/mo
cdn.ziffstatic.com
Other
Optional
Execution 70ms
Transfer 126 KB
Unused 57%
Monthly Cost €1/mo
client.aps.amazon-adsystem.com
Other
Optional
Execution 58ms
Transfer 91 KB
Unused 55%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 57ms
Transfer 171 KB
Unused 39%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 51ms
Transfer 132 KB
Unused 46%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Unattributable adds 352ms and costs ~€6/month

76% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

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

67% of securepubads.g.doubleclick.net'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

57% of cdn.ziffstatic.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

55% of client.aps.amazon-adsystem.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback