Skip to content
https://warriorsuccesssystems.com

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
91
GRADE
A
FIX
0
REVIEW
7
PASS
16
INFO
3

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

72
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
88
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
77
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

4.09 s

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

4.35 s

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

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

5.91 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.91 s

Page Load Progression

694 ms
1.4 s
2.1 s
2.8 s
3.5 s
4.2 s
4.9 s
5.6 s
Checks
26
16 PASS 7 REVIEW
C
JS Execution Cost
Action
1370ms total JS execution
REVIEW
1370ms total JS execution
Warning::
https://warriorsuccesssystems.com/: 874ms CPU time
Info::
Unattributable: 224ms CPU time
Info::
https://warriorsuccesssystems.com/wp-includes/js/j...: 90ms CPU time
Info::
https://fd.cleantalk.org/2.1.1/ct-bot-detector.min...: 66ms CPU time
Info::
https://warriorsuccesssystems.com/wp-content/plugi...: 63ms CPU time
Info::
Third-party scripts: 66ms (5% of total)

Main Thread Breakdown

Style & Layout 34% Other 28% Script Evaluation 21% Parse HTML & CSS 7% Script Parsing & Compilation 5% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://warriorsuccesssystems.com/874ms15ms11ms1st
Unattributable224ms6ms0ms1st
https://warriorsuccesssystems.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.190ms64ms11ms1st
https://fd.cleantalk.org/2.1.1/ct-bot-detector.min.js66ms40ms5ms3rd
https://warriorsuccesssystems.com/wp-content/plugins/cleantalk-spam-protect/js/apbct-public-bundle.min.js?ver=6.86_178721937863ms47ms9ms1st
https://warriorsuccesssystems.com/wp-content/themes/picostrap5-child-base/css-output/bundle.css?ver=36152ms0ms0ms1st
B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
B
Compression Algorithm
Main response uses gzip; brotli would be ~20% smaller
REVIEW
Main response uses gzip; brotli would be ~20% smaller
Info::
Main HTML response uses gzip (brotli would be ~20% smaller)
All current browsers support brotli. Most CDNs (Cloudflare, Fastly, AWS CloudFront, Vercel, Netlify) can switch from gzip to brotli with a single config flag. Origin servers (nginx, Apache) need a brotli module compiled in -- nginx-brotli or Apache mod_brotli.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
B
JavaScript Blocking
1 JS blocking issue(s) detected
REVIEW
1 JS blocking issue(s) detected
Warning::
9 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
max-age=0
REVIEW
max-age=0
Info::
Cache-Control header is set
Got: max-age=0
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=0

DirectiveValueMeaning
max-age0Cache for 0 seconds
A+
Page Weight Budget
594 KB transferred, 43 requests
PASS
594 KB transferred, 43 requests
Info::
Page weighs 1.7 MB (594 KB transferred)
Info::
43 HTTP requests
Info::
Estimated 0.12 g CO2 per page load
594 KB / 2.4 MB budget
594 KB transferred
43 requests
0.12 g CO2 per page load
JavaScript 184.2 KiB 31%
Fonts 174.4 KiB 29%
Images 108.9 KiB 18%
CSS 93.0 KiB 16%
HTML 29.6 KiB 5%
Other 2.7 KiB 0%
Other 812 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Under budget
A
Third-Party Impact
32% third-party, 0 ms blocking
PASS
32% third-party, 0 ms blocking
Info::
Third-party code accounts for 32% of page weight (188.2 KiB of 593.6 KiB)
Info::
Third-party blocking time is low (0 ms)
68%
32%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A
Image Optimization
4 images, 0 KB saveable
PASS
4 images, 0 KB saveable
Info::
All images are well-optimized
4 images 109 KB
0 oversized -0 KB
3 legacy format
0 missing dimensions CLS risk
A+
Font Loading
7 fonts (174 KB)
PASS
7 fonts (174 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

174 KB total

Render-blocking

0

of 7

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 4.1 s LCP 4.4 shttps://fonts.gstatic.com/s/barlowcondensed/v13/HTxwL3I-JCGChYJ8VI-L6OO_au7B4873z3bWuYMBYro.woff2HTxwL3I-JCGChYJ8VI-L6OO... https://fonts.gstatic.com/s/barlowcondensed/v13/HTxwL3I-JCGChYJ8VI-L6OO_au7B4873z3bWuYMBYro.woff2 — 14.5 KiB — 22 ms — font-display: swaphttps://fonts.gstatic.com/s/bebasneue/v16/JTUSjIg69CK48gW7PXoo9WlhyyTh89Y.woff2JTUSjIg69CK48gW7PXoo9Wl... https://fonts.gstatic.com/s/bebasneue/v16/JTUSjIg69CK48gW7PXoo9WlhyyTh89Y.woff2 — 8.4 KiB — 26 ms — font-display: swaphttps://fonts.gstatic.com/s/crimsonpro/v28/q5uDsoa5M_tv7IihmnkabARboYF6CsKj.woff2q5uDsoa5M_tv7IihmnkabAR... https://fonts.gstatic.com/s/crimsonpro/v28/q5uDsoa5M_tv7IihmnkabARboYF6CsKj.woff2 — 47.1 KiB — 64 ms — font-display: swaphttps://fonts.gstatic.com/s/barlowcondensed/v13/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2z3bWuYMBYro.woff2HTxwL3I-JCGChYJ8VI-L6OO... https://fonts.gstatic.com/s/barlowcondensed/v13/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2z3bWuYMBYro.woff2 — 14.6 KiB — 54 ms — font-display: swaphttps://fonts.gstatic.com/s/barlowcondensed/v13/HTxwL3I-JCGChYJ8VI-L6OO_au7B47rxz3bWuYMBYro.woff2HTxwL3I-JCGChYJ8VI-L6OO... https://fonts.gstatic.com/s/barlowcondensed/v13/HTxwL3I-JCGChYJ8VI-L6OO_au7B47rxz3bWuYMBYro.woff2 — 14.4 KiB — 46 ms — font-display: swaphttps://fonts.gstatic.com/s/cinzel/v26/8vIJ7ww63mVu7gt79mT7PkRXMw.woff28vIJ7ww63mVu7gt79mT7PkR... https://fonts.gstatic.com/s/cinzel/v26/8vIJ7ww63mVu7gt79mT7PkRXMw.woff2 — 25.3 KiB — 53 ms — font-display: swaphttps://fonts.gstatic.com/s/crimsonpro/v28/q5uBsoa5M_tv7IihmnkabARekYNwDeChrlU.woff2q5uBsoa5M_tv7IihmnkabAR... https://fonts.gstatic.com/s/crimsonpro/v28/q5uBsoa5M_tv7IihmnkabARekYNwDeChrlU.woff2 — 50.2 KiB — 62 ms — font-display: swap
HTxwL3I-JCGChYJ8VI-L6OO... woff2 swap
Size 15 KB
Load time 22 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
JTUSjIg69CK48gW7PXoo9Wl... woff2 swap
Size 8 KB
Load time 26 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
q5uDsoa5M_tv7IihmnkabAR... woff2 swap
Size 47 KB
Load time 64 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
HTxwL3I-JCGChYJ8VI-L6OO... woff2 swap
Size 15 KB
Load time 54 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
HTxwL3I-JCGChYJ8VI-L6OO... woff2 swap
Size 14 KB
Load time 46 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
8vIJ7ww63mVu7gt79mT7PkR... woff2 swap
Size 25 KB
Load time 53 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
q5uBsoa5M_tv7IihmnkabAR... woff2 swap
Size 50 KB
Load time 62 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
JS Bundles
19 scripts, 0 KB unused
PASS
19 scripts, 0 KB unused
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://warriorsuccesssystems.com/wp-content/plugins/cleantalk-spam-protect/js/apbct-public-bundle.min.js?ver=6.86_178721937824 KB1st
https://warriorsuccesssystems.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.130 KB1st
https://warriorsuccesssystems.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.15 KB1st
https://warriorsuccesssystems.com/wp-content/plugins/livecanvas/modules/optin-extra-assets/aos-with-init.js?ver=7.15 KB1st
https://warriorsuccesssystems.com/wp-includes/js/dist/dom-ready.min.js?ver=3fe927cab37bf38d6a231 KB1st
https://warriorsuccesssystems.com/wp-includes/js/dist/hooks.min.js?ver=f0f188028580e8dc12552 KB1st
https://warriorsuccesssystems.com/wp-includes/js/dist/i18n.min.js?ver=1dfe7db3940c23ea92163 KB1st
https://warriorsuccesssystems.com/wp-includes/js/dist/a11y.min.js?ver=31c6cec5a4ff7aff483d1 KB1st
https://fd.cleantalk.org/ct-bot-detector-wrapper.js?ver=6.861 KB3rd
https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=3.1.0.21 KB1st
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
4 hints, 0 missing preconnects
PASS
4 hints, 0 missing preconnects
Info::
Page uses 4 resource hint(s)

Current Resource Hints

preconnect
2
preload
dns-prefetch
2
prefetch

4 resource hints configured

A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML max-age=0 (≤ 5min) is appropriate
PASS
Main HTML max-age=0 (≤ 5min) is appropriate
Info::
Main HTML max-age=0 (≤ 5min) is appropriate
Got: max-age=0
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding,User-Agent
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A+
Page Weight Inventory
43 resources · 594 KB · 0 KB savings available
PASS
43 resources · 594 KB · 0 KB savings available
Info::
Within 1MB page-weight target
Got: 594 KB
Info::
14 third-party resources (32% of weight)
43 resources · 593.6 KiB · 14 third-party Within 1MB page-weight target
JavaScript 31% · 184.2 KiB
Font 29% · 174.4 KiB
Image 19% · 111.6 KiB
CSS 16% · 93.0 KiB
Document 5% · 29.6 KiB
Other 0% · 812 B
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
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
7 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
Network Waterfall
43 requests over 5071ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 4.1 s LCP 4.4 shttps://warriorsuccesssystems.com// https://warriorsuccesssystems.com/ — 200 — 29.6 KiB — 1.9 s — h2https://warriorsuccesssystems.com/wp-content/themes/picostrap5-child-base/css-output/bundle.css?ver=361/wp-content/themes/picostrap5-child... https://warriorsuccesssystems.com/wp-content/themes/picostrap5-child-base/css-output/bundle.css?ver=361 — 200 — 63.4 KiB — 484 ms — h2https://warriorsuccesssystems.com/wp-includes/css/dist/block-library/style.min.css?ver=7.1/wp-includes/css/dist/block-library... https://warriorsuccesssystems.com/wp-includes/css/dist/block-library/style.min.css?ver=7.1 — 200 — 18.9 KiB — 505 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-public.min.css?ver=6.86_1787219377/wp-content/plugins/cleantalk-spam-... https://warriorsuccesssystems.com/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-public.min.css?ver=6.86_1787219377 — 200 — 1.2 KiB — 228 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-email-decoder.min.css?ver=6.86_1787219377/wp-content/plugins/cleantalk-spam-... https://warriorsuccesssystems.com/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-email-decoder.min.css?ver=6.86_1787219377 — 200 — 886 B — 225 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-trp.min.css?ver=6.86_1787219377/wp-content/plugins/cleantalk-spam-... https://warriorsuccesssystems.com/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-trp.min.css?ver=6.86_1787219377 — 200 — 772 B — 398 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/wp-store-locator/css/styles.min.css?ver=2.3.23/wp-content/plugins/wp-store-locato... https://warriorsuccesssystems.com/wp-content/plugins/wp-store-locator/css/styles.min.css?ver=2.3.23 — 200 — 3.8 KiB — 394 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/cleantalk-spam-protect/js/apbct-public-bundle.min.js?ver=6.86_1787219378/wp-content/plugins/cleantalk-spam-... https://warriorsuccesssystems.com/wp-content/plugins/cleantalk-spam-protect/js/apbct-public-bundle.min.js?ver=6.86_1787219378 — 200 — 24.1 KiB — 500 ms — h2https://warriorsuccesssystems.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://warriorsuccesssystems.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.9 KiB — 555 ms — h2https://warriorsuccesssystems.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://warriorsuccesssystems.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.0 KiB — 480 ms — h2https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cinzel:wght@400;700;900&family=Crimson+Pro:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Barlow+Condensed:wght@300;400;600;700;900&display=swapfonts.googleapis.com/css2?family=Be... https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cinzel:wght@400;700;900&family=Crimson+Pro:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Barlow+Condensed:wght@300;400;600;700;900&display=swap — 200 — 1.4 KiB — 95 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/livecanvas/modules/optin-extra-assets/aos.css?ver=7.1/wp-content/plugins/livecanvas/modu... https://warriorsuccesssystems.com/wp-content/plugins/livecanvas/modules/optin-extra-assets/aos.css?ver=7.1 — 200 — 2.6 KiB — 493 ms — h2https://warriorsuccesssystems.com/wp-content/uploads/2026/08/Warrior-Success-Systems-logo-horz-sm.png/wp-content/uploads/2026/08/Warrior... https://warriorsuccesssystems.com/wp-content/uploads/2026/08/Warrior-Success-Systems-logo-horz-sm.png — 200 — 9.4 KiB — 404 ms — h2https://warriorsuccesssystems.com/wp-content/uploads/2026/07/master-clark-one-finger-768x768.jpg/wp-content/uploads/2026/07/master-... https://warriorsuccesssystems.com/wp-content/uploads/2026/07/master-clark-one-finger-768x768.jpg — 200 — 49.3 KiB — 490 ms — h2https://warriorsuccesssystems.com/wp-content/uploads/2025/10/Warrior-Martial-Arts-Logo-Lrg-768x422.png/wp-content/uploads/2025/10/Warrior... https://warriorsuccesssystems.com/wp-content/uploads/2025/10/Warrior-Martial-Arts-Logo-Lrg-768x422.png — 200 — 50.1 KiB — 290 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/livecanvas/modules/optin-extra-assets/aos-with-init.js?ver=7.1/wp-content/plugins/livecanvas/modu... https://warriorsuccesssystems.com/wp-content/plugins/livecanvas/modules/optin-extra-assets/aos-with-init.js?ver=7.1 — 200 — 5.0 KiB — 469 ms — h2https://warriorsuccesssystems.com/wp-includes/js/dist/dom-ready.min.js?ver=3fe927cab37bf38d6a23/wp-includes/js/dist/dom-ready.min.... https://warriorsuccesssystems.com/wp-includes/js/dist/dom-ready.min.js?ver=3fe927cab37bf38d6a23 — 200 — 760 B — 462 ms — h2https://warriorsuccesssystems.com/wp-includes/js/dist/hooks.min.js?ver=f0f188028580e8dc1255/wp-includes/js/dist/hooks.min.js?v... https://warriorsuccesssystems.com/wp-includes/js/dist/hooks.min.js?ver=f0f188028580e8dc1255 — 200 — 2.1 KiB — 455 ms — h2https://warriorsuccesssystems.com/wp-includes/js/dist/i18n.min.js?ver=1dfe7db3940c23ea9216/wp-includes/js/dist/i18n.min.js?ve... https://warriorsuccesssystems.com/wp-includes/js/dist/i18n.min.js?ver=1dfe7db3940c23ea9216 — 200 — 2.7 KiB — 447 ms — h2https://warriorsuccesssystems.com/wp-includes/js/dist/a11y.min.js?ver=31c6cec5a4ff7aff483d/wp-includes/js/dist/a11y.min.js?ve... https://warriorsuccesssystems.com/wp-includes/js/dist/a11y.min.js?ver=31c6cec5a4ff7aff483d — 200 — 1.3 KiB — 451 ms — h2https://fd.cleantalk.org/ct-bot-detector-wrapper.js?ver=6.86fd.cleantalk.org/ct-bot-detector-wr... https://fd.cleantalk.org/ct-bot-detector-wrapper.js?ver=6.86 — 200 — 583 B — 140 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=3.1.0.2/wp-content/plugins/gravityforms/js... https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=3.1.0.2 — 200 — 1.1 KiB — 456 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=3.1.0.2/wp-content/plugins/gravityforms/js... https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=3.1.0.2 — 200 — 12.3 KiB — 463 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver=69a9db57304a9f86c3d1a0bea5fd2cf9/wp-content/plugins/gravityforms/as... https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver=69a9db57304a9f86c3d1a0bea5fd2cf9 — 200 — 17.0 KiB — 477 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver=3.1.0.2/wp-content/plugins/gravityforms/js... https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver=3.1.0.2 — 200 — 2.0 KiB — 473 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver=0c901cb641ce64b99c20ea1a4d208cc9/wp-content/plugins/gravityforms/as... https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver=0c901cb641ce64b99c20ea1a4d208cc9 — 200 — 22.8 KiB — 489 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver=fff046cc68bff0467f80af78630b0987/wp-content/plugins/gravityforms/as... https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver=fff046cc68bff0467f80af78630b0987 — 200 — 20.6 KiB — 479 ms — h2https://warriorsuccesssystems.com/wp-content/themes/picostrap5-child-base/js/bootstrap.bundle.min.js/wp-content/themes/picostrap5-child... https://warriorsuccesssystems.com/wp-content/themes/picostrap5-child-base/js/bootstrap.bundle.min.js — 200 — 23.5 KiB — 599 ms — h2https://warriorsuccesssystems.com/wp-content/themes/picostrap5-child-base/js/custom.js/wp-content/themes/picostrap5-child... https://warriorsuccesssystems.com/wp-content/themes/picostrap5-child-base/js/custom.js — 200 — 1.2 KiB — 465 ms — h2data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='no…www.w3.org/2000/svg' viewBox='0 0 1... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='no… — 200 — 0 B — 0 ms — data
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 4.1 s LCP 4.4 shttps://warriorsuccesssystems.com// https://warriorsuccesssystems.com/ — 200 — 29.6 KiB — 1.9 s — h2https://warriorsuccesssystems.com/wp-content/themes/picostrap5-child-base/css-output/bundle.css?ver=361/wp-content/themes/picostrap5-child... https://warriorsuccesssystems.com/wp-content/themes/picostrap5-child-base/css-output/bundle.css?ver=361 — 200 — 63.4 KiB — 484 ms — h2https://warriorsuccesssystems.com/wp-includes/css/dist/block-library/style.min.css?ver=7.1/wp-includes/css/dist/block-library... https://warriorsuccesssystems.com/wp-includes/css/dist/block-library/style.min.css?ver=7.1 — 200 — 18.9 KiB — 505 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-public.min.css?ver=6.86_1787219377/wp-content/plugins/cleantalk-spam-... https://warriorsuccesssystems.com/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-public.min.css?ver=6.86_1787219377 — 200 — 1.2 KiB — 228 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-email-decoder.min.css?ver=6.86_1787219377/wp-content/plugins/cleantalk-spam-... https://warriorsuccesssystems.com/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-email-decoder.min.css?ver=6.86_1787219377 — 200 — 886 B — 225 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-trp.min.css?ver=6.86_1787219377/wp-content/plugins/cleantalk-spam-... https://warriorsuccesssystems.com/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-trp.min.css?ver=6.86_1787219377 — 200 — 772 B — 398 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/wp-store-locator/css/styles.min.css?ver=2.3.23/wp-content/plugins/wp-store-locato... https://warriorsuccesssystems.com/wp-content/plugins/wp-store-locator/css/styles.min.css?ver=2.3.23 — 200 — 3.8 KiB — 394 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/cleantalk-spam-protect/js/apbct-public-bundle.min.js?ver=6.86_1787219378/wp-content/plugins/cleantalk-spam-... https://warriorsuccesssystems.com/wp-content/plugins/cleantalk-spam-protect/js/apbct-public-bundle.min.js?ver=6.86_1787219378 — 200 — 24.1 KiB — 500 ms — h2https://warriorsuccesssystems.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://warriorsuccesssystems.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.9 KiB — 555 ms — h2https://warriorsuccesssystems.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://warriorsuccesssystems.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.0 KiB — 480 ms — h2https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cinzel:wght@400;700;900&family=Crimson+Pro:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Barlow+Condensed:wght@300;400;600;700;900&display=swapfonts.googleapis.com/css2?family=Be... https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cinzel:wght@400;700;900&family=Crimson+Pro:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Barlow+Condensed:wght@300;400;600;700;900&display=swap — 200 — 1.4 KiB — 95 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/livecanvas/modules/optin-extra-assets/aos.css?ver=7.1/wp-content/plugins/livecanvas/modu... https://warriorsuccesssystems.com/wp-content/plugins/livecanvas/modules/optin-extra-assets/aos.css?ver=7.1 — 200 — 2.6 KiB — 493 ms — h2https://warriorsuccesssystems.com/wp-content/uploads/2026/08/Warrior-Success-Systems-logo-horz-sm.png/wp-content/uploads/2026/08/Warrior... https://warriorsuccesssystems.com/wp-content/uploads/2026/08/Warrior-Success-Systems-logo-horz-sm.png — 200 — 9.4 KiB — 404 ms — h2https://warriorsuccesssystems.com/wp-content/uploads/2026/07/master-clark-one-finger-768x768.jpg/wp-content/uploads/2026/07/master-... https://warriorsuccesssystems.com/wp-content/uploads/2026/07/master-clark-one-finger-768x768.jpg — 200 — 49.3 KiB — 490 ms — h2https://warriorsuccesssystems.com/wp-content/uploads/2025/10/Warrior-Martial-Arts-Logo-Lrg-768x422.png/wp-content/uploads/2025/10/Warrior... https://warriorsuccesssystems.com/wp-content/uploads/2025/10/Warrior-Martial-Arts-Logo-Lrg-768x422.png — 200 — 50.1 KiB — 290 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/livecanvas/modules/optin-extra-assets/aos-with-init.js?ver=7.1/wp-content/plugins/livecanvas/modu... https://warriorsuccesssystems.com/wp-content/plugins/livecanvas/modules/optin-extra-assets/aos-with-init.js?ver=7.1 — 200 — 5.0 KiB — 469 ms — h2https://warriorsuccesssystems.com/wp-includes/js/dist/dom-ready.min.js?ver=3fe927cab37bf38d6a23/wp-includes/js/dist/dom-ready.min.... https://warriorsuccesssystems.com/wp-includes/js/dist/dom-ready.min.js?ver=3fe927cab37bf38d6a23 — 200 — 760 B — 462 ms — h2https://warriorsuccesssystems.com/wp-includes/js/dist/hooks.min.js?ver=f0f188028580e8dc1255/wp-includes/js/dist/hooks.min.js?v... https://warriorsuccesssystems.com/wp-includes/js/dist/hooks.min.js?ver=f0f188028580e8dc1255 — 200 — 2.1 KiB — 455 ms — h2https://warriorsuccesssystems.com/wp-includes/js/dist/i18n.min.js?ver=1dfe7db3940c23ea9216/wp-includes/js/dist/i18n.min.js?ve... https://warriorsuccesssystems.com/wp-includes/js/dist/i18n.min.js?ver=1dfe7db3940c23ea9216 — 200 — 2.7 KiB — 447 ms — h2https://warriorsuccesssystems.com/wp-includes/js/dist/a11y.min.js?ver=31c6cec5a4ff7aff483d/wp-includes/js/dist/a11y.min.js?ve... https://warriorsuccesssystems.com/wp-includes/js/dist/a11y.min.js?ver=31c6cec5a4ff7aff483d — 200 — 1.3 KiB — 451 ms — h2https://fd.cleantalk.org/ct-bot-detector-wrapper.js?ver=6.86fd.cleantalk.org/ct-bot-detector-wr... https://fd.cleantalk.org/ct-bot-detector-wrapper.js?ver=6.86 — 200 — 583 B — 140 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=3.1.0.2/wp-content/plugins/gravityforms/js... https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=3.1.0.2 — 200 — 1.1 KiB — 456 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=3.1.0.2/wp-content/plugins/gravityforms/js... https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=3.1.0.2 — 200 — 12.3 KiB — 463 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver=69a9db57304a9f86c3d1a0bea5fd2cf9/wp-content/plugins/gravityforms/as... https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver=69a9db57304a9f86c3d1a0bea5fd2cf9 — 200 — 17.0 KiB — 477 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver=3.1.0.2/wp-content/plugins/gravityforms/js... https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver=3.1.0.2 — 200 — 2.0 KiB — 473 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver=0c901cb641ce64b99c20ea1a4d208cc9/wp-content/plugins/gravityforms/as... https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver=0c901cb641ce64b99c20ea1a4d208cc9 — 200 — 22.8 KiB — 489 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver=fff046cc68bff0467f80af78630b0987/wp-content/plugins/gravityforms/as... https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver=fff046cc68bff0467f80af78630b0987 — 200 — 20.6 KiB — 479 ms — h2https://warriorsuccesssystems.com/wp-content/themes/picostrap5-child-base/js/bootstrap.bundle.min.js/wp-content/themes/picostrap5-child... https://warriorsuccesssystems.com/wp-content/themes/picostrap5-child-base/js/bootstrap.bundle.min.js — 200 — 23.5 KiB — 599 ms — h2https://warriorsuccesssystems.com/wp-content/themes/picostrap5-child-base/js/custom.js/wp-content/themes/picostrap5-child... https://warriorsuccesssystems.com/wp-content/themes/picostrap5-child-base/js/custom.js — 200 — 1.2 KiB — 465 ms — h2data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='no…www.w3.org/2000/svg' viewBox='0 0 1... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='no… — 200 — 0 B — 0 ms — datahttps://fonts.gstatic.com/s/barlowcondensed/v13/HTxwL3I-JCGChYJ8VI-L6OO_au7B4873z3bWuYMBYro.woff2fonts.gstatic.com/s/barlowcondensed... https://fonts.gstatic.com/s/barlowcondensed/v13/HTxwL3I-JCGChYJ8VI-L6OO_au7B4873z3bWuYMBYro.woff2 — 200 — 14.5 KiB — 22 ms — h3https://fonts.gstatic.com/s/bebasneue/v16/JTUSjIg69CK48gW7PXoo9WlhyyTh89Y.woff2fonts.gstatic.com/s/bebasneue/v16/J... https://fonts.gstatic.com/s/bebasneue/v16/JTUSjIg69CK48gW7PXoo9WlhyyTh89Y.woff2 — 200 — 8.4 KiB — 26 ms — h3https://fonts.gstatic.com/s/crimsonpro/v28/q5uDsoa5M_tv7IihmnkabARboYF6CsKj.woff2fonts.gstatic.com/s/crimsonpro/v28/... https://fonts.gstatic.com/s/crimsonpro/v28/q5uDsoa5M_tv7IihmnkabARboYF6CsKj.woff2 — 200 — 47.1 KiB — 64 ms — h3https://fonts.gstatic.com/s/barlowcondensed/v13/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2z3bWuYMBYro.woff2fonts.gstatic.com/s/barlowcondensed... https://fonts.gstatic.com/s/barlowcondensed/v13/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2z3bWuYMBYro.woff2 — 200 — 14.6 KiB — 54 ms — h3https://fonts.gstatic.com/s/barlowcondensed/v13/HTxwL3I-JCGChYJ8VI-L6OO_au7B47rxz3bWuYMBYro.woff2fonts.gstatic.com/s/barlowcondensed... https://fonts.gstatic.com/s/barlowcondensed/v13/HTxwL3I-JCGChYJ8VI-L6OO_au7B47rxz3bWuYMBYro.woff2 — 200 — 14.4 KiB — 46 ms — h3https://fonts.gstatic.com/s/cinzel/v26/8vIJ7ww63mVu7gt79mT7PkRXMw.woff2fonts.gstatic.com/s/cinzel/v26/8vIJ... https://fonts.gstatic.com/s/cinzel/v26/8vIJ7ww63mVu7gt79mT7PkRXMw.woff2 — 200 — 25.3 KiB — 53 ms — h3https://fonts.gstatic.com/s/crimsonpro/v28/q5uBsoa5M_tv7IihmnkabARekYNwDeChrlU.woff2fonts.gstatic.com/s/crimsonpro/v28/... https://fonts.gstatic.com/s/crimsonpro/v28/q5uBsoa5M_tv7IihmnkabARekYNwDeChrlU.woff2 — 200 — 50.2 KiB — 62 ms — h3https://fd.cleantalk.org/2.1.1/ct-bot-detector.min.jsfd.cleantalk.org/2.1.1/ct-bot-detec... https://fd.cleantalk.org/2.1.1/ct-bot-detector.min.js — 200 — 11.1 KiB — 50 ms — h2https://fd-api.cleantalk.org/frontend_data/v2fd-api.cleantalk.org/frontend_data/... https://fd-api.cleantalk.org/frontend_data/v2 — 204 — 0 B — 169 ms — h2https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/assets/js/dist/gform-input-mask.3bb8e42e988e4018853f.min.js/wp-content/plugins/gravityforms/as... https://warriorsuccesssystems.com/wp-content/plugins/gravityforms/assets/js/dist/gform-input-mask.3bb8e42e988e4018853f.min.js — 200 — 1.3 KiB — 336 ms — h2https://warriorsuccesssystems.com/wp-content/uploads/2025/10/cropped-Warrior-Martial-Arts-logo-lg-32x32.png/wp-content/uploads/2025/10/cropped... https://warriorsuccesssystems.com/wp-content/uploads/2025/10/cropped-Warrior-Martial-Arts-logo-lg-32x32.png — 200 — 2.7 KiB — 167 ms — h2https://fd-api.cleantalk.org/frontend_data/v2fd-api.cleantalk.org/frontend_data/... https://fd-api.cleantalk.org/frontend_data/v2 — 200 — 406 B — 98 ms — h2https://fd-api.cleantalk.org/frontend_data/v2fd-api.cleantalk.org/frontend_data/... https://fd-api.cleantalk.org/frontend_data/v2 — 200 — 406 B — 103 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
5% of JavaScript execution is third-party
First-party Third-party 66ms · 11KB · $1/mo
fd.cleantalk.org
Other
Optional
Execution 66ms
Transfer 11 KB
Monthly Cost $1/mo

How third-party costs are calculated

Image Optimization
4 images, 78 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

4

Total Size

78 KB

2 missing alt text 3 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback