Skip to content
https://www.heroku.com

Performance

· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
68
GRADE
D
FIX
3
REVIEW
3
PASS
6
INFO
2

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

96
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.
85
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.

541 ms

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

851 ms

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

45 ms

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

0.013

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

1.96 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

3.31 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
14
6 PASS 3 REVIEW 3 FIX
F
Page Weight Budget
Action
2.9 MB transferred, 120 requests
FIX
2.9 MB transferred, 120 requests
Warning::
Page weighs 6.9 MB (2.9 MB transferred)
Warning::
JavaScript is 1.7 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.7 MB
Info::
Fonts are 391 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 391 KB
Warning::
120 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.61 g CO2 per page load
2.9 MB / 2.4 MB budget
2.9 MB transferred
120 requests
0.61 g CO2 per page load
JavaScript 1.7 MiB 59%
Other 433.2 KiB 15%
Fonts 391.1 KiB 13%
Images 176.5 KiB 6%
CSS 132.8 KiB 4%
HTML 71.1 KiB 2%
Other 9.5 KiB 0%
Other 934 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
72% third-party, 0 ms blocking
FIX
72% third-party, 0 ms blocking
Warning::
Third-party code accounts for 72% of page weight (2.1 MiB of 2.9 MiB)
Info::
Third-party blocking time is low (0 ms)
28%
72%
First-party Third-party
F
JS Bundles
Action
45 scripts, 950 KB unused
FIX
45 scripts, 950 KB unused
Warning::
https://www0.assets.heroku.com/cookies/2025.11.20/...: 243 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/kUYUkUl...: 179 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/kUYUkUl...: 179 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/kUYUkUl...: 179 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-JD2...: 78 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 950 KB
950 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www0.assets.heroku.com/cookies/2025.11.20/oneTrust_production/scripttemplates/202408.1.0/otBannerSdk.js454 KB243 KB (54%)3rd
https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js0 KB179 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js363 KB179 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js363 KB179 KB (49%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-JD26176 KB78 KB (44%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-11401269165&cx=c&gtm=4e6411143 KB55 KB (38%)3rd
https://www.heroku.com/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.540 KB38 KB (97%)1st
https://www.heroku.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/view/general.min.js?ver=6.5.134 KB1st
https://www.heroku.com/wp-content/plugins/megamenu-pro/assets/public.js?ver=2.4.25 KB1st
https://cdn.parsely.com/keys/heroku.com/p.js?ver=3.22.122 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

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
Image Optimization
Action
46 images, 0 KB saveable
REVIEW
46 images, 0 KB saveable
Warning::
https://www.heroku.com/wp-content/uploads/2025/02/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.heroku.com/wp-content/uploads/2025/02/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.heroku.com/wp-content/uploads/2025/02/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.heroku.com/wp-content/uploads/2025/02/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.heroku.com/wp-content/uploads/2025/02/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.heroku.com/wp-content/uploads/2025/02/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.heroku.com/wp-content/uploads/2025/02/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.heroku.com/wp-content/uploads/2025/04/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.heroku.com/wp-content/uploads/2025/02/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.heroku.com/wp-content/uploads/2025/02/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.heroku.com/wp-content/uploads/2025/02/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.heroku.com/wp-content/uploads/2025/02/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.heroku.com/wp-content/uploads/2025/02/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.heroku.com/wp-content/uploads/2025/02/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.heroku.com/wp-content/uploads/2025/02/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.heroku.com/wp-content/uploads/2025/02/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.heroku.com/wp-content/uploads/2025/02/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.heroku.com/wp-content/uploads/2025/02/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.heroku.com/wp-content/uploads/2026/03/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
46 images 176 KB
0 oversized -0 KB
8 legacy format
20 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

Performance issues directly impact user engagement and conversion rates.

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1663ms total JS execution
REVIEW
1663ms total JS execution
Warning::
https://www.heroku.com/: 469ms CPU time
Warning::
https://www.heroku.com/wp-includes/js/jquery/jquer...: 398ms CPU time
Warning::
https://www.gstatic.com/recaptcha/releases/kUYUkUl...: 271ms CPU time
Info::
Unattributable: 248ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-JD2...: 105ms CPU time
Info::
Third-party scripts: 796ms (48% of total)

Main Thread Breakdown

Script Evaluation 50% Style & Layout 19% Other 18% Script Parsing & Compilation 6% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://www.heroku.com/469ms10ms3ms1st
https://www.heroku.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1398ms308ms3ms1st
https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js271ms233ms30ms3rd
Unattributable248ms28ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-JD26105ms74ms18ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-11401269165&cx=c&gtm=4e641190ms75ms14ms3rd
https://www0.assets.heroku.com/cookies/2025.11.20/oneTrust_production/scripttemplates/202408.1.0/otBannerSdk.js82ms53ms14ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
9 fonts (391 KB)
PASS
9 fonts (391 KB)
Info::
9 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

9

391 KB total

Render-blocking

0

of 9

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 541 ms LCP 851 mshttps://www.heroku.com/wp-content/themes/orbitmedia-elementor/resources/fonts/SalesforceSans-Regular.woff2SalesforceSans-Regular.... https://www.heroku.com/wp-content/themes/orbitmedia-elementor/resources/fonts/SalesforceSans-Regular.woff2 — 27.3 KiB — 0 ms — font-display: swaphttps://www.heroku.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://www.heroku.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2 — 76.7 KiB — 0 ms — font-display: swaphttps://www.heroku.com/wp-content/themes/orbitmedia-elementor/resources/fonts/SalesforceSans-Bold.woff2SalesforceSans-Bold.woff2 https://www.heroku.com/wp-content/themes/orbitmedia-elementor/resources/fonts/SalesforceSans-Bold.woff2 — 27.3 KiB — 0 ms — font-display: swaphttps://www.heroku.com/wp-content/uploads/2025/01/bentonsans-medium-707aee2a59a7364edde03afc7a5c1dab53cda95864b5a283795369fcf2c30787-1.woff2bentonsans-medium-707ae... https://www.heroku.com/wp-content/uploads/2025/01/bentonsans-medium-707aee2a59a7364edde03afc7a5c1dab53cda95864b5a283795369fcf2c30787-1.woff2 — 26.5 KiB — 0 ms — font-display: swaphttps://www.heroku.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://www.heroku.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2 — 80.1 KiB — 0 ms — font-display: swaphttps://www.heroku.com/wp-content/uploads/2025/03/bentonsans-regular.woff2bentonsans-regular.woff2 https://www.heroku.com/wp-content/uploads/2025/03/bentonsans-regular.woff2 — 25.2 KiB — 0 ms — font-display: swaphttps://www.heroku.com/wp-content/themes/orbitmedia-elementor/resources/fonts/AvantGardeForSalesforceW05-Dm.woff2AvantGardeForSalesforce... https://www.heroku.com/wp-content/themes/orbitmedia-elementor/resources/fonts/AvantGardeForSalesforceW05-Dm.woff2 — 66.8 KiB — 0 ms — font-display: swaphttps://www.heroku.com/wp-content/themes/orbitmedia-elementor/resources/fonts/SalesforceSans-Semibold.woff2SalesforceSans-Semibold... https://www.heroku.com/wp-content/themes/orbitmedia-elementor/resources/fonts/SalesforceSans-Semibold.woff2 — 27.3 KiB — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 0 ms — font-display: swap
SalesforceSans-Regular.... woff2 swap
Size 27 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 77 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
SalesforceSans-Bold.woff2 woff2 swap
Size 27 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
bentonsans-medium-707ae... woff2 swap
Size 26 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
fa-brands-400.woff2 woff2 swap
Size 80 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
bentonsans-regular.woff2 woff2 swap
Size 25 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
AvantGardeForSalesforce... woff2 swap
Size 67 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
SalesforceSans-Semibold... woff2 swap
Size 27 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 0 ms
Start 0 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)
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
HTTP Caching
max-age=3600 (1 hour)
PASS
max-age=3600 (1 hour)
Info::
Cache-Control header is set
Got: public, max-age=3600
Info::
Effective TTL: 1 hour (max-age=3600)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

public, max-age=3600

DirectiveValueMeaning
publicAny cache may store this response
max-age3600Cache for 1 hour
Effective TTL: 3600 seconds
Network Waterfall
120 requests over 0ms
INFO

Performance analysis not available for this result.

Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
48% of JavaScript execution is third-party
First-party Third-party 796ms · 774KB · $8/mo
www.gstatic.com
Other
Costly
Execution 271ms
Transfer 0 KB
Unused 49%
Monthly Cost $3/mo
Unattributable
Other
Costly
Execution 248ms
Transfer 0 KB
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 105ms
Transfer 176 KB
Unused 44%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 90ms
Transfer 143 KB
Unused 38%
Monthly Cost $1/mo
www0.assets.heroku.com
Other
Optional
Execution 82ms
Transfer 454 KB
Unused 54%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.gstatic.com adds 271ms and costs ~$3/month
  • Unattributable adds 248ms and costs ~$3/month

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

Why this matters

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

Learn more

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

Source: web.dev / HTTP Archive Web Almanac

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

54% of www0.assets.heroku.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback