Skip to content
https://wordfence.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
66
GRADE
D
FIX
5
REVIEW
3
PASS
5
INFO
2

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

64
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
85
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
92
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.

2.46 s

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

4.12 s

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

94 ms

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

0.000

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

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

4.90 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 3 REVIEW 5 FIX
F
Page Weight Budget
Action
7.0 MB transferred, 108 requests
FIX
7.0 MB transferred, 108 requests
Critical::
Page weighs 17.0 MB (7.0 MB transferred)
Warning::
Images are 3.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.9 MB
Warning::
JavaScript is 2.6 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.6 MB
Warning::
108 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.5 g CO2 per page load
7.0 MB / 2.4 MB budget
7.0 MB transferred
108 requests
1.5 g CO2 per page load
Images 3.9 MiB 56%
JavaScript 2.6 MiB 38%
Fonts 193.6 KiB 3%
CSS 155.8 KiB 2%
HTML 80.4 KiB 1%
Other 17.6 KiB 0%
Other 6.4 KiB 0%
Other 2.6 KiB 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (7.0 MiB of 7.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
34 scripts, 2.1 MB unused
FIX
34 scripts, 2.1 MB unused
Warning::
https://124e5c20ff6f.dc1fa72f.eu-west-1.token.awsw...: 278 KB unused (55%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.wordfence.com/assets/WorkingIndicator-...: 227 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.wordfence.com/assets/site-C4TfBHKk.js: 186 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 162 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 162 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 2.1 MB
2171 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://124e5c20ff6f.dc1fa72f.eu-west-1.token.awswaf.com/124e5c20ff6f/61401095f0aa/2dfc86b92487/challenge.js501 KB278 KB (55%)3rd
https://www.wordfence.com/assets/WorkingIndicator-C83ZWO5v.js344 KB227 KB (67%)3rd
https://www.wordfence.com/assets/site-C4TfBHKk.js374 KB186 KB (50%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB162 KB (45%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB162 KB (45%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB162 KB (45%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB162 KB (45%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB162 KB (45%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB162 KB (45%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB162 KB (45%)3rd

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
108 resources · 7.0 MB · 2.1 MB savings available
FIX
108 resources · 7.0 MB · 2.1 MB savings available
Warning::
Page weight 6.0 MB over 1MB target
Got: 7.0 MB Expected: ≤ 1 MB
Info::
~2.1 MB of savings available
Warning::
107 third-party resources (100% of weight)
Info::
13 resources over 200KB
108 resources · 7.0 MiB · 107 third-party 6.0 MiB over 1MB target
Image 56% · 3.9 MiB
JavaScript 38% · 2.6 MiB
Font 3% · 193.6 KiB
CSS 2% · 155.8 KiB
Document 1% · 81.1 KiB
Other 0% · 20.2 KiB

~2.1 MiB of savings available

Remove unused JavaScript: 2.1 MiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

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

C
Image Optimization
Action
29 images, 0 KB saveable
REVIEW
29 images, 0 KB saveable
Warning::
https://www.wordfence.com/img/wordfence-central-pr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wordfence.com/img/hero-wordfence-text.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wordfence.com/img/hero-wordfence-intel... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wordfence.com/img/hero-wordfence-cli-l... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wordfence.com/img/intercert-iso-27001.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
29 images 3.9 MB
0 oversized -0 KB
25 legacy format
5 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

C
JS Execution Cost
Action
1577ms total JS execution
REVIEW
1577ms total JS execution
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 611ms CPU time
Info::
https://www.wordfence.com/: 240ms CPU time
Info::
https://124e5c20ff6f.dc1fa72f.eu-west-1.token.awsw...: 192ms CPU time
Info::
Unattributable: 187ms CPU time
Info::
https://www.wordfence.com/assets/WorkingIndicator-...: 118ms CPU time
Warning::
Third-party scripts: 1577ms (100% of total)

Main Thread Breakdown

Script Evaluation 60% Other 14% Style & Layout 11% Script Parsing & Compilation 9%
ScriptTotalScriptingParse/CompileParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js611ms491ms73ms3rd
https://www.wordfence.com/240ms25ms2ms3rd
https://124e5c20ff6f.dc1fa72f.eu-west-1.token.awswaf.com/124e5c20ff6f/61401095f0aa/2dfc86b92487/challenge.js192ms135ms34ms3rd
Unattributable187ms27ms0ms3rd
https://www.wordfence.com/assets/WorkingIndicator-C83ZWO5v.js118ms115ms1ms3rd
https://js.hsforms.net/forms/v2.js88ms72ms12ms3rd
https://www.googletagmanager.com/gtag/js?id=G-6THBZHGE0J&cx=c&gtm=4e64h181ms58ms12ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-K9CP2C860ms47ms12ms3rd
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
8 fonts (194 KB)
PASS
8 fonts (194 KB)
Info::
8 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

8

194 KB total

Render-blocking

0

of 8

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.5 s LCP 4.1 shttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 35 ms — font-display: swaphttps://www.wordfence.com/wp-content/themes/wordfence2020/fonts/roboto-KFOjCnqEu92Fr1Mu51TjASc6CsTYl4BO.woff2roboto-KFOjCnqEu92Fr1Mu... https://www.wordfence.com/wp-content/themes/wordfence2020/fonts/roboto-KFOjCnqEu92Fr1Mu51TjASc6CsTYl4BO.woff2 — 12.7 KiB — 467 ms — font-display: swaphttps://www.wordfence.com/assets/fa-solid-900-BUswJgRo.woff2fa-solid-900-BUswJgRo.w... https://www.wordfence.com/assets/fa-solid-900-BUswJgRo.woff2 — 76.9 KiB — 11 ms — font-display: swaphttps://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2BngMUXZYTXPIvIBgJJSb6uf... https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2 — 33.4 KiB — 29 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 63 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 35 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 0 ms — font-display: swap
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 35 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
roboto-KFOjCnqEu92Fr1Mu... woff2 swap
Size 13 KB
Load time 467 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
fa-solid-900-BUswJgRo.w... woff2 swap
Size 77 KB
Load time 11 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
BngMUXZYTXPIvIBgJJSb6uf... woff2 swap
Size 33 KB
Load time 29 ms
Start 2.4 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 63 ms
Start 3.4 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 35 ms
Start 3.4 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 0 ms
Start 4.2 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 0 ms
Start 4.4 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
108 requests over 4625ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.5 s LCP 4.1 shttps://wordfence.com// https://wordfence.com/ — 301 — 87 B — 538 ms — h2https://www.wordfence.com/www.wordfence.com/ https://www.wordfence.com/ — 202 — 2.9 KiB — 12 ms — h2https://124e5c20ff6f.dc1fa72f.eu-west-1.token.awswaf.com/124e5c20ff6f/61401095f0aa/2dfc86b92487/challenge.js124e5c20ff6f.dc1fa72f.eu-west-1.tok... https://124e5c20ff6f.dc1fa72f.eu-west-1.token.awswaf.com/124e5c20ff6f/61401095f0aa/2dfc86b92487/challenge.js — 200 — 501.5 KiB — 91 ms — h2https://124e5c20ff6f.dc1fa72f.eu-west-1.token.awswaf.com/124e5c20ff6f/61401095f0aa/2dfc86b92487/inputs?client=browser124e5c20ff6f.dc1fa72f.eu-west-1.tok... https://124e5c20ff6f.dc1fa72f.eu-west-1.token.awswaf.com/124e5c20ff6f/61401095f0aa/2dfc86b92487/inputs?client=browser — 200 — 827 B — 123 ms — h3https://www.wordfence.com/favicon.icowww.wordfence.com/favicon.ico https://www.wordfence.com/favicon.ico — 202 — 656 B — 6 ms — h2https://124e5c20ff6f.dc1fa72f.eu-west-1.token.awswaf.com/124e5c20ff6f/61401095f0aa/2dfc86b92487/mp_verify124e5c20ff6f.dc1fa72f.eu-west-1.tok... https://124e5c20ff6f.dc1fa72f.eu-west-1.token.awswaf.com/124e5c20ff6f/61401095f0aa/2dfc86b92487/mp_verify — 200 — 626 B — 227 ms — h3https://124e5c20ff6f.dc1fa72f.eu-west-1.token.awswaf.com/124e5c20ff6f/61401095f0aa/2dfc86b92487/mp_verify124e5c20ff6f.dc1fa72f.eu-west-1.tok... https://124e5c20ff6f.dc1fa72f.eu-west-1.token.awswaf.com/124e5c20ff6f/61401095f0aa/2dfc86b92487/mp_verify — 200 — 625 B — 198 ms — h3https://www.wordfence.com/www.wordfence.com/ https://www.wordfence.com/ — 200 — 17.9 KiB — 379 ms — h3https://www.wordfence.com/wp-includes/css/dist/block-library/style.min.css?ver=6.9.4www.wordfence.com/wp-includes/css/d... https://www.wordfence.com/wp-includes/css/dist/block-library/style.min.css?ver=6.9.4 — 200 — 15.1 KiB — 26 ms — h3https://www.wordfence.com/wp-content/plugins/fm-social-share/css/style.css?ver=6.9.4www.wordfence.com/wp-content/plugin... https://www.wordfence.com/wp-content/plugins/fm-social-share/css/style.css?ver=6.9.4 — 200 — 1.0 KiB — 14 ms — h3https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css?ver=6.9.4maxcdn.bootstrapcdn.com/font-awesom... https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css?ver=6.9.4 — 200 — 7.4 KiB — 48 ms — h3https://www.wordfence.com/wp-content/plugins/wordfence-metrics/css/wordfence-metrics.css?ver=6.9.4www.wordfence.com/wp-content/plugin... https://www.wordfence.com/wp-content/plugins/wordfence-metrics/css/wordfence-metrics.css?ver=6.9.4 — 200 — 990 B — 15 ms — h3https://www.wordfence.com/wp-content/themes/wordfence2020/css/googlefonts.csswww.wordfence.com/wp-content/themes... https://www.wordfence.com/wp-content/themes/wordfence2020/css/googlefonts.css — 200 — 1.6 KiB — 16 ms — h3https://www.wordfence.com/wp-content/themes/wordfence2020/css/ionicons.min.csswww.wordfence.com/wp-content/themes... https://www.wordfence.com/wp-content/themes/wordfence2020/css/ionicons.min.css — 200 — 8.0 KiB — 19 ms — h3https://www.wordfence.com/wp-content/themes/wordfence2020/style.css?ver=1776799508www.wordfence.com/wp-content/themes... https://www.wordfence.com/wp-content/themes/wordfence2020/style.css?ver=1776799508 — 200 — 619 B — 17 ms — h3https://www.wordfence.com/assets/wordpress-BnqgXnHE.csswww.wordfence.com/assets/wordpress-... https://www.wordfence.com/assets/wordpress-BnqgXnHE.css — 200 — 75.7 KiB — 34 ms — h3https://www.wordfence.com/wp-admin/load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate&ver=6.9.4www.wordfence.com/wp-admin/load-scr... https://www.wordfence.com/wp-admin/load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate&ver=6.9.4 — 200 — 34.1 KiB — 178 ms — h3https://www.wordfence.com/wp-content/themes/wordfence2020/js/vendor/modernizr-2.8.3.min.jswww.wordfence.com/wp-content/themes... https://www.wordfence.com/wp-content/themes/wordfence2020/js/vendor/modernizr-2.8.3.min.js — 200 — 4.7 KiB — 28 ms — h3https://www.wordfence.com/img/hero-wordfence-text.pngwww.wordfence.com/img/hero-wordfenc... https://www.wordfence.com/img/hero-wordfence-text.png — 200 — 4.7 KiB — 28 ms — h3https://www.wordfence.com/img/wordfence-central-preview.pngwww.wordfence.com/img/wordfence-cen... https://www.wordfence.com/img/wordfence-central-preview.png — 200 — 155.6 KiB — 39 ms — h3https://www.wordfence.com/wp-content/uploads/2026/04/FeaturedImage_Wordfence_322.03.pngwww.wordfence.com/wp-content/upload... https://www.wordfence.com/wp-content/uploads/2026/04/FeaturedImage_Wordfence_322.03.png — 200 — 305.4 KiB — 58 ms — h3https://www.wordfence.com/assets/site-C4TfBHKk.jswww.wordfence.com/assets/site-C4TfB... https://www.wordfence.com/assets/site-C4TfBHKk.js — 200 — 374.4 KiB — 42 ms — h3https://www.wordfence.com/img/hero-wordfence-cli-logo.pngwww.wordfence.com/img/hero-wordfenc... https://www.wordfence.com/img/hero-wordfence-cli-logo.png — 200 — 17.2 KiB — 12 ms — h3https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swapfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap — 200 — 1.9 KiB — 74 ms — h2https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;300;400;500;700&display=swapfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;300;400;500;700&display=swap — 200 — 1.2 KiB — 72 ms — h2https://www.wordfence.com/img/hero-wordfence-intelligence-logo.pngwww.wordfence.com/img/hero-wordfenc... https://www.wordfence.com/img/hero-wordfence-intelligence-logo.png — 200 — 23.5 KiB — 11 ms — h3https://js.hsforms.net/forms/v2.jsjs.hsforms.net/forms/v2.js https://js.hsforms.net/forms/v2.js — 200 — 193.8 KiB — 120 ms — h3https://www.wordfence.com/wp-content/plugins/wordfence-metrics/js/jquery.barrating.min.js?ver=1.2.1www.wordfence.com/wp-content/plugin... https://www.wordfence.com/wp-content/plugins/wordfence-metrics/js/jquery.barrating.min.js?ver=1.2.1 — 200 — 2.4 KiB — 10 ms — h3https://www.wordfence.com/wp-content/plugins/wordfence-metrics/js/wordfence-metrics.js?ver=1.0.0www.wordfence.com/wp-content/plugin... https://www.wordfence.com/wp-content/plugins/wordfence-metrics/js/wordfence-metrics.js?ver=1.0.0 — 200 — 934 B — 12 ms — h3https://www.wordfence.com/wp-content/themes/wordfence2020/js/app.js?ver=1776799508www.wordfence.com/wp-content/themes... https://www.wordfence.com/wp-content/themes/wordfence2020/js/app.js?ver=1776799508 — 200 — 1.7 KiB — 9 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.5 s LCP 4.1 shttps://wordfence.com// https://wordfence.com/ — 301 — 87 B — 538 ms — h2https://www.wordfence.com/www.wordfence.com/ https://www.wordfence.com/ — 202 — 2.9 KiB — 12 ms — h2https://124e5c20ff6f.dc1fa72f.eu-west-1.token.awswaf.com/124e5c20ff6f/61401095f0aa/2dfc86b92487/challenge.js124e5c20ff6f.dc1fa72f.eu-west-1.tok... https://124e5c20ff6f.dc1fa72f.eu-west-1.token.awswaf.com/124e5c20ff6f/61401095f0aa/2dfc86b92487/challenge.js — 200 — 501.5 KiB — 91 ms — h2https://124e5c20ff6f.dc1fa72f.eu-west-1.token.awswaf.com/124e5c20ff6f/61401095f0aa/2dfc86b92487/inputs?client=browser124e5c20ff6f.dc1fa72f.eu-west-1.tok... https://124e5c20ff6f.dc1fa72f.eu-west-1.token.awswaf.com/124e5c20ff6f/61401095f0aa/2dfc86b92487/inputs?client=browser — 200 — 827 B — 123 ms — h3https://www.wordfence.com/favicon.icowww.wordfence.com/favicon.ico https://www.wordfence.com/favicon.ico — 202 — 656 B — 6 ms — h2https://124e5c20ff6f.dc1fa72f.eu-west-1.token.awswaf.com/124e5c20ff6f/61401095f0aa/2dfc86b92487/mp_verify124e5c20ff6f.dc1fa72f.eu-west-1.tok... https://124e5c20ff6f.dc1fa72f.eu-west-1.token.awswaf.com/124e5c20ff6f/61401095f0aa/2dfc86b92487/mp_verify — 200 — 626 B — 227 ms — h3https://124e5c20ff6f.dc1fa72f.eu-west-1.token.awswaf.com/124e5c20ff6f/61401095f0aa/2dfc86b92487/mp_verify124e5c20ff6f.dc1fa72f.eu-west-1.tok... https://124e5c20ff6f.dc1fa72f.eu-west-1.token.awswaf.com/124e5c20ff6f/61401095f0aa/2dfc86b92487/mp_verify — 200 — 625 B — 198 ms — h3https://www.wordfence.com/www.wordfence.com/ https://www.wordfence.com/ — 200 — 17.9 KiB — 379 ms — h3https://www.wordfence.com/wp-includes/css/dist/block-library/style.min.css?ver=6.9.4www.wordfence.com/wp-includes/css/d... https://www.wordfence.com/wp-includes/css/dist/block-library/style.min.css?ver=6.9.4 — 200 — 15.1 KiB — 26 ms — h3https://www.wordfence.com/wp-content/plugins/fm-social-share/css/style.css?ver=6.9.4www.wordfence.com/wp-content/plugin... https://www.wordfence.com/wp-content/plugins/fm-social-share/css/style.css?ver=6.9.4 — 200 — 1.0 KiB — 14 ms — h3https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css?ver=6.9.4maxcdn.bootstrapcdn.com/font-awesom... https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css?ver=6.9.4 — 200 — 7.4 KiB — 48 ms — h3https://www.wordfence.com/wp-content/plugins/wordfence-metrics/css/wordfence-metrics.css?ver=6.9.4www.wordfence.com/wp-content/plugin... https://www.wordfence.com/wp-content/plugins/wordfence-metrics/css/wordfence-metrics.css?ver=6.9.4 — 200 — 990 B — 15 ms — h3https://www.wordfence.com/wp-content/themes/wordfence2020/css/googlefonts.csswww.wordfence.com/wp-content/themes... https://www.wordfence.com/wp-content/themes/wordfence2020/css/googlefonts.css — 200 — 1.6 KiB — 16 ms — h3https://www.wordfence.com/wp-content/themes/wordfence2020/css/ionicons.min.csswww.wordfence.com/wp-content/themes... https://www.wordfence.com/wp-content/themes/wordfence2020/css/ionicons.min.css — 200 — 8.0 KiB — 19 ms — h3https://www.wordfence.com/wp-content/themes/wordfence2020/style.css?ver=1776799508www.wordfence.com/wp-content/themes... https://www.wordfence.com/wp-content/themes/wordfence2020/style.css?ver=1776799508 — 200 — 619 B — 17 ms — h3https://www.wordfence.com/assets/wordpress-BnqgXnHE.csswww.wordfence.com/assets/wordpress-... https://www.wordfence.com/assets/wordpress-BnqgXnHE.css — 200 — 75.7 KiB — 34 ms — h3https://www.wordfence.com/wp-admin/load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate&ver=6.9.4www.wordfence.com/wp-admin/load-scr... https://www.wordfence.com/wp-admin/load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate&ver=6.9.4 — 200 — 34.1 KiB — 178 ms — h3https://www.wordfence.com/wp-content/themes/wordfence2020/js/vendor/modernizr-2.8.3.min.jswww.wordfence.com/wp-content/themes... https://www.wordfence.com/wp-content/themes/wordfence2020/js/vendor/modernizr-2.8.3.min.js — 200 — 4.7 KiB — 28 ms — h3https://www.wordfence.com/img/hero-wordfence-text.pngwww.wordfence.com/img/hero-wordfenc... https://www.wordfence.com/img/hero-wordfence-text.png — 200 — 4.7 KiB — 28 ms — h3https://www.wordfence.com/img/wordfence-central-preview.pngwww.wordfence.com/img/wordfence-cen... https://www.wordfence.com/img/wordfence-central-preview.png — 200 — 155.6 KiB — 39 ms — h3https://www.wordfence.com/wp-content/uploads/2026/04/FeaturedImage_Wordfence_322.03.pngwww.wordfence.com/wp-content/upload... https://www.wordfence.com/wp-content/uploads/2026/04/FeaturedImage_Wordfence_322.03.png — 200 — 305.4 KiB — 58 ms — h3https://www.wordfence.com/assets/site-C4TfBHKk.jswww.wordfence.com/assets/site-C4TfB... https://www.wordfence.com/assets/site-C4TfBHKk.js — 200 — 374.4 KiB — 42 ms — h3https://www.wordfence.com/img/hero-wordfence-cli-logo.pngwww.wordfence.com/img/hero-wordfenc... https://www.wordfence.com/img/hero-wordfence-cli-logo.png — 200 — 17.2 KiB — 12 ms — h3https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swapfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap — 200 — 1.9 KiB — 74 ms — h2https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;300;400;500;700&display=swapfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;300;400;500;700&display=swap — 200 — 1.2 KiB — 72 ms — h2https://www.wordfence.com/img/hero-wordfence-intelligence-logo.pngwww.wordfence.com/img/hero-wordfenc... https://www.wordfence.com/img/hero-wordfence-intelligence-logo.png — 200 — 23.5 KiB — 11 ms — h3https://js.hsforms.net/forms/v2.jsjs.hsforms.net/forms/v2.js https://js.hsforms.net/forms/v2.js — 200 — 193.8 KiB — 120 ms — h3https://www.wordfence.com/wp-content/plugins/wordfence-metrics/js/jquery.barrating.min.js?ver=1.2.1www.wordfence.com/wp-content/plugin... https://www.wordfence.com/wp-content/plugins/wordfence-metrics/js/jquery.barrating.min.js?ver=1.2.1 — 200 — 2.4 KiB — 10 ms — h3https://www.wordfence.com/wp-content/plugins/wordfence-metrics/js/wordfence-metrics.js?ver=1.0.0www.wordfence.com/wp-content/plugin... https://www.wordfence.com/wp-content/plugins/wordfence-metrics/js/wordfence-metrics.js?ver=1.0.0 — 200 — 934 B — 12 ms — h3https://www.wordfence.com/wp-content/themes/wordfence2020/js/app.js?ver=1776799508www.wordfence.com/wp-content/themes... https://www.wordfence.com/wp-content/themes/wordfence2020/js/app.js?ver=1776799508 — 200 — 1.7 KiB — 9 ms — h3https://www.wordfence.com/wp-content/themes/wordfence2020/js/vendor/jquery.customSelect.min.js?ver=1www.wordfence.com/wp-content/themes... https://www.wordfence.com/wp-content/themes/wordfence2020/js/vendor/jquery.customSelect.min.js?ver=1 — 200 — 1.4 KiB — 9 ms — h3https://www.wordfence.com/wp-content/uploads/2026/04/WFI-Vuln-Report-WeekofApr6-1536x865.pngwww.wordfence.com/wp-content/upload... https://www.wordfence.com/wp-content/uploads/2026/04/WFI-Vuln-Report-WeekofApr6-1536x865.png — 200 — 430.8 KiB — 62 ms — h3https://www.wordfence.com/wp-content/uploads/2026/04/FeaturedImage_Wordfence_321.02.pngwww.wordfence.com/wp-content/upload... https://www.wordfence.com/wp-content/uploads/2026/04/FeaturedImage_Wordfence_321.02.png — 200 — 433.2 KiB — 62 ms — h3https://www.wordfence.com/wp-content/uploads/2026/04/the-increasing-role-of-ai-in-vulnerability-research.pngwww.wordfence.com/wp-content/upload... https://www.wordfence.com/wp-content/uploads/2026/04/the-increasing-role-of-ai-in-vulnerability-research.png — 200 — 699.3 KiB — 193 ms — h3https://www.wordfence.com/wp-content/uploads/2026/04/WFI-Vuln-Report-WeekofMar30-1536x865.pngwww.wordfence.com/wp-content/upload... https://www.wordfence.com/wp-content/uploads/2026/04/WFI-Vuln-Report-WeekofMar30-1536x865.png — 200 — 431.4 KiB — 51 ms — h3https://www.wordfence.com/wp-content/uploads/2026/04/FeaturedImage_Wordfence_310.02.pngwww.wordfence.com/wp-content/upload... https://www.wordfence.com/wp-content/uploads/2026/04/FeaturedImage_Wordfence_310.02.png — 200 — 301.1 KiB — 58 ms — h3https://www.wordfence.com/wp-content/uploads/2026/03/FeaturedImage_Wordfence_309.01.pngwww.wordfence.com/wp-content/upload... https://www.wordfence.com/wp-content/uploads/2026/03/FeaturedImage_Wordfence_309.01.png — 200 — 465.6 KiB — 77 ms — h3https://www.wordfence.com/wp-content/uploads/2026/04/WFI-Vuln-Report-WeekofMar23-1536x865.pngwww.wordfence.com/wp-content/upload... https://www.wordfence.com/wp-content/uploads/2026/04/WFI-Vuln-Report-WeekofMar23-1536x865.png — 200 — 434.2 KiB — 95 ms — h3https://www.wordfence.com/wp-content/uploads/2020/04/SEJ-logo.pngwww.wordfence.com/wp-content/upload... https://www.wordfence.com/wp-content/uploads/2020/04/SEJ-logo.png — 200 — 2.3 KiB — 31 ms — h3https://www.wordfence.com/wp-content/uploads/2021/03/wp_tavern-media.pngwww.wordfence.com/wp-content/upload... https://www.wordfence.com/wp-content/uploads/2021/03/wp_tavern-media.png — 200 — 2.4 KiB — 31 ms — h3https://www.wordfence.com/wp-content/uploads/2020/11/techradar.pngwww.wordfence.com/wp-content/upload... https://www.wordfence.com/wp-content/uploads/2020/11/techradar.png — 200 — 2.1 KiB — 28 ms — h3https://www.wordfence.com/wp-content/uploads/2022/02/securityweek_logo.pngwww.wordfence.com/wp-content/upload... https://www.wordfence.com/wp-content/uploads/2022/02/securityweek_logo.png — 200 — 4.7 KiB — 29 ms — h3https://www.wordfence.com/wp-content/uploads/2023/08/THN.pngwww.wordfence.com/wp-content/upload... https://www.wordfence.com/wp-content/uploads/2023/08/THN.png — 200 — 4.8 KiB — 30 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-K9CP2C8www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-K9CP2C8 — 200 — 126.5 KiB — 166 ms — h2https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 35 ms — h3https://www.wordfence.com/img/hero-bg-home.jpgwww.wordfence.com/img/hero-bg-home.... https://www.wordfence.com/img/hero-bg-home.jpg — 200 — 42.1 KiB — 28 ms — h3https://www.wordfence.com/img/hero-bg-wordfence-cli.pngwww.wordfence.com/img/hero-bg-wordf... https://www.wordfence.com/img/hero-bg-wordfence-cli.png — 200 — 104.5 KiB — 32 ms — h3https://www.wordfence.com/img/hero-bg-wordfence-intelligence.jpgwww.wordfence.com/img/hero-bg-wordf... https://www.wordfence.com/img/hero-bg-wordfence-intelligence.jpg — 200 — 31.6 KiB — 28 ms — h3https://www.wordfence.com/wp-content/themes/wordfence2020/fonts/roboto-KFOjCnqEu92Fr1Mu51TjASc6CsTYl4BO.woff2www.wordfence.com/wp-content/themes... https://www.wordfence.com/wp-content/themes/wordfence2020/fonts/roboto-KFOjCnqEu92Fr1Mu51TjASc6CsTYl4BO.woff2 — 200 — 12.7 KiB — 467 ms — h3https://www.wordfence.com/assets/fa-solid-900-BUswJgRo.woff2www.wordfence.com/assets/fa-solid-9... https://www.wordfence.com/assets/fa-solid-900-BUswJgRo.woff2 — 200 — 76.9 KiB — 11 ms — h3https://forms.hsforms.com/embed/v3/form/4354010/48879c4e-e765-4695-bb7a-8b27b43e1217/json?hs_static_app=forms-embed&hs_static_app_version=1.10842&X-HubSpot-Static-App-Info=forms-embed-1.10842forms.hsforms.com/embed/v3/form/435... https://forms.hsforms.com/embed/v3/form/4354010/48879c4e-e765-4695-bb7a-8b27b43e1217/json?hs_static_app=forms-embed&hs_static_app_version=1.10842&X-HubSpot-Static-App-Info=forms-embed-1.10842 — 200 — 3.2 KiB — 172 ms — h3https://www.wordfence.com/assets/WorkingIndicator-C83ZWO5v.jswww.wordfence.com/assets/WorkingInd... https://www.wordfence.com/assets/WorkingIndicator-C83ZWO5v.js — 200 — 343.8 KiB — 73 ms — h3https://www.wordfence.com/assets/vendor-809BH8pT.jswww.wordfence.com/assets/vendor-809... https://www.wordfence.com/assets/vendor-809BH8pT.js — 200 — 85.1 KiB — 46 ms — h3https://www.wordfence.com/assets/DoughnutChart-DaPmkQtl.jswww.wordfence.com/assets/DoughnutCh... https://www.wordfence.com/assets/DoughnutChart-DaPmkQtl.js — 200 — 62.7 KiB — 59 ms — h3https://www.wordfence.com/assets/LoadingSvg-GVf6ye9W.jswww.wordfence.com/assets/LoadingSvg... https://www.wordfence.com/assets/LoadingSvg-GVf6ye9W.js — 200 — 946 B — 22 ms — h3https://www.wordfence.com/assets/Pagination-By9X11vR.jswww.wordfence.com/assets/Pagination... https://www.wordfence.com/assets/Pagination-By9X11vR.js — 200 — 1.4 KiB — 14 ms — h3https://www.wordfence.com/assets/YoutubeVideo-Bmat0EnB.jswww.wordfence.com/assets/YoutubeVid... https://www.wordfence.com/assets/YoutubeVideo-Bmat0EnB.js — 200 — 2.2 KiB — 22 ms — h3https://www.wordfence.com/assets/awsWaf-VuVKYnwE.jswww.wordfence.com/assets/awsWaf-VuV... https://www.wordfence.com/assets/awsWaf-VuVKYnwE.js — 200 — 622 B — 20 ms — h3https://www.wordfence.com/assets/SiteHeaderCartBar-Cmo3Wv8D.jswww.wordfence.com/assets/SiteHeader... https://www.wordfence.com/assets/SiteHeaderCartBar-Cmo3Wv8D.js — 200 — 9.7 KiB — 36 ms — h3https://www.wordfence.com/assets/WebhookLogsModal-CfsE9z6z.jswww.wordfence.com/assets/WebhookLog... https://www.wordfence.com/assets/WebhookLogsModal-CfsE9z6z.js — 200 — 6.4 KiB — 66 ms — h3https://www.wordfence.com/assets/Modals-D8stRIwu.jswww.wordfence.com/assets/Modals-D8s... https://www.wordfence.com/assets/Modals-D8stRIwu.js — 200 — 27.6 KiB — 57 ms — h3https://www.wordfence.com/assets/Template-CbZXojIi.jswww.wordfence.com/assets/Template-C... https://www.wordfence.com/assets/Template-CbZXojIi.js — 200 — 24.4 KiB — 60 ms — h3https://www.wordfence.com/assets/global-BRiCPe3e.jswww.wordfence.com/assets/global-BRi... https://www.wordfence.com/assets/global-BRiCPe3e.js — 200 — 789 B — 19 ms — h3https://www.googletagmanager.com/gtag/js?id=G-6THBZHGE0J&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-6THBZHGE0J&cx=c&gtm=4e64h1 — 200 — 172.4 KiB — 59 ms — h2https://www.wordfence.com/img/intercert-iso-27001.pngwww.wordfence.com/img/intercert-iso... https://www.wordfence.com/img/intercert-iso-27001.png — 200 — 50.9 KiB — 8 ms — h3https://forms.hsforms.com/embed/v3/form/4354010/2c0766cb-e57a-4b28-8825-c0c3cb19a3b3/json?hs_static_app=forms-embed&hs_static_app_version=1.10842&X-HubSpot-Static-App-Info=forms-embed-1.10842forms.hsforms.com/embed/v3/form/435... https://forms.hsforms.com/embed/v3/form/4354010/2c0766cb-e57a-4b28-8825-c0c3cb19a3b3/json?hs_static_app=forms-embed&hs_static_app_version=1.10842&X-HubSpot-Static-App-Info=forms-embed-1.10842 — 200 — 3.3 KiB — 142 ms — h3https://forms.hsforms.com/embed/v3/form/4354010/2c0766cb-e57a-4b28-8825-c0c3cb19a3b3/json?hs_static_app=forms-embed&hs_static_app_version=1.10842&X-HubSpot-Static-App-Info=forms-embed-1.10842forms.hsforms.com/embed/v3/form/435... https://forms.hsforms.com/embed/v3/form/4354010/2c0766cb-e57a-4b28-8825-c0c3cb19a3b3/json?hs_static_app=forms-embed&hs_static_app_version=1.10842&X-HubSpot-Static-App-Info=forms-embed-1.10842 — 200 — 3.3 KiB — 280 ms — h3https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2fonts.gstatic.com/s/robotoslab/v36/... https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2 — 200 — 33.4 KiB — 29 ms — h3https://www.wordfence.com/favicon.icowww.wordfence.com/favicon.ico https://www.wordfence.com/favicon.ico — 200 — 5.7 KiB — 163 ms — h3https://forms-na1.hsforms.com/embed/v3/counters.gif?key=forms-embed-v2-DEFINITION_SUCCESS&count=1forms-na1.hsforms.com/embed/v3/coun... https://forms-na1.hsforms.com/embed/v3/counters.gif?key=forms-embed-v2-DEFINITION_SUCCESS&count=1 — 200 — 540 B — 143 ms — h3https://www.google.com/recaptcha/enterprise.js?&onload=hsRecaptchaLoaded_d76c917c_e23d_4c0e_9aaf_b8432fe8e8e7&render=explicit&hl=enwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise.js?&onload=hsRecaptchaLoaded_d76c917c_e23d_4c0e_9aaf_b8432fe8e8e7&render=explicit&hl=en — 200 — 1.1 KiB — 77 ms — h3https://forms-na1.hsforms.com/embed/v3/counters.gif?key=forms-embed-v2-RENDER_SUCCESS&count=1forms-na1.hsforms.com/embed/v3/coun... https://forms-na1.hsforms.com/embed/v3/counters.gif?key=forms-embed-v2-RENDER_SUCCESS&count=1 — 200 — 502 B — 124 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 — 362.4 KiB — 165 ms — h2https://www.google.com/recaptcha/enterprise.js?&onload=hsRecaptchaLoaded_3585ed8b_00f0_4493_aea4_5ddc47ca50ca&render=explicit&hl=enwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise.js?&onload=hsRecaptchaLoaded_3585ed8b_00f0_4493_aea4_5ddc47ca50ca&render=explicit&hl=en — 200 — 1.1 KiB — 26 ms — h3https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6Ld_ad8ZAAAAAAqr0ePo1dUfAi0m4KPkCMQYwPPm&co=aHR0cHM6Ly93d3cud29yZGZlbmNlLmNvbTo0NDM.&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&badge=inline&anchor-ms=20000&execute-ms=30000&cb=9yw5w1mcuynwwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6Ld_ad8ZAAAAAAqr0ePo1dUfAi0m4KPkCMQYwPPm&co=aHR0cHM6Ly93d3cud29yZGZlbmNlLmNvbTo0NDM.&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&badge=inline&anchor-ms=20000&execute-ms=30000&cb=9yw5w1mcuynw — 200 — 27.7 KiB — 117 ms — h3https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6Ld_ad8ZAAAAAAqr0ePo1dUfAi0m4KPkCMQYwPPm&co=aHR0cHM6Ly93d3cud29yZGZlbmNlLmNvbTo0NDM.&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&badge=inline&anchor-ms=20000&execute-ms=30000&cb=2imt0buoe5xawww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6Ld_ad8ZAAAAAAqr0ePo1dUfAi0m4KPkCMQYwPPm&co=aHR0cHM6Ly93d3cud29yZGZlbmNlLmNvbTo0NDM.&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&badge=inline&anchor-ms=20000&execute-ms=30000&cb=2imt0buoe5xa — 200 — 27.4 KiB — 87 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 — 42.1 KiB — 100 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 — 361.9 KiB — 167 ms — h2https://csp.withgoogle.com/csp/frame-ancestors/38fac9d5b82543fc4729580d18ff2d3dcsp.withgoogle.com/csp/frame-ancest... https://csp.withgoogle.com/csp/frame-ancestors/38fac9d5b82543fc4729580d18ff2d3d — -1 — 0 B — 104 ms — https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 0 B — 77 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 — 0 B — 144 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-6THBZHGE0J&gtm=45je64h1v890118225z8812727169za20gzb812727169zd812727169&_p=1776803879023&gcs=G100&gcd=13p3pPl2l5l1&npa=1&dma_cps=-&dma=1&are=1&cid=1437490289.1776803880&frm=0&pscdl=denied&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%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~115616985~115938466~115938468~117266400~118128923&sid=1776803879&sct=1&seg=0&dl=https%3A%2F%2Fwww.wordfence.com%2F&dr=https%3A%2F%2Fwww.wordfence.com%2F&dt=WordPress%20Security%20Plugin%20%7C%20Wordfence&en=page_view&_fv=1&_nsi=1&_ss=1&gap.plf=5&tfd=1730region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-6THBZHGE0J&gtm=45je64h1v890118225z8812727169za20gzb812727169zd812727169&_p=1776803879023&gcs=G100&gcd=13p3pPl2l5l1&npa=1&dma_cps=-&dma=1&are=1&cid=1437490289.1776803880&frm=0&pscdl=denied&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%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~115616985~115938466~115938468~117266400~118128923&sid=1776803879&sct=1&seg=0&dl=https%3A%2F%2Fwww.wordfence.com%2F&dr=https%3A%2F%2Fwww.wordfence.com%2F&dt=WordPress%20Security%20Plugin%20%7C%20Wordfence&en=page_view&_fv=1&_nsi=1&_ss=1&gap.plf=5&tfd=1730 — 204 — 551 B — 92 ms — h2https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 246 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 — 27 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 — 63 ms — h3https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 0 B — 224 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 — 0 B — 6 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 — 0 B — 35 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 — 25 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 — 0 B — 25 ms — h2https://www.google.com/recaptcha/enterprise/bframe?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&k=6Ld_ad8ZAAAAAAqr0ePo1dUfAi0m4KPkCMQYwPPm&bft=0dAFcWeA43jJFST9v-vvTboGUICo3gfNvaoQIWy4SLu3OqHPCTAiA0JIGJHcQzpvMlg4Q3g4Cplq_AZWyKouSp1H30IEqw3WWswAwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/bframe?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&k=6Ld_ad8ZAAAAAAqr0ePo1dUfAi0m4KPkCMQYwPPm&bft=0dAFcWeA43jJFST9v-vvTboGUICo3gfNvaoQIWy4SLu3OqHPCTAiA0JIGJHcQzpvMlg4Q3g4Cplq_AZWyKouSp1H30IEqw3WWswA — 200 — 2.2 KiB — 31 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 — 0 B — 0 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 — 0 B — 0 ms — h2https://www.google.com/recaptcha/enterprise/bframe?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&k=6Ld_ad8ZAAAAAAqr0ePo1dUfAi0m4KPkCMQYwPPm&bft=0dAFcWeA4Ik1r2UiGVzHEm6chQ7MbTlp3kIZyIvg1IzaCxKizDxSF8iiMWlglbh5xFon1HSVPCI3MuOPDCEYThMxSRXQkUjvt6Ewwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/bframe?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&k=6Ld_ad8ZAAAAAAqr0ePo1dUfAi0m4KPkCMQYwPPm&bft=0dAFcWeA4Ik1r2UiGVzHEm6chQ7MbTlp3kIZyIvg1IzaCxKizDxSF8iiMWlglbh5xFon1HSVPCI3MuOPDCEYThMxSRXQkUjvt6Ew — 200 — 2.2 KiB — 48 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 0 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 — 0 B — 0 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 — 0 B — 0 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 — 0 B — 0 ms — h3https://www.google.com/recaptcha/enterprise/reload?k=6Ld_ad8ZAAAAAAqr0ePo1dUfAi0m4KPkCMQYwPPmwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/reload?k=6Ld_ad8ZAAAAAAqr0ePo1dUfAi0m4KPkCMQYwPPm — 200 — 3.9 KiB — 129 ms — h3https://www.google.com/recaptcha/enterprise/reload?k=6Ld_ad8ZAAAAAAqr0ePo1dUfAi0m4KPkCMQYwPPmwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/reload?k=6Ld_ad8ZAAAAAAqr0ePo1dUfAi0m4KPkCMQYwPPm — 200 — 3.9 KiB — 96 ms — h3https://www.gstatic.com/recaptcha/api2/refresh_2x.pngwww.gstatic.com/recaptcha/api2/refr... https://www.gstatic.com/recaptcha/api2/refresh_2x.png — 200 — 624 B — 26 ms — h3https://www.gstatic.com/recaptcha/api2/audio_2x.pngwww.gstatic.com/recaptcha/api2/audi... https://www.gstatic.com/recaptcha/api2/audio_2x.png — 200 — 554 B — 28 ms — h3https://www.gstatic.com/recaptcha/api2/info_2x.pngwww.gstatic.com/recaptcha/api2/info... https://www.gstatic.com/recaptcha/api2/info_2x.png — 200 — 689 B — 28 ms — h3https://www.google.com/recaptcha/enterprise/payload?p=06AFcWeA7vtDqPmhzKwBH-jV46bkHWszvU3-6MfYW4EOoaHk6PA9BR1VWcSYqvqnagCDU8O5cfCrACVUNlnv2Br3D7xCG0N9TBD0o-QHSP0kwWAWW7hrt8G7U5AxxiT8WR91U0FD7eFAqdNx1AB5giFmTjeyIxA5eJNMSGABjfV1a8nH8Gnmu0U6N4ZeFfcliSVunuZV-8kVlAsLsnYrqZOk8M5frFy8nd8Q&k=6Ld_ad8ZAAAAAAqr0ePo1dUfAi0m4KPkCMQYwPPmwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/payload?p=06AFcWeA7vtDqPmhzKwBH-jV46bkHWszvU3-6MfYW4EOoaHk6PA9BR1VWcSYqvqnagCDU8O5cfCrACVUNlnv2Br3D7xCG0N9TBD0o-QHSP0kwWAWW7hrt8G7U5AxxiT8WR91U0FD7eFAqdNx1AB5giFmTjeyIxA5eJNMSGABjfV1a8nH8Gnmu0U6N4ZeFfcliSVunuZV-8kVlAsLsnYrqZOk8M5frFy8nd8Q&k=6Ld_ad8ZAAAAAAqr0ePo1dUfAi0m4KPkCMQYwPPm — 200 — 38.3 KiB — 36 ms — h3https://www.gstatic.com/recaptcha/api2/refresh_2x.pngwww.gstatic.com/recaptcha/api2/refr... https://www.gstatic.com/recaptcha/api2/refresh_2x.png — 200 — 0 B — 0 ms — h3https://www.gstatic.com/recaptcha/api2/audio_2x.pngwww.gstatic.com/recaptcha/api2/audi... https://www.gstatic.com/recaptcha/api2/audio_2x.png — 200 — 0 B — 0 ms — h3https://www.gstatic.com/recaptcha/api2/info_2x.pngwww.gstatic.com/recaptcha/api2/info... https://www.gstatic.com/recaptcha/api2/info_2x.png — 200 — 0 B — 0 ms — h3https://www.google.com/recaptcha/enterprise/payload?p=06AFcWeA47HdV_WXKrz3BS8BSY8L5goYN31vDpPRRWxH4fNcrc0Od9KwNBpynaauSu4MjaPjM6ewN15Wr27CgHrgebltq6FixsukZDNXjFXjRkJQSQS9XYT4ergqNN06BUt4-KesoHNOGLTMSi1hqgCu2D_uH6rqZlq1ZE8FBeT9bznlYJmKwnE3ERk8BZIVBLRrt_DvNT8U29B56DOnlbcYSwuIMEtW1lSw&k=6Ld_ad8ZAAAAAAqr0ePo1dUfAi0m4KPkCMQYwPPmwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/payload?p=06AFcWeA47HdV_WXKrz3BS8BSY8L5goYN31vDpPRRWxH4fNcrc0Od9KwNBpynaauSu4MjaPjM6ewN15Wr27CgHrgebltq6FixsukZDNXjFXjRkJQSQS9XYT4ergqNN06BUt4-KesoHNOGLTMSi1hqgCu2D_uH6rqZlq1ZE8FBeT9bznlYJmKwnE3ERk8BZIVBLRrt_DvNT8U29B56DOnlbcYSwuIMEtW1lSw&k=6Ld_ad8ZAAAAAAqr0ePo1dUfAi0m4KPkCMQYwPPm — 200 — 41.7 KiB — 42 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1577ms · 1356KB · $21/mo
www.gstatic.com
Other
Costly
Execution 611ms
Transfer 0 KB
Unused 45%
Monthly Cost $8/mo
www.wordfence.com
Other
Costly
Execution 240ms
Transfer 18 KB
Monthly Cost $3/mo
124e5c20ff6f.dc1fa72f.eu-west-1.token.awswaf.com
Other
Optional
Execution 192ms
Transfer 501 KB
Unused 55%
Monthly Cost $3/mo
Unattributable
Other
Optional
Execution 187ms
Transfer 0 KB
Monthly Cost $2/mo
www.wordfence.com
Other
Optional
Execution 118ms
Transfer 344 KB
Unused 67%
Monthly Cost $2/mo
js.hsforms.net
Other
Optional
Execution 88ms
Transfer 194 KB
Unused 38%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 81ms
Transfer 172 KB
Unused 40%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 60ms
Transfer 126 KB
Unused 49%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.gstatic.com adds 611ms and costs ~$8/month
  • www.wordfence.com adds 240ms and costs ~$3/month

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

Why this matters

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

Learn more

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

Source: web.dev

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

www.wordfence.com takes 240ms 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

55% of 124e5c20ff6f.dc1fa72f.eu-west-1.token.awswaf.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

67% of www.wordfence.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