Skip to content
https://firepoint.technology

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
86
GRADE
B
FIX
1
REVIEW
6
PASS
12
INFO
3

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

93
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
89
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.

310 ms

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

1.61 s

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

0 ms

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

0.004

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

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

1.61 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
22
12 PASS 6 REVIEW 1 FIX
F
Page Weight Budget
Action
8.7 MB transferred, 34 requests
FIX
8.7 MB transferred, 34 requests
Critical::
Page weighs 9.0 MB (8.7 MB transferred)
Warning::
Images are 2.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.9 MB
Info::
Fonts are 653 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 653 KB
Info::
34 HTTP requests
Info::
Estimated 1.8 g CO2 per page load
8.7 MB / 2.4 MB budget
8.7 MB transferred
34 requests
1.8 g CO2 per page load
Other 5.0 MiB 57%
Images 2.9 MiB 33%
Fonts 652.6 KiB 7%
JavaScript 93.0 KiB 1%
CSS 77.8 KiB 1%
HTML 11.2 KiB 0%
Other 9.7 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

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
12 images, 0 KB saveable
REVIEW
12 images, 0 KB saveable
Warning::
https://firepoint.technology/wp-content/uploads/20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://firepoint.technology/wp-content/uploads/20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://firepoint.technology/wp-content/uploads/20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://firepoint.technology/wp-content/uploads/20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://firepoint.technology/wp-content/uploads/20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://firepoint.technology/wp-content/uploads/20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
12 images 2.9 MB
0 oversized -0 KB
10 legacy format
6 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

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.
C
Main HTML Cache-Control
Action
Main HTML max-age=14400 (~240min) is aggressive
REVIEW
Main HTML max-age=14400 (~240min) is aggressive
Warning::
Main HTML cached for 240 minutes -- risks stale auth / SPA state
Long max-age on the main HTML document means users may see outdated auth state, SPA shells, or A/B variants until the cache expires. Consider Cache-Control: no-cache (or max-age=300) for HTML and let your hashed assets (JS/CSS/images) carry the long cache instead.
Got: max-age=14400
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.
C
Page Weight Inventory
Action
34 resources · 8.7 MB · 0 KB savings available
REVIEW
34 resources · 8.7 MB · 0 KB savings available
Warning::
Page weight 8.7 MB exceeds 1 MB target by 7.7 MB
Got: 8.7 MB Expected: ≤ 1 MB
Info::
4 third-party resources (0% of weight)
Info::
8 resources over 200KB
34 resources · 8.7 MiB · 4 third-party 7.7 MiB over 1MB target
Media 57% · 5.0 MiB
Image 34% · 2.9 MiB
Font 7% · 652.6 KiB
JavaScript 1% · 93.0 KiB
CSS 1% · 77.8 KiB
Document 0% · 11.2 KiB
Other 0% · 265 B
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
0% third-party, 0 ms blocking
PASS
0% third-party, 0 ms blocking
Info::
Third-party code accounts for 0% of page weight (26.5 KiB of 8.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
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+
JS Execution Cost
146ms total JS execution
PASS
146ms total JS execution
Info::
Unattributable: 83ms CPU time
Info::
https://firepoint.technology/: 63ms CPU time

Main Thread Breakdown

Other 51% Script Evaluation 20% Style & Layout 18% Parse HTML & CSS 5% Rendering 4%
ScriptTotalScriptingParse/CompileParty
Unattributable83ms2ms0ms1st
https://firepoint.technology/63ms5ms2ms1st
A+
Font Loading
6 fonts (653 KB)
PASS
6 fonts (653 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

653 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s FCP 310 ms LCP 1.6 shttps://firepoint.technology/wp-content/themes/fire/assets/fonts/IBMPlexMono-Medium.ttfIBMPlexMono-Medium.ttf https://firepoint.technology/wp-content/themes/fire/assets/fonts/IBMPlexMono-Medium.ttf — 132.2 KiB — 62 ms — font-display: swaphttps://firepoint.technology/wp-content/themes/fire/assets/fonts/FirePointTT-Bold.woff2FirePointTT-Bold.woff2 https://firepoint.technology/wp-content/themes/fire/assets/fonts/FirePointTT-Bold.woff2 — 19.7 KiB — 61 ms — font-display: swaphttps://firepoint.technology/wp-content/themes/fire/assets/fonts/IBMPlexMono-SemiBold.ttfIBMPlexMono-SemiBold.ttf https://firepoint.technology/wp-content/themes/fire/assets/fonts/IBMPlexMono-SemiBold.ttf — 135.7 KiB — 63 ms — font-display: swaphttps://firepoint.technology/wp-content/themes/fire/assets/fonts/IBMPlexMono-Regular.ttfIBMPlexMono-Regular.ttf https://firepoint.technology/wp-content/themes/fire/assets/fonts/IBMPlexMono-Regular.ttf — 131.6 KiB — 67 ms — font-display: swaphttps://firepoint.technology/wp-content/themes/fire/assets/fonts/IBMPlexSans-Medium.ttfIBMPlexSans-Medium.ttf https://firepoint.technology/wp-content/themes/fire/assets/fonts/IBMPlexSans-Medium.ttf — 213.8 KiB — 68 ms — font-display: swaphttps://firepoint.technology/wp-content/themes/fire/assets/fonts/FirePointTT-Semi.woff2FirePointTT-Semi.woff2 https://firepoint.technology/wp-content/themes/fire/assets/fonts/FirePointTT-Semi.woff2 — 19.6 KiB — 67 ms — font-display: swap
IBMPlexMono-Medium.ttf ttf swap
Size 132 KB
Load time 62 ms
Start 196 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
FirePointTT-Bold.woff2 woff2 swap
Size 20 KB
Load time 61 ms
Start 196 ms
Risk FOUT — text flashes from fallback to web font
IBMPlexMono-SemiBold.ttf ttf swap
Size 136 KB
Load time 63 ms
Start 196 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
IBMPlexMono-Regular.ttf ttf swap
Size 132 KB
Load time 67 ms
Start 197 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
IBMPlexSans-Medium.ttf ttf swap
Size 214 KB
Load time 68 ms
Start 197 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
FirePointTT-Semi.woff2 woff2 swap
Size 20 KB
Load time 67 ms
Start 197 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 ~491 KB and ~982 ms

A+
JS Bundles
9 scripts, 0 KB unused
PASS
9 scripts, 0 KB unused
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://firepoint.technology/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js1 KB1st
https://firepoint.technology/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d2 KB1st
https://firepoint.technology/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec3 KB1st
https://firepoint.technology/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.64 KB1st
https://firepoint.technology/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.65 KB1st
https://firepoint.technology/wp-content/themes/fire/src/js/vendors/gsap.min.js?ver=176545367929 KB1st
https://firepoint.technology/wp-content/themes/fire/src/js/vendors/ScrollTrigger.min.js?ver=176545372718 KB1st
https://firepoint.technology/wp-content/themes/fire/assets/js/main.js?ver=17798978064 KB1st
https://challenges.cloudflare.com/turnstile/v0/g/aae2b9a1c261/api.js26 KB3rd
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Compression Algorithm
Main response uses brotli
PASS
Main response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
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+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: accept-encoding
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::
`Last-Modified` present -- timestamp-based conditional GET supported
Consider also setting `ETag` for stronger revalidation -- ETags are content hashes that don't suffer from clock-skew or DST issues. Last-Modified alone is functional for conditional GETs and not a bug.
A+
HTTP Caching
max-age=14400 (4 hours)
PASS
max-age=14400 (4 hours)
Info::
Cache-Control header is set
Got: max-age=14400
Info::
Effective TTL: 4 hours (max-age=14400)
Info::
Last-Modified header present
Cache-Control

max-age=14400

DirectiveValueMeaning
max-age14400Cache for 4 hours
Effective TTL: 14400 seconds
Network Waterfall
34 requests over 465ms
INFO
0 ms 500 ms 1.0 s 1.5 s FCP 310 ms LCP 1.6 shttps://firepoint.technology// https://firepoint.technology/ — 200 — 11.2 KiB — 71 ms — h2https://firepoint.technology/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.6/wp-content/plugins/contact-form-7/... https://firepoint.technology/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.6 — 200 — 1.3 KiB — 34 ms — h2https://firepoint.technology/wp-content/themes/fire/style.css/wp-content/themes/fire/style.css https://firepoint.technology/wp-content/themes/fire/style.css — 200 — 530 B — 27 ms — h2https://firepoint.technology/wp-content/themes/fire/assets/css/style.css?ver=1781249741/wp-content/themes/fire/assets/css/... https://firepoint.technology/wp-content/themes/fire/assets/css/style.css?ver=1781249741 — 200 — 76.0 KiB — 65 ms — h2https://firepoint.technology/wp-content/uploads/2026/05/frame-1.png/wp-content/uploads/2026/05/frame-1... https://firepoint.technology/wp-content/uploads/2026/05/frame-1.png — 200 — 625.5 KiB — 107 ms — h2https://firepoint.technology/wp-content/uploads/2025/10/logo-1.svg/wp-content/uploads/2025/10/logo-1.... https://firepoint.technology/wp-content/uploads/2025/10/logo-1.svg — 200 — 3.7 KiB — 86 ms — h2https://firepoint.technology/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js/cdn-cgi/scripts/5c5dd728/cloudflar... https://firepoint.technology/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 940 B — 21 ms — h2https://firepoint.technology/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d/wp-includes/js/dist/hooks.min.js?v... https://firepoint.technology/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d — 200 — 2.2 KiB — 83 ms — h2https://firepoint.technology/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec/wp-includes/js/dist/i18n.min.js?ve... https://firepoint.technology/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec — 200 — 3.3 KiB — 83 ms — h2https://firepoint.technology/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.6/wp-content/plugins/contact-form-7/... https://firepoint.technology/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.6 — 200 — 3.8 KiB — 83 ms — h2https://firepoint.technology/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.6/wp-content/plugins/contact-form-7/... https://firepoint.technology/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.6 — 200 — 4.6 KiB — 83 ms — h2https://challenges.cloudflare.com/turnstile/v0/api.jschallenges.cloudflare.com/turnstile... https://challenges.cloudflare.com/turnstile/v0/api.js — 302 — 265 B — 54 ms — h3https://firepoint.technology/wp-content/themes/fire/src/js/vendors/gsap.min.js?ver=1765453679/wp-content/themes/fire/src/js/vend... https://firepoint.technology/wp-content/themes/fire/src/js/vendors/gsap.min.js?ver=1765453679 — 200 — 29.4 KiB — 83 ms — h2https://firepoint.technology/wp-content/themes/fire/src/js/vendors/ScrollTrigger.min.js?ver=1765453727/wp-content/themes/fire/src/js/vend... https://firepoint.technology/wp-content/themes/fire/src/js/vendors/ScrollTrigger.min.js?ver=1765453727 — 200 — 18.2 KiB — 91 ms — h2https://firepoint.technology/wp-content/themes/fire/assets/js/main.js?ver=1779897806/wp-content/themes/fire/assets/js/m... https://firepoint.technology/wp-content/themes/fire/assets/js/main.js?ver=1779897806 — 200 — 4.4 KiB — 91 ms — h2https://firepoint.technology/wp-content/uploads/2026/05/website-video_jan2026_960x540_final_clean2-cbr-2-2-1.mp4/wp-content/uploads/2026/05/website... https://firepoint.technology/wp-content/uploads/2026/05/website-video_jan2026_960x540_final_clean2-cbr-2-2-1.mp4 — 206 — 5.0 MiB — 50 ms — h2https://challenges.cloudflare.com/turnstile/v0/g/aae2b9a1c261/api.jschallenges.cloudflare.com/turnstile... https://challenges.cloudflare.com/turnstile/v0/g/aae2b9a1c261/api.js — 200 — 26.2 KiB — 25 ms — h3data:image/svg+xml,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3…www.w3… data:image/svg+xml,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3…www.w3… data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3… — 200 — 0 B — 0 ms — datahttps://firepoint.technology/wp-content/uploads/2025/11/fp-logo.svg/wp-content/uploads/2025/11/fp-logo... https://firepoint.technology/wp-content/uploads/2025/11/fp-logo.svg — 200 — 3.7 KiB — 71 ms — h2https://firepoint.technology/wp-content/uploads/2026/08/baner-web_dalo_1440x680.jpg-1-768x363.jpeg/wp-content/uploads/2026/08/baner-w... https://firepoint.technology/wp-content/uploads/2026/08/baner-web_dalo_1440x680.jpg-1-768x363.jpeg — 200 — 39.0 KiB — 39 ms — h2https://firepoint.technology/wp-content/uploads/2026/07/403h268.png/wp-content/uploads/2026/07/403h268... https://firepoint.technology/wp-content/uploads/2026/07/403h268.png — 200 — 218.8 KiB — 76 ms — h2https://firepoint.technology/wp-content/uploads/2026/06/img_9315.jpg-768x512.jpeg/wp-content/uploads/2026/06/img_931... https://firepoint.technology/wp-content/uploads/2026/06/img_9315.jpg-768x512.jpeg — 200 — 54.6 KiB — 79 ms — h2https://firepoint.technology/wp-content/uploads/2025/12/t_fp-1-1-scaled.png/wp-content/uploads/2025/12/t_fp-1-... https://firepoint.technology/wp-content/uploads/2025/12/t_fp-1-1-scaled.png — 200 — 635.0 KiB — 135 ms — h2https://firepoint.technology/wp-content/uploads/2025/12/t_fp-5-1-scaled.png/wp-content/uploads/2025/12/t_fp-5-... https://firepoint.technology/wp-content/uploads/2025/12/t_fp-5-1-scaled.png — 200 — 522.5 KiB — 162 ms — h2https://firepoint.technology/wp-content/uploads/2025/12/t_fp-7-1-scaled.png/wp-content/uploads/2025/12/t_fp-7-... https://firepoint.technology/wp-content/uploads/2025/12/t_fp-7-1-scaled.png — 200 — 407.6 KiB — 170 ms — h2https://firepoint.technology/wp-content/uploads/2025/12/t_fp-9-1-scaled.png/wp-content/uploads/2025/12/t_fp-9-... https://firepoint.technology/wp-content/uploads/2025/12/t_fp-9-1-scaled.png — 200 — 468.8 KiB — 205 ms — h2https://firepoint.technology/wp-content/themes/fire/assets/fonts/IBMPlexMono-Medium.ttf/wp-content/themes/fire/assets/font... https://firepoint.technology/wp-content/themes/fire/assets/fonts/IBMPlexMono-Medium.ttf — 200 — 132.2 KiB — 62 ms — h2https://firepoint.technology/wp-content/themes/fire/assets/fonts/FirePointTT-Bold.woff2/wp-content/themes/fire/assets/font... https://firepoint.technology/wp-content/themes/fire/assets/fonts/FirePointTT-Bold.woff2 — 200 — 19.7 KiB — 61 ms — h2https://firepoint.technology/wp-content/themes/fire/assets/fonts/IBMPlexMono-SemiBold.ttf/wp-content/themes/fire/assets/font... https://firepoint.technology/wp-content/themes/fire/assets/fonts/IBMPlexMono-SemiBold.ttf — 200 — 135.7 KiB — 63 ms — h2
0 ms 500 ms 1.0 s 1.5 s FCP 310 ms LCP 1.6 shttps://firepoint.technology// https://firepoint.technology/ — 200 — 11.2 KiB — 71 ms — h2https://firepoint.technology/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.6/wp-content/plugins/contact-form-7/... https://firepoint.technology/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.6 — 200 — 1.3 KiB — 34 ms — h2https://firepoint.technology/wp-content/themes/fire/style.css/wp-content/themes/fire/style.css https://firepoint.technology/wp-content/themes/fire/style.css — 200 — 530 B — 27 ms — h2https://firepoint.technology/wp-content/themes/fire/assets/css/style.css?ver=1781249741/wp-content/themes/fire/assets/css/... https://firepoint.technology/wp-content/themes/fire/assets/css/style.css?ver=1781249741 — 200 — 76.0 KiB — 65 ms — h2https://firepoint.technology/wp-content/uploads/2026/05/frame-1.png/wp-content/uploads/2026/05/frame-1... https://firepoint.technology/wp-content/uploads/2026/05/frame-1.png — 200 — 625.5 KiB — 107 ms — h2https://firepoint.technology/wp-content/uploads/2025/10/logo-1.svg/wp-content/uploads/2025/10/logo-1.... https://firepoint.technology/wp-content/uploads/2025/10/logo-1.svg — 200 — 3.7 KiB — 86 ms — h2https://firepoint.technology/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js/cdn-cgi/scripts/5c5dd728/cloudflar... https://firepoint.technology/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 940 B — 21 ms — h2https://firepoint.technology/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d/wp-includes/js/dist/hooks.min.js?v... https://firepoint.technology/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d — 200 — 2.2 KiB — 83 ms — h2https://firepoint.technology/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec/wp-includes/js/dist/i18n.min.js?ve... https://firepoint.technology/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec — 200 — 3.3 KiB — 83 ms — h2https://firepoint.technology/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.6/wp-content/plugins/contact-form-7/... https://firepoint.technology/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.6 — 200 — 3.8 KiB — 83 ms — h2https://firepoint.technology/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.6/wp-content/plugins/contact-form-7/... https://firepoint.technology/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.6 — 200 — 4.6 KiB — 83 ms — h2https://challenges.cloudflare.com/turnstile/v0/api.jschallenges.cloudflare.com/turnstile... https://challenges.cloudflare.com/turnstile/v0/api.js — 302 — 265 B — 54 ms — h3https://firepoint.technology/wp-content/themes/fire/src/js/vendors/gsap.min.js?ver=1765453679/wp-content/themes/fire/src/js/vend... https://firepoint.technology/wp-content/themes/fire/src/js/vendors/gsap.min.js?ver=1765453679 — 200 — 29.4 KiB — 83 ms — h2https://firepoint.technology/wp-content/themes/fire/src/js/vendors/ScrollTrigger.min.js?ver=1765453727/wp-content/themes/fire/src/js/vend... https://firepoint.technology/wp-content/themes/fire/src/js/vendors/ScrollTrigger.min.js?ver=1765453727 — 200 — 18.2 KiB — 91 ms — h2https://firepoint.technology/wp-content/themes/fire/assets/js/main.js?ver=1779897806/wp-content/themes/fire/assets/js/m... https://firepoint.technology/wp-content/themes/fire/assets/js/main.js?ver=1779897806 — 200 — 4.4 KiB — 91 ms — h2https://firepoint.technology/wp-content/uploads/2026/05/website-video_jan2026_960x540_final_clean2-cbr-2-2-1.mp4/wp-content/uploads/2026/05/website... https://firepoint.technology/wp-content/uploads/2026/05/website-video_jan2026_960x540_final_clean2-cbr-2-2-1.mp4 — 206 — 5.0 MiB — 50 ms — h2https://challenges.cloudflare.com/turnstile/v0/g/aae2b9a1c261/api.jschallenges.cloudflare.com/turnstile... https://challenges.cloudflare.com/turnstile/v0/g/aae2b9a1c261/api.js — 200 — 26.2 KiB — 25 ms — h3data:image/svg+xml,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3…www.w3… data:image/svg+xml,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3…www.w3… data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3… — 200 — 0 B — 0 ms — datahttps://firepoint.technology/wp-content/uploads/2025/11/fp-logo.svg/wp-content/uploads/2025/11/fp-logo... https://firepoint.technology/wp-content/uploads/2025/11/fp-logo.svg — 200 — 3.7 KiB — 71 ms — h2https://firepoint.technology/wp-content/uploads/2026/08/baner-web_dalo_1440x680.jpg-1-768x363.jpeg/wp-content/uploads/2026/08/baner-w... https://firepoint.technology/wp-content/uploads/2026/08/baner-web_dalo_1440x680.jpg-1-768x363.jpeg — 200 — 39.0 KiB — 39 ms — h2https://firepoint.technology/wp-content/uploads/2026/07/403h268.png/wp-content/uploads/2026/07/403h268... https://firepoint.technology/wp-content/uploads/2026/07/403h268.png — 200 — 218.8 KiB — 76 ms — h2https://firepoint.technology/wp-content/uploads/2026/06/img_9315.jpg-768x512.jpeg/wp-content/uploads/2026/06/img_931... https://firepoint.technology/wp-content/uploads/2026/06/img_9315.jpg-768x512.jpeg — 200 — 54.6 KiB — 79 ms — h2https://firepoint.technology/wp-content/uploads/2025/12/t_fp-1-1-scaled.png/wp-content/uploads/2025/12/t_fp-1-... https://firepoint.technology/wp-content/uploads/2025/12/t_fp-1-1-scaled.png — 200 — 635.0 KiB — 135 ms — h2https://firepoint.technology/wp-content/uploads/2025/12/t_fp-5-1-scaled.png/wp-content/uploads/2025/12/t_fp-5-... https://firepoint.technology/wp-content/uploads/2025/12/t_fp-5-1-scaled.png — 200 — 522.5 KiB — 162 ms — h2https://firepoint.technology/wp-content/uploads/2025/12/t_fp-7-1-scaled.png/wp-content/uploads/2025/12/t_fp-7-... https://firepoint.technology/wp-content/uploads/2025/12/t_fp-7-1-scaled.png — 200 — 407.6 KiB — 170 ms — h2https://firepoint.technology/wp-content/uploads/2025/12/t_fp-9-1-scaled.png/wp-content/uploads/2025/12/t_fp-9-... https://firepoint.technology/wp-content/uploads/2025/12/t_fp-9-1-scaled.png — 200 — 468.8 KiB — 205 ms — h2https://firepoint.technology/wp-content/themes/fire/assets/fonts/IBMPlexMono-Medium.ttf/wp-content/themes/fire/assets/font... https://firepoint.technology/wp-content/themes/fire/assets/fonts/IBMPlexMono-Medium.ttf — 200 — 132.2 KiB — 62 ms — h2https://firepoint.technology/wp-content/themes/fire/assets/fonts/FirePointTT-Bold.woff2/wp-content/themes/fire/assets/font... https://firepoint.technology/wp-content/themes/fire/assets/fonts/FirePointTT-Bold.woff2 — 200 — 19.7 KiB — 61 ms — h2https://firepoint.technology/wp-content/themes/fire/assets/fonts/IBMPlexMono-SemiBold.ttf/wp-content/themes/fire/assets/font... https://firepoint.technology/wp-content/themes/fire/assets/fonts/IBMPlexMono-SemiBold.ttf — 200 — 135.7 KiB — 63 ms — h2https://firepoint.technology/wp-content/themes/fire/assets/fonts/IBMPlexMono-Regular.ttf/wp-content/themes/fire/assets/font... https://firepoint.technology/wp-content/themes/fire/assets/fonts/IBMPlexMono-Regular.ttf — 200 — 131.6 KiB — 67 ms — h2https://firepoint.technology/wp-content/themes/fire/assets/fonts/IBMPlexSans-Medium.ttf/wp-content/themes/fire/assets/font... https://firepoint.technology/wp-content/themes/fire/assets/fonts/IBMPlexSans-Medium.ttf — 200 — 213.8 KiB — 68 ms — h2https://firepoint.technology/wp-content/themes/fire/assets/fonts/FirePointTT-Semi.woff2/wp-content/themes/fire/assets/font... https://firepoint.technology/wp-content/themes/fire/assets/fonts/FirePointTT-Semi.woff2 — 200 — 19.6 KiB — 67 ms — h2https://firepoint.technology/wp-content/uploads/2026/05/favicon-2-150x150.png/wp-content/uploads/2026/05/favicon... https://firepoint.technology/wp-content/uploads/2026/05/favicon-2-150x150.png — 200 — 9.5 KiB — 58 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-07-20 — 2026-08-16)

LCP (p75)

804 ms

97% good

INP (p75)

70 ms

98% good

CLS (p75)

0.000

97% good

FCP (p75)

780 ms

TTFB (p75)

614 ms

This origin passes Core Web Vitals assessment
Image Optimization
12 images, 945 KB total, 73 KB wasted
INFO

Image Optimization Audit

Total Images

12

Total Size

945 KB

Oversized

2

Wasted

73 KB

9 missing dimensions 1 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