Performance
· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
6.06 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
46.88 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
692 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.
14.63 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.
49.92 s
Page Load Progression
FPage Weight BudgetAction14.7 MB transferred, 353 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
FJS Execution CostAction7771ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://conengagroup.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 1603ms | 972ms | 39ms | 1st |
| https://conengagroup.com/wp-content/plugins/fusion-builder/assets/js/min/library/ScrollTrigger.js?ver=3.15.6 | 1240ms | 172ms | 30ms | 1st |
| Unattributable | 1149ms | 18ms | 0ms | 1st |
| https://conengagroup.com/en/ | 833ms | 19ms | 15ms | 1st |
| https://conengagroup.com/wp-content/plugins/fusion-builder/assets/js/min/library/gsap.js?ver=3.15.6 | 824ms | 132ms | 26ms | 1st |
| https://conengagroup.com/ | 701ms | 24ms | 12ms | 1st |
| https://conengagroup.com/wp-content/plugins/sitepress-multilingual-cms/dist/js/browser-redirect/app.js?ver=495000 | 608ms | 533ms | 75ms | 1st |
| https://conengagroup.com/wp-content/themes/Avada/includes/lib/assets/min/js/library/swiper.js?ver=11.2.5 | 260ms | 128ms | 56ms | 1st |
| https://conengagroup.com/wp-content/themes/Avada/includes/lib/assets/min/js/library/modernizr.js?ver=3.3.1 | 154ms | 101ms | 11ms | 1st |
| https://matomo.conengagroup.com/matomo.js | 125ms | 119ms | 6ms | 3rd |
Showing top 10 of 13 scripts
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization101 images, 0 KB saveableREVIEW
CJS BundlesAction139 scripts, 242 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://matomo.conengagroup.com/matomo.js | 67 KB | 37 KB (56%) | ✓ | 3rd |
| https://conengagroup.com/wp-content/plugins/sitepress-multilingual-cms/dist/js/browser-redirect/app.js?ver=495000 | 59 KB | 29 KB (50%) | ✓ | 1st |
| https://conengagroup.com/wp-content/plugins/sitepress-multilingual-cms/dist/js/browser-redirect/app.js?ver=495000 | 0 KB | 29 KB (50%) | ✓ | 1st |
| https://conengagroup.com/wp-content/themes/Avada/includes/lib/assets/min/js/library/swiper.js?ver=11.2.5 | 51 KB | 29 KB (56%) | ✓ | 1st |
| https://conengagroup.com/wp-content/themes/Avada/includes/lib/assets/min/js/library/swiper.js?ver=11.2.5 | 0 KB | 29 KB (56%) | ✓ | 1st |
| https://conengagroup.com/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.ilightbox.js?ver=2.2.3 | 0 KB | 25 KB (86%) | ✓ | 1st |
| https://conengagroup.com/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.ilightbox.js?ver=2.2.3 | 30 KB | 25 KB (86%) | ✓ | 1st |
| https://conengagroup.com/wp-content/plugins/fusion-builder/assets/js/min/library/gsap.js?ver=3.15.6 | 31 KB | 20 KB (67%) | ✓ | 1st |
| https://conengagroup.com/wp-content/plugins/fusion-builder/assets/js/min/library/gsap.js?ver=3.15.6 | 0 KB | 20 KB (67%) | ✓ | 1st |
| https://conengagroup.com/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-video.js?ver=3.15.6 | 1 KB | — | ✓ | 1st |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
BCompression AlgorithmMain response uses gzip; brotli would be ~20% smallerREVIEW
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
CPage Weight InventoryAction353 resources · 14.7 MB · 242 KB savings availableREVIEW
~242.0 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 353 resources | 14.7 MiB | ||||||
BJavaScript Blocking2 JS blocking issue(s) detectedREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Third-Party Impact0% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (161 KB)PASS
Web fonts
7
161 KB total
Render-blocking
0
of 7
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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 ~7 KB and ~14 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints1 hints, 0 missing preconnectsPASS
Current Resource Hints
1 resource hints configured
A+LCP Image PreloadLCP preload audit not availablePASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+CSS Performance DepthNo CSS performance depth issues detectedPASS
Network Waterfall353 requests over 2031msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Matomo matomo.conengagroup.com | Analytics | 125ms | 67 KB | 56% | €1/mo | Optional |
56% of Matomo's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Image Optimization110 images, 12620 KB total, 639 KB wastedINFO
Image Optimization Audit
Total Images
110
Total Size
12620 KB
Oversized
6
Wasted
639 KB