Skip to content
https://digibouquetai.com

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
87
GRADE
B
FIX
2
REVIEW
4
PASS
13
INFO
3

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

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

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

3.33 s

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

0 ms

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

0.074

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

1.82 s

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

3.37 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
22
13 PASS 4 REVIEW 2 FIX
F
Page Weight Budget
Action
6.9 MB transferred, 125 requests
FIX
6.9 MB transferred, 125 requests
Critical::
Page weighs 8.0 MB (6.9 MB transferred)
Info::
Fonts are 4.2 MB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 4.2 MB
Warning::
Images are 2.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.2 MB
Warning::
125 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.5 g CO2 per page load
6.9 MB / 2.4 MB budget
6.9 MB transferred
125 requests
1.5 g CO2 per page load
Fonts 4.2 MiB 60%
Images 2.2 MiB 32%
JavaScript 480.2 KiB 7%
CSS 37.7 KiB 1%
HTML 32.9 KiB 0%
Other 4.1 KiB 0%
Other 2.1 KiB 0%
Other 870 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

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
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store, must-revalidate

DirectiveValueMeaning
no-storeNever cache this response
must-revalidateMust recheck with server after expiry
B
JS Execution Cost
860ms total JS execution
REVIEW
860ms total JS execution
Warning::
https://digibouquetai.com/: 468ms CPU time
Info::
Unattributable: 200ms CPU time
Info::
https://digibouquetai.com/assets/framework-DJH1pfS...: 122ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-XT70...: 70ms CPU time
Info::
Third-party scripts: 70ms (8% of total)

Main Thread Breakdown

Other 55% Script Evaluation 22% Style & Layout 15% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://digibouquetai.com/468ms8ms3ms1st
Unattributable200ms8ms0ms1st
https://digibouquetai.com/assets/framework-DJH1pfSr.js122ms102ms0ms1st
https://www.googletagmanager.com/gtag/js?id=G-XT70Q9HGV470ms57ms13ms3rd
B
JS Bundles
62 scripts, 121 KB unused
REVIEW
62 scripts, 121 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-XT70...: 70 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://umami.bestvid.net/recorder.js?v=3.2.0: 51 KB unused (88%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 121 KB
121 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-XT70Q9HGV4170 KB70 KB (42%)3rd
https://umami.bestvid.net/recorder.js?v=3.2.058 KB51 KB (88%)3rd
https://digibouquetai.com/assets/global-error-CVl8f3Cz.js1 KB1st
https://digibouquetai.com/assets/framework-DJH1pfSr.js60 KB1st
https://digibouquetai.com/assets/rolldown-runtime-QTnfLwEv.js1 KB1st
https://digibouquetai.com/assets/url-utils-BQKFb685.js1 KB1st
https://digibouquetai.com/assets/error-B2jo5mtb.js1 KB1st
https://digibouquetai.com/assets/link-DMNkzgAl.js5 KB1st
https://digibouquetai.com/assets/layout-segment-context-C3MnrZQB.js1 KB1st
https://digibouquetai.com/assets/dist-BqFYcBMN.js2 KB1st

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

B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Page Weight Inventory
Action
125 resources · 6.9 MB · 121 KB savings available
REVIEW
125 resources · 6.9 MB · 121 KB savings available
Warning::
Page weight 6.9 MB exceeds 1 MB target by 5.9 MB
Got: 6.9 MB Expected: ≤ 1 MB
Info::
~121 KB of savings available
Info::
14 third-party resources (4% of weight)
Info::
2 resources over 200KB
125 resources · 6.9 MiB · 14 third-party 5.9 MiB over 1MB target
Font 60% · 4.2 MiB
Image 32% · 2.2 MiB
JavaScript 7% · 480.2 KiB
CSS 1% · 37.7 KiB
Document 0% · 32.9 KiB
Other 0% · 5.0 KiB

~121.0 KiB of savings available

Remove unused JavaScript: 121.0 KiB
A+
Third-Party Impact
4% third-party, 0 ms blocking
PASS
4% third-party, 0 ms blocking
Info::
Third-party code accounts for 4% of page weight (264.5 KiB of 6.9 MiB)
Info::
Third-party blocking time is low (0 ms)
96%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A
Image Optimization
35 images, 0 KB saveable
PASS
35 images, 0 KB saveable
Warning::
https://digibouquetai.com/home-cases/vintage-botan... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://digibouquetai.com/home-cases/watercolor-v2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://digibouquetai.com/home-cases/cute-3d-v2.we... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://digibouquetai.com/home-cases/realistic-v2.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
35 images 2.2 MB
0 oversized -0 KB
0 legacy format
5 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

Performance issues directly impact user engagement and conversion rates.

A+
Font Loading
17 fonts (4258 KB)
PASS
17 fonts (4258 KB)
Info::
17 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

17

4258 KB total

Render-blocking

0

of 17

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.8 s LCP 3.3 shttps://digibouquetai.com/assets/_vinext_fonts/great-vibes-2f7863ba0263/great-vibes-58bf8c05.woff2great-vibes-58bf8c05.woff2 https://digibouquetai.com/assets/_vinext_fonts/great-vibes-2f7863ba0263/great-vibes-58bf8c05.woff2 — 2.4 KiB — 151 ms — font-display: swaphttps://digibouquetai.com/assets/_vinext_fonts/great-vibes-2f7863ba0263/great-vibes-479a236a.woff2great-vibes-479a236a.woff2 https://digibouquetai.com/assets/_vinext_fonts/great-vibes-2f7863ba0263/great-vibes-479a236a.woff2 — 28.4 KiB — 314 ms — font-display: swaphttps://digibouquetai.com/assets/_vinext_fonts/great-vibes-2f7863ba0263/great-vibes-7552f231.woff2great-vibes-7552f231.woff2 https://digibouquetai.com/assets/_vinext_fonts/great-vibes-2f7863ba0263/great-vibes-7552f231.woff2 — 1.6 KiB — 197 ms — font-display: swaphttps://digibouquetai.com/assets/_vinext_fonts/great-vibes-2f7863ba0263/great-vibes-1d4169b6.woff2great-vibes-1d4169b6.woff2 https://digibouquetai.com/assets/_vinext_fonts/great-vibes-2f7863ba0263/great-vibes-1d4169b6.woff2 — 8.0 KiB — 200 ms — font-display: swaphttps://digibouquetai.com/assets/_vinext_fonts/great-vibes-2f7863ba0263/great-vibes-40c434ad.woff2great-vibes-40c434ad.woff2 https://digibouquetai.com/assets/_vinext_fonts/great-vibes-2f7863ba0263/great-vibes-40c434ad.woff2 — 45.6 KiB — 340 ms — font-display: swaphttps://digibouquetai.com/assets/_vinext_fonts/great-vibes-2f7863ba0263/great-vibes-7d348aad.woff2great-vibes-7d348aad.woff2 https://digibouquetai.com/assets/_vinext_fonts/great-vibes-2f7863ba0263/great-vibes-7d348aad.woff2 — 29.4 KiB — 358 ms — font-display: swaphttps://digibouquetai.com/assets/_vinext_fonts/cormorant-garamond-ff0b6567a197/cormorant-garamond-dd44b623.woff2cormorant-garamond-dd44... https://digibouquetai.com/assets/_vinext_fonts/cormorant-garamond-ff0b6567a197/cormorant-garamond-dd44b623.woff2 — 23.4 KiB — 299 ms — font-display: swaphttps://digibouquetai.com/assets/_vinext_fonts/cormorant-garamond-ff0b6567a197/cormorant-garamond-44d82aa9.woff2cormorant-garamond-44d8... https://digibouquetai.com/assets/_vinext_fonts/cormorant-garamond-ff0b6567a197/cormorant-garamond-44d82aa9.woff2 — 21.2 KiB — 97 ms — font-display: swaphttps://digibouquetai.com/assets/_vinext_fonts/cormorant-garamond-ff0b6567a197/cormorant-garamond-7f5a19db.woff2cormorant-garamond-7f5a... https://digibouquetai.com/assets/_vinext_fonts/cormorant-garamond-ff0b6567a197/cormorant-garamond-7f5a19db.woff2 — 11.5 KiB — 302 ms — font-display: swaphttps://digibouquetai.com/assets/_vinext_fonts/cormorant-garamond-ff0b6567a197/cormorant-garamond-21114939.woff2cormorant-garamond-2111... https://digibouquetai.com/assets/_vinext_fonts/cormorant-garamond-ff0b6567a197/cormorant-garamond-21114939.woff2 — 33.5 KiB — 322 ms — font-display: swaphttps://digibouquetai.com/assets/_vinext_fonts/cormorant-garamond-ff0b6567a197/cormorant-garamond-e99b45a2.woff2cormorant-garamond-e99b... https://digibouquetai.com/assets/_vinext_fonts/cormorant-garamond-ff0b6567a197/cormorant-garamond-e99b45a2.woff2 — 37.4 KiB — 388 ms — font-display: swaphttps://digibouquetai.com/assets/_vinext_fonts/nunito-a8fc1b39e894/nunito-0189801d.woff2nunito-0189801d.woff2 https://digibouquetai.com/assets/_vinext_fonts/nunito-a8fc1b39e894/nunito-0189801d.woff2 — 28.8 KiB — 321 ms — font-display: swaphttps://digibouquetai.com/assets/_vinext_fonts/nunito-a8fc1b39e894/nunito-fe9e41e7.woff2nunito-fe9e41e7.woff2 https://digibouquetai.com/assets/_vinext_fonts/nunito-a8fc1b39e894/nunito-fe9e41e7.woff2 — 20.8 KiB — 320 ms — font-display: swaphttps://digibouquetai.com/assets/_vinext_fonts/nunito-a8fc1b39e894/nunito-09a4fc4d.woff2nunito-09a4fc4d.woff2 https://digibouquetai.com/assets/_vinext_fonts/nunito-a8fc1b39e894/nunito-09a4fc4d.woff2 — 13.3 KiB — 286 ms — font-display: swaphttps://digibouquetai.com/assets/_vinext_fonts/nunito-a8fc1b39e894/nunito-fd8c59c3.woff2nunito-fd8c59c3.woff2 https://digibouquetai.com/assets/_vinext_fonts/nunito-a8fc1b39e894/nunito-fd8c59c3.woff2 — 35.2 KiB — 290 ms — font-display: swaphttps://digibouquetai.com/assets/_vinext_fonts/nunito-a8fc1b39e894/nunito-b8db197d.woff2nunito-b8db197d.woff2 https://digibouquetai.com/assets/_vinext_fonts/nunito-a8fc1b39e894/nunito-b8db197d.woff2 — 38.8 KiB — 96 ms — font-display: swaphttps://digibouquetai.com/assets/LemiQiuXuShouShuTi-Etze_doZ.woff2LemiQiuXuShouShuTi-Etze... https://digibouquetai.com/assets/LemiQiuXuShouShuTi-Etze_doZ.woff2 — 3.8 MiB — 1.2 s — font-display: swap
great-vibes-58bf8c05.woff2 woff2 swap
Size 2 KB
Load time 151 ms
Start 174 ms
Risk FOUT — text flashes from fallback to web font
great-vibes-479a236a.woff2 woff2 swap
Size 28 KB
Load time 314 ms
Start 175 ms
Risk FOUT — text flashes from fallback to web font
great-vibes-7552f231.woff2 woff2 swap
Size 2 KB
Load time 197 ms
Start 175 ms
Risk FOUT — text flashes from fallback to web font
great-vibes-1d4169b6.woff2 woff2 swap
Size 8 KB
Load time 200 ms
Start 175 ms
Risk FOUT — text flashes from fallback to web font
great-vibes-40c434ad.woff2 woff2 swap
Size 46 KB
Load time 340 ms
Start 175 ms
Risk FOUT — text flashes from fallback to web font
great-vibes-7d348aad.woff2 woff2 swap
Size 29 KB
Load time 358 ms
Start 176 ms
Risk FOUT — text flashes from fallback to web font
cormorant-garamond-dd44... woff2 swap
Size 23 KB
Load time 299 ms
Start 176 ms
Risk FOUT — text flashes from fallback to web font
cormorant-garamond-44d8... woff2 swap
Size 21 KB
Load time 97 ms
Start 177 ms
Risk FOUT — text flashes from fallback to web font
cormorant-garamond-7f5a... woff2 swap
Size 12 KB
Load time 302 ms
Start 177 ms
Risk FOUT — text flashes from fallback to web font
cormorant-garamond-2111... woff2 swap
Size 33 KB
Load time 322 ms
Start 177 ms
Risk FOUT — text flashes from fallback to web font
cormorant-garamond-e99b... woff2 swap
Size 37 KB
Load time 388 ms
Start 177 ms
Risk FOUT — text flashes from fallback to web font
nunito-0189801d.woff2 woff2 swap
Size 29 KB
Load time 321 ms
Start 178 ms
Risk FOUT — text flashes from fallback to web font
nunito-fe9e41e7.woff2 woff2 swap
Size 21 KB
Load time 320 ms
Start 178 ms
Risk FOUT — text flashes from fallback to web font
nunito-09a4fc4d.woff2 woff2 swap
Size 13 KB
Load time 286 ms
Start 178 ms
Risk FOUT — text flashes from fallback to web font
nunito-fd8c59c3.woff2 woff2 swap
Size 35 KB
Load time 290 ms
Start 179 ms
Risk FOUT — text flashes from fallback to web font
nunito-b8db197d.woff2 woff2 swap
Size 39 KB
Load time 96 ms
Start 179 ms
Risk FOUT — text flashes from fallback to web font
LemiQiuXuShouShuTi-Etze... woff2 swap
Size 3879 KB
Load time 1.2 s
Start 179 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 ~1939 KB and ~3878 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
Compression Algorithm
Main response uses brotli
PASS
Main response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: no-store, must-revalidate
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: RSC, Accept, Next-Router-State-Tree, Next-Router-Prefetch, Next-Router-Segment-P...
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
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
125 requests over 2652ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.8 s LCP 3.3 shttps://digibouquetai.com// https://digibouquetai.com/ — 200 — 32.9 KiB — 180 ms — h3https://digibouquetai.com/brand/logo-flower.webp/brand/logo-flower.webp https://digibouquetai.com/brand/logo-flower.webp — 200 — 202.6 KiB — 406 ms — h3https://digibouquetai.com/marketing/hero-ai-bouquet.webp/marketing/hero-ai-bouquet.webp https://digibouquetai.com/marketing/hero-ai-bouquet.webp — 200 — 111.7 KiB — 342 ms — h3https://digibouquetai.com/assets/index-DtxSn0xq.css/assets/index-DtxSn0xq.css https://digibouquetai.com/assets/index-DtxSn0xq.css — 200 — 37.7 KiB — 72 ms — h3https://digibouquetai.com/assets/global-error-CVl8f3Cz.js/assets/global-error-CVl8f3Cz.js https://digibouquetai.com/assets/global-error-CVl8f3Cz.js — 200 — 1.1 KiB — 62 ms — h3https://digibouquetai.com/assets/framework-DJH1pfSr.js/assets/framework-DJH1pfSr.js https://digibouquetai.com/assets/framework-DJH1pfSr.js — 200 — 59.9 KiB — 115 ms — h3https://digibouquetai.com/assets/rolldown-runtime-QTnfLwEv.js/assets/rolldown-runtime-QTnfLwEv.j... https://digibouquetai.com/assets/rolldown-runtime-QTnfLwEv.js — 200 — 968 B — 65 ms — h3https://digibouquetai.com/assets/url-utils-BQKFb685.js/assets/url-utils-BQKFb685.js https://digibouquetai.com/assets/url-utils-BQKFb685.js — 200 — 1.5 KiB — 68 ms — h3https://digibouquetai.com/assets/error-B2jo5mtb.js/assets/error-B2jo5mtb.js https://digibouquetai.com/assets/error-B2jo5mtb.js — 200 — 1002 B — 154 ms — h3https://digibouquetai.com/assets/link-DMNkzgAl.js/assets/link-DMNkzgAl.js https://digibouquetai.com/assets/link-DMNkzgAl.js — 200 — 4.5 KiB — 160 ms — h3https://digibouquetai.com/assets/layout-segment-context-C3MnrZQB.js/assets/layout-segment-context-C3Mn... https://digibouquetai.com/assets/layout-segment-context-C3MnrZQB.js — 200 — 754 B — 259 ms — h3https://digibouquetai.com/assets/dist-BqFYcBMN.js/assets/dist-BqFYcBMN.js https://digibouquetai.com/assets/dist-BqFYcBMN.js — 200 — 2.0 KiB — 108 ms — h3https://digibouquetai.com/assets/sonner-2KtkNM3b.js/assets/sonner-2KtkNM3b.js https://digibouquetai.com/assets/sonner-2KtkNM3b.js — 200 — 1.2 KiB — 153 ms — h3https://digibouquetai.com/assets/createLucideIcon-BRWvWrMn.js/assets/createLucideIcon-BRWvWrMn.j... https://digibouquetai.com/assets/createLucideIcon-BRWvWrMn.js — 200 — 1.2 KiB — 212 ms — h3https://digibouquetai.com/assets/circle-check-B8l71IIG.js/assets/circle-check-B8l71IIG.js https://digibouquetai.com/assets/circle-check-B8l71IIG.js — 200 — 698 B — 180 ms — h3https://digibouquetai.com/assets/loader-circle-Cxy4jRlv.js/assets/loader-circle-Cxy4jRlv.js https://digibouquetai.com/assets/loader-circle-Cxy4jRlv.js — 200 — 682 B — 211 ms — h3https://digibouquetai.com/assets/dist-Dxtr84wd.js/assets/dist-Dxtr84wd.js https://digibouquetai.com/assets/dist-Dxtr84wd.js — 200 — 10.0 KiB — 108 ms — h3https://digibouquetai.com/assets/google-one-tap-6tcUZMVS.js/assets/google-one-tap-6tcUZMVS.js https://digibouquetai.com/assets/google-one-tap-6tcUZMVS.js — 200 — 1.1 KiB — 152 ms — h3https://digibouquetai.com/assets/client-DFgffiCT.js/assets/client-DFgffiCT.js https://digibouquetai.com/assets/client-DFgffiCT.js — 200 — 12.1 KiB — 304 ms — h3https://digibouquetai.com/assets/NextIntlClientProvider-d9oaY35C.js/assets/NextIntlClientProvider-d9oa... https://digibouquetai.com/assets/NextIntlClientProvider-d9oaY35C.js — 200 — 700 B — 152 ms — h3https://digibouquetai.com/assets/react-DlbkFqaW.js/assets/react-DlbkFqaW.js https://digibouquetai.com/assets/react-DlbkFqaW.js — 200 — 13.5 KiB — 184 ms — h3https://digibouquetai.com/assets/auth-modal-provider-DH01GQKZ.js/assets/auth-modal-provider-DH01GQK... https://digibouquetai.com/assets/auth-modal-provider-DH01GQKZ.js — 200 — 1.7 KiB — 158 ms — h3https://digibouquetai.com/assets/dynamic-JvjZAPEJ.js/assets/dynamic-JvjZAPEJ.js https://digibouquetai.com/assets/dynamic-JvjZAPEJ.js — 200 — 1.5 KiB — 176 ms — h3https://digibouquetai.com/assets/pricing-modal-provider-ChDbVCd4.js/assets/pricing-modal-provider-ChDb... https://digibouquetai.com/assets/pricing-modal-provider-ChDbVCd4.js — 200 — 3.5 KiB — 265 ms — h3https://digibouquetai.com/assets/utils-DXalBF5w.js/assets/utils-DXalBF5w.js https://digibouquetai.com/assets/utils-DXalBF5w.js — 200 — 9.0 KiB — 176 ms — h3https://digibouquetai.com/assets/check-CX-FwU1S.js/assets/check-CX-FwU1S.js https://digibouquetai.com/assets/check-CX-FwU1S.js — 200 — 664 B — 151 ms — h3https://digibouquetai.com/assets/pricing-gI8EVzWR.js/assets/pricing-gI8EVzWR.js https://digibouquetai.com/assets/pricing-gI8EVzWR.js — 200 — 2.5 KiB — 260 ms — h3https://digibouquetai.com/assets/x-ChR1JV_j.js/assets/x-ChR1JV_j.js https://digibouquetai.com/assets/x-ChR1JV_j.js — 200 — 682 B — 166 ms — h3https://digibouquetai.com/assets/react-client-CAjdHkmk.js/assets/react-client-CAjdHkmk.js https://digibouquetai.com/assets/react-client-CAjdHkmk.js — 200 — 669 B — 209 ms — h3https://digibouquetai.com/assets/locale-D5y-t7L2.js/assets/locale-D5y-t7L2.js https://digibouquetai.com/assets/locale-D5y-t7L2.js — 200 — 2.0 KiB — 175 ms — h3
0 ms 1.0 s 2.0 s 3.0 s FCP 1.8 s LCP 3.3 shttps://digibouquetai.com// https://digibouquetai.com/ — 200 — 32.9 KiB — 180 ms — h3https://digibouquetai.com/brand/logo-flower.webp/brand/logo-flower.webp https://digibouquetai.com/brand/logo-flower.webp — 200 — 202.6 KiB — 406 ms — h3https://digibouquetai.com/marketing/hero-ai-bouquet.webp/marketing/hero-ai-bouquet.webp https://digibouquetai.com/marketing/hero-ai-bouquet.webp — 200 — 111.7 KiB — 342 ms — h3https://digibouquetai.com/assets/index-DtxSn0xq.css/assets/index-DtxSn0xq.css https://digibouquetai.com/assets/index-DtxSn0xq.css — 200 — 37.7 KiB — 72 ms — h3https://digibouquetai.com/assets/global-error-CVl8f3Cz.js/assets/global-error-CVl8f3Cz.js https://digibouquetai.com/assets/global-error-CVl8f3Cz.js — 200 — 1.1 KiB — 62 ms — h3https://digibouquetai.com/assets/framework-DJH1pfSr.js/assets/framework-DJH1pfSr.js https://digibouquetai.com/assets/framework-DJH1pfSr.js — 200 — 59.9 KiB — 115 ms — h3https://digibouquetai.com/assets/rolldown-runtime-QTnfLwEv.js/assets/rolldown-runtime-QTnfLwEv.j... https://digibouquetai.com/assets/rolldown-runtime-QTnfLwEv.js — 200 — 968 B — 65 ms — h3https://digibouquetai.com/assets/url-utils-BQKFb685.js/assets/url-utils-BQKFb685.js https://digibouquetai.com/assets/url-utils-BQKFb685.js — 200 — 1.5 KiB — 68 ms — h3https://digibouquetai.com/assets/error-B2jo5mtb.js/assets/error-B2jo5mtb.js https://digibouquetai.com/assets/error-B2jo5mtb.js — 200 — 1002 B — 154 ms — h3https://digibouquetai.com/assets/link-DMNkzgAl.js/assets/link-DMNkzgAl.js https://digibouquetai.com/assets/link-DMNkzgAl.js — 200 — 4.5 KiB — 160 ms — h3https://digibouquetai.com/assets/layout-segment-context-C3MnrZQB.js/assets/layout-segment-context-C3Mn... https://digibouquetai.com/assets/layout-segment-context-C3MnrZQB.js — 200 — 754 B — 259 ms — h3https://digibouquetai.com/assets/dist-BqFYcBMN.js/assets/dist-BqFYcBMN.js https://digibouquetai.com/assets/dist-BqFYcBMN.js — 200 — 2.0 KiB — 108 ms — h3https://digibouquetai.com/assets/sonner-2KtkNM3b.js/assets/sonner-2KtkNM3b.js https://digibouquetai.com/assets/sonner-2KtkNM3b.js — 200 — 1.2 KiB — 153 ms — h3https://digibouquetai.com/assets/createLucideIcon-BRWvWrMn.js/assets/createLucideIcon-BRWvWrMn.j... https://digibouquetai.com/assets/createLucideIcon-BRWvWrMn.js — 200 — 1.2 KiB — 212 ms — h3https://digibouquetai.com/assets/circle-check-B8l71IIG.js/assets/circle-check-B8l71IIG.js https://digibouquetai.com/assets/circle-check-B8l71IIG.js — 200 — 698 B — 180 ms — h3https://digibouquetai.com/assets/loader-circle-Cxy4jRlv.js/assets/loader-circle-Cxy4jRlv.js https://digibouquetai.com/assets/loader-circle-Cxy4jRlv.js — 200 — 682 B — 211 ms — h3https://digibouquetai.com/assets/dist-Dxtr84wd.js/assets/dist-Dxtr84wd.js https://digibouquetai.com/assets/dist-Dxtr84wd.js — 200 — 10.0 KiB — 108 ms — h3https://digibouquetai.com/assets/google-one-tap-6tcUZMVS.js/assets/google-one-tap-6tcUZMVS.js https://digibouquetai.com/assets/google-one-tap-6tcUZMVS.js — 200 — 1.1 KiB — 152 ms — h3https://digibouquetai.com/assets/client-DFgffiCT.js/assets/client-DFgffiCT.js https://digibouquetai.com/assets/client-DFgffiCT.js — 200 — 12.1 KiB — 304 ms — h3https://digibouquetai.com/assets/NextIntlClientProvider-d9oaY35C.js/assets/NextIntlClientProvider-d9oa... https://digibouquetai.com/assets/NextIntlClientProvider-d9oaY35C.js — 200 — 700 B — 152 ms — h3https://digibouquetai.com/assets/react-DlbkFqaW.js/assets/react-DlbkFqaW.js https://digibouquetai.com/assets/react-DlbkFqaW.js — 200 — 13.5 KiB — 184 ms — h3https://digibouquetai.com/assets/auth-modal-provider-DH01GQKZ.js/assets/auth-modal-provider-DH01GQK... https://digibouquetai.com/assets/auth-modal-provider-DH01GQKZ.js — 200 — 1.7 KiB — 158 ms — h3https://digibouquetai.com/assets/dynamic-JvjZAPEJ.js/assets/dynamic-JvjZAPEJ.js https://digibouquetai.com/assets/dynamic-JvjZAPEJ.js — 200 — 1.5 KiB — 176 ms — h3https://digibouquetai.com/assets/pricing-modal-provider-ChDbVCd4.js/assets/pricing-modal-provider-ChDb... https://digibouquetai.com/assets/pricing-modal-provider-ChDbVCd4.js — 200 — 3.5 KiB — 265 ms — h3https://digibouquetai.com/assets/utils-DXalBF5w.js/assets/utils-DXalBF5w.js https://digibouquetai.com/assets/utils-DXalBF5w.js — 200 — 9.0 KiB — 176 ms — h3https://digibouquetai.com/assets/check-CX-FwU1S.js/assets/check-CX-FwU1S.js https://digibouquetai.com/assets/check-CX-FwU1S.js — 200 — 664 B — 151 ms — h3https://digibouquetai.com/assets/pricing-gI8EVzWR.js/assets/pricing-gI8EVzWR.js https://digibouquetai.com/assets/pricing-gI8EVzWR.js — 200 — 2.5 KiB — 260 ms — h3https://digibouquetai.com/assets/x-ChR1JV_j.js/assets/x-ChR1JV_j.js https://digibouquetai.com/assets/x-ChR1JV_j.js — 200 — 682 B — 166 ms — h3https://digibouquetai.com/assets/react-client-CAjdHkmk.js/assets/react-client-CAjdHkmk.js https://digibouquetai.com/assets/react-client-CAjdHkmk.js — 200 — 669 B — 209 ms — h3https://digibouquetai.com/assets/locale-D5y-t7L2.js/assets/locale-D5y-t7L2.js https://digibouquetai.com/assets/locale-D5y-t7L2.js — 200 — 2.0 KiB — 175 ms — h3https://digibouquetai.com/assets/track-BTjYlITO.js/assets/track-BTjYlITO.js https://digibouquetai.com/assets/track-BTjYlITO.js — 200 — 826 B — 256 ms — h3https://digibouquetai.com/assets/login-promo-provider-fIdzokfu.js/assets/login-promo-provider-fIdzok... https://digibouquetai.com/assets/login-promo-provider-fIdzokfu.js — 200 — 670 B — 208 ms — h3https://digibouquetai.com/assets/site-header-kR56Rhat.js/assets/site-header-kR56Rhat.js https://digibouquetai.com/assets/site-header-kR56Rhat.js — 200 — 3.4 KiB — 263 ms — h3https://digibouquetai.com/assets/navigation-jqemOpAP.js/assets/navigation-jqemOpAP.js https://digibouquetai.com/assets/navigation-jqemOpAP.js — 200 — 1.7 KiB — 258 ms — h3https://digibouquetai.com/assets/BaseLink-D4LfKAFY.js/assets/BaseLink-D4LfKAFY.js https://digibouquetai.com/assets/BaseLink-D4LfKAFY.js — 200 — 2.3 KiB — 155 ms — h3https://digibouquetai.com/assets/nav-links-BQulW5K2.js/assets/nav-links-BQulW5K2.js https://digibouquetai.com/assets/nav-links-BQulW5K2.js — 200 — 744 B — 255 ms — h3https://digibouquetai.com/assets/blog-utils-BoSXtLzH.js/assets/blog-utils-BoSXtLzH.js https://digibouquetai.com/assets/blog-utils-BoSXtLzH.js — 200 — 773 B — 177 ms — h3https://digibouquetai.com/assets/locale-BfCfEQwh.js/assets/locale-BfCfEQwh.js https://digibouquetai.com/assets/locale-BfCfEQwh.js — 200 — 692 B — 149 ms — h3https://digibouquetai.com/assets/promo-tpVdgefw.js/assets/promo-tpVdgefw.js https://digibouquetai.com/assets/promo-tpVdgefw.js — 200 — 738 B — 155 ms — h3https://digibouquetai.com/assets/hero-B6TIC_B5.js/assets/hero-B6TIC_B5.js https://digibouquetai.com/assets/hero-B6TIC_B5.js — 200 — 1.1 KiB — 189 ms — h3https://digibouquetai.com/assets/home-what-DA0LuGv-.js/assets/home-what-DA0LuGv-.js https://digibouquetai.com/assets/home-what-DA0LuGv-.js — 200 — 872 B — 149 ms — h3https://digibouquetai.com/assets/homepage-DXAWX_FS.js/assets/homepage-DXAWX_FS.js https://digibouquetai.com/assets/homepage-DXAWX_FS.js — 200 — 8.2 KiB — 174 ms — h3https://digibouquetai.com/assets/catalog-uu14tfxJ.js/assets/catalog-uu14tfxJ.js https://digibouquetai.com/assets/catalog-uu14tfxJ.js — 200 — 2.8 KiB — 190 ms — h3https://digibouquetai.com/assets/home-gift-gallery-DXLUM9d_.js/assets/home-gift-gallery-DXLUM9d_.... https://digibouquetai.com/assets/home-gift-gallery-DXLUM9d_.js — 200 — 1.2 KiB — 154 ms — h3https://digibouquetai.com/assets/gift-gallery-CTkgpHB3.js/assets/gift-gallery-CTkgpHB3.js https://digibouquetai.com/assets/gift-gallery-CTkgpHB3.js — 200 — 2.1 KiB — 154 ms — h3https://digibouquetai.com/assets/home-why-D_ssrMtc.js/assets/home-why-D_ssrMtc.js https://digibouquetai.com/assets/home-why-D_ssrMtc.js — 200 — 890 B — 251 ms — h3https://digibouquetai.com/assets/home-cases-BVFf7In8.js/assets/home-cases-BVFf7In8.js https://digibouquetai.com/assets/home-cases-BVFf7In8.js — 200 — 1.1 KiB — 175 ms — h3https://digibouquetai.com/assets/how-it-works-BKIj_ZG0.js/assets/how-it-works-BKIj_ZG0.js https://digibouquetai.com/assets/how-it-works-BKIj_ZG0.js — 200 — 943 B — 147 ms — h3https://digibouquetai.com/assets/icons-C76rlO7r.js/assets/icons-C76rlO7r.js https://digibouquetai.com/assets/icons-C76rlO7r.js — 200 — 1.2 KiB — 154 ms — h3https://digibouquetai.com/assets/flower-showcase-XWsPHFB_.js/assets/flower-showcase-XWsPHFB_.js https://digibouquetai.com/assets/flower-showcase-XWsPHFB_.js — 200 — 1.0 KiB — 175 ms — h3https://digibouquetai.com/assets/home-pricing-C4D0y3LG.js/assets/home-pricing-C4D0y3LG.js https://digibouquetai.com/assets/home-pricing-C4D0y3LG.js — 200 — 1.5 KiB — 285 ms — h3https://digibouquetai.com/assets/home-faq-Dc_do9pc.js/assets/home-faq-Dc_do9pc.js https://digibouquetai.com/assets/home-faq-Dc_do9pc.js — 200 — 1.1 KiB — 146 ms — h3https://digibouquetai.com/assets/home-bottom-cta--JkImnUu.js/assets/home-bottom-cta--JkImnUu.js https://digibouquetai.com/assets/home-bottom-cta--JkImnUu.js — 200 — 871 B — 250 ms — h3https://digibouquetai.com/assets/site-footer-CeDtMTMK.js/assets/site-footer-CeDtMTMK.js https://digibouquetai.com/assets/site-footer-CeDtMTMK.js — 200 — 1.3 KiB — 253 ms — h3https://digibouquetai.com/assets/cookie-banner-CSfhKybm.js/assets/cookie-banner-CSfhKybm.js https://digibouquetai.com/assets/cookie-banner-CSfhKybm.js — 200 — 748 B — 149 ms — h3https://digibouquetai.com/assets/language-suggestion-toast-D64pxte6.js/assets/language-suggestion-toast-D... https://digibouquetai.com/assets/language-suggestion-toast-D64pxte6.js — 200 — 2.0 KiB — 174 ms — h3https://digibouquetai.com/assets/languages-DjFWk4Bo.js/assets/languages-DjFWk4Bo.js https://digibouquetai.com/assets/languages-DjFWk4Bo.js — 200 — 745 B — 249 ms — h3https://digibouquetai.com/assets/index-D7ycrpRt.js/assets/index-D7ycrpRt.js https://digibouquetai.com/assets/index-D7ycrpRt.js — 200 — 40.2 KiB — 321 ms — h3https://digibouquetai.com/assets/_vinext_fonts/great-vibes-2f7863ba0263/great-vibes-58bf8c05.woff2/assets/_vinext_fonts/great-vibes-2... https://digibouquetai.com/assets/_vinext_fonts/great-vibes-2f7863ba0263/great-vibes-58bf8c05.woff2 — 200 — 2.4 KiB — 151 ms — h3https://digibouquetai.com/assets/_vinext_fonts/great-vibes-2f7863ba0263/great-vibes-479a236a.woff2/assets/_vinext_fonts/great-vibes-2... https://digibouquetai.com/assets/_vinext_fonts/great-vibes-2f7863ba0263/great-vibes-479a236a.woff2 — 200 — 28.4 KiB — 314 ms — h3https://digibouquetai.com/assets/_vinext_fonts/great-vibes-2f7863ba0263/great-vibes-7552f231.woff2/assets/_vinext_fonts/great-vibes-2... https://digibouquetai.com/assets/_vinext_fonts/great-vibes-2f7863ba0263/great-vibes-7552f231.woff2 — 200 — 1.6 KiB — 197 ms — h3https://digibouquetai.com/assets/_vinext_fonts/great-vibes-2f7863ba0263/great-vibes-1d4169b6.woff2/assets/_vinext_fonts/great-vibes-2... https://digibouquetai.com/assets/_vinext_fonts/great-vibes-2f7863ba0263/great-vibes-1d4169b6.woff2 — 200 — 8.0 KiB — 200 ms — h3https://digibouquetai.com/assets/_vinext_fonts/great-vibes-2f7863ba0263/great-vibes-40c434ad.woff2/assets/_vinext_fonts/great-vibes-2... https://digibouquetai.com/assets/_vinext_fonts/great-vibes-2f7863ba0263/great-vibes-40c434ad.woff2 — 200 — 45.6 KiB — 340 ms — h3https://digibouquetai.com/assets/_vinext_fonts/great-vibes-2f7863ba0263/great-vibes-7d348aad.woff2/assets/_vinext_fonts/great-vibes-2... https://digibouquetai.com/assets/_vinext_fonts/great-vibes-2f7863ba0263/great-vibes-7d348aad.woff2 — 200 — 29.4 KiB — 358 ms — h3https://digibouquetai.com/assets/_vinext_fonts/cormorant-garamond-ff0b6567a197/cormorant-garamond-dd44b623.woff2/assets/_vinext_fonts/cormorant-gar... https://digibouquetai.com/assets/_vinext_fonts/cormorant-garamond-ff0b6567a197/cormorant-garamond-dd44b623.woff2 — 200 — 23.4 KiB — 299 ms — h3https://digibouquetai.com/assets/_vinext_fonts/cormorant-garamond-ff0b6567a197/cormorant-garamond-44d82aa9.woff2/assets/_vinext_fonts/cormorant-gar... https://digibouquetai.com/assets/_vinext_fonts/cormorant-garamond-ff0b6567a197/cormorant-garamond-44d82aa9.woff2 — 200 — 21.2 KiB — 97 ms — h3https://digibouquetai.com/assets/_vinext_fonts/cormorant-garamond-ff0b6567a197/cormorant-garamond-7f5a19db.woff2/assets/_vinext_fonts/cormorant-gar... https://digibouquetai.com/assets/_vinext_fonts/cormorant-garamond-ff0b6567a197/cormorant-garamond-7f5a19db.woff2 — 200 — 11.5 KiB — 302 ms — h3https://digibouquetai.com/assets/_vinext_fonts/cormorant-garamond-ff0b6567a197/cormorant-garamond-21114939.woff2/assets/_vinext_fonts/cormorant-gar... https://digibouquetai.com/assets/_vinext_fonts/cormorant-garamond-ff0b6567a197/cormorant-garamond-21114939.woff2 — 200 — 33.5 KiB — 322 ms — h3https://digibouquetai.com/assets/_vinext_fonts/cormorant-garamond-ff0b6567a197/cormorant-garamond-e99b45a2.woff2/assets/_vinext_fonts/cormorant-gar... https://digibouquetai.com/assets/_vinext_fonts/cormorant-garamond-ff0b6567a197/cormorant-garamond-e99b45a2.woff2 — 200 — 37.4 KiB — 388 ms — h3https://digibouquetai.com/assets/_vinext_fonts/nunito-a8fc1b39e894/nunito-0189801d.woff2/assets/_vinext_fonts/nunito-a8fc1b... https://digibouquetai.com/assets/_vinext_fonts/nunito-a8fc1b39e894/nunito-0189801d.woff2 — 200 — 28.8 KiB — 321 ms — h3https://digibouquetai.com/assets/_vinext_fonts/nunito-a8fc1b39e894/nunito-fe9e41e7.woff2/assets/_vinext_fonts/nunito-a8fc1b... https://digibouquetai.com/assets/_vinext_fonts/nunito-a8fc1b39e894/nunito-fe9e41e7.woff2 — 200 — 20.8 KiB — 320 ms — h3https://digibouquetai.com/assets/_vinext_fonts/nunito-a8fc1b39e894/nunito-09a4fc4d.woff2/assets/_vinext_fonts/nunito-a8fc1b... https://digibouquetai.com/assets/_vinext_fonts/nunito-a8fc1b39e894/nunito-09a4fc4d.woff2 — 200 — 13.3 KiB — 286 ms — h3https://digibouquetai.com/assets/_vinext_fonts/nunito-a8fc1b39e894/nunito-fd8c59c3.woff2/assets/_vinext_fonts/nunito-a8fc1b... https://digibouquetai.com/assets/_vinext_fonts/nunito-a8fc1b39e894/nunito-fd8c59c3.woff2 — 200 — 35.2 KiB — 290 ms — h3https://digibouquetai.com/assets/_vinext_fonts/nunito-a8fc1b39e894/nunito-b8db197d.woff2/assets/_vinext_fonts/nunito-a8fc1b... https://digibouquetai.com/assets/_vinext_fonts/nunito-a8fc1b39e894/nunito-b8db197d.woff2 — 200 — 38.8 KiB — 96 ms — h3https://digibouquetai.com/assets/LemiQiuXuShouShuTi-Etze_doZ.woff2/assets/LemiQiuXuShouShuTi-Etze_doZ... https://digibouquetai.com/assets/LemiQiuXuShouShuTi-Etze_doZ.woff2 — 200 — 3.8 MiB — 1.2 s — h3https://digibouquetai.com/flowers/rose.webp/flowers/rose.webp https://digibouquetai.com/flowers/rose.webp — 200 — 33.9 KiB — 322 ms — h3https://digibouquetai.com/flowers/peony.webp/flowers/peony.webp https://digibouquetai.com/flowers/peony.webp — 200 — 36.4 KiB — 407 ms — h3https://digibouquetai.com/flowers/tulip.webp/flowers/tulip.webp https://digibouquetai.com/flowers/tulip.webp — 200 — 33.1 KiB — 336 ms — h3https://digibouquetai.com/flowers/daisy.webp/flowers/daisy.webp https://digibouquetai.com/flowers/daisy.webp — 200 — 33.5 KiB — 285 ms — h3https://digibouquetai.com/flowers/lily.webp/flowers/lily.webp https://digibouquetai.com/flowers/lily.webp — 200 — 32.8 KiB — 307 ms — h3https://digibouquetai.com/flowers/orchid.webp/flowers/orchid.webp https://digibouquetai.com/flowers/orchid.webp — 200 — 31.3 KiB — 283 ms — h3https://digibouquetai.com/flowers/camellia.webp/flowers/camellia.webp https://digibouquetai.com/flowers/camellia.webp — 200 — 32.3 KiB — 336 ms — h3https://digibouquetai.com/flowers/lotus.webp/flowers/lotus.webp https://digibouquetai.com/flowers/lotus.webp — 200 — 32.3 KiB — 302 ms — h3https://www.googletagmanager.com/gtag/js?id=G-XT70Q9HGV4www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-XT70Q9HGV4 — 200 — 169.8 KiB — 191 ms — h2https://umami.bestvid.net/script.js?v=3.2.0umami.bestvid.net/script.js?v=3.2.0 https://umami.bestvid.net/script.js?v=3.2.0 — 200 — 3.0 KiB — 118 ms — h3https://umami.bestvid.net/recorder.js?v=3.2.0umami.bestvid.net/recorder.js?v=3.2... https://umami.bestvid.net/recorder.js?v=3.2.0 — 200 — 58.1 KiB — 187 ms — h3https://analytics.ahrefs.com/analytics.jsanalytics.ahrefs.com/analytics.js https://analytics.ahrefs.com/analytics.js — 200 — 3.0 KiB — 112 ms — h3https://digibouquetai.com/flowers/sunflower.webp/flowers/sunflower.webp https://digibouquetai.com/flowers/sunflower.webp — 200 — 56.6 KiB — 373 ms — h3https://digibouquetai.com/flowers/lavender.webp/flowers/lavender.webp https://digibouquetai.com/flowers/lavender.webp — 200 — 36.4 KiB — 306 ms — h3https://digibouquetai.com/flowers/carnation.webp/flowers/carnation.webp https://digibouquetai.com/flowers/carnation.webp — 200 — 40.1 KiB — 329 ms — h3https://digibouquetai.com/flowers/hydrangea.webp/flowers/hydrangea.webp https://digibouquetai.com/flowers/hydrangea.webp — 200 — 48.0 KiB — 341 ms — h3https://digibouquetai.com/flowers/cherry-blossom.webp/flowers/cherry-blossom.webp https://digibouquetai.com/flowers/cherry-blossom.webp — 200 — 23.4 KiB — 240 ms — h3https://digibouquetai.com/flowers/babys-breath.webp/flowers/babys-breath.webp https://digibouquetai.com/flowers/babys-breath.webp — 200 — 65.6 KiB — 404 ms — h3https://digibouquetai.com/flowers/ranunculus.webp/flowers/ranunculus.webp https://digibouquetai.com/flowers/ranunculus.webp — 200 — 38.1 KiB — 312 ms — h3https://digibouquetai.com/flowers/magnolia.webp/flowers/magnolia.webp https://digibouquetai.com/flowers/magnolia.webp — 200 — 26.4 KiB — 278 ms — h3https://www.clarity.ms/tag/xry6pwhcf3www.clarity.ms/tag/xry6pwhcf3 https://www.clarity.ms/tag/xry6pwhcf3 — 200 — 1.1 KiB — 163 ms — http/1.1https://digibouquetai.com/marketing/gift-gallery/01-congrats.webp/marketing/gift-gallery/01-congrats... https://digibouquetai.com/marketing/gift-gallery/01-congrats.webp — 200 — 84.8 KiB — 316 ms — h3https://digibouquetai.com/marketing/gift-gallery/02-just-because.webp/marketing/gift-gallery/02-just-bec... https://digibouquetai.com/marketing/gift-gallery/02-just-because.webp — 200 — 43.0 KiB — 219 ms — h3https://digibouquetai.com/marketing/gift-gallery/03-matcha.webp/marketing/gift-gallery/03-matcha.w... https://digibouquetai.com/marketing/gift-gallery/03-matcha.webp — 200 — 85.8 KiB — 301 ms — h3https://digibouquetai.com/marketing/gift-gallery/04-butter.webp/marketing/gift-gallery/04-butter.w... https://digibouquetai.com/marketing/gift-gallery/04-butter.webp — 200 — 92.2 KiB — 322 ms — h3https://digibouquetai.com/marketing/gift-gallery/05-dopamine.webp/marketing/gift-gallery/05-dopamine... https://digibouquetai.com/marketing/gift-gallery/05-dopamine.webp — 200 — 101.2 KiB — 326 ms — h3https://digibouquetai.com/marketing/gift-gallery/06-quiet-love.webp/marketing/gift-gallery/06-quiet-lo... https://digibouquetai.com/marketing/gift-gallery/06-quiet-love.webp — 200 — 70.0 KiB — 282 ms — h3https://digibouquetai.com/marketing/gift-gallery/07-tropical.webp/marketing/gift-gallery/07-tropical... https://digibouquetai.com/marketing/gift-gallery/07-tropical.webp — 200 — 116.0 KiB — 336 ms — h3https://digibouquetai.com/marketing/gift-gallery/08-cafe.webp/marketing/gift-gallery/08-cafe.web... https://digibouquetai.com/marketing/gift-gallery/08-cafe.webp — 200 — 126.8 KiB — 342 ms — h3https://digibouquetai.com/marketing/gift-gallery/09-meadow.webp/marketing/gift-gallery/09-meadow.w... https://digibouquetai.com/marketing/gift-gallery/09-meadow.webp — 200 — 138.3 KiB — 339 ms — h3https://digibouquetai.com/marketing/gift-gallery/10-mono.webp/marketing/gift-gallery/10-mono.web... https://digibouquetai.com/marketing/gift-gallery/10-mono.webp — 200 — 62.1 KiB — 264 ms — h3https://digibouquetai.com/marketing/gift-gallery/11-friend.webp/marketing/gift-gallery/11-friend.w... https://digibouquetai.com/marketing/gift-gallery/11-friend.webp — 200 — 86.5 KiB — 305 ms — h3https://digibouquetai.com/marketing/gift-gallery/12-heal.webp/marketing/gift-gallery/12-heal.web... https://digibouquetai.com/marketing/gift-gallery/12-heal.webp — 200 — 88.8 KiB — 304 ms — h3https://digibouquetai.com/home-cases/watercolor-v2.webp/home-cases/watercolor-v2.webp https://digibouquetai.com/home-cases/watercolor-v2.webp — 200 — 52.3 KiB — 238 ms — h3https://digibouquetai.com/home-cases/cute-3d-v2.webp/home-cases/cute-3d-v2.webp https://digibouquetai.com/home-cases/cute-3d-v2.webp — 200 — 56.2 KiB — 248 ms — h3https://digibouquetai.com/home-cases/vintage-botanical-v2.webp/home-cases/vintage-botanical-v2.we... https://digibouquetai.com/home-cases/vintage-botanical-v2.webp — 200 — 101.5 KiB — 313 ms — h3https://digibouquetai.com/home-cases/realistic-v2.webp/home-cases/realistic-v2.webp https://digibouquetai.com/home-cases/realistic-v2.webp — 200 — 48.2 KiB — 217 ms — h3https://digibouquetai.com/api/auth/get-session/api/auth/get-session https://digibouquetai.com/api/auth/get-session — 200 — 589 B — 55 ms — h3https://digibouquetai.com/assets/pricing-lP7FqUJ8.js/assets/pricing-lP7FqUJ8.js https://digibouquetai.com/assets/pricing-lP7FqUJ8.js — 200 — 3.0 KiB — 37 ms — h3https://digibouquetai.com/assets/flower-2-3zzGTdaH.js/assets/flower-2-3zzGTdaH.js https://digibouquetai.com/assets/flower-2-3zzGTdaH.js — 200 — 822 B — 36 ms — h3https://analytics.ahrefs.com/api/eventanalytics.ahrefs.com/api/event https://analytics.ahrefs.com/api/event — 200 — 308 B — 126 ms — h3https://scripts.clarity.ms/0.8.69/clarity.jsscripts.clarity.ms/0.8.69/clarity.j... https://scripts.clarity.ms/0.8.69/clarity.js — 200 — 25.2 KiB — 195 ms — h2https://umami.bestvid.net/api/websites/1d3887c9-0153-436b-8ff5-b3cb524c569f/recorderumami.bestvid.net/api/websites/1d38... https://umami.bestvid.net/api/websites/1d3887c9-0153-436b-8ff5-b3cb524c569f/recorder — 200 — 882 B — 222 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-XT70Q9HGV4&gtm=45je68q0h2v9259396103za200zd9259396103&_p=1787779638430&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1716410586.1787779639&frm=0&ngs=1&pscdl=noapi&rcb=15&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B151.0.7922.169%7CNot%253DA%253FBrand%3B99.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115938465~115938469~118897920~118897930~119367802~119367810~120213116~120385423&sid=1787779639&sct=1&seg=0&dl=https%3A%2F%2Fdigibouquetai.com%2F&dt=DigiBouquet%20AI%20-%20Create%20Free%20%26%20AI%20Digital%20Flower%20Bouquets&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1126region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-XT70Q9HGV4&gtm=45je68q0h2v9259396103za200zd9259396103&_p=1787779638430&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1716410586.1787779639&frm=0&ngs=1&pscdl=noapi&rcb=15&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B151.0.7922.169%7CNot%253DA%253FBrand%3B99.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115938465~115938469~118897920~118897930~119367802~119367810~120213116~120385423&sid=1787779639&sct=1&seg=0&dl=https%3A%2F%2Fdigibouquetai.com%2F&dt=DigiBouquet%20AI%20-%20Create%20Free%20%26%20AI%20Digital%20Flower%20Bouquets&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1126 — 204 — 550 B — 71 ms — h2https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 204 — 0 B — 45 ms — h3https://o.clarity.ms/collecto.clarity.ms/collect https://o.clarity.ms/collect — 204 — 281 B — 467 ms — http/1.1https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 200 — 1.1 KiB — 72 ms — h3https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 200 — 1.1 KiB — 66 ms — h3https://digibouquetai.com/brand/favicon-32.png/brand/favicon-32.png https://digibouquetai.com/brand/favicon-32.png — 200 — 2.1 KiB — 36 ms — h3https://o.clarity.ms/collecto.clarity.ms/collect https://o.clarity.ms/collect — 204 — 281 B — 100 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
8% of JavaScript execution is third-party
First-party Third-party 70ms · 170KB · €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 70ms
Transfer 170 KB
Unused 42%
Monthly Cost €1/mo

How third-party costs are calculated

Image Optimization
55 images, 1411 KB total, 1052 KB wasted
INFO

Image Optimization Audit

Total Images

55

Total Size

1411 KB

Oversized

21

Wasted

1052 KB

40 missing dimensions 17 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback