Skip to content
https://catchthemes.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
70
GRADE
C
FIX
4
REVIEW
4
PASS
5
INFO
2

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

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

441 ms

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

955 ms

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

173 ms

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

0.088

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

1.62 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.60 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
5 PASS 4 REVIEW 4 FIX
F
Page Weight Budget
Action
3.1 MB transferred, 118 requests
FIX
3.1 MB transferred, 118 requests
Warning::
Page weighs 7.6 MB (3.1 MB transferred)
Warning::
JavaScript is 1.6 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.6 MB
Warning::
Images are 1.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.1 MB
Warning::
118 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
118 requests
0.64 g CO2 per page load
JavaScript 1.6 MiB 51%
Images 1.1 MiB 37%
Fonts 189.2 KiB 6%
CSS 105.4 KiB 3%
HTML 51.4 KiB 2%
Other 4.7 KiB 0%
Other 1.2 KiB 0%
Other 564 B 0%
Other 548 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

F
JS Bundles
Action
31 scripts, 850 KB unused
FIX
31 scripts, 850 KB unused
Warning::
https://js.stripe.com/v3/?ver=v3: 163 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 156 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 156 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 156 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://catchthemes.com/wp-content/cache/min/1/api...: 92 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 850 KB
850 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://js.stripe.com/v3/?ver=v3225 KB163 KB (73%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB156 KB (43%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB156 KB (43%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB156 KB (43%)3rd
https://catchthemes.com/wp-content/cache/min/1/api/checkout.js?ver=1775545898211 KB92 KB (45%)1st
https://www.googletagmanager.com/gtag/js?id=G-LK6N8Y7QTK&cx=c&gtm=4e64h1h1153 KB63 KB (41%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-31662278-1117 KB63 KB (54%)3rd
https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/easy-digital-downloads-pro/assets/build/pro/js/frontend/cart-session.js?ver=17755484831 KB1st
https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=17755458981 KB1st
https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/cookie-law-info/legacy/public/js/cookie-law-info-public.js?ver=17755458987 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

F
Page Weight Inventory
Action
118 resources · 3.1 MB · 850 KB savings available
FIX
118 resources · 3.1 MB · 850 KB savings available
Warning::
Page weight 2.1 MB over 1MB target
Got: 3.1 MB Expected: ≤ 1 MB
Info::
~850 KB of savings available
Warning::
32 third-party resources (45% of weight)
Info::
5 resources over 200KB
118 resources · 3.1 MiB · 32 third-party 2.1 MiB over 1MB target
JavaScript 51% · 1.6 MiB
Image 37% · 1.1 MiB
Font 6% · 189.2 KiB
CSS 3% · 105.4 KiB
Document 2% · 51.4 KiB
Other 0% · 5.9 KiB

~849.9 KiB of savings available

Remove unused JavaScript: 849.9 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.
Info::
Last-Modified header present

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Third-Party Impact
45% third-party, 0 ms blocking
REVIEW
45% third-party, 0 ms blocking
Info::
Third-party code accounts for 45% of page weight (1.4 MiB of 3.1 MiB)
Info::
Third-party blocking time is low (0 ms)
55%
45%
First-party Third-party
C
Image Optimization
Action
45 images, 0 KB saveable
REVIEW
45 images, 0 KB saveable
Warning::
https://catchthemes.com/wp-content/themes/catchthe... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://catchthemes.com/wp-content/themes/catchthe... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://catchthemes.com/wp-content/themes/catchthe... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://catchthemes.com/wp-content/themes/catchthe... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://catchthemes.com/wp-content/themes/catchthe... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://catchthemes.com/wp-content/themes/catchthe... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://catchthemes.com/wp-content/themes/catchthe... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://catchthemes.com/wp-content/themes/catchthe... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://catchthemes.com/wp-content/themes/catchthe... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://catchthemes.com/wp-content/themes/catchthe... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://catchthemes.com/wp-content/themes/catchthe... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
45 images 1.1 MB
0 oversized -0 KB
45 legacy format
11 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

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

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

C
JS Execution Cost
Action
1730ms total JS execution
REVIEW
1730ms total JS execution
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 459ms CPU time
Warning::
Unattributable: 369ms CPU time
Warning::
https://catchthemes.com/: 318ms CPU time
Info::
https://fd.cleantalk.org/1.1.60/ct-bot-detector.mi...: 159ms CPU time
Info::
https://js.stripe.com/v3/?ver=v3: 114ms CPU time
Warning::
Third-party scripts: 1179ms (68% of total)

Main Thread Breakdown

Script Evaluation 61% Other 17% Style & Layout 9% Script Parsing & Compilation 8%
ScriptTotalScriptingParse/CompileParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js459ms408ms32ms3rd
Unattributable369ms148ms0ms3rd
https://catchthemes.com/318ms26ms13ms1st
https://fd.cleantalk.org/1.1.60/ct-bot-detector.min.js159ms154ms2ms3rd
https://js.stripe.com/v3/?ver=v3114ms79ms33ms3rd
https://catchthemes.com/wp-content/cache/min/1/api/checkout.js?ver=177554589886ms48ms38ms1st
https://catchthemes.com/cdn-cgi/challenge-platform/scripts/jsd/main.js80ms77ms1ms1st
https://www.googletagmanager.com/gtag/js?id=G-LK6N8Y7QTK&cx=c&gtm=4e64h1h177ms60ms16ms3rd
https://catchthemes.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.166ms36ms3ms1st
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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
7 fonts (189 KB)
PASS
7 fonts (189 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

189 KB total

Render-blocking

0

of 7

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 FCP 441 ms LCP 955 mshttps://catchthemes.com/wp-content/fonts/merriweather/u-4n0qyriQwlOrhSvowK_l52xwNZWMf6.woff2u-4n0qyriQwlOrhSvowK_l5... https://catchthemes.com/wp-content/fonts/merriweather/u-4n0qyriQwlOrhSvowK_l52xwNZWMf6.woff2 — 19.6 KiB — 126 ms — font-display: swaphttps://catchthemes.com/wp-content/fonts/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUZiZQ.woff2TK3_WkUHHAIjg75cFRf3bXL... https://catchthemes.com/wp-content/fonts/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUZiZQ.woff2 — 10.3 KiB — 126 ms — font-display: swaphttps://catchthemes.com/wp-content/fonts/merriweather/u-440qyriQwlOrhSvowK_l5-fCZM.woff2u-440qyriQwlOrhSvowK_l5... https://catchthemes.com/wp-content/fonts/merriweather/u-440qyriQwlOrhSvowK_l5-fCZM.woff2 — 19.9 KiB — 133 ms — font-display: swaphttps://catchthemes.com/wp-content/fonts/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZQ.woff2TK3_WkUHHAIjg75cFRf3bXL... https://catchthemes.com/wp-content/fonts/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZQ.woff2 — 10.0 KiB — 127 ms — font-display: swaphttps://catchthemes.com/wp-content/themes/catchthemesv2/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0fontawesome-webfont.woff2 https://catchthemes.com/wp-content/themes/catchthemesv2/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0 — 75.8 KiB — 51 ms — font-display: swaphttps://catchthemes.com/wp-content/fonts/merriweather/u-4n0qyriQwlOrhSvowK_l52_wFZWMf6.woff2u-4n0qyriQwlOrhSvowK_l5... https://catchthemes.com/wp-content/fonts/merriweather/u-4n0qyriQwlOrhSvowK_l52_wFZWMf6.woff2 — 19.7 KiB — 10 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 21 ms — font-display: swap
u-4n0qyriQwlOrhSvowK_l5... woff2 swap
Size 20 KB
Load time 126 ms
Start 399 ms
Risk FOUT — text flashes from fallback to web font
TK3_WkUHHAIjg75cFRf3bXL... woff2 swap
Size 10 KB
Load time 126 ms
Start 399 ms
Risk FOUT — text flashes from fallback to web font
u-440qyriQwlOrhSvowK_l5... woff2 swap
Size 20 KB
Load time 133 ms
Start 400 ms
Risk FOUT — text flashes from fallback to web font
TK3_WkUHHAIjg75cFRf3bXL... woff2 swap
Size 10 KB
Load time 127 ms
Start 400 ms
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff2 woff2 swap
Size 76 KB
Load time 51 ms
Start 512 ms
Risk FOUT — text flashes from fallback to web font
u-4n0qyriQwlOrhSvowK_l5... woff2 swap
Size 20 KB
Load time 10 ms
Start 902 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 21 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)
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
Network Waterfall
118 requests over 4503ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 441 ms LCP 955 mshttps://catchthemes.com// https://catchthemes.com/ — 200 — 20.9 KiB — 225 ms — h2https://catchthemes.com/wp-content/themes/catchthemesv2/images/bg-hero.jpg/wp-content/themes/catchthemesv2/im... https://catchthemes.com/wp-content/themes/catchthemesv2/images/bg-hero.jpg — 200 — 18.4 KiB — 62 ms — h2https://catchthemes.com/wp-includes/css/dist/block-library/style.min.css?ver=6.9.4/wp-includes/css/dist/block-library... https://catchthemes.com/wp-includes/css/dist/block-library/style.min.css?ver=6.9.4 — 200 — 15.9 KiB — 44 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/easy-digital-downloads-pro/includes/blocks/assets/css/edd-blocks.css?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/easy-digital-downloads-pro/includes/blocks/assets/css/edd-blocks.css?ver=1775545898 — 200 — 526 B — 24 ms — h2https://catchthemes.com/wp-content/plugins/bbpress/templates/default/css/bbpress.min.css?ver=2.6.14/wp-content/plugins/bbpress/templat... https://catchthemes.com/wp-content/plugins/bbpress/templates/default/css/bbpress.min.css?ver=2.6.14 — 200 — 5.5 KiB — 26 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/bbpressmoderation/style.css?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/bbpressmoderation/style.css?ver=1775545898 — 200 — 450 B — 27 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/catch-infinite-scroll/public/css/catch-infinite-scroll-public.css?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/catch-infinite-scroll/public/css/catch-infinite-scroll-public.css?ver=1775545898 — 200 — 799 B — 28 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/catch-web-tools/css/cwt-styles.css?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/catch-web-tools/css/cwt-styles.css?ver=1775545898 — 200 — 472 B — 32 ms — h2https://catchthemes.com/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-public.min.css?ver=6.77_1776390347/wp-content/plugins/cleantalk-spam-... https://catchthemes.com/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-public.min.css?ver=6.77_1776390347 — 200 — 1.3 KiB — 30 ms — h2https://catchthemes.com/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-email-decoder.min.css?ver=6.77_1776390347/wp-content/plugins/cleantalk-spam-... https://catchthemes.com/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-email-decoder.min.css?ver=6.77_1776390347 — 200 — 988 B — 67 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-public.css?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-public.css?ver=1775545898 — 200 — 1.0 KiB — 39 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-gdpr.css?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-gdpr.css?ver=1775545898 — 200 — 4.1 KiB — 32 ms — h2https://catchthemes.com/wp-content/plugins/easy-digital-downloads-pro/assets/build/css/frontend/edd.min.css?ver=3.6.6/wp-content/plugins/easy-digital-do... https://catchthemes.com/wp-content/plugins/easy-digital-downloads-pro/assets/build/css/frontend/edd.min.css?ver=3.6.6 — 200 — 4.7 KiB — 35 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/fonts/c6b87f927e980890eef6a27b7c6aff84.css?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/fonts/c6b87f927e980890eef6a27b7c6aff84.css?ver=1775545898 — 200 — 1.1 KiB — 37 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/themes/catchthemesv2/style.css?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/themes/catchthemesv2/style.css?ver=1775545898 — 200 — 17.5 KiB — 48 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/themes/catchthemesv2/css/font-awesome/css/font-awesome.min.css?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/themes/catchthemesv2/css/font-awesome/css/font-awesome.min.css?ver=1775545898 — 200 — 7.2 KiB — 42 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/tablepress/css/build/default.css?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/tablepress/css/build/default.css?ver=1775545898 — 200 — 2.1 KiB — 45 ms — h2https://catchthemes.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://catchthemes.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 30.1 KiB — 61 ms — h2https://catchthemes.com/wp-content/themes/catchthemesv2/images/popular-bizboost.png/wp-content/themes/catchthemesv2/im... https://catchthemes.com/wp-content/themes/catchthemesv2/images/popular-bizboost.png — 200 — 144.6 KiB — 65 ms — h2https://catchthemes.com/wp-content/themes/catchthemesv2/images/popular-photofocus-blocks.png/wp-content/themes/catchthemesv2/im... https://catchthemes.com/wp-content/themes/catchthemesv2/images/popular-photofocus-blocks.png — 200 — 218.3 KiB — 65 ms — h2https://catchthemes.com/wp-content/uploads/edd/2026/04/high-performance-pro-feat-447x320.jpg/wp-content/uploads/edd/2026/04/hig... https://catchthemes.com/wp-content/uploads/edd/2026/04/high-performance-pro-feat-447x320.jpg — 200 — 18.1 KiB — 61 ms — h2https://catchthemes.com/wp-content/uploads/edd/2026/04/high-performance-free-feat-447x320.jpg/wp-content/uploads/edd/2026/04/hig... https://catchthemes.com/wp-content/uploads/edd/2026/04/high-performance-free-feat-447x320.jpg — 200 — 16.7 KiB — 12 ms — h2https://catchthemes.com/wp-content/uploads/edd/2025/11/soundscape-free-main-447x320.jpg/wp-content/uploads/edd/2025/11/sou... https://catchthemes.com/wp-content/uploads/edd/2025/11/soundscape-free-main-447x320.jpg — 200 — 18.6 KiB — 13 ms — h2https://www.google.com/recaptcha/api.js?render=6LcJ8b8UAAAAAI7nZCZ0KlsdEQuuZf2GaOhP3Y7h&ver=3www.google.com/recaptcha/api.js?ren... https://www.google.com/recaptcha/api.js?render=6LcJ8b8UAAAAAI7nZCZ0KlsdEQuuZf2GaOhP3Y7h&ver=3 — 200 — 1.0 KiB — 48 ms — h3https://catchthemes.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0/wp-includes/js/dist/vendor/wp-poly... https://catchthemes.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0 — 200 — 12.0 KiB — 31 ms — h2https://catchthemes.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://catchthemes.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.2 KiB — 93 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/catch-infinite-scroll/public/js/catch-infinite-scroll-public.js?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/catch-infinite-scroll/public/js/catch-infinite-scroll-public.js?ver=1775545898 — 200 — 1.6 KiB — 62 ms — h2https://catchthemes.com/wp-content/plugins/cleantalk-spam-protect/js/apbct-public-bundle.min.js?ver=6.77_1776390347/wp-content/plugins/cleantalk-spam-... https://catchthemes.com/wp-content/plugins/cleantalk-spam-protect/js/apbct-public-bundle.min.js?ver=6.77_1776390347 — 200 — 23.6 KiB — 185 ms — h2https://catchthemes.com/wp-content/cache/min/1/ct-bot-detector-wrapper.js?ver=1775545898/wp-content/cache/min/1/ct-bot-dete... https://catchthemes.com/wp-content/cache/min/1/ct-bot-detector-wrapper.js?ver=1775545898 — 200 — 574 B — 184 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/cookie-law-info/legacy/public/js/cookie-law-info-public.js?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/cookie-law-info/legacy/public/js/cookie-law-info-public.js?ver=1775545898 — 200 — 6.8 KiB — 58 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 441 ms LCP 955 mshttps://catchthemes.com// https://catchthemes.com/ — 200 — 20.9 KiB — 225 ms — h2https://catchthemes.com/wp-content/themes/catchthemesv2/images/bg-hero.jpg/wp-content/themes/catchthemesv2/im... https://catchthemes.com/wp-content/themes/catchthemesv2/images/bg-hero.jpg — 200 — 18.4 KiB — 62 ms — h2https://catchthemes.com/wp-includes/css/dist/block-library/style.min.css?ver=6.9.4/wp-includes/css/dist/block-library... https://catchthemes.com/wp-includes/css/dist/block-library/style.min.css?ver=6.9.4 — 200 — 15.9 KiB — 44 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/easy-digital-downloads-pro/includes/blocks/assets/css/edd-blocks.css?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/easy-digital-downloads-pro/includes/blocks/assets/css/edd-blocks.css?ver=1775545898 — 200 — 526 B — 24 ms — h2https://catchthemes.com/wp-content/plugins/bbpress/templates/default/css/bbpress.min.css?ver=2.6.14/wp-content/plugins/bbpress/templat... https://catchthemes.com/wp-content/plugins/bbpress/templates/default/css/bbpress.min.css?ver=2.6.14 — 200 — 5.5 KiB — 26 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/bbpressmoderation/style.css?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/bbpressmoderation/style.css?ver=1775545898 — 200 — 450 B — 27 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/catch-infinite-scroll/public/css/catch-infinite-scroll-public.css?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/catch-infinite-scroll/public/css/catch-infinite-scroll-public.css?ver=1775545898 — 200 — 799 B — 28 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/catch-web-tools/css/cwt-styles.css?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/catch-web-tools/css/cwt-styles.css?ver=1775545898 — 200 — 472 B — 32 ms — h2https://catchthemes.com/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-public.min.css?ver=6.77_1776390347/wp-content/plugins/cleantalk-spam-... https://catchthemes.com/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-public.min.css?ver=6.77_1776390347 — 200 — 1.3 KiB — 30 ms — h2https://catchthemes.com/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-email-decoder.min.css?ver=6.77_1776390347/wp-content/plugins/cleantalk-spam-... https://catchthemes.com/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-email-decoder.min.css?ver=6.77_1776390347 — 200 — 988 B — 67 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-public.css?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-public.css?ver=1775545898 — 200 — 1.0 KiB — 39 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-gdpr.css?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-gdpr.css?ver=1775545898 — 200 — 4.1 KiB — 32 ms — h2https://catchthemes.com/wp-content/plugins/easy-digital-downloads-pro/assets/build/css/frontend/edd.min.css?ver=3.6.6/wp-content/plugins/easy-digital-do... https://catchthemes.com/wp-content/plugins/easy-digital-downloads-pro/assets/build/css/frontend/edd.min.css?ver=3.6.6 — 200 — 4.7 KiB — 35 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/fonts/c6b87f927e980890eef6a27b7c6aff84.css?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/fonts/c6b87f927e980890eef6a27b7c6aff84.css?ver=1775545898 — 200 — 1.1 KiB — 37 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/themes/catchthemesv2/style.css?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/themes/catchthemesv2/style.css?ver=1775545898 — 200 — 17.5 KiB — 48 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/themes/catchthemesv2/css/font-awesome/css/font-awesome.min.css?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/themes/catchthemesv2/css/font-awesome/css/font-awesome.min.css?ver=1775545898 — 200 — 7.2 KiB — 42 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/tablepress/css/build/default.css?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/tablepress/css/build/default.css?ver=1775545898 — 200 — 2.1 KiB — 45 ms — h2https://catchthemes.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://catchthemes.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 30.1 KiB — 61 ms — h2https://catchthemes.com/wp-content/themes/catchthemesv2/images/popular-bizboost.png/wp-content/themes/catchthemesv2/im... https://catchthemes.com/wp-content/themes/catchthemesv2/images/popular-bizboost.png — 200 — 144.6 KiB — 65 ms — h2https://catchthemes.com/wp-content/themes/catchthemesv2/images/popular-photofocus-blocks.png/wp-content/themes/catchthemesv2/im... https://catchthemes.com/wp-content/themes/catchthemesv2/images/popular-photofocus-blocks.png — 200 — 218.3 KiB — 65 ms — h2https://catchthemes.com/wp-content/uploads/edd/2026/04/high-performance-pro-feat-447x320.jpg/wp-content/uploads/edd/2026/04/hig... https://catchthemes.com/wp-content/uploads/edd/2026/04/high-performance-pro-feat-447x320.jpg — 200 — 18.1 KiB — 61 ms — h2https://catchthemes.com/wp-content/uploads/edd/2026/04/high-performance-free-feat-447x320.jpg/wp-content/uploads/edd/2026/04/hig... https://catchthemes.com/wp-content/uploads/edd/2026/04/high-performance-free-feat-447x320.jpg — 200 — 16.7 KiB — 12 ms — h2https://catchthemes.com/wp-content/uploads/edd/2025/11/soundscape-free-main-447x320.jpg/wp-content/uploads/edd/2025/11/sou... https://catchthemes.com/wp-content/uploads/edd/2025/11/soundscape-free-main-447x320.jpg — 200 — 18.6 KiB — 13 ms — h2https://www.google.com/recaptcha/api.js?render=6LcJ8b8UAAAAAI7nZCZ0KlsdEQuuZf2GaOhP3Y7h&ver=3www.google.com/recaptcha/api.js?ren... https://www.google.com/recaptcha/api.js?render=6LcJ8b8UAAAAAI7nZCZ0KlsdEQuuZf2GaOhP3Y7h&ver=3 — 200 — 1.0 KiB — 48 ms — h3https://catchthemes.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0/wp-includes/js/dist/vendor/wp-poly... https://catchthemes.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0 — 200 — 12.0 KiB — 31 ms — h2https://catchthemes.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://catchthemes.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.2 KiB — 93 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/catch-infinite-scroll/public/js/catch-infinite-scroll-public.js?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/catch-infinite-scroll/public/js/catch-infinite-scroll-public.js?ver=1775545898 — 200 — 1.6 KiB — 62 ms — h2https://catchthemes.com/wp-content/plugins/cleantalk-spam-protect/js/apbct-public-bundle.min.js?ver=6.77_1776390347/wp-content/plugins/cleantalk-spam-... https://catchthemes.com/wp-content/plugins/cleantalk-spam-protect/js/apbct-public-bundle.min.js?ver=6.77_1776390347 — 200 — 23.6 KiB — 185 ms — h2https://catchthemes.com/wp-content/cache/min/1/ct-bot-detector-wrapper.js?ver=1775545898/wp-content/cache/min/1/ct-bot-dete... https://catchthemes.com/wp-content/cache/min/1/ct-bot-detector-wrapper.js?ver=1775545898 — 200 — 574 B — 184 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/cookie-law-info/legacy/public/js/cookie-law-info-public.js?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/cookie-law-info/legacy/public/js/cookie-law-info-public.js?ver=1775545898 — 200 — 6.8 KiB — 58 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/cookie-law-info/legacy/admin/modules/ccpa/assets/js/cookie-law-info-ccpa.js?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/cookie-law-info/legacy/admin/modules/ccpa/assets/js/cookie-law-info-ccpa.js?ver=1775545898 — 200 — 1.9 KiB — 93 ms — h2https://js.stripe.com/v3/?ver=v3js.stripe.com/v3/?ver=v3 https://js.stripe.com/v3/?ver=v3 — 200 — 225.0 KiB — 143 ms — h3https://www.googletagmanager.com/gtag/js?id=UA-31662278-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-31662278-1 — 200 — 116.9 KiB — 141 ms — h2https://catchthemes.com/wp-content/uploads/2016/11/catchthemes-logo.png/wp-content/uploads/2016/11/catchth... https://catchthemes.com/wp-content/uploads/2016/11/catchthemes-logo.png — 200 — 2.8 KiB — 76 ms — h2https://catchthemes.com/wp-content/uploads/edd/2025/11/soundscape-pro-feat-447x320.jpg/wp-content/uploads/edd/2025/11/sou... https://catchthemes.com/wp-content/uploads/edd/2025/11/soundscape-pro-feat-447x320.jpg — 200 — 18.6 KiB — 182 ms — h2https://catchthemes.com/wp-content/uploads/edd/2024/10/euphony-blocks-pro-447x320.jpg/wp-content/uploads/edd/2024/10/eup... https://catchthemes.com/wp-content/uploads/edd/2024/10/euphony-blocks-pro-447x320.jpg — 200 — 21.9 KiB — 181 ms — h2https://catchthemes.com/wp-content/uploads/edd/2024/11/euphony-blocks-main-447x320.jpg/wp-content/uploads/edd/2024/11/eup... https://catchthemes.com/wp-content/uploads/edd/2024/11/euphony-blocks-main-447x320.jpg — 200 — 23.0 KiB — 181 ms — h2https://catchthemes.com/wp-content/themes/catchthemesv2/images/fse-pro-plugin-logo.svg/wp-content/themes/catchthemesv2/im... https://catchthemes.com/wp-content/themes/catchthemesv2/images/fse-pro-plugin-logo.svg — 200 — 3.5 KiB — 90 ms — h2https://catchthemes.com/wp-content/uploads/1970/01/catch-responsive-screenshot-2.jpg/wp-content/uploads/1970/01/catch-r... https://catchthemes.com/wp-content/uploads/1970/01/catch-responsive-screenshot-2.jpg — 200 — 37.9 KiB — 82 ms — h2https://catchthemes.com/wp-content/uploads/2017/10/fotografie-pro-screenshot-1.jpg/wp-content/uploads/2017/10/fotogra... https://catchthemes.com/wp-content/uploads/2017/10/fotografie-pro-screenshot-1.jpg — 200 — 44.4 KiB — 96 ms — h2https://catchthemes.com/wp-content/uploads/edd/2023/03/bizboost-pro-447x320.png/wp-content/uploads/edd/2023/03/biz... https://catchthemes.com/wp-content/uploads/edd/2023/03/bizboost-pro-447x320.png — 200 — 44.8 KiB — 187 ms — h2https://catchthemes.com/wp-content/uploads/2018/07/catch-fullscreen-pro-theme-1-447x320.jpg/wp-content/uploads/2018/07/catch-f... https://catchthemes.com/wp-content/uploads/2018/07/catch-fullscreen-pro-theme-1-447x320.jpg — 200 — 22.5 KiB — 186 ms — h2https://catchthemes.com/wp-content/uploads/2018/06/audioman-pro-premium-music-wordpress-theme-1-1-447x320.jpg/wp-content/uploads/2018/06/audioma... https://catchthemes.com/wp-content/uploads/2018/06/audioman-pro-premium-music-wordpress-theme-1-1-447x320.jpg — 200 — 20.2 KiB — 187 ms — h2https://catchthemes.com/wp-content/uploads/1970/01/bold-photography-pro1-2-447x320.jpg/wp-content/uploads/1970/01/bold-ph... https://catchthemes.com/wp-content/uploads/1970/01/bold-photography-pro1-2-447x320.jpg — 200 — 12.2 KiB — 189 ms — h2https://catchthemes.com/wp-content/uploads/1970/01/my-music-band-pro-screenshot-1-447x320.jpg/wp-content/uploads/1970/01/my-musi... https://catchthemes.com/wp-content/uploads/1970/01/my-music-band-pro-screenshot-1-447x320.jpg — 200 — 15.6 KiB — 190 ms — h2https://catchthemes.com/wp-content/uploads/1970/01/Euphony-pro-1-447x320.jpg/wp-content/uploads/1970/01/Euphony... https://catchthemes.com/wp-content/uploads/1970/01/Euphony-pro-1-447x320.jpg — 200 — 27.2 KiB — 189 ms — h2https://catchthemes.com/wp-content/uploads/edd/2019/11/theme-page-pro-photo-focus-447x320.jpg/wp-content/uploads/edd/2019/11/the... https://catchthemes.com/wp-content/uploads/edd/2019/11/theme-page-pro-photo-focus-447x320.jpg — 200 — 24.0 KiB — 42 ms — h2https://catchthemes.com/wp-content/uploads/1970/01/pro-screenshot-1-1.jpg/wp-content/uploads/1970/01/pro-scr... https://catchthemes.com/wp-content/uploads/1970/01/pro-screenshot-1-1.jpg — 200 — 68.5 KiB — 70 ms — h2https://catchthemes.com/wp-content/uploads/edd/2020/06/full-screen-zubin-pro-447x320.jpg/wp-content/uploads/edd/2020/06/ful... https://catchthemes.com/wp-content/uploads/edd/2020/06/full-screen-zubin-pro-447x320.jpg — 200 — 17.4 KiB — 60 ms — h2https://catchthemes.com/wp-content/uploads/2018/06/adonis-pro-screenshot-1.jpg/wp-content/uploads/2018/06/adonis-... https://catchthemes.com/wp-content/uploads/2018/06/adonis-pro-screenshot-1.jpg — 200 — 78.7 KiB — 169 ms — h2https://catchthemes.com/wp-content/uploads/edd/2023/10/fotografie-blocks-pro-feat-447x320.jpg/wp-content/uploads/edd/2023/10/fot... https://catchthemes.com/wp-content/uploads/edd/2023/10/fotografie-blocks-pro-feat-447x320.jpg — 200 — 17.8 KiB — 82 ms — h2https://catchthemes.com/wp-content/uploads/edd/2023/08/Kiddiemart-Pro-447x320.png/wp-content/uploads/edd/2023/08/Kid... https://catchthemes.com/wp-content/uploads/edd/2023/08/Kiddiemart-Pro-447x320.png — 200 — 70.6 KiB — 188 ms — h2https://catchthemes.com/wp-content/uploads/edd/2023/07/Drinkify-447x320.png/wp-content/uploads/edd/2023/07/Dri... https://catchthemes.com/wp-content/uploads/edd/2023/07/Drinkify-447x320.png — 200 — 44.2 KiB — 188 ms — h2https://catchthemes.com/wp-content/uploads/edd/2023/05/skincues-447x320.jpg/wp-content/uploads/edd/2023/05/ski... https://catchthemes.com/wp-content/uploads/edd/2023/05/skincues-447x320.jpg — 200 — 14.8 KiB — 189 ms — h2https://catchthemes.com/wp-content/uploads/edd/2023/05/outwit-pro-447x320.jpg/wp-content/uploads/edd/2023/05/out... https://catchthemes.com/wp-content/uploads/edd/2023/05/outwit-pro-447x320.jpg — 200 — 13.0 KiB — 190 ms — h2https://catchthemes.com/wp-content/uploads/edd/2023/04/Furnitrix-pro-447x320.jpg/wp-content/uploads/edd/2023/04/Fur... https://catchthemes.com/wp-content/uploads/edd/2023/04/Furnitrix-pro-447x320.jpg — 200 — 14.3 KiB — 191 ms — h2https://catchthemes.com/wp-content/uploads/edd/2024/06/rock-tune-447x320.jpg/wp-content/uploads/edd/2024/06/roc... https://catchthemes.com/wp-content/uploads/edd/2024/06/rock-tune-447x320.jpg — 200 — 18.3 KiB — 191 ms — h2https://catchthemes.com/wp-content/uploads/edd/2024/06/photofocus-blocks-main-447x320.jpg/wp-content/uploads/edd/2024/06/pho... https://catchthemes.com/wp-content/uploads/edd/2024/06/photofocus-blocks-main-447x320.jpg — 200 — 14.2 KiB — 193 ms — h2https://catchthemes.com/wp-content/uploads/edd/2024/05/bold-fotografie-blocks-main-447x320.jpg/wp-content/uploads/edd/2024/05/bol... https://catchthemes.com/wp-content/uploads/edd/2024/05/bold-fotografie-blocks-main-447x320.jpg — 200 — 10.2 KiB — 193 ms — h2https://catchthemes.com/wp-content/themes/catchthemesv2/images/go-daddy.png/wp-content/themes/catchthemesv2/im... https://catchthemes.com/wp-content/themes/catchthemesv2/images/go-daddy.png — 200 — 1.2 KiB — 193 ms — h2https://catchthemes.com/wp-content/themes/catchthemesv2/images/wp-traven.png/wp-content/themes/catchthemesv2/im... https://catchthemes.com/wp-content/themes/catchthemesv2/images/wp-traven.png — 200 — 1.6 KiB — 193 ms — h2https://catchthemes.com/wp-content/themes/catchthemesv2/images/wp-mayor.png/wp-content/themes/catchthemesv2/im... https://catchthemes.com/wp-content/themes/catchthemesv2/images/wp-mayor.png — 200 — 1.2 KiB — 193 ms — h2https://catchthemes.com/wp-content/themes/catchthemesv2/images/code-in-wp.png/wp-content/themes/catchthemesv2/im... https://catchthemes.com/wp-content/themes/catchthemesv2/images/code-in-wp.png — 200 — 1.5 KiB — 193 ms — h2https://catchthemes.com/wp-content/themes/catchthemesv2/images/wordpress-com.png/wp-content/themes/catchthemesv2/im... https://catchthemes.com/wp-content/themes/catchthemesv2/images/wordpress-com.png — 200 — 1.9 KiB — 194 ms — h2https://catchthemes.com/wp-content/themes/catchthemesv2/images/wordpress-org.png/wp-content/themes/catchthemesv2/im... https://catchthemes.com/wp-content/themes/catchthemesv2/images/wordpress-org.png — 200 — 1.9 KiB — 194 ms — h2https://catchthemes.com/wp-content/themes/catchthemesv2/images/wp-beginner.png/wp-content/themes/catchthemesv2/im... https://catchthemes.com/wp-content/themes/catchthemesv2/images/wp-beginner.png — 200 — 1.4 KiB — 194 ms — h2https://catchthemes.com/wp-content/themes/catchthemesv2/images/devotepress.png/wp-content/themes/catchthemesv2/im... https://catchthemes.com/wp-content/themes/catchthemesv2/images/devotepress.png — 200 — 1.7 KiB — 194 ms — h2https://catchthemes.com/wp-content/uploads/2019/08/marus-60x60.png/wp-content/uploads/2019/08/marus-6... https://catchthemes.com/wp-content/uploads/2019/08/marus-60x60.png — 200 — 4.4 KiB — 194 ms — h2https://catchthemes.com/wp-content/uploads/2019/08/land-60x60.png/wp-content/uploads/2019/08/land-60... https://catchthemes.com/wp-content/uploads/2019/08/land-60x60.png — 200 — 5.9 KiB — 195 ms — h2https://catchthemes.com/wp-content/uploads/2019/08/nicolas-300x300-60x60.jpg/wp-content/uploads/2019/08/nicolas... https://catchthemes.com/wp-content/uploads/2019/08/nicolas-300x300-60x60.jpg — 200 — 1.8 KiB — 195 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/easy-digital-downloads-pro/assets/build/js/frontend/edd-ajax.js?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/easy-digital-downloads-pro/assets/build/js/frontend/edd-ajax.js?ver=1775545898 — 200 — 3.7 KiB — 195 ms — h2https://catchthemes.com/wp-content/cache/min/1/api/checkout.js?ver=1775545898/wp-content/cache/min/1/api/checkou... https://catchthemes.com/wp-content/cache/min/1/api/checkout.js?ver=1775545898 — 200 — 210.6 KiB — 217 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/easy-digital-downloads-pro/assets/build/pro/js/frontend/cart-recovery.js?ver=1775548483/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/easy-digital-downloads-pro/assets/build/pro/js/frontend/cart-recovery.js?ver=1775548483 — 200 — 1.8 KiB — 202 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/easy-digital-downloads-pro/assets/build/pro/js/frontend/cart-session.js?ver=1775548483/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/easy-digital-downloads-pro/assets/build/pro/js/frontend/cart-session.js?ver=1775548483 — 200 — 832 B — 202 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/themes/catchthemesv2/js/skip-link-focus-fix.js?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/themes/catchthemesv2/js/skip-link-focus-fix.js?ver=1775545898 — 200 — 803 B — 202 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/themes/catchthemesv2/js/jquery.matchHeight.js?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/themes/catchthemesv2/js/jquery.matchHeight.js?ver=1775545898 — 200 — 1.9 KiB — 202 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/themes/catchthemesv2/js/functions.js?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/themes/catchthemesv2/js/functions.js?ver=1775545898 — 200 — 1.8 KiB — 202 ms — h2https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=1775545898/wp-content/cache/min/1/wp-content/... https://catchthemes.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=1775545898 — 200 — 788 B — 202 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 41 ms — h2https://catchthemes.com/wp-content/fonts/merriweather/u-4n0qyriQwlOrhSvowK_l52xwNZWMf6.woff2/wp-content/fonts/merriweather/u-4n... https://catchthemes.com/wp-content/fonts/merriweather/u-4n0qyriQwlOrhSvowK_l52xwNZWMf6.woff2 — 200 — 19.6 KiB — 126 ms — h2https://catchthemes.com/wp-content/fonts/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUZiZQ.woff2/wp-content/fonts/oswald/TK3_WkUHHA... https://catchthemes.com/wp-content/fonts/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUZiZQ.woff2 — 200 — 10.3 KiB — 126 ms — h2https://catchthemes.com/wp-content/fonts/merriweather/u-440qyriQwlOrhSvowK_l5-fCZM.woff2/wp-content/fonts/merriweather/u-44... https://catchthemes.com/wp-content/fonts/merriweather/u-440qyriQwlOrhSvowK_l5-fCZM.woff2 — 200 — 19.9 KiB — 133 ms — h2https://catchthemes.com/wp-content/fonts/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZQ.woff2/wp-content/fonts/oswald/TK3_WkUHHA... https://catchthemes.com/wp-content/fonts/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZQ.woff2 — 200 — 10.0 KiB — 127 ms — h2https://catchthemes.com/wp-content/themes/catchthemesv2/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0/wp-content/themes/catchthemesv2/cs... https://catchthemes.com/wp-content/themes/catchthemesv2/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0 — 200 — 75.8 KiB — 51 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 68 ms — h2https://fd.cleantalk.org/1.1.60/ct-bot-detector.min.jsfd.cleantalk.org/1.1.60/ct-bot-dete... https://fd.cleantalk.org/1.1.60/ct-bot-detector.min.js — 200 — 20.3 KiB — 645 ms — h2https://catchthemes.com/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://catchthemes.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 141 B — 105 ms — h2https://www.paypal.com/tagmanager/pptm.js?id=catchthemes.com&source=checkoutjs&t=xo&v=4.0.344www.paypal.com/tagmanager/pptm.js?i... https://www.paypal.com/tagmanager/pptm.js?id=catchthemes.com&source=checkoutjs&t=xo&v=4.0.344 — 410 — 2.2 KiB — 422 ms — h2https://catchthemes.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?/cdn-cgi/challenge-platform/h/b/scr... https://catchthemes.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 12.8 KiB — 8 ms — h2https://catchthemes.com/wp-content/fonts/merriweather/u-4n0qyriQwlOrhSvowK_l52_wFZWMf6.woff2/wp-content/fonts/merriweather/u-4n... https://catchthemes.com/wp-content/fonts/merriweather/u-4n0qyriQwlOrhSvowK_l52_wFZWMf6.woff2 — 200 — 19.7 KiB — 10 ms — h2https://catchthemes.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.7989566937318935:1776802399:zTKHR5rhRQnoOcPGrKEmCIpeWlJ-83Z6Gei8kRIaJDY/9eff64fce9cdf3fb/cdn-cgi/challenge-platform/h/b/jsd... https://catchthemes.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.7989566937318935:1776802399:zTKHR5rhRQnoOcPGrKEmCIpeWlJ-83Z6Gei8kRIaJDY/9eff64fce9cdf3fb — 200 — 770 B — 9 ms — h2https://www.googletagmanager.com/gtag/js?id=G-LK6N8Y7QTK&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-LK6N8Y7QTK&cx=c&gtm=4e64h1h1 — 200 — 153.3 KiB — 28 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 13 ms — h2https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LcJ8b8UAAAAAI7nZCZ0KlsdEQuuZf2GaOhP3Y7h&co=aHR0cHM6Ly9jYXRjaHRoZW1lcy5jb206NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=vm16sn69wlzdwww.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LcJ8b8UAAAAAI7nZCZ0KlsdEQuuZf2GaOhP3Y7h&co=aHR0cHM6Ly9jYXRjaHRoZW1lcy5jb206NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=vm16sn69wlzd — 200 — 27.6 KiB — 26 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 41.7 KiB — 27 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 49 ms — h2https://analytics.google.com/g/collect?v=2&tid=G-LK6N8Y7QTK&gtm=45je64h1h1v880107410za20g&_p=1776806026061&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAIAGA&_ng=1&are=1&cid=1026717328.1776806027&frm=0&pscdl=noapi&rcb=12&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&_s=1&tag_exp=0~115616985~115938466~115938469~117266401&sid=1776806026&sct=1&seg=0&dl=https%3A%2F%2Fcatchthemes.com%2F&dt=Free%20and%20Premium%20Responsive%20WordPress%20Themes%20%7C%20Catch%20Themes&en=page_view&_fv=1&_ss=1&gap.plf=5&tfd=1268analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-LK6N8Y7QTK&gtm=45je64h1h1v880107410za20g&_p=1776806026061&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAIAGA&_ng=1&are=1&cid=1026717328.1776806027&frm=0&pscdl=noapi&rcb=12&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&_s=1&tag_exp=0~115616985~115938466~115938469~117266401&sid=1776806026&sct=1&seg=0&dl=https%3A%2F%2Fcatchthemes.com%2F&dt=Free%20and%20Premium%20Responsive%20WordPress%20Themes%20%7C%20Catch%20Themes&en=page_view&_fv=1&_ss=1&gap.plf=5&tfd=1268 — 204 — 548 B — 180 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&_ng=1&tid=G-LK6N8Y7QTK&cid=1026717328.1776806027&gtm=45je64h1h1v880107410za20g&rcb=12&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938469~117266401stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&_ng=1&tid=G-LK6N8Y7QTK&cid=1026717328.1776806027&gtm=45je64h1h1v880107410za20g&rcb=12&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938469~117266401 — 204 — 548 B — 25 ms — h2https://www.google.com.sg/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&_ng=1&tid=G-LK6N8Y7QTK&cid=1026717328.1776806027&gtm=45je64h1h1v880107410za20g&rcb=12&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938469~117266401&z=1473715999www.google.com.sg/ads/ga-audiences?... https://www.google.com.sg/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&_ng=1&tid=G-LK6N8Y7QTK&cid=1026717328.1776806027&gtm=45je64h1h1v880107410za20g&rcb=12&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938469~117266401&z=1473715999 — 200 — 408 B — 28 ms — h2https://fd-api.cleantalk.org/api3.0/frontend_datafd-api.cleantalk.org/api3.0/fronten... https://fd-api.cleantalk.org/api3.0/frontend_data — 204 — 0 B — 486 ms — h2https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/api2/webwo... https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 277 ms — h3https://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.3 KiB — 10 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 21 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 19 ms — h2https://catchthemes.com/cdn-cgi/rum?/cdn-cgi/rum? https://catchthemes.com/cdn-cgi/rum? — 204 — 453 B — 6 ms — h2https://catchthemes.com/wp-content/uploads/2016/11/cropped-catchthemes-favicon-32x32.png/wp-content/uploads/2016/11/cropped... https://catchthemes.com/wp-content/uploads/2016/11/cropped-catchthemes-favicon-32x32.png — 200 — 1.1 KiB — 15 ms — h2https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.htmljs.stripe.com/v3/m-outer-3437aaddcd... https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.html — 200 — 1.1 KiB — 13 ms — h2https://fd-api.cleantalk.org/api3.0/frontend_datafd-api.cleantalk.org/api3.0/fronten... https://fd-api.cleantalk.org/api3.0/frontend_data — 200 — 403 B — 167 ms — h2https://js.stripe.com/v3/fingerprinted/js/m-outer-15a2b40a058ddff1cffdb63779fe3de1.jsjs.stripe.com/v3/fingerprinted/js/m... https://js.stripe.com/v3/fingerprinted/js/m-outer-15a2b40a058ddff1cffdb63779fe3de1.js — 200 — 415 B — 5 ms — h2https://m.stripe.network/inner.htmlm.stripe.network/inner.html https://m.stripe.network/inner.html — 200 — 1.8 KiB — 18 ms — h2https://m.stripe.network/out-4.5.45.jsm.stripe.network/out-4.5.45.js https://m.stripe.network/out-4.5.45.js — 200 — 16.5 KiB — 8 ms — h2https://m.stripe.com/6m.stripe.com/6 https://m.stripe.com/6 — 200 — 579 B — 1.3 s — h2https://www.google.com/recaptcha/api2/reload?k=6LcJ8b8UAAAAAI7nZCZ0KlsdEQuuZf2GaOhP3Y7hwww.google.com/recaptcha/api2/reloa... https://www.google.com/recaptcha/api2/reload?k=6LcJ8b8UAAAAAI7nZCZ0KlsdEQuuZf2GaOhP3Y7h — 200 — 2.1 KiB — 48 ms — h3https://www.google.com/recaptcha/api2/clr?k=6LcJ8b8UAAAAAI7nZCZ0KlsdEQuuZf2GaOhP3Y7hwww.google.com/recaptcha/api2/clr?k... https://www.google.com/recaptcha/api2/clr?k=6LcJ8b8UAAAAAI7nZCZ0KlsdEQuuZf2GaOhP3Y7h — 200 — 16 B — 16 ms — h3https://www.google.com/recaptcha/api2/bcn?k=6LcJ8b8UAAAAAI7nZCZ0KlsdEQuuZf2GaOhP3Y7hwww.google.com/recaptcha/api2/bcn?k... https://www.google.com/recaptcha/api2/bcn?k=6LcJ8b8UAAAAAI7nZCZ0KlsdEQuuZf2GaOhP3Y7h — 200 — 16 B — 15 ms — h3https://fd-api-v4.cleantalk.org/api3.0/frontend_datafd-api-v4.cleantalk.org/api3.0/fron... https://fd-api-v4.cleantalk.org/api3.0/frontend_data — -1 — 0 B — 0 ms — https://fd-api-v4.cleantalk.org/api3.0/frontend_datafd-api-v4.cleantalk.org/api3.0/fron... https://fd-api-v4.cleantalk.org/api3.0/frontend_data — -1 — 0 B — 0 ms — https://fd-api.cleantalk.org/api3.0/frontend_datafd-api.cleantalk.org/api3.0/fronten... https://fd-api.cleantalk.org/api3.0/frontend_data — 200 — 403 B — 168 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
68% of JavaScript execution is third-party
First-party Third-party 1179ms · 399KB · €6/mo
www.gstatic.com
Other
Costly
Execution 459ms
Transfer 0 KB
Unused 43%
Monthly Cost €2/mo
Unattributable
Other
Costly
Execution 369ms
Transfer 0 KB
Monthly Cost €2/mo
fd.cleantalk.org
Other
Optional
Execution 159ms
Transfer 20 KB
Monthly Cost €1/mo
Stripe
Payment
Essential
Execution 114ms
Transfer 225 KB
Unused 73%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 77ms
Transfer 153 KB
Unused 41%
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • www.gstatic.com adds 459ms and costs ~€2/month
  • Unattributable adds 369ms and costs ~€2/month

68% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

www.gstatic.com takes 459ms 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

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

73% of Stripe'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