Skip to content
https://wpguardian.io

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
81
GRADE
B
FIX
3
REVIEW
4
PASS
8
INFO
2

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

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

3.36 s

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

7.83 s

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

331 ms

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

0.031

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

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

11.55 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
17
8 PASS 4 REVIEW 3 FIX
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 (1.3 MiB of 1.3 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
3255ms total JS execution
FIX
3255ms total JS execution
Warning::
https://wpguardian.com/wp-content/themes/bricks/as...: 736ms CPU time
Warning::
https://wpguardian.com/: 561ms CPU time
Warning::
Unattributable: 422ms CPU time
Warning::
https://scripts.clarity.ms/0.8.59/clarity.js: 289ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-VRVM...: 212ms CPU time
Warning::
Third-party scripts: 3255ms (100% of total)

Main Thread Breakdown

Script Evaluation 52% Other 21% Style & Layout 14% Script Parsing & Compilation 6% Parse HTML & CSS 5%
ScriptTotalScriptingParse/CompileParty
https://wpguardian.com/wp-content/themes/bricks/assets/js/libs/splide.min.js?ver=4.1.4736ms423ms3ms3rd
https://wpguardian.com/561ms39ms13ms3rd
Unattributable422ms22ms0ms3rd
https://scripts.clarity.ms/0.8.59/clarity.js289ms262ms9ms3rd
https://www.googletagmanager.com/gtag/js?id=G-VRVMM479G2&cx=c&gtm=4e64k0212ms172ms39ms3rd
https://wpguardian.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1192ms108ms6ms3rd
https://wpguardian.com/wp-content/plugins/ooohboi-kinekt/public/js/ooohboi-kinekt-public-min.js?ver=1.0.215022024g169ms93ms1ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PQ758T4168ms136ms30ms3rd
https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/gsap.min.js102ms94ms5ms3rd
https://web.cmp.usercentrics.eu/ui/v/3.117.0/UcGdprCmpView.b05dbc41.js101ms46ms8ms3rd

Showing top 10 of 14 scripts

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.

B
Page Weight Budget
1.3 MB transferred, 95 requests
REVIEW
1.3 MB transferred, 95 requests
Info::
Page weighs 3.8 MB (1.3 MB transferred)
Warning::
JavaScript is 706 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 706 KB
Info::
Fonts are 251 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 251 KB
Info::
95 HTTP requests
Info::
Estimated 0.26 g CO2 per page load
1.3 MB / 2.4 MB budget
1.3 MB transferred
95 requests
0.26 g CO2 per page load
JavaScript 706.0 KiB 55%
Fonts 250.7 KiB 20%
Images 132.6 KiB 10%
CSS 78.0 KiB 6%
Other 60.0 KiB 5%
HTML 43.0 KiB 3%
Other 7.0 KiB 1%
Other 3.3 KiB 0%
Other 1022 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Under 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

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

C
Image Optimization
Action
18 images, 0 KB saveable
REVIEW
18 images, 0 KB saveable
Warning::
https://wpguardian.io/wp-content/uploads/2024/05/L... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://wpguardian.com/wp-content/uploads/2024/05/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://wpguardian.com/wp-content/uploads/2023/11/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://wpguardian.com/wp-content/uploads/2024/02/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
18 images 133 KB
0 oversized -0 KB
11 legacy format
4 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Bundles
Action
43 scripts, 192 KB unused
REVIEW
43 scripts, 192 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-VRVM...: 69 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-PQ7...: 60 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://web.cmp.usercentrics.eu/ui/v/3.117.0/WebSd...: 36 KB unused (64%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://wpguardian.com/wp-content/themes/bricks/as...: 27 KB unused (82%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 192 KB
192 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-VRVMM479G2&cx=c&gtm=4e64k0169 KB69 KB (41%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PQ758T4129 KB60 KB (46%)3rd
https://web.cmp.usercentrics.eu/ui/v/3.117.0/WebSdk.lib.4c6726a9.js56 KB36 KB (64%)3rd
https://wpguardian.com/wp-content/themes/bricks/assets/js/bricks.min.js?ver=174115413534 KB27 KB (82%)3rd
https://wpguardian.com/wp-content/plugins/gravityforms/js/conditional_logic.min.js?ver=2.9.304 KB3rd
https://wpguardian.com/wp-content/plugins/ooohboi-kinekt/public/js/ooohboi-kinekt-public-min.js?ver=1.0.215022024g3 KB3rd
https://wpguardian.com/wp-content/themes/bricks/assets/js/libs/splide.min.js?ver=4.1.413 KB3rd
https://wpguardian.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.37 KB3rd
https://wpguardian.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.32 KB3rd
https://wpguardian.com/wp-includes/js/jquery/ui/slider.min.js?ver=1.13.33 KB3rd

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

C
Page Weight Inventory
Action
95 resources · 1.3 MB · 192 KB savings available
REVIEW
95 resources · 1.3 MB · 192 KB savings available
Warning::
Page weight 258 KB over 1MB target
Got: 1.3 MB Expected: ≤ 1 MB
Info::
~192 KB of savings available
Warning::
92 third-party resources (100% of weight)
95 resources · 1.3 MiB · 92 third-party 257.7 KiB over 1MB target
JavaScript 55% · 706.0 KiB
Font 20% · 250.7 KiB
Image 10% · 134.1 KiB
CSS 6% · 78.0 KiB
Media 5% · 60.0 KiB
Document 3% · 44.6 KiB
Other 1% · 8.2 KiB

~192.1 KiB of savings available

Remove unused JavaScript: 192.1 KiB
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
3 fonts (251 KB)
PASS
3 fonts (251 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

251 KB total

Render-blocking

0

of 3

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 5.0 s 6.0 s 7.0 s 8.0 s FCP 3.4 s LCP 7.8 shttps://wpguardian.com/wp-content/themes/bricks/assets/fonts/fontawesome/fa-solid-900.woff2fa-solid-900.woff2 https://wpguardian.com/wp-content/themes/bricks/assets/fonts/fontawesome/fa-solid-900.woff2 — 153.4 KiB — 81 ms — font-display: swaphttps://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2UcC73FwrK3iLTeHuS_nVMrM... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 47.3 KiB — 49 ms — font-display: swaphttps://wpguardian.com/wp-content/themes/bricks/assets/fonts/ionicons/ionicons.woff2ionicons.woff2 https://wpguardian.com/wp-content/themes/bricks/assets/fonts/ionicons/ionicons.woff2 — 50.0 KiB — 65 ms — font-display: swap
fa-solid-900.woff2 woff2 swap
Size 153 KB
Load time 81 ms
Start 692 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
UcC73FwrK3iLTeHuS_nVMrM... woff2 swap
Size 47 KB
Load time 49 ms
Start 692 ms
Risk FOUT — text flashes from fallback to web font
ionicons.woff2 woff2 swap
Size 50 KB
Load time 65 ms
Start 695 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~77 KB and ~154 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
5 hints, 0 missing preconnects
PASS
5 hints, 0 missing preconnects
Info::
Page uses 5 resource hint(s)

Current Resource Hints

preconnect
1
preload
2
dns-prefetch
2
prefetch

5 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
95 requests over 3188ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 3.4 s LCP 7.8 shttps://wpguardian.io// https://wpguardian.io/ — 301 — 471 B — 187 ms — h2https://wpguardian.com/wpguardian.com/ https://wpguardian.com/ — 200 — 43.0 KiB — 316 ms — h2https://wpguardian.com/wp-content/plugins/ooohboi-kinekt/public/css/ooohboi-kinekt-public.css?ver=1.0.215022024gwpguardian.com/wp-content/plugins/o... https://wpguardian.com/wp-content/plugins/ooohboi-kinekt/public/css/ooohboi-kinekt-public.css?ver=1.0.215022024g — 200 — 627 B — 52 ms — h2https://wpguardian.com/wp-content/themes/bricks/assets/css/frontend.min.css?ver=1741154135wpguardian.com/wp-content/themes/br... https://wpguardian.com/wp-content/themes/bricks/assets/css/frontend.min.css?ver=1741154135 — 200 — 19.3 KiB — 63 ms — h2https://wpguardian.com/wp-content/themes/bricks-child/style.css?ver=1.1.34wpguardian.com/wp-content/themes/br... https://wpguardian.com/wp-content/themes/bricks-child/style.css?ver=1.1.34 — 200 — 835 B — 36 ms — h2https://wpguardian.com/wp-content/themes/bricks/assets/css/libs/font-awesome-6.min.css?ver=1741154135wpguardian.com/wp-content/themes/br... https://wpguardian.com/wp-content/themes/bricks/assets/css/libs/font-awesome-6.min.css?ver=1741154135 — 200 — 16.9 KiB — 40 ms — h2https://wpguardian.com/wp-content/themes/bricks/assets/css/libs/ionicons.min.css?ver=1741154135wpguardian.com/wp-content/themes/br... https://wpguardian.com/wp-content/themes/bricks/assets/css/libs/ionicons.min.css?ver=1741154135 — 200 — 4.7 KiB — 41 ms — h2https://wpguardian.com/wp-content/themes/bricks/assets/css/libs/themify-icons.min.css?ver=1741154135wpguardian.com/wp-content/themes/br... https://wpguardian.com/wp-content/themes/bricks/assets/css/libs/themify-icons.min.css?ver=1741154135 — 200 — 2.9 KiB — 37 ms — h2https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap — 200 — 1.4 KiB — 104 ms — h2https://wpguardian.com/wp-content/plugins/ooohboi-kinekt/public/js/ooohboi-kinekt-public-min.js?ver=1.0.215022024gwpguardian.com/wp-content/plugins/o... https://wpguardian.com/wp-content/plugins/ooohboi-kinekt/public/js/ooohboi-kinekt-public-min.js?ver=1.0.215022024g — 200 — 3.0 KiB — 50 ms — h2https://wpguardian.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1wpguardian.com/wp-includes/js/jquer... https://wpguardian.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.4 KiB — 64 ms — h2https://wpguardian.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1wpguardian.com/wp-includes/js/jquer... https://wpguardian.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 4.9 KiB — 63 ms — h2https://wpguardian.com/wp-content/themes/bricks/assets/css/libs/animate.min.css?ver=1741154135wpguardian.com/wp-content/themes/br... https://wpguardian.com/wp-content/themes/bricks/assets/css/libs/animate.min.css?ver=1741154135 — 200 — 3.9 KiB — 41 ms — h2https://wpguardian.com/wp-content/themes/bricks/assets/css/libs/splide.min.css?ver=1741154135wpguardian.com/wp-content/themes/br... https://wpguardian.com/wp-content/themes/bricks/assets/css/libs/splide.min.css?ver=1741154135 — 200 — 1.3 KiB — 35 ms — h2https://wpguardian.com/wp-content/plugins/p-integrator/assets/css/jquery-ui.css?ver=1.13.3wpguardian.com/wp-content/plugins/p... https://wpguardian.com/wp-content/plugins/p-integrator/assets/css/jquery-ui.css?ver=1.13.3 — 200 — 8.0 KiB — 45 ms — h2https://wpguardian.com/wp-content/plugins/p-integrator/assets/css/pricing-slider.css?ver=1.010wpguardian.com/wp-content/plugins/p... https://wpguardian.com/wp-content/plugins/p-integrator/assets/css/pricing-slider.css?ver=1.010 — 200 — 855 B — 46 ms — h2https://wpguardian.com/wp-content/plugins/gravityforms/legacy/css/formreset.min.css?ver=2.9.30wpguardian.com/wp-content/plugins/g... https://wpguardian.com/wp-content/plugins/gravityforms/legacy/css/formreset.min.css?ver=2.9.30 — 200 — 657 B — 51 ms — h2https://wpguardian.com/wp-content/plugins/gravityforms/legacy/css/formsmain.min.css?ver=2.9.30wpguardian.com/wp-content/plugins/g... https://wpguardian.com/wp-content/plugins/gravityforms/legacy/css/formsmain.min.css?ver=2.9.30 — 200 — 11.8 KiB — 59 ms — h2https://wpguardian.com/wp-content/plugins/gravityforms/legacy/css/readyclass.min.css?ver=2.9.30wpguardian.com/wp-content/plugins/g... https://wpguardian.com/wp-content/plugins/gravityforms/legacy/css/readyclass.min.css?ver=2.9.30 — 200 — 3.5 KiB — 41 ms — h2https://wpguardian.com/wp-content/plugins/gravityforms/legacy/css/browsers.min.css?ver=2.9.30wpguardian.com/wp-content/plugins/g... https://wpguardian.com/wp-content/plugins/gravityforms/legacy/css/browsers.min.css?ver=2.9.30 — 200 — 1.4 KiB — 54 ms — h2https://wpguardian.com/wp-content/uploads/2023/11/Logo-Patchstack-poweredby-horizontal-green.svgwpguardian.com/wp-content/uploads/2... https://wpguardian.com/wp-content/uploads/2023/11/Logo-Patchstack-poweredby-horizontal-green.svg — 200 — 2.4 KiB — 55 ms — h2https://wpguardian.io/wp-content/uploads/2024/05/Logo-Patchstack-poweredby-horizontal-white.svg/wp-content/uploads/2024/05/Logo-Pa... https://wpguardian.io/wp-content/uploads/2024/05/Logo-Patchstack-poweredby-horizontal-white.svg — 301 — 575 B — 439 ms — h3https://wpguardian.com/wp-content/plugins/p-integrator/assets/js/gform.js?ver=1.010wpguardian.com/wp-content/plugins/p... https://wpguardian.com/wp-content/plugins/p-integrator/assets/js/gform.js?ver=1.010 — 200 — 2.0 KiB — 36 ms — h3https://wpguardian.com/wp-content/themes/bricks-child/assets/js/script.js?ver=1.1.34wpguardian.com/wp-content/themes/br... https://wpguardian.com/wp-content/themes/bricks-child/assets/js/script.js?ver=1.1.34 — 200 — 872 B — 31 ms — h3https://wpguardian.com/wp-content/themes/bricks/assets/js/bricks.min.js?ver=1741154135wpguardian.com/wp-content/themes/br... https://wpguardian.com/wp-content/themes/bricks/assets/js/bricks.min.js?ver=1741154135 — 200 — 34.1 KiB — 118 ms — h3https://wpguardian.com/wp-content/themes/bricks/assets/js/libs/splide.min.js?ver=4.1.4wpguardian.com/wp-content/themes/br... https://wpguardian.com/wp-content/themes/bricks/assets/js/libs/splide.min.js?ver=4.1.4 — 200 — 12.9 KiB — 83 ms — h3https://wpguardian.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3wpguardian.com/wp-includes/js/jquer... https://wpguardian.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3 — 200 — 7.2 KiB — 99 ms — h3https://wpguardian.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.3wpguardian.com/wp-includes/js/jquer... https://wpguardian.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.3 — 200 — 1.5 KiB — 98 ms — h3https://wpguardian.com/wp-includes/js/jquery/ui/slider.min.js?ver=1.13.3wpguardian.com/wp-includes/js/jquer... https://wpguardian.com/wp-includes/js/jquery/ui/slider.min.js?ver=1.13.3 — 200 — 3.5 KiB — 83 ms — h3https://wpguardian.com/wp-content/plugins/p-integrator/assets/js/pricing-slider.js?ver=1.010wpguardian.com/wp-content/plugins/p... https://wpguardian.com/wp-content/plugins/p-integrator/assets/js/pricing-slider.js?ver=1.010 — 200 — 1.2 KiB — 58 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 3.4 s LCP 7.8 shttps://wpguardian.io// https://wpguardian.io/ — 301 — 471 B — 187 ms — h2https://wpguardian.com/wpguardian.com/ https://wpguardian.com/ — 200 — 43.0 KiB — 316 ms — h2https://wpguardian.com/wp-content/plugins/ooohboi-kinekt/public/css/ooohboi-kinekt-public.css?ver=1.0.215022024gwpguardian.com/wp-content/plugins/o... https://wpguardian.com/wp-content/plugins/ooohboi-kinekt/public/css/ooohboi-kinekt-public.css?ver=1.0.215022024g — 200 — 627 B — 52 ms — h2https://wpguardian.com/wp-content/themes/bricks/assets/css/frontend.min.css?ver=1741154135wpguardian.com/wp-content/themes/br... https://wpguardian.com/wp-content/themes/bricks/assets/css/frontend.min.css?ver=1741154135 — 200 — 19.3 KiB — 63 ms — h2https://wpguardian.com/wp-content/themes/bricks-child/style.css?ver=1.1.34wpguardian.com/wp-content/themes/br... https://wpguardian.com/wp-content/themes/bricks-child/style.css?ver=1.1.34 — 200 — 835 B — 36 ms — h2https://wpguardian.com/wp-content/themes/bricks/assets/css/libs/font-awesome-6.min.css?ver=1741154135wpguardian.com/wp-content/themes/br... https://wpguardian.com/wp-content/themes/bricks/assets/css/libs/font-awesome-6.min.css?ver=1741154135 — 200 — 16.9 KiB — 40 ms — h2https://wpguardian.com/wp-content/themes/bricks/assets/css/libs/ionicons.min.css?ver=1741154135wpguardian.com/wp-content/themes/br... https://wpguardian.com/wp-content/themes/bricks/assets/css/libs/ionicons.min.css?ver=1741154135 — 200 — 4.7 KiB — 41 ms — h2https://wpguardian.com/wp-content/themes/bricks/assets/css/libs/themify-icons.min.css?ver=1741154135wpguardian.com/wp-content/themes/br... https://wpguardian.com/wp-content/themes/bricks/assets/css/libs/themify-icons.min.css?ver=1741154135 — 200 — 2.9 KiB — 37 ms — h2https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap — 200 — 1.4 KiB — 104 ms — h2https://wpguardian.com/wp-content/plugins/ooohboi-kinekt/public/js/ooohboi-kinekt-public-min.js?ver=1.0.215022024gwpguardian.com/wp-content/plugins/o... https://wpguardian.com/wp-content/plugins/ooohboi-kinekt/public/js/ooohboi-kinekt-public-min.js?ver=1.0.215022024g — 200 — 3.0 KiB — 50 ms — h2https://wpguardian.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1wpguardian.com/wp-includes/js/jquer... https://wpguardian.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.4 KiB — 64 ms — h2https://wpguardian.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1wpguardian.com/wp-includes/js/jquer... https://wpguardian.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 4.9 KiB — 63 ms — h2https://wpguardian.com/wp-content/themes/bricks/assets/css/libs/animate.min.css?ver=1741154135wpguardian.com/wp-content/themes/br... https://wpguardian.com/wp-content/themes/bricks/assets/css/libs/animate.min.css?ver=1741154135 — 200 — 3.9 KiB — 41 ms — h2https://wpguardian.com/wp-content/themes/bricks/assets/css/libs/splide.min.css?ver=1741154135wpguardian.com/wp-content/themes/br... https://wpguardian.com/wp-content/themes/bricks/assets/css/libs/splide.min.css?ver=1741154135 — 200 — 1.3 KiB — 35 ms — h2https://wpguardian.com/wp-content/plugins/p-integrator/assets/css/jquery-ui.css?ver=1.13.3wpguardian.com/wp-content/plugins/p... https://wpguardian.com/wp-content/plugins/p-integrator/assets/css/jquery-ui.css?ver=1.13.3 — 200 — 8.0 KiB — 45 ms — h2https://wpguardian.com/wp-content/plugins/p-integrator/assets/css/pricing-slider.css?ver=1.010wpguardian.com/wp-content/plugins/p... https://wpguardian.com/wp-content/plugins/p-integrator/assets/css/pricing-slider.css?ver=1.010 — 200 — 855 B — 46 ms — h2https://wpguardian.com/wp-content/plugins/gravityforms/legacy/css/formreset.min.css?ver=2.9.30wpguardian.com/wp-content/plugins/g... https://wpguardian.com/wp-content/plugins/gravityforms/legacy/css/formreset.min.css?ver=2.9.30 — 200 — 657 B — 51 ms — h2https://wpguardian.com/wp-content/plugins/gravityforms/legacy/css/formsmain.min.css?ver=2.9.30wpguardian.com/wp-content/plugins/g... https://wpguardian.com/wp-content/plugins/gravityforms/legacy/css/formsmain.min.css?ver=2.9.30 — 200 — 11.8 KiB — 59 ms — h2https://wpguardian.com/wp-content/plugins/gravityforms/legacy/css/readyclass.min.css?ver=2.9.30wpguardian.com/wp-content/plugins/g... https://wpguardian.com/wp-content/plugins/gravityforms/legacy/css/readyclass.min.css?ver=2.9.30 — 200 — 3.5 KiB — 41 ms — h2https://wpguardian.com/wp-content/plugins/gravityforms/legacy/css/browsers.min.css?ver=2.9.30wpguardian.com/wp-content/plugins/g... https://wpguardian.com/wp-content/plugins/gravityforms/legacy/css/browsers.min.css?ver=2.9.30 — 200 — 1.4 KiB — 54 ms — h2https://wpguardian.com/wp-content/uploads/2023/11/Logo-Patchstack-poweredby-horizontal-green.svgwpguardian.com/wp-content/uploads/2... https://wpguardian.com/wp-content/uploads/2023/11/Logo-Patchstack-poweredby-horizontal-green.svg — 200 — 2.4 KiB — 55 ms — h2https://wpguardian.io/wp-content/uploads/2024/05/Logo-Patchstack-poweredby-horizontal-white.svg/wp-content/uploads/2024/05/Logo-Pa... https://wpguardian.io/wp-content/uploads/2024/05/Logo-Patchstack-poweredby-horizontal-white.svg — 301 — 575 B — 439 ms — h3https://wpguardian.com/wp-content/plugins/p-integrator/assets/js/gform.js?ver=1.010wpguardian.com/wp-content/plugins/p... https://wpguardian.com/wp-content/plugins/p-integrator/assets/js/gform.js?ver=1.010 — 200 — 2.0 KiB — 36 ms — h3https://wpguardian.com/wp-content/themes/bricks-child/assets/js/script.js?ver=1.1.34wpguardian.com/wp-content/themes/br... https://wpguardian.com/wp-content/themes/bricks-child/assets/js/script.js?ver=1.1.34 — 200 — 872 B — 31 ms — h3https://wpguardian.com/wp-content/themes/bricks/assets/js/bricks.min.js?ver=1741154135wpguardian.com/wp-content/themes/br... https://wpguardian.com/wp-content/themes/bricks/assets/js/bricks.min.js?ver=1741154135 — 200 — 34.1 KiB — 118 ms — h3https://wpguardian.com/wp-content/themes/bricks/assets/js/libs/splide.min.js?ver=4.1.4wpguardian.com/wp-content/themes/br... https://wpguardian.com/wp-content/themes/bricks/assets/js/libs/splide.min.js?ver=4.1.4 — 200 — 12.9 KiB — 83 ms — h3https://wpguardian.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3wpguardian.com/wp-includes/js/jquer... https://wpguardian.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3 — 200 — 7.2 KiB — 99 ms — h3https://wpguardian.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.3wpguardian.com/wp-includes/js/jquer... https://wpguardian.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.3 — 200 — 1.5 KiB — 98 ms — h3https://wpguardian.com/wp-includes/js/jquery/ui/slider.min.js?ver=1.13.3wpguardian.com/wp-includes/js/jquer... https://wpguardian.com/wp-includes/js/jquery/ui/slider.min.js?ver=1.13.3 — 200 — 3.5 KiB — 83 ms — h3https://wpguardian.com/wp-content/plugins/p-integrator/assets/js/pricing-slider.js?ver=1.010wpguardian.com/wp-content/plugins/p... https://wpguardian.com/wp-content/plugins/p-integrator/assets/js/pricing-slider.js?ver=1.010 — 200 — 1.2 KiB — 58 ms — h3https://wpguardian.com/wp-content/plugins/p-integrator/assets/js/jquery.ui.touch-punch.min.js?ver=1.010wpguardian.com/wp-content/plugins/p... https://wpguardian.com/wp-content/plugins/p-integrator/assets/js/jquery.ui.touch-punch.min.js?ver=1.010 — 200 — 1.0 KiB — 58 ms — h3https://wpguardian.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381wpguardian.com/wp-includes/js/dist/... https://wpguardian.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381 — 200 — 820 B — 67 ms — h3https://wpguardian.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1wpguardian.com/wp-includes/js/dist/... https://wpguardian.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1 — 200 — 2.3 KiB — 104 ms — h3https://wpguardian.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375wpguardian.com/wp-includes/js/dist/... https://wpguardian.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375 — 200 — 2.6 KiB — 103 ms — h3https://wpguardian.com/wp-includes/js/dist/a11y.min.js?ver=cb460b4676c94bd228edwpguardian.com/wp-includes/js/dist/... https://wpguardian.com/wp-includes/js/dist/a11y.min.js?ver=cb460b4676c94bd228ed — 200 — 1.3 KiB — 81 ms — h3https://wpguardian.com/wp-content/plugins/hcaptcha-for-forms-and-more/assets/js/apps/hcaptcha.js?ver=4.24.0wpguardian.com/wp-content/plugins/h... https://wpguardian.com/wp-content/plugins/hcaptcha-for-forms-and-more/assets/js/apps/hcaptcha.js?ver=4.24.0 — 200 — 5.1 KiB — 103 ms — h3https://wpguardian.com/wp-content/plugins/hcaptcha-for-forms-and-more/assets/js/hcaptcha-gravity-forms.min.js?ver=4.24.0wpguardian.com/wp-content/plugins/h... https://wpguardian.com/wp-content/plugins/hcaptcha-for-forms-and-more/assets/js/hcaptcha-gravity-forms.min.js?ver=4.24.0 — 200 — 662 B — 95 ms — h3https://wpguardian.com/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=2.9.30wpguardian.com/wp-content/plugins/g... https://wpguardian.com/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=2.9.30 — 200 — 1.4 KiB — 95 ms — h3https://wpguardian.com/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=2.9.30wpguardian.com/wp-content/plugins/g... https://wpguardian.com/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=2.9.30 — 200 — 13.0 KiB — 103 ms — h3https://wpguardian.com/wp-content/plugins/gravityforms/js/conditional_logic.min.js?ver=2.9.30wpguardian.com/wp-content/plugins/g... https://wpguardian.com/wp-content/plugins/gravityforms/js/conditional_logic.min.js?ver=2.9.30 — 200 — 3.5 KiB — 98 ms — h3https://wpguardian.com/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver=2.9.30wpguardian.com/wp-content/plugins/g... https://wpguardian.com/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver=2.9.30 — 200 — 2.1 KiB — 98 ms — h3https://wpguardian.com/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver=3f278756f0a3032bed328ff6a9f6c01dwpguardian.com/wp-content/plugins/g... https://wpguardian.com/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver=3f278756f0a3032bed328ff6a9f6c01d — 200 — 16.7 KiB — 103 ms — h3https://wpguardian.com/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver=4f8b3915c1c1e1a6800825abd64b03cbwpguardian.com/wp-content/plugins/g... https://wpguardian.com/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver=4f8b3915c1c1e1a6800825abd64b03cb — 200 — 7.6 KiB — 103 ms — h3https://wpguardian.com/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver=4cdd00b8d55dcd30063e139991315d3ewpguardian.com/wp-content/plugins/g... https://wpguardian.com/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver=4cdd00b8d55dcd30063e139991315d3e — 200 — 12.7 KiB — 104 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 132 ms — h2https://cdn.amplitude.com/libs/analytics-browser-1.9.1-min.js.gzcdn.amplitude.com/libs/analytics-br... https://cdn.amplitude.com/libs/analytics-browser-1.9.1-min.js.gz — 200 — 24.2 KiB — 129 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-PQ758T4www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PQ758T4 — 200 — 129.5 KiB — 194 ms — h2data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3Ewww.w3.org/2000/svg'%20viewBox='0%2... data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20%20'%3E%3C/svg%3E — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20519'%3E%3C…www.w3.org/2000/svg'%20viewBox='0%2... data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20519'%3E%3C… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20789%20535'%3E%3C/…www.w3.org/2000/svg'%20viewBox='0%2... data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20789%20535'%3E%3C/… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20560%20500'%3E%3C/…www.w3.org/2000/svg'%20viewBox='0%2... data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20560%20500'%3E%3C/… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20609'%3E%3C…www.w3.org/2000/svg'%20viewBox='0%2... data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20609'%3E%3C… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201400%20833'%3E%3C…www.w3.org/2000/svg'%20viewBox='0%2... data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201400%20833'%3E%3C… — 200 — 0 B — 0 ms — datahttps://wpguardian.io/wp-content/uploads/2024/06/WPGuardian-browser.webm/wp-content/uploads/2024/06/WPGuard... https://wpguardian.io/wp-content/uploads/2024/06/WPGuardian-browser.webm — 301 — 519 B — 400 ms — h3https://wpguardian.com/wp-content/themes/bricks/assets/fonts/fontawesome/fa-solid-900.woff2wpguardian.com/wp-content/themes/br... https://wpguardian.com/wp-content/themes/bricks/assets/fonts/fontawesome/fa-solid-900.woff2 — 200 — 153.4 KiB — 81 ms — h3https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2fonts.gstatic.com/s/inter/v20/UcC73... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 200 — 47.3 KiB — 49 ms — h3https://wpguardian.com/wp-content/themes/bricks/assets/fonts/ionicons/ionicons.woff2wpguardian.com/wp-content/themes/br... https://wpguardian.com/wp-content/themes/bricks/assets/fonts/ionicons/ionicons.woff2 — 200 — 50.0 KiB — 65 ms — h3https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/gsap.min.jscdnjs.cloudflare.com/ajax/libs/gsap... https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/gsap.min.js — 200 — 23.0 KiB — 98 ms — h3https://unpkg.com/split-typeunpkg.com/split-type https://unpkg.com/split-type — 302 — 303 B — 92 ms — h3https://wpguardian.com/wp-content/plugins/p-integrator/assets/img/slider-handle.svgwpguardian.com/wp-content/plugins/p... https://wpguardian.com/wp-content/plugins/p-integrator/assets/img/slider-handle.svg — 200 — 751 B — 28 ms — h3https://wpguardian.com/wp-content/uploads/2024/02/WPGuardian-logo-green.svgwpguardian.com/wp-content/uploads/2... https://wpguardian.com/wp-content/uploads/2024/02/WPGuardian-logo-green.svg — 200 — 5.1 KiB — 28 ms — h3https://wpguardian.com/wp-content/uploads/2024/05/icon-divider.svgwpguardian.com/wp-content/uploads/2... https://wpguardian.com/wp-content/uploads/2024/05/icon-divider.svg — 200 — 944 B — 30 ms — h3https://wpguardian.com/wp-content/uploads/2024/02/dashboard-WPGuardian-768x389.pngwpguardian.com/wp-content/uploads/2... https://wpguardian.com/wp-content/uploads/2024/02/dashboard-WPGuardian-768x389.png — 200 — 96.6 KiB — 30 ms — h3https://wpguardian.com/wp-content/uploads/2024/06/WPGuardianBG_green-header_3.svgwpguardian.com/wp-content/uploads/2... https://wpguardian.com/wp-content/uploads/2024/06/WPGuardianBG_green-header_3.svg — 200 — 19.9 KiB — 31 ms — h3https://wpguardian.com/wp-content/plugins/hcaptcha-for-forms-and-more/assets/images/hcaptcha-div-logo.svgwpguardian.com/wp-content/plugins/h... https://wpguardian.com/wp-content/plugins/hcaptcha-for-forms-and-more/assets/images/hcaptcha-div-logo.svg — 200 — 3.1 KiB — 27 ms — h3https://unpkg.com/split-type@0.3.4/umd/index.min.jsunpkg.com/split-type@0.3.4/umd/inde... https://unpkg.com/split-type@0.3.4/umd/index.min.js — 200 — 4.8 KiB — 35 ms — h3https://wpguardian.com/wp-content/uploads/2024/05/Logo-Patchstack-poweredby-horizontal-white.svgwpguardian.com/wp-content/uploads/2... https://wpguardian.com/wp-content/uploads/2024/05/Logo-Patchstack-poweredby-horizontal-white.svg — 200 — 2.6 KiB — 27 ms — h3https://web.cmp.usercentrics.eu/tcf/stub.jsweb.cmp.usercentrics.eu/tcf/stub.js https://web.cmp.usercentrics.eu/tcf/stub.js — 200 — 1.6 KiB — 85 ms — h2https://web.cmp.usercentrics.eu/ui/loader.jsweb.cmp.usercentrics.eu/ui/loader.j... https://web.cmp.usercentrics.eu/ui/loader.js — 200 — 15.6 KiB — 83 ms — h2https://www.googletagmanager.com/gtag/js?id=G-VRVMM479G2&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-VRVMM479G2&cx=c&gtm=4e64k0 — 200 — 169.3 KiB — 67 ms — h2https://www.clarity.ms/tag/rtmnv01kgx?ref=gtmwww.clarity.ms/tag/rtmnv01kgx?ref=g... https://www.clarity.ms/tag/rtmnv01kgx?ref=gtm — 200 — 843 B — 133 ms — http/1.1https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/ScrollTrigger.min.jscdnjs.cloudflare.com/ajax/libs/gsap... https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/ScrollTrigger.min.js — 200 — 10.0 KiB — 27 ms — h3https://wpguardian.com/wp-content/uploads/2024/06/WPGuardian-browser.webmwpguardian.com/wp-content/uploads/2... https://wpguardian.com/wp-content/uploads/2024/06/WPGuardian-browser.webm — 206 — 60.0 KiB — 374 ms — h3https://web.cmp.usercentrics.eu/ui/v/3.117.0/WebSdk.lib.4c6726a9.jsweb.cmp.usercentrics.eu/ui/v/3.117.... https://web.cmp.usercentrics.eu/ui/v/3.117.0/WebSdk.lib.4c6726a9.js — 200 — 56.2 KiB — 42 ms — h2https://scripts.clarity.ms/0.8.59/clarity.jsscripts.clarity.ms/0.8.59/clarity.j... https://scripts.clarity.ms/0.8.59/clarity.js — 200 — 26.2 KiB — 129 ms — h2https://v1.api.service.cmp.usercentrics.eu/latest/core/Qdxox37yt09BBRv1.api.service.cmp.usercentrics.eu/... https://v1.api.service.cmp.usercentrics.eu/latest/core/Qdxox37yt09BBR — 200 — 534 B — 117 ms — h2https://app.usercentrics.eu/session/1px.png?settingsId=Qdxox37yt09BBRapp.usercentrics.eu/session/1px.png... https://app.usercentrics.eu/session/1px.png?settingsId=Qdxox37yt09BBR — 200 — 1.0 KiB — 78 ms — h2https://v1.api.service.cmp.usercentrics.eu/latest/1/cmp/en/GDPR/Qdxox37yt09BBR/20.12.54/20.12.54v1.api.service.cmp.usercentrics.eu/... https://v1.api.service.cmp.usercentrics.eu/latest/1/cmp/en/GDPR/Qdxox37yt09BBR/20.12.54/20.12.54 — 200 — 5.7 KiB — 69 ms — h2https://j.clarity.ms/collectj.clarity.ms/collect https://j.clarity.ms/collect — 204 — 278 B — 448 ms — http/1.1https://web.cmp.usercentrics.eu/ui/v/3.117.0/GdprCmpController.c4576b71.jsweb.cmp.usercentrics.eu/ui/v/3.117.... https://web.cmp.usercentrics.eu/ui/v/3.117.0/GdprCmpController.c4576b71.js — 200 — 9.4 KiB — 21 ms — h3https://uct.service.usercentrics.eu/uct?v=2&sid=Qdxox37yt09BBR&t=24&abv=&r=https%3A%2F%2Fwpguardian.com%2F&cb=1776887758910uct.service.usercentrics.eu/uct?v=2... https://uct.service.usercentrics.eu/uct?v=2&sid=Qdxox37yt09BBR&t=24&abv=&r=https%3A%2F%2Fwpguardian.com%2F&cb=1776887758910 — 200 — 236 B — 94 ms — h2https://consent-api.service.consent.usercentrics.eu/consent/uw/3consent-api.service.consent.usercen... https://consent-api.service.consent.usercentrics.eu/consent/uw/3 — 204 — 0 B — 83 ms — h2https://web.cmp.usercentrics.eu/ui/TvGdprCmpView.35a2009d.jsweb.cmp.usercentrics.eu/ui/TvGdprCm... https://web.cmp.usercentrics.eu/ui/TvGdprCmpView.35a2009d.js — 200 — 29.6 KiB — 30 ms — h3https://web.cmp.usercentrics.eu/ui/v/3.117.0/UcGdprCmpView.b05dbc41.jsweb.cmp.usercentrics.eu/ui/v/3.117.... https://web.cmp.usercentrics.eu/ui/v/3.117.0/UcGdprCmpView.b05dbc41.js — 200 — 18.4 KiB — 35 ms — h3https://uct.service.usercentrics.eu/uct?v=2&sid=Qdxox37yt09BBR&t=1&abv=&r=https%3A%2F%2Fwpguardian.com%2F&cb=1776887758965uct.service.usercentrics.eu/uct?v=2... https://uct.service.usercentrics.eu/uct?v=2&sid=Qdxox37yt09BBR&t=1&abv=&r=https%3A%2F%2Fwpguardian.com%2F&cb=1776887758965 — 200 — 113 B — 38 ms — h2https://web.cmp.usercentrics.eu/ui/v/3.117.0/sections.c79e0e02.jsweb.cmp.usercentrics.eu/ui/v/3.117.... https://web.cmp.usercentrics.eu/ui/v/3.117.0/sections.c79e0e02.js — 200 — 1.8 KiB — 20 ms — h3https://web.cmp.usercentrics.eu/ui/v/3.117.0/secondLayer.b796d0f0.jsweb.cmp.usercentrics.eu/ui/v/3.117.... https://web.cmp.usercentrics.eu/ui/v/3.117.0/secondLayer.b796d0f0.js — 200 — 3.0 KiB — 20 ms — h3https://consent-api.service.consent.usercentrics.eu/consent/uw/3consent-api.service.consent.usercen... https://consent-api.service.consent.usercentrics.eu/consent/uw/3 — 201 — 74 B — 34 ms — h2https://web.cmp.usercentrics.eu/ui/v/3.117.0/getToastifyStyle.4f0a73d7.jsweb.cmp.usercentrics.eu/ui/v/3.117.... https://web.cmp.usercentrics.eu/ui/v/3.117.0/getToastifyStyle.4f0a73d7.js — 200 — 716 B — 22 ms — h3https://wpguardian.com/cdn-cgi/rum?wpguardian.com/cdn-cgi/rum? https://wpguardian.com/cdn-cgi/rum? — 204 — 466 B — 21 ms — h3https://wpguardian.com/wp-content/uploads/2024/03/cropped-favicon-32x32.pngwpguardian.com/wp-content/uploads/2... https://wpguardian.com/wp-content/uploads/2024/03/cropped-favicon-32x32.png — 200 — 1.5 KiB — 26 ms — h3https://api2.amplitude.com/2/httpapiapi2.amplitude.com/2/httpapi https://api2.amplitude.com/2/httpapi — 200 — 0 B — 550 ms — h2https://j.clarity.ms/collectj.clarity.ms/collect https://j.clarity.ms/collect — 204 — 278 B — 197 ms — http/1.1https://api2.amplitude.com/2/httpapiapi2.amplitude.com/2/httpapi https://api2.amplitude.com/2/httpapi — 200 — 217 B — 197 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-VRVMM479G2&gtm=45je64k0v9119605864z89119602362za20gzb9119602362zd9119602362&_p=1776887758138&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&tcfd=1000h&gdid=dOThhZD&are=1&cid=2112332911.1776887761&frm=0&pscdl=denied&rcb=5&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266401~117384406~117512542~118463261&sid=1776887758&sct=1&seg=0&dl=https%3A%2F%2Fwpguardian.com%2F&dt=Effective%20Security%20for%20WordPress%20Sites-%20WPGuardian&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=3102region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-VRVMM479G2&gtm=45je64k0v9119605864z89119602362za20gzb9119602362zd9119602362&_p=1776887758138&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&tcfd=1000h&gdid=dOThhZD&are=1&cid=2112332911.1776887761&frm=0&pscdl=denied&rcb=5&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266401~117384406~117512542~118463261&sid=1776887758&sct=1&seg=0&dl=https%3A%2F%2Fwpguardian.com%2F&dt=Effective%20Security%20for%20WordPress%20Sites-%20WPGuardian&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=3102 — 204 — 548 B — 86 ms — h2
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 3255ms · 579KB · $43/mo
wpguardian.com
Other
Costly
Execution 736ms
Transfer 13 KB
Monthly Cost $10/mo
wpguardian.com
Other
Costly
Execution 561ms
Transfer 43 KB
Monthly Cost $7/mo
Unattributable
Other
Costly
Execution 422ms
Transfer 0 KB
Monthly Cost $6/mo
Microsoft Clarity
Session Replay
Costly
Execution 289ms
Transfer 26 KB
Monthly Cost $4/mo
Google Tag Manager
Tag Manager
Costly
Execution 212ms
Transfer 169 KB
Unused 41%
Monthly Cost $3/mo
wpguardian.com
Other
Optional
Execution 192ms
Transfer 29 KB
Monthly Cost $3/mo
wpguardian.com
Other
Optional
Execution 169ms
Transfer 3 KB
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 168ms
Transfer 129 KB
Unused 46%
Monthly Cost $2/mo
cdnjs
CDN
Optional
Execution 102ms
Transfer 23 KB
Monthly Cost $1/mo
web.cmp.usercentrics.eu
Other
Optional
Execution 101ms
Transfer 18 KB
Monthly Cost $1/mo
Amplitude
Analytics
Optional
Execution 100ms
Transfer 24 KB
Monthly Cost $1/mo
wpguardian.com
Other
Optional
Execution 88ms
Transfer 34 KB
Unused 82%
Monthly Cost $1/mo
web.cmp.usercentrics.eu
Other
Optional
Execution 59ms
Transfer 56 KB
Unused 64%
Monthly Cost $1/mo
web.cmp.usercentrics.eu
Other
Optional
Execution 54ms
Transfer 9 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • wpguardian.com adds 736ms and costs ~$10/month
  • wpguardian.com adds 561ms and costs ~$7/month
  • Unattributable adds 422ms and costs ~$6/month
  • Microsoft Clarity adds 289ms and costs ~$4/month
  • Google Tag Manager adds 212ms 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

wpguardian.com takes 736ms 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

wpguardian.com takes 561ms 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 422ms 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

Microsoft Clarity takes 289ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Google Tag Manager takes 212ms 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

82% of wpguardian.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

64% of web.cmp.usercentrics.eu'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