Skip to content
https://sendinblue.com

Performance

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

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

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

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

2.57 s

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

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

1.55 s

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

4.99 s

Page Load Progression

666 ms
1.3 s
2.0 s
2.7 s
3.3 s
4.0 s
4.7 s
5.3 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
3.1 MB transferred, 250 requests
FIX
3.1 MB transferred, 250 requests
Warning::
Page weighs 7.7 MB (3.1 MB transferred)
Warning::
JavaScript is 1.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.4 MB
Info::
Fonts are 569 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 569 KB
Warning::
250 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.65 g CO2 per page load
3.1 MB / 2.4 MB budget
3.1 MB transferred
250 requests
0.65 g CO2 per page load
JavaScript 1.4 MiB 46%
Images 954.7 KiB 30%
Fonts 569.3 KiB 18%
CSS 126.2 KiB 4%
HTML 69.4 KiB 2%
Other 4.4 KiB 0%
Other 4.4 KiB 0%
Other 3.5 KiB 0%
Other 2.7 KiB 0%
Other 0 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
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (3.1 MiB of 3.1 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
51 scripts, 518 KB unused
FIX
51 scripts, 518 KB unused
Warning::
https://js.userpilot.io/sdk/version/1.480/app.js: 149 KB unused (59%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.brevo.com/_next/static/chunks/8532-0f7...: 77 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.brevo.com/_next/static/chunks/1954-c5c...: 75 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://analytics.tiktok.com/i18n/pixel/static/mai...: 63 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-V8SF...: 61 KB unused (34%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 518 KB
518 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://js.userpilot.io/sdk/version/1.480/app.js255 KB149 KB (59%)3rd
https://www.brevo.com/_next/static/chunks/8532-0f742d56760de3f1.js116 KB77 KB (67%)3rd
https://www.brevo.com/_next/static/chunks/1954-c5c9e3ae562d5788.js110 KB75 KB (69%)3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOQ.js122 KB63 KB (52%)3rd
https://www.googletagmanager.com/gtag/js?id=G-V8SFL2N220&cx=c&gtm=4e64h1179 KB61 KB (34%)3rd
https://metrics.brevo.com/dt.js?id=MKMDTST197 KB60 KB (31%)3rd
https://try.abtasty.com/f9a3e011099d4b460c457de53a360bc8/main.84c3e115d3dbf46f3fa3.js65 KB32 KB (50%)3rd
https://www.brevo.com/_next/static/chunks/9240.266204963c105e18.js2 KB3rd
https://assets.brevo.com/data/tapfiliate.js4 KB3rd
https://www.brevo.com/_next/static/chunks/7079-6046d4084edcf1de.js29 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

F
Page Weight Inventory
Action
250 resources · 3.1 MB · 518 KB savings available
FIX
250 resources · 3.1 MB · 518 KB savings available
Warning::
Page weight 2.1 MB over 1MB target
Got: 3.1 MB Expected: ≤ 1 MB
Info::
~518 KB of savings available
Warning::
249 third-party resources (100% of weight)
Info::
1 resources over 200KB
250 resources · 3.1 MiB · 249 third-party 2.1 MiB over 1MB target
JavaScript 46% · 1.4 MiB
Image 30% · 955.7 KiB
Font 18% · 569.3 KiB
CSS 4% · 126.2 KiB
Document 2% · 70.5 KiB
Other 0% · 12.9 KiB

~518.4 KiB of savings available

Remove unused JavaScript: 518.4 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
80 images, 0 KB saveable
REVIEW
80 images, 0 KB saveable
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://corp-backend.brevo.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
80 images 955 KB
0 oversized -0 KB
38 legacy format
35 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

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

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
1580ms total JS execution
REVIEW
1580ms total JS execution
Warning::
https://www.brevo.com/: 401ms CPU time
Warning::
https://www.brevo.com/_next/static/chunks/3526-a2f...: 337ms CPU time
Warning::
Unattributable: 290ms CPU time
Info::
https://metrics.brevo.com/dt.js?id=MKMDTST: 174ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-V8SF...: 80ms CPU time
Warning::
Third-party scripts: 1580ms (100% of total)

Main Thread Breakdown

Script Evaluation 42% Other 27% Parse HTML & CSS 10% Style & Layout 7% Script Parsing & Compilation 7% Rendering 6%
ScriptTotalScriptingParse/CompileParty
https://www.brevo.com/401ms23ms10ms3rd
https://www.brevo.com/_next/static/chunks/3526-a2f2ef44e1290d15.js337ms156ms2ms3rd
Unattributable290ms20ms0ms3rd
https://metrics.brevo.com/dt.js?id=MKMDTST174ms143ms16ms3rd
https://www.googletagmanager.com/gtag/js?id=G-V8SFL2N220&cx=c&gtm=4e64h180ms69ms10ms3rd
https://assets.brevo.com/js/fingerprint-source.js65ms46ms0ms3rd
https://js.userpilot.io/sdk/version/1.480/app.js61ms36ms22ms3rd
https://scripts.clarity.ms/0.8.59/clarity.js58ms52ms2ms3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOQ.js58ms49ms9ms3rd
https://www.brevo.com/_next/static/chunks/fd9d1056-a07975a04e514552.js56ms46ms4ms3rd
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
8 fonts (569 KB)
PASS
8 fonts (569 KB)
Info::
8 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

8

569 KB total

Render-blocking

0

of 8

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.3 s LCP 2.6 shttps://www.brevo.com/_next/static/media/28985c33c4eca2d2-s.p.woff228985c33c4eca2d2-s.p.woff2 https://www.brevo.com/_next/static/media/28985c33c4eca2d2-s.p.woff2 — 40.5 KiB — 80 ms — font-display: swaphttps://www.brevo.com/_next/static/media/579e0f95cacfae57-s.p.woff2579e0f95cacfae57-s.p.woff2 https://www.brevo.com/_next/static/media/579e0f95cacfae57-s.p.woff2 — 104.1 KiB — 181 ms — font-display: swaphttps://www.brevo.com/_next/static/media/79a9efa443859920-s.p.woff279a9efa443859920-s.p.woff2 https://www.brevo.com/_next/static/media/79a9efa443859920-s.p.woff2 — 41.1 KiB — 122 ms — font-display: swaphttps://www.brevo.com/_next/static/media/a9949784d907d5c6-s.p.woff2a9949784d907d5c6-s.p.woff2 https://www.brevo.com/_next/static/media/a9949784d907d5c6-s.p.woff2 — 40.6 KiB — 122 ms — font-display: swaphttps://www.brevo.com/_next/static/media/d528b8f1bda496c9-s.p.woff2d528b8f1bda496c9-s.p.woff2 https://www.brevo.com/_next/static/media/d528b8f1bda496c9-s.p.woff2 — 38.3 KiB — 121 ms — font-display: swaphttps://www.brevo.com/_next/static/media/dc792b508e6f91c7-s.p.woff2dc792b508e6f91c7-s.p.woff2 https://www.brevo.com/_next/static/media/dc792b508e6f91c7-s.p.woff2 — 103.9 KiB — 119 ms — font-display: swaphttps://www.brevo.com/_next/static/media/f1f0c35b32161446-s.p.woff2f1f0c35b32161446-s.p.woff2 https://www.brevo.com/_next/static/media/f1f0c35b32161446-s.p.woff2 — 97.1 KiB — 41 ms — font-display: swaphttps://www.brevo.com/_next/static/media/fcb100c7607696fd-s.p.woff2fcb100c7607696fd-s.p.woff2 https://www.brevo.com/_next/static/media/fcb100c7607696fd-s.p.woff2 — 103.8 KiB — 119 ms — font-display: swap
28985c33c4eca2d2-s.p.woff2 woff2 swap
Size 40 KB
Load time 80 ms
Start 233 ms
Risk FOUT — text flashes from fallback to web font
579e0f95cacfae57-s.p.woff2 woff2 swap
Size 104 KB
Load time 181 ms
Start 233 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
79a9efa443859920-s.p.woff2 woff2 swap
Size 41 KB
Load time 122 ms
Start 233 ms
Risk FOUT — text flashes from fallback to web font
a9949784d907d5c6-s.p.woff2 woff2 swap
Size 41 KB
Load time 122 ms
Start 234 ms
Risk FOUT — text flashes from fallback to web font
d528b8f1bda496c9-s.p.woff2 woff2 swap
Size 38 KB
Load time 121 ms
Start 234 ms
Risk FOUT — text flashes from fallback to web font
dc792b508e6f91c7-s.p.woff2 woff2 swap
Size 104 KB
Load time 119 ms
Start 236 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
f1f0c35b32161446-s.p.woff2 woff2 swap
Size 97 KB
Load time 41 ms
Start 236 ms
Risk FOUT — text flashes from fallback to web font
fcb100c7607696fd-s.p.woff2 woff2 swap
Size 104 KB
Load time 119 ms
Start 236 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
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 ~156 KB and ~312 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+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
250 requests over 4257ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.3 s LCP 2.6 shttps://sendinblue.com// https://sendinblue.com/ — 301 — 833 B — 114 ms — h2https://www.sendinblue.com/www.sendinblue.com/ https://www.sendinblue.com/ — 301 — 239 B — 34 ms — h2https://www.brevo.com/www.brevo.com/ https://www.brevo.com/ — 200 — 69.4 KiB — 108 ms — h2https://www.brevo.com/_next/static/media/28985c33c4eca2d2-s.p.woff2www.brevo.com/_next/static/media/28... https://www.brevo.com/_next/static/media/28985c33c4eca2d2-s.p.woff2 — 200 — 40.5 KiB — 80 ms — h2https://www.brevo.com/_next/static/media/579e0f95cacfae57-s.p.woff2www.brevo.com/_next/static/media/57... https://www.brevo.com/_next/static/media/579e0f95cacfae57-s.p.woff2 — 200 — 104.1 KiB — 181 ms — h2https://www.brevo.com/_next/static/media/79a9efa443859920-s.p.woff2www.brevo.com/_next/static/media/79... https://www.brevo.com/_next/static/media/79a9efa443859920-s.p.woff2 — 200 — 41.1 KiB — 122 ms — h2https://www.brevo.com/_next/static/media/a9949784d907d5c6-s.p.woff2www.brevo.com/_next/static/media/a9... https://www.brevo.com/_next/static/media/a9949784d907d5c6-s.p.woff2 — 200 — 40.6 KiB — 122 ms — h2https://www.brevo.com/_next/static/media/d528b8f1bda496c9-s.p.woff2www.brevo.com/_next/static/media/d5... https://www.brevo.com/_next/static/media/d528b8f1bda496c9-s.p.woff2 — 200 — 38.3 KiB — 121 ms — h2https://www.brevo.com/_next/static/media/dc792b508e6f91c7-s.p.woff2www.brevo.com/_next/static/media/dc... https://www.brevo.com/_next/static/media/dc792b508e6f91c7-s.p.woff2 — 200 — 103.9 KiB — 119 ms — h2https://www.brevo.com/_next/static/media/f1f0c35b32161446-s.p.woff2www.brevo.com/_next/static/media/f1... https://www.brevo.com/_next/static/media/f1f0c35b32161446-s.p.woff2 — 200 — 97.1 KiB — 41 ms — h2https://www.brevo.com/_next/static/media/fcb100c7607696fd-s.p.woff2www.brevo.com/_next/static/media/fc... https://www.brevo.com/_next/static/media/fcb100c7607696fd-s.p.woff2 — 200 — 103.8 KiB — 119 ms — h2https://www.brevo.com/_next/static/css/a887fe9143038f6e.csswww.brevo.com/_next/static/css/a887... https://www.brevo.com/_next/static/css/a887fe9143038f6e.css — 200 — 2.0 KiB — 115 ms — h2https://www.brevo.com/_next/static/css/7145d31122685f8d.csswww.brevo.com/_next/static/css/7145... https://www.brevo.com/_next/static/css/7145d31122685f8d.css — 200 — 1.7 KiB — 115 ms — h2https://www.brevo.com/_next/static/css/d18e68c5c4c6fa2f.csswww.brevo.com/_next/static/css/d18e... https://www.brevo.com/_next/static/css/d18e68c5c4c6fa2f.css — 200 — 2.5 KiB — 115 ms — h2https://www.brevo.com/_next/static/css/1d64d22130214b40.csswww.brevo.com/_next/static/css/1d64... https://www.brevo.com/_next/static/css/1d64d22130214b40.css — 200 — 5.8 KiB — 82 ms — h2https://www.brevo.com/_next/static/css/a07746ebc2e0f3cc.csswww.brevo.com/_next/static/css/a077... https://www.brevo.com/_next/static/css/a07746ebc2e0f3cc.css — 200 — 2.3 KiB — 114 ms — h2https://www.brevo.com/_next/static/css/cc5eeac2b830ac1e.csswww.brevo.com/_next/static/css/cc5e... https://www.brevo.com/_next/static/css/cc5eeac2b830ac1e.css — 200 — 2.7 KiB — 118 ms — h2https://www.brevo.com/_next/static/css/4e2cf87589ea438e.csswww.brevo.com/_next/static/css/4e2c... https://www.brevo.com/_next/static/css/4e2cf87589ea438e.css — 200 — 1.4 KiB — 82 ms — h2https://www.brevo.com/_next/static/css/68e94da049db1272.csswww.brevo.com/_next/static/css/68e9... https://www.brevo.com/_next/static/css/68e94da049db1272.css — 200 — 1.1 KiB — 114 ms — h2https://www.brevo.com/_next/static/css/a9e0e845400cf335.csswww.brevo.com/_next/static/css/a9e0... https://www.brevo.com/_next/static/css/a9e0e845400cf335.css — 200 — 818 B — 83 ms — h2https://www.brevo.com/_next/static/css/c1472d69cea626f0.csswww.brevo.com/_next/static/css/c147... https://www.brevo.com/_next/static/css/c1472d69cea626f0.css — 200 — 1004 B — 121 ms — h2https://www.brevo.com/_next/static/css/957ca097336f6592.csswww.brevo.com/_next/static/css/957c... https://www.brevo.com/_next/static/css/957ca097336f6592.css — 200 — 4.1 KiB — 79 ms — h2https://www.brevo.com/_next/static/css/aa8e82e3fad31c1e.csswww.brevo.com/_next/static/css/aa8e... https://www.brevo.com/_next/static/css/aa8e82e3fad31c1e.css — 200 — 1.2 KiB — 113 ms — h2https://www.brevo.com/_next/static/css/b71fd0153d919ee4.csswww.brevo.com/_next/static/css/b71f... https://www.brevo.com/_next/static/css/b71fd0153d919ee4.css — 200 — 2.6 KiB — 114 ms — h2https://www.brevo.com/_next/static/css/d38873e987f87275.csswww.brevo.com/_next/static/css/d388... https://www.brevo.com/_next/static/css/d38873e987f87275.css — 200 — 609 B — 114 ms — h2https://www.brevo.com/_next/static/css/3b3bec1d2cea2ab1.csswww.brevo.com/_next/static/css/3b3b... https://www.brevo.com/_next/static/css/3b3bec1d2cea2ab1.css — 200 — 1.6 KiB — 114 ms — h2https://www.brevo.com/_next/static/css/6630ad09a62b04d9.csswww.brevo.com/_next/static/css/6630... https://www.brevo.com/_next/static/css/6630ad09a62b04d9.css — 200 — 755 B — 114 ms — h2https://www.brevo.com/_next/static/css/83c7f185afa9067d.csswww.brevo.com/_next/static/css/83c7... https://www.brevo.com/_next/static/css/83c7f185afa9067d.css — 200 — 1.6 KiB — 80 ms — h2https://www.brevo.com/_next/static/css/4e46a140e453daaa.csswww.brevo.com/_next/static/css/4e46... https://www.brevo.com/_next/static/css/4e46a140e453daaa.css — 200 — 1.4 KiB — 114 ms — h2https://www.brevo.com/_next/static/css/57326090b28b42cc.csswww.brevo.com/_next/static/css/5732... https://www.brevo.com/_next/static/css/57326090b28b42cc.css — 200 — 3.9 KiB — 110 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.3 s LCP 2.6 shttps://sendinblue.com// https://sendinblue.com/ — 301 — 833 B — 114 ms — h2https://www.sendinblue.com/www.sendinblue.com/ https://www.sendinblue.com/ — 301 — 239 B — 34 ms — h2https://www.brevo.com/www.brevo.com/ https://www.brevo.com/ — 200 — 69.4 KiB — 108 ms — h2https://www.brevo.com/_next/static/media/28985c33c4eca2d2-s.p.woff2www.brevo.com/_next/static/media/28... https://www.brevo.com/_next/static/media/28985c33c4eca2d2-s.p.woff2 — 200 — 40.5 KiB — 80 ms — h2https://www.brevo.com/_next/static/media/579e0f95cacfae57-s.p.woff2www.brevo.com/_next/static/media/57... https://www.brevo.com/_next/static/media/579e0f95cacfae57-s.p.woff2 — 200 — 104.1 KiB — 181 ms — h2https://www.brevo.com/_next/static/media/79a9efa443859920-s.p.woff2www.brevo.com/_next/static/media/79... https://www.brevo.com/_next/static/media/79a9efa443859920-s.p.woff2 — 200 — 41.1 KiB — 122 ms — h2https://www.brevo.com/_next/static/media/a9949784d907d5c6-s.p.woff2www.brevo.com/_next/static/media/a9... https://www.brevo.com/_next/static/media/a9949784d907d5c6-s.p.woff2 — 200 — 40.6 KiB — 122 ms — h2https://www.brevo.com/_next/static/media/d528b8f1bda496c9-s.p.woff2www.brevo.com/_next/static/media/d5... https://www.brevo.com/_next/static/media/d528b8f1bda496c9-s.p.woff2 — 200 — 38.3 KiB — 121 ms — h2https://www.brevo.com/_next/static/media/dc792b508e6f91c7-s.p.woff2www.brevo.com/_next/static/media/dc... https://www.brevo.com/_next/static/media/dc792b508e6f91c7-s.p.woff2 — 200 — 103.9 KiB — 119 ms — h2https://www.brevo.com/_next/static/media/f1f0c35b32161446-s.p.woff2www.brevo.com/_next/static/media/f1... https://www.brevo.com/_next/static/media/f1f0c35b32161446-s.p.woff2 — 200 — 97.1 KiB — 41 ms — h2https://www.brevo.com/_next/static/media/fcb100c7607696fd-s.p.woff2www.brevo.com/_next/static/media/fc... https://www.brevo.com/_next/static/media/fcb100c7607696fd-s.p.woff2 — 200 — 103.8 KiB — 119 ms — h2https://www.brevo.com/_next/static/css/a887fe9143038f6e.csswww.brevo.com/_next/static/css/a887... https://www.brevo.com/_next/static/css/a887fe9143038f6e.css — 200 — 2.0 KiB — 115 ms — h2https://www.brevo.com/_next/static/css/7145d31122685f8d.csswww.brevo.com/_next/static/css/7145... https://www.brevo.com/_next/static/css/7145d31122685f8d.css — 200 — 1.7 KiB — 115 ms — h2https://www.brevo.com/_next/static/css/d18e68c5c4c6fa2f.csswww.brevo.com/_next/static/css/d18e... https://www.brevo.com/_next/static/css/d18e68c5c4c6fa2f.css — 200 — 2.5 KiB — 115 ms — h2https://www.brevo.com/_next/static/css/1d64d22130214b40.csswww.brevo.com/_next/static/css/1d64... https://www.brevo.com/_next/static/css/1d64d22130214b40.css — 200 — 5.8 KiB — 82 ms — h2https://www.brevo.com/_next/static/css/a07746ebc2e0f3cc.csswww.brevo.com/_next/static/css/a077... https://www.brevo.com/_next/static/css/a07746ebc2e0f3cc.css — 200 — 2.3 KiB — 114 ms — h2https://www.brevo.com/_next/static/css/cc5eeac2b830ac1e.csswww.brevo.com/_next/static/css/cc5e... https://www.brevo.com/_next/static/css/cc5eeac2b830ac1e.css — 200 — 2.7 KiB — 118 ms — h2https://www.brevo.com/_next/static/css/4e2cf87589ea438e.csswww.brevo.com/_next/static/css/4e2c... https://www.brevo.com/_next/static/css/4e2cf87589ea438e.css — 200 — 1.4 KiB — 82 ms — h2https://www.brevo.com/_next/static/css/68e94da049db1272.csswww.brevo.com/_next/static/css/68e9... https://www.brevo.com/_next/static/css/68e94da049db1272.css — 200 — 1.1 KiB — 114 ms — h2https://www.brevo.com/_next/static/css/a9e0e845400cf335.csswww.brevo.com/_next/static/css/a9e0... https://www.brevo.com/_next/static/css/a9e0e845400cf335.css — 200 — 818 B — 83 ms — h2https://www.brevo.com/_next/static/css/c1472d69cea626f0.csswww.brevo.com/_next/static/css/c147... https://www.brevo.com/_next/static/css/c1472d69cea626f0.css — 200 — 1004 B — 121 ms — h2https://www.brevo.com/_next/static/css/957ca097336f6592.csswww.brevo.com/_next/static/css/957c... https://www.brevo.com/_next/static/css/957ca097336f6592.css — 200 — 4.1 KiB — 79 ms — h2https://www.brevo.com/_next/static/css/aa8e82e3fad31c1e.csswww.brevo.com/_next/static/css/aa8e... https://www.brevo.com/_next/static/css/aa8e82e3fad31c1e.css — 200 — 1.2 KiB — 113 ms — h2https://www.brevo.com/_next/static/css/b71fd0153d919ee4.csswww.brevo.com/_next/static/css/b71f... https://www.brevo.com/_next/static/css/b71fd0153d919ee4.css — 200 — 2.6 KiB — 114 ms — h2https://www.brevo.com/_next/static/css/d38873e987f87275.csswww.brevo.com/_next/static/css/d388... https://www.brevo.com/_next/static/css/d38873e987f87275.css — 200 — 609 B — 114 ms — h2https://www.brevo.com/_next/static/css/3b3bec1d2cea2ab1.csswww.brevo.com/_next/static/css/3b3b... https://www.brevo.com/_next/static/css/3b3bec1d2cea2ab1.css — 200 — 1.6 KiB — 114 ms — h2https://www.brevo.com/_next/static/css/6630ad09a62b04d9.csswww.brevo.com/_next/static/css/6630... https://www.brevo.com/_next/static/css/6630ad09a62b04d9.css — 200 — 755 B — 114 ms — h2https://www.brevo.com/_next/static/css/83c7f185afa9067d.csswww.brevo.com/_next/static/css/83c7... https://www.brevo.com/_next/static/css/83c7f185afa9067d.css — 200 — 1.6 KiB — 80 ms — h2https://www.brevo.com/_next/static/css/4e46a140e453daaa.csswww.brevo.com/_next/static/css/4e46... https://www.brevo.com/_next/static/css/4e46a140e453daaa.css — 200 — 1.4 KiB — 114 ms — h2https://www.brevo.com/_next/static/css/57326090b28b42cc.csswww.brevo.com/_next/static/css/5732... https://www.brevo.com/_next/static/css/57326090b28b42cc.css — 200 — 3.9 KiB — 110 ms — h2https://www.brevo.com/_next/static/css/62be9d6677e6aa99.csswww.brevo.com/_next/static/css/62be... https://www.brevo.com/_next/static/css/62be9d6677e6aa99.css — 200 — 1.6 KiB — 110 ms — h2https://www.brevo.com/_next/static/css/e223d113fb8957d0.csswww.brevo.com/_next/static/css/e223... https://www.brevo.com/_next/static/css/e223d113fb8957d0.css — 200 — 3.3 KiB — 115 ms — h2https://www.brevo.com/_next/static/css/0b28bc8fb468b9da.csswww.brevo.com/_next/static/css/0b28... https://www.brevo.com/_next/static/css/0b28bc8fb468b9da.css — 200 — 6.6 KiB — 110 ms — h2https://www.brevo.com/_next/static/css/a83307c4115654fa.csswww.brevo.com/_next/static/css/a833... https://www.brevo.com/_next/static/css/a83307c4115654fa.css — 200 — 631 B — 110 ms — h2https://www.brevo.com/_next/static/css/4fc11ffc77afd8ec.csswww.brevo.com/_next/static/css/4fc1... https://www.brevo.com/_next/static/css/4fc11ffc77afd8ec.css — 200 — 4.5 KiB — 113 ms — h2https://www.brevo.com/_next/static/css/2d5f0fe13f570205.csswww.brevo.com/_next/static/css/2d5f... https://www.brevo.com/_next/static/css/2d5f0fe13f570205.css — 200 — 1.3 KiB — 116 ms — h2https://www.brevo.com/_next/static/css/354aad7e5d2623f3.csswww.brevo.com/_next/static/css/354a... https://www.brevo.com/_next/static/css/354aad7e5d2623f3.css — 200 — 822 B — 113 ms — h2https://www.brevo.com/_next/static/css/e73b445fda8c9f3d.csswww.brevo.com/_next/static/css/e73b... https://www.brevo.com/_next/static/css/e73b445fda8c9f3d.css — 200 — 1.1 KiB — 132 ms — h2https://www.brevo.com/_next/static/css/dfecd8177bfdfe69.csswww.brevo.com/_next/static/css/dfec... https://www.brevo.com/_next/static/css/dfecd8177bfdfe69.css — 200 — 1.1 KiB — 144 ms — h2https://www.brevo.com/_next/static/css/77cd14881aed1a2d.csswww.brevo.com/_next/static/css/77cd... https://www.brevo.com/_next/static/css/77cd14881aed1a2d.css — 200 — 768 B — 114 ms — h2https://www.brevo.com/_next/static/css/6cdae60bca263c5c.csswww.brevo.com/_next/static/css/6cda... https://www.brevo.com/_next/static/css/6cdae60bca263c5c.css — 200 — 1.6 KiB — 130 ms — h2https://www.brevo.com/_next/static/css/45491c795852928f.csswww.brevo.com/_next/static/css/4549... https://www.brevo.com/_next/static/css/45491c795852928f.css — 200 — 803 B — 112 ms — h2https://www.brevo.com/_next/static/css/a712e8ffcae33c05.csswww.brevo.com/_next/static/css/a712... https://www.brevo.com/_next/static/css/a712e8ffcae33c05.css — 200 — 722 B — 153 ms — h2https://www.brevo.com/_next/static/css/611e570749c13b71.csswww.brevo.com/_next/static/css/611e... https://www.brevo.com/_next/static/css/611e570749c13b71.css — 200 — 1.1 KiB — 136 ms — h2https://www.brevo.com/_next/static/css/1760e91b6a4277f0.csswww.brevo.com/_next/static/css/1760... https://www.brevo.com/_next/static/css/1760e91b6a4277f0.css — 200 — 1.5 KiB — 121 ms — h2https://www.brevo.com/_next/static/css/d16439ecce8a6325.csswww.brevo.com/_next/static/css/d164... https://www.brevo.com/_next/static/css/d16439ecce8a6325.css — 200 — 861 B — 119 ms — h2https://www.brevo.com/_next/static/css/1a020d0b9302ddef.csswww.brevo.com/_next/static/css/1a02... https://www.brevo.com/_next/static/css/1a020d0b9302ddef.css — 200 — 2.1 KiB — 123 ms — h2https://www.brevo.com/_next/static/css/14cbe0bf50a90f33.csswww.brevo.com/_next/static/css/14cb... https://www.brevo.com/_next/static/css/14cbe0bf50a90f33.css — 200 — 1.5 KiB — 110 ms — h2https://www.brevo.com/_next/static/css/191454ce9cfb79e2.csswww.brevo.com/_next/static/css/1914... https://www.brevo.com/_next/static/css/191454ce9cfb79e2.css — 200 — 1.2 KiB — 119 ms — h2https://www.brevo.com/_next/static/css/cee80dfb3e16799f.csswww.brevo.com/_next/static/css/cee8... https://www.brevo.com/_next/static/css/cee80dfb3e16799f.css — 200 — 5.8 KiB — 123 ms — h2https://www.brevo.com/_next/static/css/68c2c9e42c291e6a.csswww.brevo.com/_next/static/css/68c2... https://www.brevo.com/_next/static/css/68c2c9e42c291e6a.css — 200 — 781 B — 150 ms — h2https://www.brevo.com/_next/static/css/ed23972d5a222899.csswww.brevo.com/_next/static/css/ed23... https://www.brevo.com/_next/static/css/ed23972d5a222899.css — 200 — 971 B — 150 ms — h2https://www.brevo.com/_next/static/css/13cdc21e0d294f37.csswww.brevo.com/_next/static/css/13cd... https://www.brevo.com/_next/static/css/13cdc21e0d294f37.css — 200 — 3.1 KiB — 125 ms — h2https://www.brevo.com/_next/static/css/22ee208d4c9791b6.csswww.brevo.com/_next/static/css/22ee... https://www.brevo.com/_next/static/css/22ee208d4c9791b6.css — 200 — 996 B — 132 ms — h2https://www.brevo.com/_next/static/css/4ebfe8878b5df0ff.csswww.brevo.com/_next/static/css/4ebf... https://www.brevo.com/_next/static/css/4ebfe8878b5df0ff.css — 200 — 1.3 KiB — 116 ms — h2https://www.brevo.com/_next/static/css/ffd7f8385c453f0f.csswww.brevo.com/_next/static/css/ffd7... https://www.brevo.com/_next/static/css/ffd7f8385c453f0f.css — 200 — 634 B — 111 ms — h2https://www.brevo.com/_next/static/css/9854078c9e85c14d.csswww.brevo.com/_next/static/css/9854... https://www.brevo.com/_next/static/css/9854078c9e85c14d.css — 200 — 1.3 KiB — 157 ms — h2https://www.brevo.com/_next/static/css/c8d6ec4ab1fcaa70.csswww.brevo.com/_next/static/css/c8d6... https://www.brevo.com/_next/static/css/c8d6ec4ab1fcaa70.css — 200 — 2.4 KiB — 128 ms — h2https://www.brevo.com/_next/static/css/febcae155a372465.csswww.brevo.com/_next/static/css/febc... https://www.brevo.com/_next/static/css/febcae155a372465.css — 200 — 1.3 KiB — 134 ms — h2https://www.brevo.com/_next/static/css/29a381bd98593043.csswww.brevo.com/_next/static/css/29a3... https://www.brevo.com/_next/static/css/29a381bd98593043.css — 200 — 1.4 KiB — 162 ms — h2https://www.brevo.com/_next/static/css/2633268fd29e31dc.csswww.brevo.com/_next/static/css/2633... https://www.brevo.com/_next/static/css/2633268fd29e31dc.css — 200 — 889 B — 142 ms — h2https://www.brevo.com/_next/static/css/1d9efeec5b64b2dc.csswww.brevo.com/_next/static/css/1d9e... https://www.brevo.com/_next/static/css/1d9efeec5b64b2dc.css — 200 — 956 B — 158 ms — h2https://www.brevo.com/_next/static/css/5fc9135322ea695c.csswww.brevo.com/_next/static/css/5fc9... https://www.brevo.com/_next/static/css/5fc9135322ea695c.css — 200 — 896 B — 113 ms — h2https://www.brevo.com/_next/static/css/c2a6212d35f0e510.csswww.brevo.com/_next/static/css/c2a6... https://www.brevo.com/_next/static/css/c2a6212d35f0e510.css — 200 — 1.3 KiB — 156 ms — h2https://www.brevo.com/_next/static/css/a7bfe88c56c1e186.csswww.brevo.com/_next/static/css/a7bf... https://www.brevo.com/_next/static/css/a7bfe88c56c1e186.css — 200 — 948 B — 159 ms — h2https://www.brevo.com/_next/static/css/8c80e2ea42c07aa4.csswww.brevo.com/_next/static/css/8c80... https://www.brevo.com/_next/static/css/8c80e2ea42c07aa4.css — 200 — 4.7 KiB — 154 ms — h2https://www.brevo.com/_next/static/css/8ebb1bf13d2d0b3d.csswww.brevo.com/_next/static/css/8ebb... https://www.brevo.com/_next/static/css/8ebb1bf13d2d0b3d.css — 200 — 4.7 KiB — 133 ms — h2https://www.brevo.com/_next/static/css/08ce05542a9da483.csswww.brevo.com/_next/static/css/08ce... https://www.brevo.com/_next/static/css/08ce05542a9da483.css — 200 — 3.6 KiB — 151 ms — h2https://www.brevo.com/_next/static/css/75c15fe783ece390.csswww.brevo.com/_next/static/css/75c1... https://www.brevo.com/_next/static/css/75c15fe783ece390.css — 200 — 1.1 KiB — 112 ms — h2https://www.brevo.com/_next/static/css/04b40bfd82fbd896.csswww.brevo.com/_next/static/css/04b4... https://www.brevo.com/_next/static/css/04b40bfd82fbd896.css — 200 — 1.3 KiB — 120 ms — h2https://www.brevo.com/_next/static/css/c2a8f6652e559af0.csswww.brevo.com/_next/static/css/c2a8... https://www.brevo.com/_next/static/css/c2a8f6652e559af0.css — 200 — 528 B — 148 ms — h2https://www.brevo.com/_next/static/css/7cb8a860cb35ff68.csswww.brevo.com/_next/static/css/7cb8... https://www.brevo.com/_next/static/css/7cb8a860cb35ff68.css — 200 — 737 B — 133 ms — h2https://www.brevo.com/_next/static/css/b915f5c556d89bd0.csswww.brevo.com/_next/static/css/b915... https://www.brevo.com/_next/static/css/b915f5c556d89bd0.css — 200 — 561 B — 138 ms — h2https://www.brevo.com/_next/static/css/ff55a28cefbda827.csswww.brevo.com/_next/static/css/ff55... https://www.brevo.com/_next/static/css/ff55a28cefbda827.css — 200 — 1.2 KiB — 160 ms — h2https://www.brevo.com/_next/static/css/c91cbe98d802df6c.csswww.brevo.com/_next/static/css/c91c... https://www.brevo.com/_next/static/css/c91cbe98d802df6c.css — 200 — 860 B — 139 ms — h2https://www.brevo.com/_next/static/css/3420340d51f90513.csswww.brevo.com/_next/static/css/3420... https://www.brevo.com/_next/static/css/3420340d51f90513.css — 200 — 1.6 KiB — 126 ms — h2https://www.brevo.com/_next/static/css/ef46db3751d8e999.csswww.brevo.com/_next/static/css/ef46... https://www.brevo.com/_next/static/css/ef46db3751d8e999.css — 200 — 315 B — 124 ms — h2https://www.brevo.com/_next/static/css/2af0582f8eb6613f.csswww.brevo.com/_next/static/css/2af0... https://www.brevo.com/_next/static/css/2af0582f8eb6613f.css — 200 — 701 B — 119 ms — h2https://www.brevo.com/_next/static/css/bc39fac48991a7e1.csswww.brevo.com/_next/static/css/bc39... https://www.brevo.com/_next/static/css/bc39fac48991a7e1.css — 200 — 1.2 KiB — 142 ms — h2https://www.brevo.com/_next/static/css/88713e9acaa061a0.csswww.brevo.com/_next/static/css/8871... https://www.brevo.com/_next/static/css/88713e9acaa061a0.css — 200 — 1.4 KiB — 153 ms — h2https://www.brevo.com/_next/static/css/0eb70ec48f46095a.csswww.brevo.com/_next/static/css/0eb7... https://www.brevo.com/_next/static/css/0eb70ec48f46095a.css — 200 — 371 B — 156 ms — h2https://www.brevo.com/_next/static/css/581333eaa5e6f8d2.csswww.brevo.com/_next/static/css/5813... https://www.brevo.com/_next/static/css/581333eaa5e6f8d2.css — 200 — 4.5 KiB — 162 ms — h2https://assets.brevo.com/js/fingerprint.jsassets.brevo.com/js/fingerprint.js https://assets.brevo.com/js/fingerprint.js — 200 — 874 B — 93 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/campaings.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/campaings.svg — 200 — 1.6 KiB — 91 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/transactional_messaging.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/transactional_messaging.svg — 200 — 2.6 KiB — 90 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/sales.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/sales.svg — 200 — 1.0 KiB — 76 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/BDP.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/BDP.svg — 200 — 3.3 KiB — 72 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/loyalty.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/loyalty.svg — 200 — 4.1 KiB — 68 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/integrations.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/integrations.svg — 200 — 1.6 KiB — 83 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/email.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/email.svg — 200 — 612 B — 71 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/sms.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/sms.svg — 200 — 1.1 KiB — 70 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/whatsapp.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/whatsapp.svg — 200 — 830 B — 85 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/web.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/web.svg — 200 — 821 B — 68 ms — h2https://www.brevo.com/_next/static/chunks/webpack-8e3079fd98f50229.jswww.brevo.com/_next/static/chunks/w... https://www.brevo.com/_next/static/chunks/webpack-8e3079fd98f50229.js — 200 — 3.8 KiB — 54 ms — h2https://www.brevo.com/_next/static/chunks/fd9d1056-a07975a04e514552.jswww.brevo.com/_next/static/chunks/f... https://www.brevo.com/_next/static/chunks/fd9d1056-a07975a04e514552.js — 200 — 52.8 KiB — 149 ms — h2https://www.brevo.com/_next/static/chunks/3526-a2f2ef44e1290d15.jswww.brevo.com/_next/static/chunks/3... https://www.brevo.com/_next/static/chunks/3526-a2f2ef44e1290d15.js — 200 — 31.5 KiB — 128 ms — h2https://www.brevo.com/_next/static/chunks/main-app-8cba1d0f8dc5a560.jswww.brevo.com/_next/static/chunks/m... https://www.brevo.com/_next/static/chunks/main-app-8cba1d0f8dc5a560.js — 200 — 525 B — 59 ms — h2https://www.brevo.com/_next/static/chunks/6185-d2685516df3af623.jswww.brevo.com/_next/static/chunks/6... https://www.brevo.com/_next/static/chunks/6185-d2685516df3af623.js — 200 — 35.3 KiB — 97 ms — h2https://www.brevo.com/_next/static/chunks/5163-d2ede3649a71e610.jswww.brevo.com/_next/static/chunks/5... https://www.brevo.com/_next/static/chunks/5163-d2ede3649a71e610.js — 200 — 11.2 KiB — 56 ms — h2https://www.brevo.com/_next/static/chunks/2731-feaf59c7da0a024a.jswww.brevo.com/_next/static/chunks/2... https://www.brevo.com/_next/static/chunks/2731-feaf59c7da0a024a.js — 200 — 13.1 KiB — 100 ms — h2https://www.brevo.com/_next/static/chunks/app/%5Blang%5D/layout-561521409af2ba77.jswww.brevo.com/_next/static/chunks/a... https://www.brevo.com/_next/static/chunks/app/%5Blang%5D/layout-561521409af2ba77.js — 200 — 10.4 KiB — 57 ms — h2https://www.brevo.com/_next/static/chunks/7079-6046d4084edcf1de.jswww.brevo.com/_next/static/chunks/7... https://www.brevo.com/_next/static/chunks/7079-6046d4084edcf1de.js — 200 — 28.5 KiB — 98 ms — h2https://www.brevo.com/_next/static/chunks/app/%5Blang%5D/error-62ccc122cf924237.jswww.brevo.com/_next/static/chunks/a... https://www.brevo.com/_next/static/chunks/app/%5Blang%5D/error-62ccc122cf924237.js — 200 — 3.4 KiB — 141 ms — h2https://www.brevo.com/_next/static/chunks/6192-8cbfeada0ed612d8.jswww.brevo.com/_next/static/chunks/6... https://www.brevo.com/_next/static/chunks/6192-8cbfeada0ed612d8.js — 200 — 7.9 KiB — 140 ms — h2https://www.brevo.com/_next/static/chunks/4959-d7cfaba127c89ef8.jswww.brevo.com/_next/static/chunks/4... https://www.brevo.com/_next/static/chunks/4959-d7cfaba127c89ef8.js — 200 — 9.5 KiB — 62 ms — h2https://www.brevo.com/_next/static/chunks/8532-0f742d56760de3f1.jswww.brevo.com/_next/static/chunks/8... https://www.brevo.com/_next/static/chunks/8532-0f742d56760de3f1.js — 200 — 115.5 KiB — 148 ms — h2https://www.brevo.com/_next/static/chunks/4840-82e0398dc7a7fcdf.jswww.brevo.com/_next/static/chunks/4... https://www.brevo.com/_next/static/chunks/4840-82e0398dc7a7fcdf.js — 200 — 17.2 KiB — 127 ms — h2https://www.brevo.com/_next/static/chunks/1954-c5c9e3ae562d5788.jswww.brevo.com/_next/static/chunks/1... https://www.brevo.com/_next/static/chunks/1954-c5c9e3ae562d5788.js — 200 — 109.5 KiB — 149 ms — h2https://www.brevo.com/_next/static/chunks/app/%5Blang%5D/page-10523689071c40fe.jswww.brevo.com/_next/static/chunks/a... https://www.brevo.com/_next/static/chunks/app/%5Blang%5D/page-10523689071c40fe.js — 200 — 656 B — 60 ms — h2https://www.brevo.com/_next/static/chunks/app/%5Blang%5D/not-found-74495c8436d286a5.jswww.brevo.com/_next/static/chunks/a... https://www.brevo.com/_next/static/chunks/app/%5Blang%5D/not-found-74495c8436d286a5.js — 200 — 3.1 KiB — 147 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/livechat.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/livechat.svg — 200 — 980 B — 67 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/chatbt.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/chatbt.svg — 200 — 1008 B — 69 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/wallet.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/wallet.svg — 200 — 931 B — 102 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/phone.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/phone.svg — 200 — 2.5 KiB — 68 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/Small-Business.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/Small-Business.svg — 200 — 620 B — 70 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/Enterprise.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/Enterprise.svg — 200 — 1012 B — 75 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/Ecommerce-Retail.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/Ecommerce-Retail.svg — 200 — 761 B — 116 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/devs.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/devs.svg — 200 — 1.8 KiB — 82 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/blog.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/blog.svg — 200 — 1.6 KiB — 72 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/ebooks.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/ebooks.svg — 200 — 910 B — 76 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/Case-study.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/Case-study.svg — 200 — 671 B — 79 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/templates.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/templates.svg — 200 — 849 B — 97 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/email_marketing.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/email_marketing.svg — 200 — 832 B — 103 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/mailchimp.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/mailchimp.svg — 200 — 568 B — 168 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/integrations-1.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/integrations-1.svg — 200 — 1.6 KiB — 78 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/product_updates.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/product_updates.svg — 200 — 674 B — 102 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/community.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/community.svg — 200 — 928 B — 95 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/events.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/events.svg — 200 — 806 B — 110 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/partner_programs.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/partner_programs.svg — 200 — 1.0 KiB — 104 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/expert.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/expert.svg — 200 — 1.4 KiB — 123 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/help_center.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/help_center.svg — 200 — 907 B — 110 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/contact.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/contact.svg — 200 — 1.1 KiB — 107 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/API.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/API.svg — 200 — 1.5 KiB — 162 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/11/platformstatus.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/11/platformstatus.svg — 200 — 707 B — 113 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/G2-black-1.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/G2-black-1.svg — 200 — 1.1 KiB — 121 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/Email-marketing.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/Email-marketing.webp — 200 — 39.0 KiB — 189 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/SMS-marketing.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/SMS-marketing.webp — 200 — 9.9 KiB — 170 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/WhatsApp.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/WhatsApp.webp — 200 — 41.1 KiB — 170 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/Push-Notifications.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/Push-Notifications.webp — 200 — 30.6 KiB — 186 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/Loyalty.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/Loyalty.webp — 200 — 55.5 KiB — 194 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/Wallet.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/Wallet.webp — 200 — 8.7 KiB — 183 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/Transactional-Messaging.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/Transactional-Messaging.webp — 200 — 30.0 KiB — 170 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/Phone.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/Phone.webp — 200 — 28.7 KiB — 188 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/Live-Chat.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/Live-Chat.webp — 200 — 19.7 KiB — 186 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/Chatbot.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/Chatbot.webp — 200 — 28.6 KiB — 188 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/Meetings.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/Meetings.webp — 200 — 44.1 KiB — 193 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2026/02/EN-marketing-agent.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2026/02/EN-marketing-agent.webp — 200 — 21.6 KiB — 185 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2026/02/EN-sales-agent.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2026/02/EN-sales-agent.webp — 200 — 22.3 KiB — 125 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2026/02/EN-data-analyst.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2026/02/EN-data-analyst.webp — 200 — 16.4 KiB — 186 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2026/02/EN-conv-agent.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2026/02/EN-conv-agent.webp — 200 — 24.8 KiB — 192 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2026/02/Capterra-Ease-Use-2026.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2026/02/Capterra-Ease-Use-2026.webp — 200 — 51.2 KiB — 193 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2026/02/Software_advice_Front_Runners_2026_badge.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2026/02/Software_advice_Front_Runners_2026_badge.webp — 200 — 54.9 KiB — 197 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2026/02/TransactionalEmail_BestUsability_Small-Business_Total-1_2x.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2026/02/TransactionalEmail_BestUsability_Small-Business_Total-1_2x.webp — 200 — 15.7 KiB — 192 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2026/02/EmailTemplateBuilder_Leader_Mid-Market_Leader-1_2x.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2026/02/EmailTemplateBuilder_Leader_Mid-Market_Leader-1_2x.webp — 200 — 16.8 KiB — 192 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2026/02/EmailMarketing_Leader_Mid-Market_Europe_Leader-1_2x.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2026/02/EmailMarketing_Leader_Mid-Market_Europe_Leader-1_2x.webp — 200 — 5.8 KiB — 187 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2026/02/EmailTemplateBuilder_Leader_Small-Business_Americas_Leader-1_2x.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2026/02/EmailTemplateBuilder_Leader_Small-Business_Americas_Leader-1_2x.webp — 200 — 17.3 KiB — 192 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/05/Bcorp_logo.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/05/Bcorp_logo.webp — 200 — 4.5 KiB — 187 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/hero-image.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/hero-image.webp — 200 — 88.3 KiB — 203 ms — h2https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015 — 200 — 6.9 KiB — 160 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-l-occitanie-en-provence-3.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-l-occitanie-en-provence-3.webp — 200 — 3.3 KiB — 113 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-michelin.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-michelin.webp — 200 — 3.9 KiB — 113 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-ashleystewart.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-ashleystewart.webp — 200 — 2.0 KiB — 114 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-Restaurant.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-Restaurant.webp — 200 — 2.9 KiB — 118 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-h-m-foundation.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-h-m-foundation.webp — 200 — 3.0 KiB — 118 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-Gonoodle.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-Gonoodle.webp — 200 — 2.4 KiB — 121 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-Volkswagen.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-Volkswagen.webp — 200 — 3.8 KiB — 121 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-dynata.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-dynata.webp — 200 — 3.8 KiB — 123 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-bodybuilding.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-bodybuilding.webp — 200 — 3.8 KiB — 121 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-ebay-2.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-ebay-2.webp — 200 — 2.6 KiB — 117 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-louis-vuitton.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-louis-vuitton.webp — 200 — 3.3 KiB — 105 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/ClientlogoUSYouthSoccer.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/ClientlogoUSYouthSoccer.webp — 200 — 3.5 KiB — 115 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-nestle.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-nestle.webp — 200 — 2.3 KiB — 116 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-EpicGames.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-EpicGames.webp — 200 — 2.3 KiB — 115 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-Ikea.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/Clientlogo-Ikea.webp — 200 — 2.3 KiB — 117 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/MULTICHANNEL-MARKETING-AUTOMATION.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/MULTICHANNEL-MARKETING-AUTOMATION.webp — 200 — 39.6 KiB — 122 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/All-in-one.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/All-in-one.webp — 200 — 44.5 KiB — 121 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/Optmize.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/Optmize.webp — 200 — 47.6 KiB — 122 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/12/SMBs-Camper-trailers.webpcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/12/SMBs-Camper-trailers.webp — 200 — 57.4 KiB — 122 ms — h2https://serve.albacross.com/reveal.jsserve.albacross.com/reveal.js https://serve.albacross.com/reveal.js — 200 — 1.2 KiB — 55 ms — http/1.1https://metrics.brevo.com/dt.js?id=MKMDTSTmetrics.brevo.com/dt.js?id=MKMDTST https://metrics.brevo.com/dt.js?id=MKMDTST — 200 — 196.9 KiB — 75 ms — h2https://www.brevo.com/api/is-auth/www.brevo.com/api/is-auth/ https://www.brevo.com/api/is-auth/ — 200 — 714 B — 52 ms — h2https://brevo.com/cdn-cgi/tracebrevo.com/cdn-cgi/trace https://brevo.com/cdn-cgi/trace — 200 — 457 B — 66 ms — h2https://assets.brevo.com/js/fingerprint-source.jsassets.brevo.com/js/fingerprint-sou... https://assets.brevo.com/js/fingerprint-source.js — 200 — 14.8 KiB — 57 ms — h2https://www.brevo.com/_next/static/chunks/3415.d703cb230beee742.jswww.brevo.com/_next/static/chunks/3... https://www.brevo.com/_next/static/chunks/3415.d703cb230beee742.js — 200 — 2.1 KiB — 32 ms — h2https://www.brevo.com/_next/static/chunks/9240.266204963c105e18.jswww.brevo.com/_next/static/chunks/9... https://www.brevo.com/_next/static/chunks/9240.266204963c105e18.js — 200 — 2.1 KiB — 34 ms — h2https://www.googletagmanager.com/gtag/js?id=G-V8SFL2N220&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-V8SFL2N220&cx=c&gtm=4e64h1 — 200 — 179.2 KiB — 139 ms — h2https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 119 ms — h2https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 44 ms — h2https://get.brevo.com/pr/jsget.brevo.com/pr/js https://get.brevo.com/pr/js — 200 — 3.5 KiB — 81 ms — h2https://assets.brevo.com/data/tapfiliate.jsassets.brevo.com/data/tapfiliate.js https://assets.brevo.com/data/tapfiliate.js — 200 — 4.3 KiB — 34 ms — h2https://assets.brevo.com/data/sha256.min.jsassets.brevo.com/data/sha256.min.js https://assets.brevo.com/data/sha256.min.js — 200 — 3.6 KiB — 55 ms — h2https://serve.albacross.com/track.jsserve.albacross.com/track.js https://serve.albacross.com/track.js — 200 — 4.5 KiB — 19 ms — http/1.1https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=D5THK1RC77U7EB9GSES0&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=D5THK1RC77U7EB9GSES0&lib=ttq — 200 — 3.7 KiB — 201 ms — h2https://b2bjsstore.s3.us-west-2.amazonaws.com/b/Q1N5W0H30WO5/Q1N5W0H30WO5.js.gzb2bjsstore.s3.us-west-2.amazonaws.c... https://b2bjsstore.s3.us-west-2.amazonaws.com/b/Q1N5W0H30WO5/Q1N5W0H30WO5.js.gz — -1 — 0 B — 585 ms — https://pagead2.googlesyndication.com/ccm/collect?rcb=6&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.brevo.com%2F&scrsrc=metrics.brevo.com&rnd=1172213886.1776816658&navt=n&npa=1&ep.ads_data_redaction=0&_tu=CA&gtm=45He64h1v9104444316za204zd9104444316xea&gcs=G100&gcd=13u3u3u2u5l1&dma_cps=-&dma=1&tag_exp=0~115616985~115938466~115938468~117266401~117384405&apve=1&apvf=f&apvc=1&tft=1776816658358&tfd=1080pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=6&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.brevo.com%2F&scrsrc=metrics.brevo.com&rnd=1172213886.1776816658&navt=n&npa=1&ep.ads_data_redaction=0&_tu=CA&gtm=45He64h1v9104444316za204zd9104444316xea&gcs=G100&gcd=13u3u3u2u5l1&dma_cps=-&dma=1&tag_exp=0~115616985~115938466~115938468~117266401~117384405&apve=1&apvf=f&apvc=1&tft=1776816658358&tfd=1080 — 200 — 339 B — 219 ms — h2https://app.planhat.com/analytics/plantrack.min.jsapp.planhat.com/analytics/plantrack... https://app.planhat.com/analytics/plantrack.min.js — 200 — 2.9 KiB — 80 ms — h2https://dt.brevo.com/dt.brevo.com/ https://dt.brevo.com/ — 200 — 0 B — 113 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 80 ms — h2https://get.brevo.com/pr/grc/pk_z9jboYytP0N5B7cMeEtQDnTnhLgsbw5sget.brevo.com/pr/grc/pk_z9jboYytP0N... https://get.brevo.com/pr/grc/pk_z9jboYytP0N5B7cMeEtQDnTnhLgsbw5s — 200 — 211 B — 27 ms — h2https://www.brevo.com/_next/static/chunks/4138.700e3cbde9212a15.jswww.brevo.com/_next/static/chunks/4... https://www.brevo.com/_next/static/chunks/4138.700e3cbde9212a15.js — 200 — 610 B — 32 ms — h2https://www.brevo.com/_next/static/chunks/1945.1aa731588e096030.jswww.brevo.com/_next/static/chunks/1... https://www.brevo.com/_next/static/chunks/1945.1aa731588e096030.js — 200 — 1.4 KiB — 36 ms — h2https://www.brevo.com/_next/static/chunks/7007.9bf0cc7b40e29940.jswww.brevo.com/_next/static/chunks/7... https://www.brevo.com/_next/static/chunks/7007.9bf0cc7b40e29940.js — 200 — 2.9 KiB — 37 ms — h2https://dt.brevo.com/dt.brevo.com/ https://dt.brevo.com/ — 200 — 118 B — 115 ms — h2https://partnerlinks.io/pr/grc/pk_z9jboYytP0N5B7cMeEtQDnTnhLgsbw5spartnerlinks.io/pr/grc/pk_z9jboYytP... https://partnerlinks.io/pr/grc/pk_z9jboYytP0N5B7cMeEtQDnTnhLgsbw5s — 200 — 265 B — 62 ms — h2https://grsm.io/pr/grc/pk_z9jboYytP0N5B7cMeEtQDnTnhLgsbw5sgrsm.io/pr/grc/pk_z9jboYytP0N5B7cMe... https://grsm.io/pr/grc/pk_z9jboYytP0N5B7cMeEtQDnTnhLgsbw5s — 200 — 265 B — 62 ms — h2https://reveal.api.albacross.com/companyreveal.api.albacross.com/company https://reveal.api.albacross.com/company — 204 — 0 B — 118 ms — h2https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 430 B — 255 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=5289146&time=1776816658624&url=https%3A%2F%2Fwww.brevo.com%2F&tm=gtmv2px.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=5289146&time=1776816658624&url=https%3A%2F%2Fwww.brevo.com%2F&tm=gtmv2 — 200 — 841 B — 199 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=5289146&time=1776816658624&url=https%3A%2F%2Fwww.brevo.com%2F&tm=gtmv2px.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=5289146&time=1776816658624&url=https%3A%2F%2Fwww.brevo.com%2F&tm=gtmv2 — 302 — 830 B — 227 ms — h2https://bat.bing.com/p/action/4038389.jsbat.bing.com/p/action/4038389.js https://bat.bing.com/p/action/4038389.js — 200 — 1.8 KiB — 36 ms — h2https://metrics.brevo.com/g/collect?v=2&tid=G-V8SFL2N220&gtm=45je64h1v9115571177z89104444316za20gzb9104444316zd9104444316&_p=1776816658014&gcs=G100&gcd=13u3uPu2u6l1&npa=1&dma_cps=-&dma=1&ecid=446689110&_eu=AAAAAGA&_fplc=0&are=1&cid=1790877428.1776816659&frm=0&pscdl=denied&rcb=18&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=ES-MD&sst.rnd=1172213886.1776816658&sst.etld=google.es&sst.gcsub=region1&sst.tft=1776816658014&sst.lpc=23498729&sst.navt=n&sst.ude=0&_s=1&tag_exp=0~115938466~115938468~117266401~117512543&sid=1776816658&sct=1&seg=0&dl=https%3A%2F%2Fwww.brevo.com%2F&dt=Brevo%3A%20Email%20%26%20SMS%20Marketing%2C%20CRM%20%26%20Automation%20Platform&_tu=DA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.path_clean=%2F&ep.url_clean=https%3A%2F%2Fwww.brevo.com%2F&ep.c__userType=Visitor&ep.c__aff=&ep.c__rtype=&ep.msclkid=&tfd=1411&richsstssemetrics.brevo.com/g/collect?v=2&tid... https://metrics.brevo.com/g/collect?v=2&tid=G-V8SFL2N220&gtm=45je64h1v9115571177z89104444316za20gzb9104444316zd9104444316&_p=1776816658014&gcs=G100&gcd=13u3uPu2u6l1&npa=1&dma_cps=-&dma=1&ecid=446689110&_eu=AAAAAGA&_fplc=0&are=1&cid=1790877428.1776816659&frm=0&pscdl=denied&rcb=18&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=ES-MD&sst.rnd=1172213886.1776816658&sst.etld=google.es&sst.gcsub=region1&sst.tft=1776816658014&sst.lpc=23498729&sst.navt=n&sst.ude=0&_s=1&tag_exp=0~115938466~115938468~117266401~117512543&sid=1776816658&sct=1&seg=0&dl=https%3A%2F%2Fwww.brevo.com%2F&dt=Brevo%3A%20Email%20%26%20SMS%20Marketing%2C%20CRM%20%26%20Automation%20Platform&_tu=DA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.path_clean=%2F&ep.url_clean=https%3A%2F%2Fwww.brevo.com%2F&ep.c__userType=Visitor&ep.c__aff=&ep.c__rtype=&ep.msclkid=&tfd=1411&richsstsse — 200 — 179 B — 327 ms — h2https://metrics.brevo.com/g/collect?v=2&tid=G-V8SFL2N220&gtm=45je64h1v9115571177z89104444316za20gzb9104444316zd9104444316&_p=1776816658014&gcs=G100&gcd=13u3uPu2u6l1&npa=1&dma_cps=-&dma=1&ecid=446689110&_eu=AAAAAGA&_fplc=0&are=1&cid=1790877428.1776816659&ec_mode=c&frm=0&pscdl=denied&rcb=18&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=ES-MD&sst.rnd=1172213886.1776816658&sst.etld=google.es&sst.gcsub=region1&sst.tft=1776816658014&sst.lpc=23498729&sst.navt=n&sst.ude=0&_s=2&tag_exp=0~115938466~115938468~117266401~117512543&uid=&sid=1776816658&sct=1&seg=0&dl=https%3A%2F%2Fwww.brevo.com%2F&dt=Brevo%3A%20Email%20%26%20SMS%20Marketing%2C%20CRM%20%26%20Automation%20Platform&_tu=DA&en=Bigquery_pageviews&ep.path_clean=%2F&ep.url_clean=https%3A%2F%2Fwww.brevo.com%2F&ep.c__userType=Visitor&ep.c__aff=&ep.c__rtype=&ep.msclkid=&epn.timestamp=1776816658&ep.hostname=www.brevo.com&ep.anonymous_Id=42fcb73e-14e0-45e3-ab8f-80a7cc5dc19e&_et=12&ep.user_data._tag_mode=AUTO&tfd=1426&richsstssemetrics.brevo.com/g/collect?v=2&tid... https://metrics.brevo.com/g/collect?v=2&tid=G-V8SFL2N220&gtm=45je64h1v9115571177z89104444316za20gzb9104444316zd9104444316&_p=1776816658014&gcs=G100&gcd=13u3uPu2u6l1&npa=1&dma_cps=-&dma=1&ecid=446689110&_eu=AAAAAGA&_fplc=0&are=1&cid=1790877428.1776816659&ec_mode=c&frm=0&pscdl=denied&rcb=18&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=ES-MD&sst.rnd=1172213886.1776816658&sst.etld=google.es&sst.gcsub=region1&sst.tft=1776816658014&sst.lpc=23498729&sst.navt=n&sst.ude=0&_s=2&tag_exp=0~115938466~115938468~117266401~117512543&uid=&sid=1776816658&sct=1&seg=0&dl=https%3A%2F%2Fwww.brevo.com%2F&dt=Brevo%3A%20Email%20%26%20SMS%20Marketing%2C%20CRM%20%26%20Automation%20Platform&_tu=DA&en=Bigquery_pageviews&ep.path_clean=%2F&ep.url_clean=https%3A%2F%2Fwww.brevo.com%2F&ep.c__userType=Visitor&ep.c__aff=&ep.c__rtype=&ep.msclkid=&epn.timestamp=1776816658&ep.hostname=www.brevo.com&ep.anonymous_Id=42fcb73e-14e0-45e3-ab8f-80a7cc5dc19e&_et=12&ep.user_data._tag_mode=AUTO&tfd=1426&richsstsse — 200 — 212 B — 48 ms — h2https://metrics.brevo.com/g/collect?v=2&tid=G-V8SFL2N220&gtm=45je64h1v9115571177z89104444316za20gzb9104444316zd9104444316&_p=1776816658014&gcs=G100&gcd=13u3uPu2u6l1&npa=1&dma_cps=-&dma=1&ecid=446689110&_eu=AAAAAGA&_fplc=0&are=1&cid=1790877428.1776816659&frm=0&pscdl=denied&rcb=18&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=ES-MD&sst.rnd=1172213886.1776816658&sst.etld=google.es&sst.gcsub=region1&sst.tft=1776816658014&sst.lpc=23498729&sst.navt=n&sst.ude=0&_s=3&tag_exp=0~115938466~115938468~117266401~117512543&sid=1776816658&sct=1&seg=0&dl=https%3A%2F%2Fwww.brevo.com%2F&dt=Brevo%3A%20Email%20%26%20SMS%20Marketing%2C%20CRM%20%26%20Automation%20Platform&_tu=DA&en=NavigationCTA&ep.path_clean=%2F&ep.url_clean=https%3A%2F%2Fwww.brevo.com%2F&ep.c__userType=Visitor&ep.c__aff=&ep.c__rtype=&ep.msclkid=&ep.eventCategory=NavigationCTA&ep.eventLabel=CTALoad&ep.eventValue=CTAbutton&_et=2&tfd=1429&richsstssemetrics.brevo.com/g/collect?v=2&tid... https://metrics.brevo.com/g/collect?v=2&tid=G-V8SFL2N220&gtm=45je64h1v9115571177z89104444316za20gzb9104444316zd9104444316&_p=1776816658014&gcs=G100&gcd=13u3uPu2u6l1&npa=1&dma_cps=-&dma=1&ecid=446689110&_eu=AAAAAGA&_fplc=0&are=1&cid=1790877428.1776816659&frm=0&pscdl=denied&rcb=18&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=ES-MD&sst.rnd=1172213886.1776816658&sst.etld=google.es&sst.gcsub=region1&sst.tft=1776816658014&sst.lpc=23498729&sst.navt=n&sst.ude=0&_s=3&tag_exp=0~115938466~115938468~117266401~117512543&sid=1776816658&sct=1&seg=0&dl=https%3A%2F%2Fwww.brevo.com%2F&dt=Brevo%3A%20Email%20%26%20SMS%20Marketing%2C%20CRM%20%26%20Automation%20Platform&_tu=DA&en=NavigationCTA&ep.path_clean=%2F&ep.url_clean=https%3A%2F%2Fwww.brevo.com%2F&ep.c__userType=Visitor&ep.c__aff=&ep.c__rtype=&ep.msclkid=&ep.eventCategory=NavigationCTA&ep.eventLabel=CTALoad&ep.eventValue=CTAbutton&_et=2&tfd=1429&richsstsse — 200 — 149 B — 49 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=18&frm=0&en=page_view&dl=https%3A%2F%2Fwww.brevo.com%2F&scrsrc=www.googletagmanager.com&rnd=1172213886.1776816658&navt=n&npa=1&ep.path_clean=%2F&ep.url_clean=https%3A%2F%2Fwww.brevo.com%2F&ep.c__userType=Visitor&_tu=DA&gtm=45je64h1v9115571177z89104444316za20gzb9104444316zd9104444316xec&gcs=G100&gcd=13u3uPu2u6l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938468~117266401~117512543&apve=1&apvf=f&apvc=0&tids=AW-955371798&tid=AW-955371798&tft=1776816658710&tfd=1432pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=18&frm=0&en=page_view&dl=https%3A%2F%2Fwww.brevo.com%2F&scrsrc=www.googletagmanager.com&rnd=1172213886.1776816658&navt=n&npa=1&ep.path_clean=%2F&ep.url_clean=https%3A%2F%2Fwww.brevo.com%2F&ep.c__userType=Visitor&_tu=DA&gtm=45je64h1v9115571177z89104444316za20gzb9104444316zd9104444316xec&gcs=G100&gcd=13u3uPu2u6l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938468~117266401~117512543&apve=1&apvf=f&apvc=0&tids=AW-955371798&tid=AW-955371798&tft=1776816658710&tfd=1432 — 200 — 50 B — 30 ms — h2https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOQ.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOQ.js — 200 — 121.5 KiB — 12 ms — h2https://inapp.planhat.com/msg/569a8c71-c259-4e0a-862d-fef56d230c58inapp.planhat.com/msg/569a8c71-c259... https://inapp.planhat.com/msg/569a8c71-c259-4e0a-862d-fef56d230c58 — 204 — 0 B — 66 ms — h2https://cdn.cookielaw.org/consent/3ecea6e2-250b-4ec3-bbdb-850b58d2d925/3ecea6e2-250b-4ec3-bbdb-850b58d2d925.jsoncdn.cookielaw.org/consent/3ecea6e2-... https://cdn.cookielaw.org/consent/3ecea6e2-250b-4ec3-bbdb-850b58d2d925/3ecea6e2-250b-4ec3-bbdb-850b58d2d925.json — -1 — 0 B — 80 ms — https://dt.brevo.com/dt.brevo.com/ https://dt.brevo.com/ — 200 — 94 B — 145 ms — h2https://reveal.api.albacross.com/companyreveal.api.albacross.com/company https://reveal.api.albacross.com/company — 200 — 1.2 KiB — 50 ms — h2https://dt.brevo.com/dt.brevo.com/ https://dt.brevo.com/ — 200 — 94 B — 122 ms — h2https://www.clarity.ms/tag/uet/4038389?insights=1www.clarity.ms/tag/uet/4038389?insi... https://www.clarity.ms/tag/uet/4038389?insights=1 — 200 — 1.0 KiB — 116 ms — http/1.1https://bat.bing.net/action/0?ti=4038389&tm=gtm002&Ver=2&mid=a0fa2284-40f0-4690-9c11-3e3621535158&bo=4&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Brevo%3A%20Email%20%26%20SMS%20Marketing,%20CRM%20%26%20Automation%20Platform&p=https%3A%2F%2Fwww.brevo.com%2F&r=&lt=624&evt=pageLoad&sv=2&asc=D&cdb=AQAQ&rn=640517bat.bing.net/action/0?ti=4038389&tm... https://bat.bing.net/action/0?ti=4038389&tm=gtm002&Ver=2&mid=a0fa2284-40f0-4690-9c11-3e3621535158&bo=4&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Brevo%3A%20Email%20%26%20SMS%20Marketing,%20CRM%20%26%20Automation%20Platform&p=https%3A%2F%2Fwww.brevo.com%2F&r=&lt=624&evt=pageLoad&sv=2&asc=D&cdb=AQAQ&rn=640517 — 204 — 120 B — 142 ms — h2https://bat.bing.net/actionp/0?ti=4038389&tm=gtm002&Ver=2&mid=a0fa2284-40f0-4690-9c11-3e3621535158&bo=1&evt=consent&src=update&cdb=AQAQ&asc=Dbat.bing.net/actionp/0?ti=4038389&t... https://bat.bing.net/actionp/0?ti=4038389&tm=gtm002&Ver=2&mid=a0fa2284-40f0-4690-9c11-3e3621535158&bo=1&evt=consent&src=update&cdb=AQAQ&asc=D — 204 — 121 B — 142 ms — h2https://bat.bing.net/actionp/0?ti=4038389&tm=gtm002&Ver=2&mid=a0fa2284-40f0-4690-9c11-3e3621535158&bo=2&evt=consent&src=default&cdb=AQAQ&asc=Dbat.bing.net/actionp/0?ti=4038389&t... https://bat.bing.net/actionp/0?ti=4038389&tm=gtm002&Ver=2&mid=a0fa2284-40f0-4690-9c11-3e3621535158&bo=2&evt=consent&src=default&cdb=AQAQ&asc=D — 204 — 345 B — 138 ms — h2https://bat.bing.net/actionp/0?ti=4038389&tm=gtm002&Ver=2&mid=a0fa2284-40f0-4690-9c11-3e3621535158&bo=3&evt=consent&src=update&cdb=AQAQ&asc=Dbat.bing.net/actionp/0?ti=4038389&t... https://bat.bing.net/actionp/0?ti=4038389&tm=gtm002&Ver=2&mid=a0fa2284-40f0-4690-9c11-3e3621535158&bo=3&evt=consent&src=update&cdb=AQAQ&asc=D — 204 — 120 B — 139 ms — h2https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.js — 200 — 39.6 KiB — 12 ms — h2https://inapp.planhat.com/msg/569a8c71-c259-4e0a-862d-fef56d230c58inapp.planhat.com/msg/569a8c71-c259... https://inapp.planhat.com/msg/569a8c71-c259-4e0a-862d-fef56d230c58 — 204 — 156 B — 29 ms — h2https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 930 B — 195 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 906 B — 142 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 905 B — 140 ms — h2https://try.abtasty.com/f9a3e011099d4b460c457de53a360bc8.jstry.abtasty.com/f9a3e011099d4b460c4... https://try.abtasty.com/f9a3e011099d4b460c457de53a360bc8.js — 200 — 3.6 KiB — 57 ms — h2https://scripts.clarity.ms/0.8.59/clarity.jsscripts.clarity.ms/0.8.59/clarity.j... https://scripts.clarity.ms/0.8.59/clarity.js — 200 — 26.2 KiB — 127 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=5289146&time=1776816658624&url=https%3A%2F%2Fwww.brevo.com%2F&tm=gtmv2&e_ipv6=AQK-cQ9z96r24QAAAZ2yhplZRN6m5kQTukLg58Eddt5fz5FA8EiEFy2bg_NI9Z6-RmdO1JO5_4Fepx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=5289146&time=1776816658624&url=https%3A%2F%2Fwww.brevo.com%2F&tm=gtmv2&e_ipv6=AQK-cQ9z96r24QAAAZ2yhplZRN6m5kQTukLg58Eddt5fz5FA8EiEFy2bg_NI9Z6-RmdO1JO5_4Fe — 200 — 694 B — 255 ms — h2https://try.abtasty.com/shared/commons.c68e82aed4749f70bc66.jstry.abtasty.com/shared/commons.c68e... https://try.abtasty.com/shared/commons.c68e82aed4749f70bc66.js — 200 — 3.8 KiB — 19 ms — h2https://try.abtasty.com/f9a3e011099d4b460c457de53a360bc8/main.84c3e115d3dbf46f3fa3.jstry.abtasty.com/f9a3e011099d4b460c4... https://try.abtasty.com/f9a3e011099d4b460c457de53a360bc8/main.84c3e115d3dbf46f3fa3.js — 200 — 65.0 KiB — 40 ms — h2https://try.abtasty.com/shared/me.2b88db7d71338a3e37d1.jstry.abtasty.com/shared/me.2b88db7d7... https://try.abtasty.com/shared/me.2b88db7d71338a3e37d1.js — 200 — 3.6 KiB — 20 ms — h2https://try.abtasty.com/shared/analytics.3806a6304dc7344bf6fe.jstry.abtasty.com/shared/analytics.38... https://try.abtasty.com/shared/analytics.3806a6304dc7344bf6fe.js — 200 — 6.6 KiB — 19 ms — h3https://dcinfos-cache.abtasty.com/v1/ua-parserdcinfos-cache.abtasty.com/v1/ua-par... https://dcinfos-cache.abtasty.com/v1/ua-parser — 200 — 235 B — 71 ms — h2https://dcinfos-cache.abtasty.com/v1/geoip?weather=falsedcinfos-cache.abtasty.com/v1/geoip?... https://dcinfos-cache.abtasty.com/v1/geoip?weather=false — 200 — 556 B — 69 ms — h2https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 200 — 906 B — 144 ms — h2https://j.clarity.ms/collectj.clarity.ms/collect https://j.clarity.ms/collect — 200 — 537 B — 420 ms — http/1.1https://www.brevo.com/cdn-cgi/rum?www.brevo.com/cdn-cgi/rum? https://www.brevo.com/cdn-cgi/rum? — 204 — 117 B — 24 ms — h2https://assets.brevo.com/data/userpilot-latest.jsassets.brevo.com/data/userpilot-lat... https://assets.brevo.com/data/userpilot-latest.js — 200 — 1.1 KiB — 35 ms — h2https://corp-backend.brevo.com/wp-content/uploads/2025/07/Brevo_logo.svgcorp-backend.brevo.com/wp-content/u... https://corp-backend.brevo.com/wp-content/uploads/2025/07/Brevo_logo.svg — 200 — 871 B — 35 ms — h2https://js.userpilot.io/sdk/version/1.480/app.jsjs.userpilot.io/sdk/version/1.480/a... https://js.userpilot.io/sdk/version/1.480/app.js — 200 — 255.4 KiB — 173 ms — h2https://find.userpilot.io/v1/lookups/NX-09777cbbfind.userpilot.io/v1/lookups/NX-097... https://find.userpilot.io/v1/lookups/NX-09777cbb — 200 — 519 B — 107 ms — h2https://dt.brevo.com/dt.brevo.com/ https://dt.brevo.com/ — 200 — 118 B — 120 ms — h2https://ariane.abtasty.com/ariane.abtasty.com/ https://ariane.abtasty.com/ — 200 — 229 B — 91 ms — h2https://j.clarity.ms/collectj.clarity.ms/collect https://j.clarity.ms/collect — 204 — 277 B — 133 ms — http/1.1https://new-collect.albacross.com/e.gif?s=JSCollector%2C3.1.3&e0=pageview&ci0=eb1fc7d6-dc31-a27e-fd14-8543b2137f08&v0=d998cea9-f3c9-dcd6-c4ad-d5b59955e83c&p0=74ad0f60-1050-a5db-d441-e44d2b00e633&u0=74ad0f60-1050-a5db-d441-e44d2b00e633&c0=89203705&t0=1776816658386&ur0=https%3A%2F%2Fwww.brevo.com%2F&ti0=Brevo%3A%20Email%20%26%20SMS%20Marketing%2C%20CRM%20%26%20Automation%20Platform&re0=800&re0=600&o0=landscape-primarynew-collect.albacross.com/e.gif?s=J... https://new-collect.albacross.com/e.gif?s=JSCollector%2C3.1.3&e0=pageview&ci0=eb1fc7d6-dc31-a27e-fd14-8543b2137f08&v0=d998cea9-f3c9-dcd6-c4ad-d5b59955e83c&p0=74ad0f60-1050-a5db-d441-e44d2b00e633&u0=74ad0f60-1050-a5db-d441-e44d2b00e633&c0=89203705&t0=1776816658386&ur0=https%3A%2F%2Fwww.brevo.com%2F&ti0=Brevo%3A%20Email%20%26%20SMS%20Marketing%2C%20CRM%20%26%20Automation%20Platform&re0=800&re0=600&o0=landscape-primary — 200 — 103 B — 146 ms — h2
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 1580ms · 948KB · €17/mo
www.brevo.com
Other
Costly
Execution 401ms
Transfer 69 KB
Monthly Cost €4/mo
www.brevo.com
Other
Costly
Execution 337ms
Transfer 31 KB
Monthly Cost €4/mo
Unattributable
Other
Costly
Execution 290ms
Transfer 0 KB
Monthly Cost €3/mo
metrics.brevo.com
Other
Optional
Execution 174ms
Transfer 197 KB
Unused 31%
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 80ms
Transfer 179 KB
Unused 34%
Monthly Cost €1/mo
assets.brevo.com
Other
Optional
Execution 65ms
Transfer 15 KB
Monthly Cost €1/mo
js.userpilot.io
Other
Optional
Execution 61ms
Transfer 255 KB
Unused 59%
Monthly Cost €1/mo
Microsoft Clarity
Session Replay
Optional
Execution 58ms
Transfer 26 KB
Monthly Cost €1/mo
analytics.tiktok.com
Other
Optional
Execution 58ms
Transfer 122 KB
Unused 52%
Monthly Cost €1/mo
www.brevo.com
Other
Optional
Execution 56ms
Transfer 53 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.brevo.com adds 401ms and costs ~€4/month
  • www.brevo.com adds 337ms and costs ~€4/month
  • Unattributable adds 290ms and costs ~€3/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

www.brevo.com takes 401ms 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.brevo.com takes 337ms 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 290ms 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

59% of js.userpilot.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

52% of analytics.tiktok.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