Skip to content
https://trustindex.io

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
70
GRADE
C
FIX
4
REVIEW
3
PASS
6
INFO
2

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

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

1.08 s

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

3.22 s

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

44 ms

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

0.011

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

1.48 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.94 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
15
6 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
4.5 MB transferred, 144 requests
FIX
4.5 MB transferred, 144 requests
Critical::
Page weighs 7.7 MB (4.5 MB transferred)
Warning::
Images are 3.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.3 MB
Warning::
JavaScript is 682 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 682 KB
Info::
Fonts are 301 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 301 KB
Warning::
144 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.94 g CO2 per page load
4.5 MB / 2.4 MB budget
4.5 MB transferred
144 requests
0.94 g CO2 per page load
Images 3.3 MiB 74%
JavaScript 681.6 KiB 15%
Fonts 301.4 KiB 7%
CSS 110.8 KiB 2%
Other 38.4 KiB 1%
HTML 33.3 KiB 1%
Other 10.7 KiB 0%
Other 8.8 KiB 0%
Other 260 B 0%
Other 0 B 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

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
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (4.4 MiB of 4.5 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
31 scripts, 343 KB unused
FIX
31 scripts, 343 KB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-TMB...: 77 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 70 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-DGL6...: 67 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.trustindex.io/wp-content/themes/trusti...: 23 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.trustindex.io/wp-content/themes/trusti...: 23 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 343 KB
343 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-TMBHH2C147 KB77 KB (53%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-16751295929&cx=c&gtm=4e64h1146 KB70 KB (48%)3rd
https://www.googletagmanager.com/gtag/js?id=G-DGL6KLFTVT&cx=c&gtm=4e64h1177 KB67 KB (38%)3rd
https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/js/jquery.min.js?ver=130 KB23 KB (76%)3rd
https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/js/jquery.min.js?ver=10 KB23 KB (76%)3rd
https://www.trustindex.io/wp-includes/js/jquery/jquery.min.js?ver=3.7.10 KB21 KB (72%)3rd
https://www.trustindex.io/wp-includes/js/jquery/jquery.min.js?ver=3.7.130 KB21 KB (72%)3rd
https://cdn.trustindex.io/loader.js?662400c4314a960f55262c4ec0a0 KB20 KB (97%)3rd
https://cdn.trustindex.io/loader.js?662400c4314a960f55262c4ec0a21 KB20 KB (97%)3rd
https://www.trustindex.io/wp-includes/js/hoverIntent.min.js?ver=1.10.20 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

D
Page Weight Inventory
Action
144 resources · 4.5 MB · 343 KB savings available
FIX
144 resources · 4.5 MB · 343 KB savings available
Warning::
Page weight 3.5 MB over 1MB target
Got: 4.5 MB Expected: ≤ 1 MB
Info::
~343 KB of savings available
Warning::
143 third-party resources (100% of weight)
Info::
3 resources over 200KB
144 resources · 4.5 MiB · 143 third-party 3.5 MiB over 1MB target
Image 74% · 3.3 MiB
JavaScript 15% · 681.6 KiB
Font 7% · 301.4 KiB
CSS 2% · 110.8 KiB
Document 1% · 48.8 KiB
Other 1% · 33.8 KiB

~342.8 KiB of savings available

Remove unused JavaScript: 342.8 KiB
C
Image Optimization
Action
42 images, 0 KB saveable
REVIEW
42 images, 0 KB saveable
Warning::
https://www.trustindex.io/wp-content/themes/trusti... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.trustindex.io/wp-content/themes/trusti... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.trustindex.io/wp-content/themes/trusti... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.trustindex.io/wp-content/themes/trusti... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.trustindex.io/wp-content/themes/trusti... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.trustindex.io/wp-content/themes/trusti... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.trustindex.io/wp-content/themes/trusti... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.trustindex.io/wp-content/themes/trusti... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.trustindex.io/wp-content/themes/trusti... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.trustindex.io/assets/platform/Trustind... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.trustindex.io/wp-content/themes/trusti... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.trustindex.io/wp-content/themes/trusti... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
42 images 3.2 MB
0 oversized -0 KB
33 legacy format
12 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

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
1338ms total JS execution
REVIEW
1338ms total JS execution
Warning::
Unattributable: 364ms CPU time
Warning::
https://www.trustindex.io/: 270ms CPU time
Info::
https://cdn.trustindex.io/loader.js?662400c4314a96...: 195ms CPU time
Info::
https://www.trustindex.io/wp-content/themes/trusti...: 135ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-DGL6...: 110ms CPU time
Warning::
Third-party scripts: 1338ms (100% of total)

Main Thread Breakdown

Script Evaluation 34% Other 26% Style & Layout 23% Script Parsing & Compilation 7% Parse HTML & CSS 5% Rendering 4%
ScriptTotalScriptingParse/CompileParty
Unattributable364ms13ms0ms3rd
https://www.trustindex.io/270ms9ms1ms3rd
https://cdn.trustindex.io/loader.js?662400c4314a960f55262c4ec0a195ms36ms13ms3rd
https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/js/jquery.min.js?ver=1135ms78ms7ms3rd
https://www.googletagmanager.com/gtag/js?id=G-DGL6KLFTVT&cx=c&gtm=4e64h1110ms85ms23ms3rd
https://cdn-cookieyes.com/client_data/6f37f4c58b86c4781d572e75/banner.js99ms78ms1ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TMBHH2C88ms70ms17ms3rd
https://www.googletagmanager.com/gtag/destination?id=AW-16751295929&cx=c&gtm=4e64h177ms59ms17ms3rd
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
11 fonts (301 KB)
PASS
11 fonts (301 KB)
Info::
11 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

11

301 KB total

Render-blocking

0

of 11

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 FCP 1.1 s LCP 3.2 sdata:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAA…x-font-woff;charset=utf... data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAA… — 31.0 KiB — 261 ms — font-display: swaphttps://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.woff2?t=1734404658139remixicon.woff2 https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.woff2?t=1734404658139 — 173.4 KiB — 52 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2pxiByp8kv8JHgFVrLEj6Z1x... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2 — 7.8 KiB — 24 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2pxiEyp8kv8JHgFVrJJfecnF... https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2 — 7.7 KiB — 30 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2pxiByp8kv8JHgFVrLCz7Z1x... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2 — 7.7 KiB — 42 ms — font-display: swaphttps://fonts.gstatic.com/s/cormorantgaramond/v21/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtImSqn7B6D.woff2co3ZmX5slCNuHLi8bLeY9MK... https://fonts.gstatic.com/s/cormorantgaramond/v21/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtImSqn7B6D.woff2 — 38.4 KiB — 34 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2pxiByp8kv8JHgFVrLGT9Z1x... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2 — 7.6 KiB — 38 ms — font-display: swaphttps://cdn.trustindex.io/assets/fonts/poppins/latin-600.woff2latin-600.woff2 https://cdn.trustindex.io/assets/fonts/poppins/latin-600.woff2 — 8.4 KiB — 70 ms — font-display: swaphttps://cdn.trustindex.io/assets/fonts/poppins/latin.woff2latin.woff2 https://cdn.trustindex.io/assets/fonts/poppins/latin.woff2 — 8.3 KiB — 86 ms — font-display: swaphttps://css.zohocdn.com/salesiq/RESOURCE_BUNDLES/embedfloat/ASSETS_V6/fonts/siq_6qFBvN4YSQR-6jIu-TdH0-Y2mv3M0QrH6Ct6CIB4t4kW16LnYf1-AQb2sFEWBKHL_.ttfsiq_6qFBvN4YSQR-6jIu-Td... https://css.zohocdn.com/salesiq/RESOURCE_BUNDLES/embedfloat/ASSETS_V6/fonts/siq_6qFBvN4YSQR-6jIu-TdH0-Y2mv3M0QrH6Ct6CIB4t4kW16LnYf1-AQb2sFEWBKHL_.ttf — 2.6 KiB — 26 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrJJLucHtAOvWDSA.woff2pxiGyp8kv8JHgFVrJJLucHt... https://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrJJLucHtAOvWDSA.woff2 — 8.5 KiB — 6 ms — font-display: swap
x-font-woff;charset=utf... woff swap
Size 31 KB
Load time 261 ms
Start 550 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
remixicon.woff2 woff2 swap
Size 173 KB
Load time 52 ms
Start 674 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
pxiByp8kv8JHgFVrLEj6Z1x... woff2 swap
Size 8 KB
Load time 24 ms
Start 676 ms
Risk FOUT — text flashes from fallback to web font
pxiEyp8kv8JHgFVrJJfecnF... woff2 swap
Size 8 KB
Load time 30 ms
Start 677 ms
Risk FOUT — text flashes from fallback to web font
pxiByp8kv8JHgFVrLCz7Z1x... woff2 swap
Size 8 KB
Load time 42 ms
Start 678 ms
Risk FOUT — text flashes from fallback to web font
co3ZmX5slCNuHLi8bLeY9MK... woff2 swap
Size 38 KB
Load time 34 ms
Start 678 ms
Risk FOUT — text flashes from fallback to web font
pxiByp8kv8JHgFVrLGT9Z1x... woff2 swap
Size 8 KB
Load time 38 ms
Start 678 ms
Risk FOUT — text flashes from fallback to web font
latin-600.woff2 woff2 swap
Size 8 KB
Load time 70 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
latin.woff2 woff2 swap
Size 8 KB
Load time 86 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
siq_6qFBvN4YSQR-6jIu-Td... ttf swap
Size 3 KB
Load time 26 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
pxiGyp8kv8JHgFVrJJLucHt... woff2 swap
Size 8 KB
Load time 6 ms
Start 1.7 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)

Fixing the unchecked items could save ~97 KB and ~194 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
HTTP Caching
max-age=172800 (2 days)
PASS
max-age=172800 (2 days)
Info::
Cache-Control header is set
Got: max-age=172800, public, s-maxage=172800
Info::
Effective TTL: 2 days (max-age=172800)
Info::
CDN TTL: 2 days (s-maxage=172800)
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present
Cache-Control

max-age=172800, public, s-maxage=172800

DirectiveValueMeaning
max-age172800Cache for 2 days
publicAny cache may store this response
s-maxage172800CDN caches for 2 days
Effective TTL: 172800 seconds
Network Waterfall
144 requests over 1841ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.1 s LCP 3.2 shttps://trustindex.io// https://trustindex.io/ — 200 — 16.6 KiB — 27 ms — h2https://www.trustindex.io/wp-includes/css/dashicons.min.css?ver=6.9.4www.trustindex.io/wp-includes/css/d... https://www.trustindex.io/wp-includes/css/dashicons.min.css?ver=6.9.4 — 200 — 35.5 KiB — 75 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/style.css?ver=1www.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/style.css?ver=1 — 200 — 32.5 KiB — 68 ms — h2https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.css?ver=6.9.4cdnjs.cloudflare.com/ajax/libs/remi... https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.css?ver=6.9.4 — 200 — 15.1 KiB — 69 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css?ver=6.9.4cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css?ver=6.9.4 — 200 — 16.9 KiB — 61 ms — h3https://www.trustindex.io/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.trustindex.io/wp-includes/js/jq... https://www.trustindex.io/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 30.3 KiB — 74 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-02.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-02.png — -1 — 0 B — 267 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-03.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-03.png — -1 — 0 B — 267 ms — https://www.trustindex.io/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.trustindex.io/wp-includes/js/jq... https://www.trustindex.io/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.3 KiB — 54 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-04.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-04.png — -1 — 0 B — 267 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-05.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-05.png — -1 — 0 B — 267 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/js/jquery.min.js?ver=1www.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/js/jquery.min.js?ver=1 — 200 — 30.3 KiB — 79 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-06.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-06.png — -1 — 0 B — 267 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-07.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-07.png — -1 — 0 B — 267 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-08.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-08.png — -1 — 0 B — 266 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/js/bootstrap.bundle.min.js?ver=1www.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/js/bootstrap.bundle.min.js?ver=1 — 200 — 23.9 KiB — 82 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-09.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-09.png — -1 — 0 B — 266 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/promo-img01.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/promo-img01.png — -1 — 0 B — 266 ms — https://cdn.trustindex.io/loader.js?d555d524100470372746f8a086ecdn.trustindex.io/loader.js?d555d52... https://cdn.trustindex.io/loader.js?d555d524100470372746f8a086e — -1 — 0 B — 266 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-01.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-01.png — -1 — 0 B — 266 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-02.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-02.png — -1 — 0 B — 265 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-03.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-03.png — -1 — 0 B — 265 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-04.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-04.png — -1 — 0 B — 265 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-05.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-05.png — -1 — 0 B — 266 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-06.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-06.png — -1 — 0 B — 265 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-07.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-07.png — -1 — 0 B — 265 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-08.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-08.png — -1 — 0 B — 265 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-09.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-09.png — -1 — 0 B — 265 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/js/owl.carousel.min.js?ver=1www.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/js/owl.carousel.min.js?ver=1 — 200 — 11.8 KiB — 74 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/promo-img06.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/promo-img06.png — -1 — 0 B — 265 ms —
0 ms 1.0 s 2.0 s 3.0 s FCP 1.1 s LCP 3.2 shttps://trustindex.io// https://trustindex.io/ — 200 — 16.6 KiB — 27 ms — h2https://www.trustindex.io/wp-includes/css/dashicons.min.css?ver=6.9.4www.trustindex.io/wp-includes/css/d... https://www.trustindex.io/wp-includes/css/dashicons.min.css?ver=6.9.4 — 200 — 35.5 KiB — 75 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/style.css?ver=1www.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/style.css?ver=1 — 200 — 32.5 KiB — 68 ms — h2https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.css?ver=6.9.4cdnjs.cloudflare.com/ajax/libs/remi... https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.css?ver=6.9.4 — 200 — 15.1 KiB — 69 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css?ver=6.9.4cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css?ver=6.9.4 — 200 — 16.9 KiB — 61 ms — h3https://www.trustindex.io/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.trustindex.io/wp-includes/js/jq... https://www.trustindex.io/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 30.3 KiB — 74 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-02.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-02.png — -1 — 0 B — 267 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-03.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-03.png — -1 — 0 B — 267 ms — https://www.trustindex.io/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.trustindex.io/wp-includes/js/jq... https://www.trustindex.io/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.3 KiB — 54 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-04.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-04.png — -1 — 0 B — 267 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-05.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-05.png — -1 — 0 B — 267 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/js/jquery.min.js?ver=1www.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/js/jquery.min.js?ver=1 — 200 — 30.3 KiB — 79 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-06.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-06.png — -1 — 0 B — 267 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-07.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-07.png — -1 — 0 B — 267 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-08.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-08.png — -1 — 0 B — 266 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/js/bootstrap.bundle.min.js?ver=1www.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/js/bootstrap.bundle.min.js?ver=1 — 200 — 23.9 KiB — 82 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-09.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-09.png — -1 — 0 B — 266 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/promo-img01.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/promo-img01.png — -1 — 0 B — 266 ms — https://cdn.trustindex.io/loader.js?d555d524100470372746f8a086ecdn.trustindex.io/loader.js?d555d52... https://cdn.trustindex.io/loader.js?d555d524100470372746f8a086e — -1 — 0 B — 266 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-01.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-01.png — -1 — 0 B — 266 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-02.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-02.png — -1 — 0 B — 265 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-03.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-03.png — -1 — 0 B — 265 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-04.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-04.png — -1 — 0 B — 265 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-05.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-05.png — -1 — 0 B — 266 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-06.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-06.png — -1 — 0 B — 265 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-07.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-07.png — -1 — 0 B — 265 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-08.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-08.png — -1 — 0 B — 265 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-09.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-09.png — -1 — 0 B — 265 ms — https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/js/owl.carousel.min.js?ver=1www.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/js/owl.carousel.min.js?ver=1 — 200 — 11.8 KiB — 74 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/promo-img06.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/promo-img06.png — -1 — 0 B — 265 ms — https://cdn.trustindex.io/assets/js/ti-redirect.min.js?ver=1cdn.trustindex.io/assets/js/ti-redi... https://cdn.trustindex.io/assets/js/ti-redirect.min.js?ver=1 — 200 — 1.5 KiB — 42 ms — h2https://cdn.trustindex.io/assets/platform/Trustindex/logo-dark.svgcdn.trustindex.io/assets/platform/T... https://cdn.trustindex.io/assets/platform/Trustindex/logo-dark.svg — 200 — 2.3 KiB — 39 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/integrations/integra-logo-woocommerce.svgwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/integrations/integra-logo-woocommerce.svg — 200 — 6.7 KiB — 34 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/integrations/integra-logo-wordpress.svgwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/integrations/integra-logo-wordpress.svg — 200 — 6.6 KiB — 32 ms — h2https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swapfonts.googleapis.com/css2?family=Co... https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap — 200 — 1.7 KiB — 76 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/integrations/integra-logo-shopify.svgwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/integrations/integra-logo-shopify.svg — 200 — 6.2 KiB — 13 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/integrations/integra-logo-magento.svgwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/integrations/integra-logo-magento.svg — 200 — 5.2 KiB — 15 ms — h2https://www.trustindex.io/wp-includes/js/hoverIntent.min.js?ver=1.10.2www.trustindex.io/wp-includes/js/ho... https://www.trustindex.io/wp-includes/js/hoverIntent.min.js?ver=1.10.2 — 200 — 1.3 KiB — 12 ms — h2https://www.trustindex.io/wp-content/plugins/megamenu/js/maxmegamenu.js?ver=3.7www.trustindex.io/wp-content/plugin... https://www.trustindex.io/wp-content/plugins/megamenu/js/maxmegamenu.js?ver=3.7 — 200 — 6.8 KiB — 10 ms — h2https://salesiq.zohopublic.eu/widget?wc=siq4f319428e2c2514534e90f03084fd8e33f6561aec524c77922f1f0ac4c697b5csalesiq.zohopublic.eu/widget?wc=siq... https://salesiq.zohopublic.eu/widget?wc=siq4f319428e2c2514534e90f03084fd8e33f6561aec524c77922f1f0ac4c697b5c — 200 — 2.2 KiB — 32 ms — h2https://cdn.trustindex.io/loader.js?662400c4314a960f55262c4ec0acdn.trustindex.io/loader.js?662400c... https://cdn.trustindex.io/loader.js?662400c4314a960f55262c4ec0a — 200 — 21.3 KiB — 14 ms — h2https://cdn.trustindex.io/assets/js/public-site-reg.jscdn.trustindex.io/assets/js/public-... https://cdn.trustindex.io/assets/js/public-site-reg.js — 200 — 4.5 KiB — 6 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/integrations/integra-logo-weebly.svgwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/integrations/integra-logo-weebly.svg — 200 — 7.6 KiB — 18 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/integrations/integra-logo-wix.svgwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/integrations/integra-logo-wix.svg — 200 — 1.9 KiB — 42 ms — h2https://www.trustindex.io/www.trustindex.io/ https://www.trustindex.io/ — 200 — 16.6 KiB — 48 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-01.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-01.png — 200 — 45.5 KiB — 45 ms — h2https://www.trustindex.io/wp-includes/css/dashicons.min.css?ver=6.9.4www.trustindex.io/wp-includes/css/d... https://www.trustindex.io/wp-includes/css/dashicons.min.css?ver=6.9.4 — 200 — 0 B — 49 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/style.css?ver=1www.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/style.css?ver=1 — 200 — 0 B — 41 ms — h2https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.css?ver=6.9.4cdnjs.cloudflare.com/ajax/libs/remi... https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.css?ver=6.9.4 — 200 — 0 B — 42 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css?ver=6.9.4cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css?ver=6.9.4 — 200 — 0 B — 43 ms — h3https://www.trustindex.io/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.trustindex.io/wp-includes/js/jq... https://www.trustindex.io/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 0 B — 48 ms — h2https://www.trustindex.io/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.trustindex.io/wp-includes/js/jq... https://www.trustindex.io/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 0 B — 38 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/js/jquery.min.js?ver=1www.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/js/jquery.min.js?ver=1 — 200 — 0 B — 41 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/js/bootstrap.bundle.min.js?ver=1www.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/js/bootstrap.bundle.min.js?ver=1 — 200 — 0 B — 41 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/js/owl.carousel.min.js?ver=1www.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/js/owl.carousel.min.js?ver=1 — 200 — 0 B — 37 ms — h2https://cdn.trustindex.io/assets/js/ti-redirect.min.js?ver=1cdn.trustindex.io/assets/js/ti-redi... https://cdn.trustindex.io/assets/js/ti-redirect.min.js?ver=1 — 200 — 0 B — 37 ms — h2https://cdn.trustindex.io/assets/platform/Trustindex/logo-dark.svgcdn.trustindex.io/assets/platform/T... https://cdn.trustindex.io/assets/platform/Trustindex/logo-dark.svg — 200 — 0 B — 37 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/integrations/integra-logo-wordpress.svgwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/integrations/integra-logo-wordpress.svg — 200 — 0 B — 37 ms — h2https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swapfonts.googleapis.com/css2?family=Co... https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap — 200 — 0 B — 4 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/integrations/integra-logo-woocommerce.svgwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/integrations/integra-logo-woocommerce.svg — 200 — 0 B — 3 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/integrations/integra-logo-shopify.svgwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/integrations/integra-logo-shopify.svg — 200 — 0 B — 3 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/integrations/integra-logo-magento.svgwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/integrations/integra-logo-magento.svg — 200 — 0 B — 2 ms — h2https://www.trustindex.io/wp-includes/js/hoverIntent.min.js?ver=1.10.2www.trustindex.io/wp-includes/js/ho... https://www.trustindex.io/wp-includes/js/hoverIntent.min.js?ver=1.10.2 — 200 — 0 B — 2 ms — h2https://www.trustindex.io/wp-content/plugins/megamenu/js/maxmegamenu.js?ver=3.7www.trustindex.io/wp-content/plugin... https://www.trustindex.io/wp-content/plugins/megamenu/js/maxmegamenu.js?ver=3.7 — 200 — 0 B — 3 ms — h2https://salesiq.zohopublic.eu/widget?wc=siq4f319428e2c2514534e90f03084fd8e33f6561aec524c77922f1f0ac4c697b5csalesiq.zohopublic.eu/widget?wc=siq... https://salesiq.zohopublic.eu/widget?wc=siq4f319428e2c2514534e90f03084fd8e33f6561aec524c77922f1f0ac4c697b5c — 200 — 0 B — 3 ms — h2https://cdn.trustindex.io/loader.js?662400c4314a960f55262c4ec0acdn.trustindex.io/loader.js?662400c... https://cdn.trustindex.io/loader.js?662400c4314a960f55262c4ec0a — 200 — 0 B — 5 ms — h2https://cdn.trustindex.io/assets/js/public-site-reg.jscdn.trustindex.io/assets/js/public-... https://cdn.trustindex.io/assets/js/public-site-reg.js — 200 — 0 B — 42 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/integrations/integra-logo-weebly.svgwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/integrations/integra-logo-weebly.svg — 200 — 0 B — 46 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/integrations/integra-logo-wix.svgwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/integrations/integra-logo-wix.svg — 200 — 0 B — 46 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-01.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-01.png — 200 — 0 B — 47 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-02.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-02.png — 200 — 0 B — 50 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-03.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-03.png — 200 — 45.2 KiB — 47 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-04.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-04.png — 200 — 108.1 KiB — 68 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-05.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-05.png — 200 — 146.9 KiB — 83 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-06.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-06.png — 200 — 64.7 KiB — 84 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-07.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-07.png — 200 — 49.0 KiB — 77 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-08.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-08.png — 200 — 50.6 KiB — 94 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-09.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/functions-thumb-09.png — 200 — 67.3 KiB — 90 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/promo-img01.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/promo-img01.png — 200 — 577.4 KiB — 254 ms — h2https://cdn.trustindex.io/loader.js?d555d524100470372746f8a086ecdn.trustindex.io/loader.js?d555d52... https://cdn.trustindex.io/loader.js?d555d524100470372746f8a086e — 200 — 21.3 KiB — 41 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-01.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-01.png — 200 — 5.7 KiB — 117 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-02.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-02.png — 200 — 8.7 KiB — 95 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-03.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-03.png — 200 — 7.5 KiB — 97 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-04.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-04.png — 200 — 7.3 KiB — 112 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-05.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-05.png — 200 — 10.7 KiB — 99 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-06.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-06.png — 200 — 7.4 KiB — 102 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-07.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-07.png — 200 — 6.1 KiB — 105 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-08.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-08.png — 200 — 5.3 KiB — 107 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-09.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/clients/client-09.png — 200 — 7.1 KiB — 121 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/promo-img06.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/promo-img06.png — 200 — 71.8 KiB — 125 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-TMBHH2Cwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TMBHH2C — 200 — 146.6 KiB — 128 ms — h2https://cdn.trustindex.io/assets/platform/total.numbercdn.trustindex.io/assets/platform/t... https://cdn.trustindex.io/assets/platform/total.number — 200 — 530 B — 25 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/header-waves.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/header-waves.png — 200 — 870.7 KiB — 155 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/arrow-right-long-line.svgwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/arrow-right-long-line.svg — 200 — 791 B — 119 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/ai-icon.svgwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/ai-icon.svg — 200 — 3.0 KiB — 119 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/promo-bg.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/promo-bg.png — 200 — 165.9 KiB — 127 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/check-icon-01.svgwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/check-icon-01.svg — 200 — 910 B — 115 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/review-waves.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/review-waves.png — 200 — 132.5 KiB — 121 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/support-img-01.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/support-img-01.png — 200 — 796.7 KiB — 198 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/footer-dotted-bg-texture.pngwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/footer-dotted-bg-texture.png — 200 — 75.8 KiB — 122 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/map-pin-2-line.svgwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/map-pin-2-line.svg — 200 — 1.1 KiB — 113 ms — h2https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/mail-open-line.svgwww.trustindex.io/wp-content/themes... https://www.trustindex.io/wp-content/themes/trustindex-theme-2025-03-18/assets/img/mail-open-line.svg — 200 — 1.0 KiB — 115 ms — h2data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff;charse... data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAA… — 200 — 31.0 KiB — 261 ms — datahttps://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.woff2?t=1734404658139cdnjs.cloudflare.com/ajax/libs/remi... https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.woff2?t=1734404658139 — 200 — 173.4 KiB — 52 ms — h3https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2 — 200 — 7.8 KiB — 24 ms — h3https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2 — 200 — 7.7 KiB — 30 ms — h3https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2 — 200 — 7.7 KiB — 42 ms — h3https://fonts.gstatic.com/s/cormorantgaramond/v21/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtImSqn7B6D.woff2fonts.gstatic.com/s/cormorantgaramo... https://fonts.gstatic.com/s/cormorantgaramond/v21/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtImSqn7B6D.woff2 — 200 — 38.4 KiB — 34 ms — h3https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2 — 200 — 7.6 KiB — 38 ms — h3https://cdn.trustindex.io/widgets/66/662400c4314a960f55262c4ec0a/content.htmlcdn.trustindex.io/widgets/66/662400... https://cdn.trustindex.io/widgets/66/662400c4314a960f55262c4ec0a/content.html — 200 — 1.2 KiB — 8 ms — h2https://cdn.trustindex.io/widgets/66/662400c4314a960f55262c4ec0a/content.htmlcdn.trustindex.io/widgets/66/662400... https://cdn.trustindex.io/widgets/66/662400c4314a960f55262c4ec0a/content.html — 200 — 521 B — 12 ms — h2https://cdn.trustindex.io/widgets/d5/d555d524100470372746f8a086e/content.htmlcdn.trustindex.io/widgets/d5/d555d5... https://cdn.trustindex.io/widgets/d5/d555d524100470372746f8a086e/content.html — 200 — 13.3 KiB — 9 ms — h2https://cdn.trustindex.io/widgets/66/662400c4314a960f55262c4ec0a/content.htmlcdn.trustindex.io/widgets/66/662400... https://cdn.trustindex.io/widgets/66/662400c4314a960f55262c4ec0a/content.html — 200 — 521 B — 10 ms — h2https://js.zohocdn.com/salesiq/RESOURCE_BUNDLES/embedfloat/js/float~plain~modern.-n1snenxwC3dTom0m5HXy8IZKEyLXhJfYx634Q9OrCldODuuZFCPXPlAofLLS5cM.jsjs.zohocdn.com/salesiq/RESOURCE_BUN... https://js.zohocdn.com/salesiq/RESOURCE_BUNDLES/embedfloat/js/float~plain~modern.-n1snenxwC3dTom0m5HXy8IZKEyLXhJfYx634Q9OrCldODuuZFCPXPlAofLLS5cM.js — 200 — 33.3 KiB — 95 ms — h2https://css.zohocdn.com/salesiq/RESOURCE_BUNDLES/embedfloat/css/float.lxA5QpOPpkOzdyFrId69TnuMzZxGiKy6v3NVm8TZksItzlyzR4xjf7gPbEoiSDIV.csscss.zohocdn.com/salesiq/RESOURCE_BU... https://css.zohocdn.com/salesiq/RESOURCE_BUNDLES/embedfloat/css/float.lxA5QpOPpkOzdyFrId69TnuMzZxGiKy6v3NVm8TZksItzlyzR4xjf7gPbEoiSDIV.css — 200 — 5.5 KiB — 75 ms — h2https://cdn.trustindex.io/assets/js/richsnippet.js?da65831ge7d04adecdn.trustindex.io/assets/js/richsni... https://cdn.trustindex.io/assets/js/richsnippet.js?da65831ge7d04ade — 200 — 1.5 KiB — 7 ms — h2https://cdn.trustindex.io/assets/widget-presetted-css/v2/27-ligth-border.csscdn.trustindex.io/assets/widget-pre... https://cdn.trustindex.io/assets/widget-presetted-css/v2/27-ligth-border.css — 200 — 3.6 KiB — 13 ms — h2https://cdn.trustindex.io/assets/fonts/poppins/latin-600.woff2cdn.trustindex.io/assets/fonts/popp... https://cdn.trustindex.io/assets/fonts/poppins/latin-600.woff2 — 200 — 8.4 KiB — 70 ms — h2https://cdn.trustindex.io/assets/fonts/poppins/latin.woff2cdn.trustindex.io/assets/fonts/popp... https://cdn.trustindex.io/assets/fonts/poppins/latin.woff2 — 200 — 8.3 KiB — 86 ms — h2https://cdn.trustindex.io/companies/da/da65831ge7d04ade/richsnippet.jsoncdn.trustindex.io/companies/da/da65... https://cdn.trustindex.io/companies/da/da65831ge7d04ade/richsnippet.json — 200 — 5.6 KiB — 137 ms — h2https://cdn.trustindex.io/assets/platform/Default/star/f.svgcdn.trustindex.io/assets/platform/D... https://cdn.trustindex.io/assets/platform/Default/star/f.svg — 200 — 1.3 KiB — 8 ms — h2https://cdn.trustindex.io/assets/platform/Trustindex/logo.svgcdn.trustindex.io/assets/platform/T... https://cdn.trustindex.io/assets/platform/Trustindex/logo.svg — 200 — 2.4 KiB — 11 ms — h2https://salesiq.zohopublic.eu/visitor/v2/channels/website?widgetcode=siq4f319428e2c2514534e90f03084fd8e33f6561aec524c77922f1f0ac4c697b5c&pagetitle=Trustindex.io+%E2%80%93+Skyrocket+Your+Sales+with+Customer+Reviews&current_domain=https%3A%2F%2Ftrustindex.io&internal_channel_req=true&browser_language=en&is_signaturechat=false&include_fields=avuid&embed_version=v3salesiq.zohopublic.eu/visitor/v2/ch... https://salesiq.zohopublic.eu/visitor/v2/channels/website?widgetcode=siq4f319428e2c2514534e90f03084fd8e33f6561aec524c77922f1f0ac4c697b5c&pagetitle=Trustindex.io+%E2%80%93+Skyrocket+Your+Sales+with+Customer+Reviews&current_domain=https%3A%2F%2Ftrustindex.io&internal_channel_req=true&browser_language=en&is_signaturechat=false&include_fields=avuid&embed_version=v3 — 200 — 0 B — 22 ms — h2https://salesiq.zohopublic.eu/visitor/v2/channels/website?widgetcode=siq4f319428e2c2514534e90f03084fd8e33f6561aec524c77922f1f0ac4c697b5c&pagetitle=Trustindex.io+%E2%80%93+Skyrocket+Your+Sales+with+Customer+Reviews&current_domain=https%3A%2F%2Ftrustindex.io&internal_channel_req=true&browser_language=en&is_signaturechat=false&include_fields=avuid&embed_version=v3salesiq.zohopublic.eu/visitor/v2/ch... https://salesiq.zohopublic.eu/visitor/v2/channels/website?widgetcode=siq4f319428e2c2514534e90f03084fd8e33f6561aec524c77922f1f0ac4c697b5c&pagetitle=Trustindex.io+%E2%80%93+Skyrocket+Your+Sales+with+Customer+Reviews&current_domain=https%3A%2F%2Ftrustindex.io&internal_channel_req=true&browser_language=en&is_signaturechat=false&include_fields=avuid&embed_version=v3 — 200 — 15.1 KiB — 36 ms — h2https://cdn-cookieyes.com/client_data/6f37f4c58b86c4781d572e75/script.jscdn-cookieyes.com/client_data/6f37f... https://cdn-cookieyes.com/client_data/6f37f4c58b86c4781d572e75/script.js — 200 — 9.1 KiB — 41 ms — h2https://www.googletagmanager.com/gtag/js?id=G-DGL6KLFTVT&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-DGL6KLFTVT&cx=c&gtm=4e64h1 — 200 — 177.3 KiB — 37 ms — h2https://salesiq.zohopublic.eu/visitor/v2/trustindex/livevisitors/373c0017-777c-4ee3-8604-ea965666698b/triggerssalesiq.zohopublic.eu/visitor/v2/tr... https://salesiq.zohopublic.eu/visitor/v2/trustindex/livevisitors/373c0017-777c-4ee3-8604-ea965666698b/triggers — 200 — 0 B — 14 ms — h2https://salesiq.zohopublic.eu/visitor/v2/trustindex/livevisitors/373c0017-777c-4ee3-8604-ea965666698b/triggerssalesiq.zohopublic.eu/visitor/v2/tr... https://salesiq.zohopublic.eu/visitor/v2/trustindex/livevisitors/373c0017-777c-4ee3-8604-ea965666698b/triggers — 200 — 1.5 KiB — 13 ms — h2https://css.zohocdn.com/salesiq/RESOURCE_BUNDLES/embedfloat/ASSETS_V6/fonts/siq_6qFBvN4YSQR-6jIu-TdH0-Y2mv3M0QrH6Ct6CIB4t4kW16LnYf1-AQb2sFEWBKHL_.ttfcss.zohocdn.com/salesiq/RESOURCE_BU... https://css.zohocdn.com/salesiq/RESOURCE_BUNDLES/embedfloat/ASSETS_V6/fonts/siq_6qFBvN4YSQR-6jIu-TdH0-Y2mv3M0QrH6Ct6CIB4t4kW16LnYf1-AQb2sFEWBKHL_.ttf — 200 — 2.6 KiB — 26 ms — h2https://cdn.trustindex.io/assets/img/favicon.pngcdn.trustindex.io/assets/img/favico... https://cdn.trustindex.io/assets/img/favicon.png — 200 — 8.8 KiB — 9 ms — h2https://cdn-cookieyes.com/client_data/6f37f4c58b86c4781d572e75/banner.jscdn-cookieyes.com/client_data/6f37f... https://cdn-cookieyes.com/client_data/6f37f4c58b86c4781d572e75/banner.js — 200 — 7.8 KiB — 15 ms — h2https://log.cookieyes.com/api/v1/loglog.cookieyes.com/api/v1/log https://log.cookieyes.com/api/v1/log — 200 — 260 B — 55 ms — h3https://www.googletagmanager.com/gtag/destination?id=AW-16751295929&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-16751295929&cx=c&gtm=4e64h1 — 200 — 145.6 KiB — 58 ms — h3https://cdn-cookieyes.com/client_data/6f37f4c58b86c4781d572e75/GDYMIgs9.jsoncdn-cookieyes.com/client_data/6f37f... https://cdn-cookieyes.com/client_data/6f37f4c58b86c4781d572e75/GDYMIgs9.json — 200 — 351 B — 22 ms — h2https://directory.cookieyes.com/api/v1/ipdirectory.cookieyes.com/api/v1/ip https://directory.cookieyes.com/api/v1/ip — 200 — 420 B — 51 ms — h3https://cdn-cookieyes.com/client_data/6f37f4c58b86c4781d572e75/config/IK2Qz4PO.jsoncdn-cookieyes.com/client_data/6f37f... https://cdn-cookieyes.com/client_data/6f37f4c58b86c4781d572e75/config/IK2Qz4PO.json — 200 — 6.0 KiB — 14 ms — h2https://cdn-cookieyes.com/client_data/6f37f4c58b86c4781d572e75/translations/JSVrIF_e.jsoncdn-cookieyes.com/client_data/6f37f... https://cdn-cookieyes.com/client_data/6f37f4c58b86c4781d572e75/translations/JSVrIF_e.json — 200 — 852 B — 13 ms — h2https://cdn-cookieyes.com/client_data/6f37f4c58b86c4781d572e75/audit-table/lcbhij9H.jsoncdn-cookieyes.com/client_data/6f37f... https://cdn-cookieyes.com/client_data/6f37f4c58b86c4781d572e75/audit-table/lcbhij9H.json — 200 — 2.6 KiB — 14 ms — h2https://cdn-cookieyes.com/assets/images/revisit.svgcdn-cookieyes.com/assets/images/rev... https://cdn-cookieyes.com/assets/images/revisit.svg — 200 — 1.2 KiB — 14 ms — h2https://cdn-cookieyes.com/assets/images/close.svgcdn-cookieyes.com/assets/images/clo... https://cdn-cookieyes.com/assets/images/close.svg — 200 — 787 B — 18 ms — h2https://cdn-cookieyes.com/assets/images/poweredbtcky.svgcdn-cookieyes.com/assets/images/pow... https://cdn-cookieyes.com/assets/images/poweredbtcky.svg — 200 — 1.5 KiB — 15 ms — h2https://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrJJLucHtAOvWDSA.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrJJLucHtAOvWDSA.woff2 — 200 — 8.5 KiB — 6 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-DGL6KLFTVT&gtm=45je64h1v879861020z879924666za20gzb79924666zd79924666&_p=1776799881080&gcs=G100&gcd=13q3q3q2q5l1&npa=1&dma_cps=-&dma=1&gdid=dY2Q2ZW&ecid=1497368345&_eu=AAAAAGA&are=1&cid=244075343.1776799882&ec_mode=a&frm=0&gtm_up=1&pscdl=denied&rcb=10&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266401&sid=1776799882&sct=1&seg=0&dl=https%3A%2F%2Fwww.trustindex.io%2F&dr=https%3A%2F%2Ftrustindex.io%2F&dt=Trustindex.io%20%E2%80%93%20Skyrocket%20Your%20Sales%20with%20Customer%20Reviews&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1540region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-DGL6KLFTVT&gtm=45je64h1v879861020z879924666za20gzb79924666zd79924666&_p=1776799881080&gcs=G100&gcd=13q3q3q2q5l1&npa=1&dma_cps=-&dma=1&gdid=dY2Q2ZW&ecid=1497368345&_eu=AAAAAGA&are=1&cid=244075343.1776799882&ec_mode=a&frm=0&gtm_up=1&pscdl=denied&rcb=10&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266401&sid=1776799882&sct=1&seg=0&dl=https%3A%2F%2Fwww.trustindex.io%2F&dr=https%3A%2F%2Ftrustindex.io%2F&dt=Trustindex.io%20%E2%80%93%20Skyrocket%20Your%20Sales%20with%20Customer%20Reviews&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1540 — 204 — 551 B — 51 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=1&frm=0&ae=g&dr=trustindex.io&dl=https%3A%2F%2Fwww.trustindex.io%2F&scrsrc=www.googletagmanager.com&rnd=785182663.1776799882&navt=n&npa=1&ep.ads_data_redaction=0&did=dY2Q2ZW&gdid=dY2Q2ZW&_tu=CA&gtm=45be64h1v9215536808z879924666za20gzb79924666zd79924666xea&gcs=G100&gcd=13q3q3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-16751295929&tid=AW-16751295929&tft=1776799882404&tfd=1558pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=1&frm=0&ae=g&dr=trustindex.io&dl=https%3A%2F%2Fwww.trustindex.io%2F&scrsrc=www.googletagmanager.com&rnd=785182663.1776799882&navt=n&npa=1&ep.ads_data_redaction=0&did=dY2Q2ZW&gdid=dY2Q2ZW&_tu=CA&gtm=45be64h1v9215536808z879924666za20gzb79924666zd79924666xea&gcs=G100&gcd=13q3q3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-16751295929&tid=AW-16751295929&tft=1776799882404&tfd=1558 — 200 — 21 B — 34 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1338ms · 494KB · €7/mo
Unattributable
Other
Costly
Execution 364ms
Transfer 0 KB
Monthly Cost €2/mo
www.trustindex.io
Other
Costly
Execution 270ms
Transfer 17 KB
Monthly Cost €1/mo
cdn.trustindex.io
Other
Optional
Execution 195ms
Transfer 0 KB
Unused 97%
Monthly Cost €1/mo
www.trustindex.io
Other
Optional
Execution 135ms
Transfer 0 KB
Unused 76%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 110ms
Transfer 177 KB
Unused 38%
Monthly Cost €1/mo
cdn-cookieyes.com
Other
Optional
Execution 99ms
Transfer 8 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 88ms
Transfer 147 KB
Unused 53%
Monthly Cost €0/mo
Google Tag Manager
Tag Manager
Optional
Execution 77ms
Transfer 146 KB
Unused 48%
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • Unattributable adds 364ms and costs ~€2/month
  • www.trustindex.io adds 270ms and costs ~€1/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

Unattributable takes 364ms 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

www.trustindex.io takes 270ms 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

97% of cdn.trustindex.io'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

76% of www.trustindex.io'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

53% of Google Tag Manager'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