Skip to content
https://romeronperfumes.com.au

Performance

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

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

96
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
80
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.
85
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

540 ms

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

1.12 s

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

48 ms

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

0.001

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

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

1.56 s

Page Load Progression

1.0 s
2.0 s
3.1 s
4.1 s
5.1 s
6.1 s
7.2 s
8.2 s
Checks
21
13 PASS 4 REVIEW 2 FIX
F
Page Weight Budget
Action
23.5 MB transferred, 262 requests
FIX
23.5 MB transferred, 262 requests
Critical::
Page weighs 24.8 MB (23.5 MB transferred)
Warning::
Images are 1.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.5 MB
Warning::
JavaScript is 563 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 563 KB
Warning::
262 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 4.9 g CO2 per page load
23.5 MB / 2.4 MB budget
23.5 MB transferred
262 requests
4.9 g CO2 per page load
Other 20.5 MiB 87%
Images 1.5 MiB 6%
Other 879.5 KiB 4%
JavaScript 562.8 KiB 2%
HTML 85.7 KiB 0%
Fonts 65.6 KiB 0%
Other 25.3 KiB 0%
Other 10.9 KiB 0%
CSS 1006 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

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.
Info::
ETag present — enables conditional (304) responses

No Cache-Control header

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

C
JS Execution Cost
Action
1561ms total JS execution
REVIEW
1561ms total JS execution
Warning::
https://romeronperfumes.com.au/: 746ms CPU time
Warning::
Unattributable: 734ms CPU time
Info::
https://romeronperfumes.com.au/cdn/wpm/b979a3e2fw1...: 81ms CPU time

Main Thread Breakdown

Other 46% Style & Layout 24% Script Evaluation 22%
ScriptTotalScriptingParse/CompileParty
https://romeronperfumes.com.au/746ms30ms6ms1st
Unattributable734ms50ms0ms1st
https://romeronperfumes.com.au/cdn/wpm/b979a3e2fw137e9400p4daec9d4mf64d2306m.js81ms61ms9ms1st
C
JS Bundles
Action
156 scripts, 272 KB unused
REVIEW
156 scripts, 272 KB unused
Warning::
https://cdn.shopify.com/extensions/01a0026b-8926-7...: 239 KB unused (95%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://romeronperfumes.com.au/cdn/wpm/b979a3e2fw1...: 33 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 272 KB
272 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.shopify.com/extensions/01a0026b-8926-7e8d-a2f2-ce2c5593288f/forms-2501/assets/index.js252 KB239 KB (95%)3rd
https://romeronperfumes.com.au/cdn/wpm/b979a3e2fw137e9400p4daec9d4mf64d2306m.js71 KB33 KB (48%)1st
https://romeronperfumes.com.au/cdn/shop/t/13/assets/view-transitions.js?v=71064140695161063417829778601 KB1st
https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js1 KB1st
https://romeronperfumes.com.au/cdn/shop/t/13/assets/header.js?v=367180545106619478917829778602 KB1st
https://romeronperfumes.com.au/cdn/shop/t/13/assets/dialog.js?v=1508885365686941940217829778602 KB1st
https://cdn.shopify.com/storefront/standard-actions.js5 KB3rd
https://romeronperfumes.com.au/cdn/shop/t/13/assets/utilities.js?v=285061728873759759417829778605 KB1st
https://romeronperfumes.com.au/cdn/shop/t/13/assets/component.js?v=1842402371014431198717829778602 KB1st
https://romeronperfumes.com.au/cdn/shop/t/13/assets/section-renderer.js?v=1233111174855137857717829778602 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
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
C
Page Weight Inventory
Action
262 resources · 23.5 MB · 272 KB savings available
REVIEW
262 resources · 23.5 MB · 272 KB savings available
Warning::
Page weight 23.5 MB exceeds 1 MB target by 22.5 MB
Got: 23.5 MB Expected: ≤ 1 MB
Info::
~272 KB of savings available
Info::
25 third-party resources (1% of weight)
Info::
4 resources over 200KB
262 resources · 23.5 MiB · 25 third-party 22.5 MiB over 1MB target
Media 87% · 20.5 MiB
Image 6% · 1.5 MiB
JavaScript 6% · 1.3 MiB
Document 0% · 111.0 KiB
CSS 0% · 87.7 KiB
Font 0% · 65.6 KiB
Other 0% · 15.7 KiB

~272.3 KiB of savings available

Remove unused JavaScript: 272.3 KiB
A+
Third-Party Impact
1% third-party, 0 ms blocking
PASS
1% third-party, 0 ms blocking
Info::
Third-party code accounts for 1% of page weight (269.5 KiB of 23.5 MiB)
Info::
Third-party blocking time is low (0 ms)
99%
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
Info::
All images are well-optimized
35 images 1.5 MB
0 oversized -0 KB
0 legacy format
0 missing dimensions CLS risk
A+
Font Loading
4 fonts (66 KB)
PASS
4 fonts (66 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

66 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 540 ms LCP 1.1 shttps://romeronperfumes.com.au/cdn/fonts/geist/geist_n4.6e27f20c83b0a07405328f98ff3b0be957c5d6d5.woff2geist_n4.6e27f20c83b0a0... https://romeronperfumes.com.au/cdn/fonts/geist/geist_n4.6e27f20c83b0a07405328f98ff3b0be957c5d6d5.woff2 — 13.8 KiB — 225 ms — font-display: swaphttps://romeronperfumes.com.au/cdn/fonts/geist/geist_n5.94fa89da1755608b366e51df60b72b900e50a5c1.woff2geist_n5.94fa89da175560... https://romeronperfumes.com.au/cdn/fonts/geist/geist_n5.94fa89da1755608b366e51df60b72b900e50a5c1.woff2 — 14.1 KiB — 226 ms — font-display: swaphttps://romeronperfumes.com.au/cdn/fonts/cormorant/cormorant_n4.bd66e8e0031690b46374315bd1c15a17a8dcd450.woff2cormorant_n4.bd66e8e003... https://romeronperfumes.com.au/cdn/fonts/cormorant/cormorant_n4.bd66e8e0031690b46374315bd1c15a17a8dcd450.woff2 — 23.6 KiB — 246 ms — font-display: swaphttps://romeronperfumes.com.au/cdn/fonts/geist/geist_n7.d1a55eaf394973a6f8fe773d87de2e2f51331d2a.woff2geist_n7.d1a55eaf394973... https://romeronperfumes.com.au/cdn/fonts/geist/geist_n7.d1a55eaf394973a6f8fe773d87de2e2f51331d2a.woff2 — 14.1 KiB — 52 ms — font-display: swap
geist_n4.6e27f20c83b0a0... woff2 swap
Size 14 KB
Load time 225 ms
Start 874 ms
Risk FOUT — text flashes from fallback to web font
geist_n5.94fa89da175560... woff2 swap
Size 14 KB
Load time 226 ms
Start 874 ms
Risk FOUT — text flashes from fallback to web font
cormorant_n4.bd66e8e003... woff2 swap
Size 24 KB
Load time 246 ms
Start 875 ms
Risk FOUT — text flashes from fallback to web font
geist_n7.d1a55eaf394973... woff2 swap
Size 14 KB
Load time 52 ms
Start 932 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
HTTP/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+
Server-Timing Observability
17 Server-Timing entries advertised
PASS
17 Server-Timing entries advertised
Info::
Server-Timing header advertises 17 timing entries
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: accept-encoding
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::
`ETag` present -- conditional GET supported
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
262 requests over 5903ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 540 ms LCP 1.1 shttps://romeronperfumes.com.au// https://romeronperfumes.com.au/ — 200 — 52.5 KiB — 798 ms — h2https://romeronperfumes.com.au/cdn/shop/t/13/assets/base.css?v=76960384357303700341786844913/cdn/shop/t/13/assets/base.css?v=76... https://romeronperfumes.com.au/cdn/shop/t/13/assets/base.css?v=76960384357303700341786844913 — 200 — 0 B — 3 ms — h2https://romeronperfumes.com.au/cdn/shop/t/13/assets/overflow-list.css?v=16727044177065489451782977860/cdn/shop/t/13/assets/overflow-list... https://romeronperfumes.com.au/cdn/shop/t/13/assets/overflow-list.css?v=16727044177065489451782977860 — 200 — 0 B — 3 ms — h2https://romeronperfumes.com.au/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css/cdn/shopifycloud/portable-wallets/... https://romeronperfumes.com.au/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css — 200 — 0 B — 5 ms — h2https://romeronperfumes.com.au/cdn/shop/t/13/compiled_assets/styles.css?v=63254393371373725931786841988&subset=AB4AAQABAAAwAAAAAABCEgAIiocCcgAhwFCdawIIQA/cdn/shop/t/13/compiled_assets/styl... https://romeronperfumes.com.au/cdn/shop/t/13/compiled_assets/styles.css?v=63254393371373725931786841988&subset=AB4AAQABAAAwAAAAAABCEgAIiocCcgAhwFCdawIIQA — 200 — 0 B — 5 ms — h2https://romeronperfumes.com.au/cdn/shop/t/13/assets/view-transitions.js?v=7106414069516106341782977860/cdn/shop/t/13/assets/view-transiti... https://romeronperfumes.com.au/cdn/shop/t/13/assets/view-transitions.js?v=7106414069516106341782977860 — 200 — 1.3 KiB — 14 ms — h2https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js/cdn/shopifycloud/shop-js/modules/v... https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js — 200 — 918 B — 11 ms — h2https://romeronperfumes.com.au/cdn/shop/t/13/assets/header.js?v=36718054510661947891782977860/cdn/shop/t/13/assets/header.js?v=3... https://romeronperfumes.com.au/cdn/shop/t/13/assets/header.js?v=36718054510661947891782977860 — 200 — 1.8 KiB — 15 ms — h2https://romeronperfumes.com.au/cdn/shop/files/preview_images/14003be221584d6583467024f38a1047.thumbnail.0000000000.jpg?v=1786436204&width=832/cdn/shop/files/preview_images/1400... https://romeronperfumes.com.au/cdn/shop/files/preview_images/14003be221584d6583467024f38a1047.thumbnail.0000000000.jpg?v=1786436204&width=832 — 200 — 64.5 KiB — 38 ms — h3https://romeronperfumes.com.au/cdn/shop/files/preview_images/14003be221584d6583467024f38a1047.thumbnail.0000000000_2500x.jpg?v=1786436204/cdn/shop/files/preview_images/1400... https://romeronperfumes.com.au/cdn/shop/files/preview_images/14003be221584d6583467024f38a1047.thumbnail.0000000000_2500x.jpg?v=1786436204 — 200 — 64.6 KiB — 38 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/dialog.js?v=150888536568694194021782977860/cdn/shop/t/13/assets/dialog.js?v=1... https://romeronperfumes.com.au/cdn/shop/t/13/assets/dialog.js?v=150888536568694194021782977860 — 200 — 1.7 KiB — 30 ms — h3https://cdn.shopify.com/storefront/standard-actions.jscdn.shopify.com/storefront/standard... https://cdn.shopify.com/storefront/standard-actions.js — 200 — 5.1 KiB — 17 ms — h2https://romeronperfumes.com.au/cdn/shop/t/13/assets/utilities.js?v=28506172887375975941782977860/cdn/shop/t/13/assets/utilities.js?... https://romeronperfumes.com.au/cdn/shop/t/13/assets/utilities.js?v=28506172887375975941782977860 — 200 — 4.6 KiB — 27 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/component.js?v=184240237101443119871782977860/cdn/shop/t/13/assets/component.js?... https://romeronperfumes.com.au/cdn/shop/t/13/assets/component.js?v=184240237101443119871782977860 — 200 — 2.5 KiB — 70 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/section-renderer.js?v=123311117485513785771782977860/cdn/shop/t/13/assets/section-rende... https://romeronperfumes.com.au/cdn/shop/t/13/assets/section-renderer.js?v=123311117485513785771782977860 — 200 — 1.8 KiB — 88 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/section-hydration.js?v=108434990705342316311782977860/cdn/shop/t/13/assets/section-hydra... https://romeronperfumes.com.au/cdn/shop/t/13/assets/section-hydration.js?v=108434990705342316311782977860 — 200 — 1.1 KiB — 91 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/morph.js?v=104045809772310330131782977860/cdn/shop/t/13/assets/morph.js?v=10... https://romeronperfumes.com.au/cdn/shop/t/13/assets/morph.js?v=104045809772310330131782977860 — 200 — 3.3 KiB — 92 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/focus.js?v=60436577539430446401782977860/cdn/shop/t/13/assets/focus.js?v=60... https://romeronperfumes.com.au/cdn/shop/t/13/assets/focus.js?v=60436577539430446401782977860 — 200 — 1.3 KiB — 95 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/recently-viewed-products.js?v=94729125001750262651782977860/cdn/shop/t/13/assets/recently-view... https://romeronperfumes.com.au/cdn/shop/t/13/assets/recently-viewed-products.js?v=94729125001750262651782977860 — 200 — 1.1 KiB — 96 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/scrolling.js?v=162288454571026455011782977860/cdn/shop/t/13/assets/scrolling.js?... https://romeronperfumes.com.au/cdn/shop/t/13/assets/scrolling.js?v=162288454571026455011782977860 — 200 — 2.4 KiB — 92 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/events.js?v=1118589085892804011782977860/cdn/shop/t/13/assets/events.js?v=1... https://romeronperfumes.com.au/cdn/shop/t/13/assets/events.js?v=1118589085892804011782977860 — 200 — 1.4 KiB — 95 ms — h3https://romeronperfumes.com.au/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://romeronperfumes.com.au/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 1.4 s — h3https://romeronperfumes.com.au/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://romeronperfumes.com.au/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 1.4 s — h3https://romeronperfumes.com.au/cdn/shop/collections/PLATIN_WOMAN_1_cbfe2df0-fd1f-4ea8-8773-e5bf9a221a54.jpg?v=1786242245&width=832/cdn/shop/collections/PLATIN_WOMAN_... https://romeronperfumes.com.au/cdn/shop/collections/PLATIN_WOMAN_1_cbfe2df0-fd1f-4ea8-8773-e5bf9a221a54.jpg?v=1786242245&width=832 — 200 — 62.5 KiB — 85 ms — h3https://romeronperfumes.com.au/cdn/shop/collections/ROMERON_MENS.jpg?v=1786242361&width=832/cdn/shop/collections/ROMERON_MENS.... https://romeronperfumes.com.au/cdn/shop/collections/ROMERON_MENS.jpg?v=1786242361&width=832 — 200 — 63.2 KiB — 131 ms — h3https://romeronperfumes.com.au/cdn/fonts/geist/geist_n4.6e27f20c83b0a07405328f98ff3b0be957c5d6d5.woff2/cdn/fonts/geist/geist_n4.6e27f20c8... https://romeronperfumes.com.au/cdn/fonts/geist/geist_n4.6e27f20c83b0a07405328f98ff3b0be957c5d6d5.woff2 — 200 — 13.8 KiB — 225 ms — h3https://romeronperfumes.com.au/cdn/fonts/geist/geist_n5.94fa89da1755608b366e51df60b72b900e50a5c1.woff2/cdn/fonts/geist/geist_n5.94fa89da1... https://romeronperfumes.com.au/cdn/fonts/geist/geist_n5.94fa89da1755608b366e51df60b72b900e50a5c1.woff2 — 200 — 14.1 KiB — 226 ms — h3https://romeronperfumes.com.au/cdn/fonts/cormorant/cormorant_n4.bd66e8e0031690b46374315bd1c15a17a8dcd450.woff2/cdn/fonts/cormorant/cormorant_n4.b... https://romeronperfumes.com.au/cdn/fonts/cormorant/cormorant_n4.bd66e8e0031690b46374315bd1c15a17a8dcd450.woff2 — 200 — 23.6 KiB — 246 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/popover-polyfill.js?v=119029313658895111201782977860/cdn/shop/t/13/assets/popover-polyf... https://romeronperfumes.com.au/cdn/shop/t/13/assets/popover-polyfill.js?v=119029313658895111201782977860 — 200 — 5.3 KiB — 189 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/overflow-list.js?v=46858356770684902511782977860/cdn/shop/t/13/assets/overflow-list... https://romeronperfumes.com.au/cdn/shop/t/13/assets/overflow-list.js?v=46858356770684902511782977860 — 200 — 2.5 KiB — 189 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 540 ms LCP 1.1 shttps://romeronperfumes.com.au// https://romeronperfumes.com.au/ — 200 — 52.5 KiB — 798 ms — h2https://romeronperfumes.com.au/cdn/shop/t/13/assets/base.css?v=76960384357303700341786844913/cdn/shop/t/13/assets/base.css?v=76... https://romeronperfumes.com.au/cdn/shop/t/13/assets/base.css?v=76960384357303700341786844913 — 200 — 0 B — 3 ms — h2https://romeronperfumes.com.au/cdn/shop/t/13/assets/overflow-list.css?v=16727044177065489451782977860/cdn/shop/t/13/assets/overflow-list... https://romeronperfumes.com.au/cdn/shop/t/13/assets/overflow-list.css?v=16727044177065489451782977860 — 200 — 0 B — 3 ms — h2https://romeronperfumes.com.au/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css/cdn/shopifycloud/portable-wallets/... https://romeronperfumes.com.au/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css — 200 — 0 B — 5 ms — h2https://romeronperfumes.com.au/cdn/shop/t/13/compiled_assets/styles.css?v=63254393371373725931786841988&subset=AB4AAQABAAAwAAAAAABCEgAIiocCcgAhwFCdawIIQA/cdn/shop/t/13/compiled_assets/styl... https://romeronperfumes.com.au/cdn/shop/t/13/compiled_assets/styles.css?v=63254393371373725931786841988&subset=AB4AAQABAAAwAAAAAABCEgAIiocCcgAhwFCdawIIQA — 200 — 0 B — 5 ms — h2https://romeronperfumes.com.au/cdn/shop/t/13/assets/view-transitions.js?v=7106414069516106341782977860/cdn/shop/t/13/assets/view-transiti... https://romeronperfumes.com.au/cdn/shop/t/13/assets/view-transitions.js?v=7106414069516106341782977860 — 200 — 1.3 KiB — 14 ms — h2https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js/cdn/shopifycloud/shop-js/modules/v... https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js — 200 — 918 B — 11 ms — h2https://romeronperfumes.com.au/cdn/shop/t/13/assets/header.js?v=36718054510661947891782977860/cdn/shop/t/13/assets/header.js?v=3... https://romeronperfumes.com.au/cdn/shop/t/13/assets/header.js?v=36718054510661947891782977860 — 200 — 1.8 KiB — 15 ms — h2https://romeronperfumes.com.au/cdn/shop/files/preview_images/14003be221584d6583467024f38a1047.thumbnail.0000000000.jpg?v=1786436204&width=832/cdn/shop/files/preview_images/1400... https://romeronperfumes.com.au/cdn/shop/files/preview_images/14003be221584d6583467024f38a1047.thumbnail.0000000000.jpg?v=1786436204&width=832 — 200 — 64.5 KiB — 38 ms — h3https://romeronperfumes.com.au/cdn/shop/files/preview_images/14003be221584d6583467024f38a1047.thumbnail.0000000000_2500x.jpg?v=1786436204/cdn/shop/files/preview_images/1400... https://romeronperfumes.com.au/cdn/shop/files/preview_images/14003be221584d6583467024f38a1047.thumbnail.0000000000_2500x.jpg?v=1786436204 — 200 — 64.6 KiB — 38 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/dialog.js?v=150888536568694194021782977860/cdn/shop/t/13/assets/dialog.js?v=1... https://romeronperfumes.com.au/cdn/shop/t/13/assets/dialog.js?v=150888536568694194021782977860 — 200 — 1.7 KiB — 30 ms — h3https://cdn.shopify.com/storefront/standard-actions.jscdn.shopify.com/storefront/standard... https://cdn.shopify.com/storefront/standard-actions.js — 200 — 5.1 KiB — 17 ms — h2https://romeronperfumes.com.au/cdn/shop/t/13/assets/utilities.js?v=28506172887375975941782977860/cdn/shop/t/13/assets/utilities.js?... https://romeronperfumes.com.au/cdn/shop/t/13/assets/utilities.js?v=28506172887375975941782977860 — 200 — 4.6 KiB — 27 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/component.js?v=184240237101443119871782977860/cdn/shop/t/13/assets/component.js?... https://romeronperfumes.com.au/cdn/shop/t/13/assets/component.js?v=184240237101443119871782977860 — 200 — 2.5 KiB — 70 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/section-renderer.js?v=123311117485513785771782977860/cdn/shop/t/13/assets/section-rende... https://romeronperfumes.com.au/cdn/shop/t/13/assets/section-renderer.js?v=123311117485513785771782977860 — 200 — 1.8 KiB — 88 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/section-hydration.js?v=108434990705342316311782977860/cdn/shop/t/13/assets/section-hydra... https://romeronperfumes.com.au/cdn/shop/t/13/assets/section-hydration.js?v=108434990705342316311782977860 — 200 — 1.1 KiB — 91 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/morph.js?v=104045809772310330131782977860/cdn/shop/t/13/assets/morph.js?v=10... https://romeronperfumes.com.au/cdn/shop/t/13/assets/morph.js?v=104045809772310330131782977860 — 200 — 3.3 KiB — 92 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/focus.js?v=60436577539430446401782977860/cdn/shop/t/13/assets/focus.js?v=60... https://romeronperfumes.com.au/cdn/shop/t/13/assets/focus.js?v=60436577539430446401782977860 — 200 — 1.3 KiB — 95 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/recently-viewed-products.js?v=94729125001750262651782977860/cdn/shop/t/13/assets/recently-view... https://romeronperfumes.com.au/cdn/shop/t/13/assets/recently-viewed-products.js?v=94729125001750262651782977860 — 200 — 1.1 KiB — 96 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/scrolling.js?v=162288454571026455011782977860/cdn/shop/t/13/assets/scrolling.js?... https://romeronperfumes.com.au/cdn/shop/t/13/assets/scrolling.js?v=162288454571026455011782977860 — 200 — 2.4 KiB — 92 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/events.js?v=1118589085892804011782977860/cdn/shop/t/13/assets/events.js?v=1... https://romeronperfumes.com.au/cdn/shop/t/13/assets/events.js?v=1118589085892804011782977860 — 200 — 1.4 KiB — 95 ms — h3https://romeronperfumes.com.au/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://romeronperfumes.com.au/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 1.4 s — h3https://romeronperfumes.com.au/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://romeronperfumes.com.au/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 1.4 s — h3https://romeronperfumes.com.au/cdn/shop/collections/PLATIN_WOMAN_1_cbfe2df0-fd1f-4ea8-8773-e5bf9a221a54.jpg?v=1786242245&width=832/cdn/shop/collections/PLATIN_WOMAN_... https://romeronperfumes.com.au/cdn/shop/collections/PLATIN_WOMAN_1_cbfe2df0-fd1f-4ea8-8773-e5bf9a221a54.jpg?v=1786242245&width=832 — 200 — 62.5 KiB — 85 ms — h3https://romeronperfumes.com.au/cdn/shop/collections/ROMERON_MENS.jpg?v=1786242361&width=832/cdn/shop/collections/ROMERON_MENS.... https://romeronperfumes.com.au/cdn/shop/collections/ROMERON_MENS.jpg?v=1786242361&width=832 — 200 — 63.2 KiB — 131 ms — h3https://romeronperfumes.com.au/cdn/fonts/geist/geist_n4.6e27f20c83b0a07405328f98ff3b0be957c5d6d5.woff2/cdn/fonts/geist/geist_n4.6e27f20c8... https://romeronperfumes.com.au/cdn/fonts/geist/geist_n4.6e27f20c83b0a07405328f98ff3b0be957c5d6d5.woff2 — 200 — 13.8 KiB — 225 ms — h3https://romeronperfumes.com.au/cdn/fonts/geist/geist_n5.94fa89da1755608b366e51df60b72b900e50a5c1.woff2/cdn/fonts/geist/geist_n5.94fa89da1... https://romeronperfumes.com.au/cdn/fonts/geist/geist_n5.94fa89da1755608b366e51df60b72b900e50a5c1.woff2 — 200 — 14.1 KiB — 226 ms — h3https://romeronperfumes.com.au/cdn/fonts/cormorant/cormorant_n4.bd66e8e0031690b46374315bd1c15a17a8dcd450.woff2/cdn/fonts/cormorant/cormorant_n4.b... https://romeronperfumes.com.au/cdn/fonts/cormorant/cormorant_n4.bd66e8e0031690b46374315bd1c15a17a8dcd450.woff2 — 200 — 23.6 KiB — 246 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/popover-polyfill.js?v=119029313658895111201782977860/cdn/shop/t/13/assets/popover-polyf... https://romeronperfumes.com.au/cdn/shop/t/13/assets/popover-polyfill.js?v=119029313658895111201782977860 — 200 — 5.3 KiB — 189 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/overflow-list.js?v=46858356770684902511782977860/cdn/shop/t/13/assets/overflow-list... https://romeronperfumes.com.au/cdn/shop/t/13/assets/overflow-list.js?v=46858356770684902511782977860 — 200 — 2.5 KiB — 189 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/quick-add.js?v=114575661933533593881782977860/cdn/shop/t/13/assets/quick-add.js?... https://romeronperfumes.com.au/cdn/shop/t/13/assets/quick-add.js?v=114575661933533593881782977860 — 200 — 2.8 KiB — 187 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/cart-discount.js?v=107077853990124422021782977860/cdn/shop/t/13/assets/cart-discount... https://romeronperfumes.com.au/cdn/shop/t/13/assets/cart-discount.js?v=107077853990124422021782977860 — 200 — 2.0 KiB — 187 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/variant-picker.js?v=24924540959574313291782977860/cdn/shop/t/13/assets/variant-picke... https://romeronperfumes.com.au/cdn/shop/t/13/assets/variant-picker.js?v=24924540959574313291782977860 — 200 — 3.5 KiB — 186 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/product-card.js?v=28695665944407642501782977860/cdn/shop/t/13/assets/product-card.... https://romeronperfumes.com.au/cdn/shop/t/13/assets/product-card.js?v=28695665944407642501782977860 — 200 — 3.6 KiB — 180 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/product-form.js?v=142170751179338062901782977860/cdn/shop/t/13/assets/product-form.... https://romeronperfumes.com.au/cdn/shop/t/13/assets/product-form.js?v=142170751179338062901782977860 — 200 — 4.5 KiB — 173 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/fly-to-cart.js?v=48483246440248933081782977860/cdn/shop/t/13/assets/fly-to-cart.j... https://romeronperfumes.com.au/cdn/shop/t/13/assets/fly-to-cart.js?v=48483246440248933081782977860 — 200 — 1.3 KiB — 173 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/accordion-custom.js?v=97588419883090888471782977860/cdn/shop/t/13/assets/accordion-cus... https://romeronperfumes.com.au/cdn/shop/t/13/assets/accordion-custom.js?v=97588419883090888471782977860 — 200 — 1.4 KiB — 171 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/media.js?v=37825095869491791421782977860/cdn/shop/t/13/assets/media.js?v=37... https://romeronperfumes.com.au/cdn/shop/t/13/assets/media.js?v=37825095869491791421782977860 — 200 — 1.9 KiB — 225 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/product-price.js?v=83480980452100801711782977860/cdn/shop/t/13/assets/product-price... https://romeronperfumes.com.au/cdn/shop/t/13/assets/product-price.js?v=83480980452100801711782977860 — 200 — 1.4 KiB — 204 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/product-sku.js?v=121804655373531320511782977860/cdn/shop/t/13/assets/product-sku.j... https://romeronperfumes.com.au/cdn/shop/t/13/assets/product-sku.js?v=121804655373531320511782977860 — 200 — 1.2 KiB — 204 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/product-title-truncation.js?v=81744426891537421781782977860/cdn/shop/t/13/assets/product-title... https://romeronperfumes.com.au/cdn/shop/t/13/assets/product-title-truncation.js?v=81744426891537421781782977860 — 200 — 1.3 KiB — 202 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/product-inventory.js?v=81520546963552472391782977860/cdn/shop/t/13/assets/product-inven... https://romeronperfumes.com.au/cdn/shop/t/13/assets/product-inventory.js?v=81520546963552472391782977860 — 200 — 1.1 KiB — 202 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/show-more.js?v=94563802205717136101782977860/cdn/shop/t/13/assets/show-more.js?... https://romeronperfumes.com.au/cdn/shop/t/13/assets/show-more.js?v=94563802205717136101782977860 — 200 — 1.5 KiB — 202 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/slideshow.js?v=168726587398279102001782977860/cdn/shop/t/13/assets/slideshow.js?... https://romeronperfumes.com.au/cdn/shop/t/13/assets/slideshow.js?v=168726587398279102001782977860 — 200 — 4.6 KiB — 200 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/layered-slideshow.js?v=30135417790894624731782977860/cdn/shop/t/13/assets/layered-slide... https://romeronperfumes.com.au/cdn/shop/t/13/assets/layered-slideshow.js?v=30135417790894624731782977860 — 200 — 3.8 KiB — 201 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/anchored-popover.js?v=95953304814728754461782977860/cdn/shop/t/13/assets/anchored-popo... https://romeronperfumes.com.au/cdn/shop/t/13/assets/anchored-popover.js?v=95953304814728754461782977860 — 200 — 1.6 KiB — 201 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/floating-panel.js?v=151277338116891310371782977860/cdn/shop/t/13/assets/floating-pane... https://romeronperfumes.com.au/cdn/shop/t/13/assets/floating-panel.js?v=151277338116891310371782977860 — 200 — 1.4 KiB — 199 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/video-background.js?v=25237992823806706551782977860/cdn/shop/t/13/assets/video-backgro... https://romeronperfumes.com.au/cdn/shop/t/13/assets/video-background.js?v=25237992823806706551782977860 — 200 — 1.0 KiB — 199 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/component-quantity-selector.js?v=67906657287482036641782977860/cdn/shop/t/13/assets/component-qua... https://romeronperfumes.com.au/cdn/shop/t/13/assets/component-quantity-selector.js?v=67906657287482036641782977860 — 200 — 1.9 KiB — 199 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/media-gallery.js?v=14624021005636302161782977860/cdn/shop/t/13/assets/media-gallery... https://romeronperfumes.com.au/cdn/shop/t/13/assets/media-gallery.js?v=14624021005636302161782977860 — 200 — 1.3 KiB — 198 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/rte-formatter.js?v=40306132146590816021782977860/cdn/shop/t/13/assets/rte-formatter... https://romeronperfumes.com.au/cdn/shop/t/13/assets/rte-formatter.js?v=40306132146590816021782977860 — 200 — 1.1 KiB — 200 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/volume-pricing.js?v=15442793518842484731782977860/cdn/shop/t/13/assets/volume-pricin... https://romeronperfumes.com.au/cdn/shop/t/13/assets/volume-pricing.js?v=15442793518842484731782977860 — 200 — 991 B — 200 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/price-per-item.js?v=144512917617120124431782977860/cdn/shop/t/13/assets/price-per-ite... https://romeronperfumes.com.au/cdn/shop/t/13/assets/price-per-item.js?v=144512917617120124431782977860 — 200 — 1.5 KiB — 200 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/volume-pricing-info.js?v=94479640769665442661782977860/cdn/shop/t/13/assets/volume-pricin... https://romeronperfumes.com.au/cdn/shop/t/13/assets/volume-pricing-info.js?v=94479640769665442661782977860 — 200 — 1.2 KiB — 234 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/auto-close-details.js?v=58350291535404441581782977860/cdn/shop/t/13/assets/auto-close-de... https://romeronperfumes.com.au/cdn/shop/t/13/assets/auto-close-details.js?v=58350291535404441581782977860 — 200 — 1.1 KiB — 214 ms — h3https://romeronperfumes.com.au/checkouts/internal/preloads.js?locale=en-AU/checkouts/internal/preloads.js?loc... https://romeronperfumes.com.au/checkouts/internal/preloads.js?locale=en-AU — 200 — 3.1 KiB — 214 ms — h3https://shop.app/checkouts/internal/preloads.js?locale=en-AU&shop_id=75774427291shop.app/checkouts/internal/preload... https://shop.app/checkouts/internal/preloads.js?locale=en-AU&shop_id=75774427291 — 200 — 509 B — 61 ms — h2https://romeronperfumes.com.au/cdn/shopifycloud/storefront/assets/storefront/load_feature-1bd60354.js/cdn/shopifycloud/storefront/assets... https://romeronperfumes.com.au/cdn/shopifycloud/storefront/assets/storefront/load_feature-1bd60354.js — 200 — 3.9 KiB — 213 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-bf1cdb70.js?v=20250812/cdn/shopifycloud/storefront/assets... https://romeronperfumes.com.au/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-bf1cdb70.js?v=20250812 — 200 — 23.3 KiB — 218 ms — h3https://cdn.shopify.com/shopifycloud/storefront/assets/storefront/origin_trials-5059b83f.jscdn.shopify.com/shopifycloud/storef... https://cdn.shopify.com/shopifycloud/storefront/assets/storefront/origin_trials-5059b83f.js — 200 — 1.3 KiB — 54 ms — h2https://cdn.shopify.com/extensions/01a0026b-8926-7e8d-a2f2-ce2c5593288f/forms-2501/assets/shopify-forms-loader.jscdn.shopify.com/extensions/01a0026b... https://cdn.shopify.com/extensions/01a0026b-8926-7e8d-a2f2-ce2c5593288f/forms-2501/assets/shopify-forms-loader.js — 200 — 1.5 KiB — 46 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.8.3.min.js/cdn/shopifycloud/perf-kit/shopify-... https://romeronperfumes.com.au/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.8.3.min.js — 200 — 23.0 KiB — 258 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/header-drawer.js?v=121243031541024704371782977860/cdn/shop/t/13/assets/header-drawer... https://romeronperfumes.com.au/cdn/shop/t/13/assets/header-drawer.js?v=121243031541024704371782977860 — 200 — 1.6 KiB — 215 ms — h3https://romeronperfumes.com.au/cdn/shop/files/GOLD_AND_BLACK_LOGO.png?height=100&v=1786798950/cdn/shop/files/GOLD_AND_BLACK_LOGO... https://romeronperfumes.com.au/cdn/shop/files/GOLD_AND_BLACK_LOGO.png?height=100&v=1786798950 — 200 — 3.6 KiB — 279 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/header-menu.js?v=97820922056036071501782977860/cdn/shop/t/13/assets/header-menu.j... https://romeronperfumes.com.au/cdn/shop/t/13/assets/header-menu.js?v=97820922056036071501782977860 — 200 — 2.7 KiB — 238 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/cart-icon.js?v=157241182139685326961782977860/cdn/shop/t/13/assets/cart-icon.js?... https://romeronperfumes.com.au/cdn/shop/t/13/assets/cart-icon.js?v=157241182139685326961782977860 — 200 — 1.6 KiB — 228 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/header-actions.js?v=121308165565653895611782977860/cdn/shop/t/13/assets/header-action... https://romeronperfumes.com.au/cdn/shop/t/13/assets/header-actions.js?v=121308165565653895611782977860 — 200 — 1.1 KiB — 228 ms — h3https://romeronperfumes.com.au/cdn/shop/collections/CRYSTAL_ROUGE_1_568e0fa2-d0f7-4bf8-82a0-a92a2b8bb5e5.jpg?v=1786242415&width=832/cdn/shop/collections/CRYSTAL_ROUGE... https://romeronperfumes.com.au/cdn/shop/collections/CRYSTAL_ROUGE_1_568e0fa2-d0f7-4bf8-82a0-a92a2b8bb5e5.jpg?v=1786242415&width=832 — 200 — 47.9 KiB — 286 ms — h3https://romeronperfumes.com.au/cdn/shop/files/6ea3233b-58ee-4d34-949d-416cc713d719.png?v=1786455108&width=1600/cdn/shop/files/6ea3233b-58ee-4d34-... https://romeronperfumes.com.au/cdn/shop/files/6ea3233b-58ee-4d34-949d-416cc713d719.png?v=1786455108&width=1600 — 200 — 73.1 KiB — 291 ms — h3https://romeronperfumes.com.au/cdn/shop/collections/candles.png?v=1786802449&width=352/cdn/shop/collections/candles.png?v... https://romeronperfumes.com.au/cdn/shop/collections/candles.png?v=1786802449&width=352 — 200 — 22.6 KiB — 279 ms — h3https://romeronperfumes.com.au/cdn/shop/collections/reed_difusser_web.png?v=1786802324&width=352/cdn/shop/collections/reed_difusser... https://romeronperfumes.com.au/cdn/shop/collections/reed_difusser_web.png?v=1786802324&width=352 — 200 — 30.1 KiB — 281 ms — h3https://romeronperfumes.com.au/cdn/shop/collections/spray_perfumeweb.png?v=1783074109&width=352/cdn/shop/collections/spray_perfume... https://romeronperfumes.com.au/cdn/shop/collections/spray_perfumeweb.png?v=1783074109&width=352 — 200 — 22.9 KiB — 277 ms — h3https://romeronperfumes.com.au/cdn/shop/collections/car_fragrance_Thumbnail.png?v=1783046094&width=352/cdn/shop/collections/car_fragrance... https://romeronperfumes.com.au/cdn/shop/collections/car_fragrance_Thumbnail.png?v=1783046094&width=352 — 200 — 45.0 KiB — 286 ms — h3https://romeronperfumes.com.au/cdn/shop/files/Romeron_35ml_Women_Eau_de_Parfum_4c0713e3-c814-4ff8-97ec-eacc148091ee.jpg?v=1784098819&width=352/cdn/shop/files/Romeron_35ml_Women_... https://romeronperfumes.com.au/cdn/shop/files/Romeron_35ml_Women_Eau_de_Parfum_4c0713e3-c814-4ff8-97ec-eacc148091ee.jpg?v=1784098819&width=352 — 200 — 5.6 KiB — 258 ms — h3https://romeronperfumes.com.au/cdn/shop/files/Romeron_35ml_Men_Eau_de_Parfum_f68eff6e-f491-4e30-8f33-64e0ca48ecc4.jpg?v=1784100701&width=352/cdn/shop/files/Romeron_35ml_Men_Ea... https://romeronperfumes.com.au/cdn/shop/files/Romeron_35ml_Men_Eau_de_Parfum_f68eff6e-f491-4e30-8f33-64e0ca48ecc4.jpg?v=1784100701&width=352 — 200 — 5.5 KiB — 272 ms — h3https://romeronperfumes.com.au/cdn/shop/files/Romeron_35ml_Unisex_Eau_de_Parfum_baed2688-16b4-4de1-9da0-889ddff18038.jpg?v=1784101764&width=352/cdn/shop/files/Romeron_35ml_Unisex... https://romeronperfumes.com.au/cdn/shop/files/Romeron_35ml_Unisex_Eau_de_Parfum_baed2688-16b4-4de1-9da0-889ddff18038.jpg?v=1784101764&width=352 — 200 — 5.7 KiB — 271 ms — h3https://romeronperfumes.com.au/cdn/shop/collections/pen_perfume_web_d276071c-8418-4fb2-9e37-4f5da269771d.png?v=1783057700&width=352/cdn/shop/collections/pen_perfume_w... https://romeronperfumes.com.au/cdn/shop/collections/pen_perfume_web_d276071c-8418-4fb2-9e37-4f5da269771d.png?v=1783057700&width=352 — 200 — 19.6 KiB — 277 ms — h3https://romeronperfumes.com.au/cdn/shop/files/preview_images/4e85a8ccd91b4469aeddf16bc4fd5ef9.thumbnail.0000000000_2500x.jpg?v=1780713584/cdn/shop/files/preview_images/4e85... https://romeronperfumes.com.au/cdn/shop/files/preview_images/4e85a8ccd91b4469aeddf16bc4fd5ef9.thumbnail.0000000000_2500x.jpg?v=1780713584 — 200 — 60.8 KiB — 286 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/predictive-search.js?v=149240552485540508541782977860/cdn/shop/t/13/assets/predictive-se... https://romeronperfumes.com.au/cdn/shop/t/13/assets/predictive-search.js?v=149240552485540508541782977860 — 200 — 3.0 KiB — 222 ms — h3https://romeronperfumes.com.au/cdn/wpm/b979a3e2fw137e9400p4daec9d4mf64d2306m.js/cdn/wpm/b979a3e2fw137e9400p4daec9d... https://romeronperfumes.com.au/cdn/wpm/b979a3e2fw137e9400p4daec9d4mf64d2306m.js — 200 — 70.7 KiB — 269 ms — h3https://romeronperfumes.com.au/cdn/s/trekkie.storefront.7bcd7bb8195e24c65a61d69d69eb32392ed0d53f.min.js/cdn/s/trekkie.storefront.7bcd7bb81... https://romeronperfumes.com.au/cdn/s/trekkie.storefront.7bcd7bb8195e24c65a61d69d69eb32392ed0d53f.min.js — 200 — 28.2 KiB — 262 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/storefront/assets/shop_events_listener-4e26a9ce.js/cdn/shopifycloud/storefront/assets... https://romeronperfumes.com.au/cdn/shopifycloud/storefront/assets/shop_events_listener-4e26a9ce.js — 200 — 4.1 KiB — 250 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/client.init-shop-cart-sync_BlDuu20E.en.esm.js/cdn/shopifycloud/shop-js/modules/v... https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/client.init-shop-cart-sync_BlDuu20E.en.esm.js — 200 — 1.5 KiB — 71 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.init_Db-byXgB.esm.js/cdn/shopifycloud/shop-js/modules/v... https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.init_Db-byXgB.esm.js — 200 — 1.2 KiB — 71 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.document_CC4DPZSc.esm.js/cdn/shopifycloud/shop-js/modules/v... https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.document_CC4DPZSc.esm.js — 200 — 1.1 KiB — 70 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.window_BV7pwtSs.esm.js/cdn/shopifycloud/shop-js/modules/v... https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.window_BV7pwtSs.esm.js — 200 — 1.3 KiB — 70 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/client.shop-cart-sync_FgwfrlX5.en.esm.js/cdn/shopifycloud/shop-js/modules/v... https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/client.shop-cart-sync_FgwfrlX5.en.esm.js — 200 — 3.1 KiB — 70 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.index_BZ-S_qkG.esm.js/cdn/shopifycloud/shop-js/modules/v... https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.index_BZ-S_qkG.esm.js — 200 — 21.4 KiB — 80 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.preact-module_Cvpcobqs.esm.js/cdn/shopifycloud/shop-js/modules/v... https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.preact-module_Cvpcobqs.esm.js — 200 — 5.2 KiB — 110 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.errors_CTUuk3kr.esm.js/cdn/shopifycloud/shop-js/modules/v... https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.errors_CTUuk3kr.esm.js — 200 — 1.0 KiB — 92 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.casing_Bd8FVtoj.esm.js/cdn/shopifycloud/shop-js/modules/v... https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.casing_Bd8FVtoj.esm.js — 200 — 998 B — 92 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.v4_CSBSzmbm.esm.js/cdn/shopifycloud/shop-js/modules/v... https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.v4_CSBSzmbm.esm.js — 200 — 1.2 KiB — 92 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.tslib-es6_i06t5CRd.esm.js/cdn/shopifycloud/shop-js/modules/v... https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.tslib-es6_i06t5CRd.esm.js — 200 — 1.4 KiB — 93 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.utils_1bb8Zmgu.esm.js/cdn/shopifycloud/shop-js/modules/v... https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.utils_1bb8Zmgu.esm.js — 200 — 3.8 KiB — 109 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.hooks_cwSw8mqO.esm.js/cdn/shopifycloud/shop-js/modules/v... https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.hooks_cwSw8mqO.esm.js — 200 — 914 B — 109 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.storage_BGV5Ustn.esm.js/cdn/shopifycloud/shop-js/modules/v... https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.storage_BGV5Ustn.esm.js — 200 — 1.0 KiB — 110 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.authorize_BuQdLYn9.esm.js/cdn/shopifycloud/shop-js/modules/v... https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.authorize_BuQdLYn9.esm.js — 200 — 1.1 KiB — 110 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.useEventListener_HPVVxID2.esm.js/cdn/shopifycloud/shop-js/modules/v... https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.useEventListener_HPVVxID2.esm.js — 200 — 1.5 KiB — 110 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.validators_Cj2qrO-d.esm.js/cdn/shopifycloud/shop-js/modules/v... https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.validators_Cj2qrO-d.esm.js — 200 — 1.3 KiB — 110 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.useUserRecognitionSignal__HUL1x_T.esm.js/cdn/shopifycloud/shop-js/modules/v... https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.useUserRecognitionSignal__HUL1x_T.esm.js — 200 — 1.2 KiB — 110 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.defineInitFunction_D4of-Jj4.esm.js/cdn/shopifycloud/shop-js/modules/v... https://romeronperfumes.com.au/cdn/shopifycloud/shop-js/modules/v2/chunk.defineInitFunction_D4of-Jj4.esm.js — 200 — 978 B — 110 ms — h3https://romeronperfumes.com.au/cdn/fonts/geist/geist_n7.d1a55eaf394973a6f8fe773d87de2e2f51331d2a.woff2/cdn/fonts/geist/geist_n7.d1a55eaf3... https://romeronperfumes.com.au/cdn/fonts/geist/geist_n7.d1a55eaf394973a6f8fe773d87de2e2f51331d2a.woff2 — 200 — 14.1 KiB — 52 ms — h3https://romeronperfumes.com.au/cdn/shop/videos/c/vp/14003be221584d6583467024f38a1047/14003be221584d6583467024f38a1047.HD-1080p-7.2Mbps-91295832.mp4?v=0/cdn/shop/videos/c/vp/14003be221584... https://romeronperfumes.com.au/cdn/shop/videos/c/vp/14003be221584d6583467024f38a1047/14003be221584d6583467024f38a1047.HD-1080p-7.2Mbps-91295832.mp4?v=0 — 206 — 14.5 MiB — 3.5 s — h3https://romeronperfumes.com.au/cdn/shop/videos/c/vp/4e85a8ccd91b4469aeddf16bc4fd5ef9/4e85a8ccd91b4469aeddf16bc4fd5ef9.HD-1080p-2.5Mbps-85837894.mp4?v=0/cdn/shop/videos/c/vp/4e85a8ccd91b4... https://romeronperfumes.com.au/cdn/shop/videos/c/vp/4e85a8ccd91b4469aeddf16bc4fd5ef9/4e85a8ccd91b4469aeddf16bc4fd5ef9.HD-1080p-2.5Mbps-85837894.mp4?v=0 — 206 — 6.0 MiB — 185 ms — h3data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxL…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxL… — 200 — 0 B — 0 ms — datahttps://romeronperfumes.com.au/cdn/shop/files/AMALIA.png?v=1786241835&width=240/cdn/shop/files/AMALIA.png?v=178624... https://romeronperfumes.com.au/cdn/shop/files/AMALIA.png?v=1786241835&width=240 — 200 — 6.0 KiB — 26 ms — h3https://romeronperfumes.com.au/cdn/shop/files/phero.png?v=1786450192&width=1200/cdn/shop/files/phero.png?v=1786450... https://romeronperfumes.com.au/cdn/shop/files/phero.png?v=1786450192&width=1200 — 200 — 238.9 KiB — 218 ms — h3https://romeronperfumes.com.au/cdn/shop/files/Romeron_SEXY_PHEROMONE_Eau_de_Parfum_50ml_8c8a750d-120b-47b2-9d87-e0b1fb6ec752.jpg?v=1782910052&width=352/cdn/shop/files/Romeron_SEXY_PHEROM... https://romeronperfumes.com.au/cdn/shop/files/Romeron_SEXY_PHEROMONE_Eau_de_Parfum_50ml_8c8a750d-120b-47b2-9d87-e0b1fb6ec752.jpg?v=1782910052&width=352 — 200 — 11.9 KiB — 155 ms — h3https://romeronperfumes.com.au/cdn/shop/files/Romeron_ROMANCE_PHEROMONE_Eau_de_Parfum_50ml_386a16a7-7225-47b9-b6d3-6e3694148bab.png?v=1782910035&width=352/cdn/shop/files/Romeron_ROMANCE_PHE... https://romeronperfumes.com.au/cdn/shop/files/Romeron_ROMANCE_PHEROMONE_Eau_de_Parfum_50ml_386a16a7-7225-47b9-b6d3-6e3694148bab.png?v=1782910035&width=352 — 200 — 12.0 KiB — 183 ms — h3https://romeronperfumes.com.au/cdn/shop/files/Romeron_APHROZY_PHEROMONE_Eau_de_Parfum_50ml_59c219b3-50d2-41c4-81e5-5b369b070a8d.jpg?v=1782909917&width=352/cdn/shop/files/Romeron_APHROZY_PHE... https://romeronperfumes.com.au/cdn/shop/files/Romeron_APHROZY_PHEROMONE_Eau_de_Parfum_50ml_59c219b3-50d2-41c4-81e5-5b369b070a8d.jpg?v=1782909917&width=352 — 200 — 12.6 KiB — 190 ms — h3https://romeronperfumes.com.au/cdn/shop/files/Romeron_SENSUAL_PHEROMONE_Eau_de_Parfum_50ml_1bcce888-60ca-43de-9a6c-3654dedcd5c5.jpg?v=1782910043&width=352/cdn/shop/files/Romeron_SENSUAL_PHE... https://romeronperfumes.com.au/cdn/shop/files/Romeron_SENSUAL_PHEROMONE_Eau_de_Parfum_50ml_1bcce888-60ca-43de-9a6c-3654dedcd5c5.jpg?v=1782910043&width=352 — 200 — 12.3 KiB — 196 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/assets/performance.js?v=171015751390534793081782977860/cdn/shop/t/13/assets/performance.j... https://romeronperfumes.com.au/cdn/shop/t/13/assets/performance.js?v=171015751390534793081782977860 — 200 — 1.1 KiB — 18 ms — h3data:image/svg+xml;base64,PHN2ZyBmaWxsPSJXaW5kb3ciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkd…data:image/svg+xml;base64,PHN2ZyBma... data:image/svg+xml;base64,PHN2ZyBmaWxsPSJXaW5kb3ciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkd… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyBmaWxsPSJXaW5kb3ciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkd…data:image/svg+xml;base64,PHN2ZyBma... data:image/svg+xml;base64,PHN2ZyBmaWxsPSJXaW5kb3ciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkd… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyBmaWxsPSJXaW5kb3ciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkd…data:image/svg+xml;base64,PHN2ZyBma... data:image/svg+xml;base64,PHN2ZyBmaWxsPSJXaW5kb3ciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkd… — 200 — 0 B — 0 ms — datahttps://romeronperfumes.com.au/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://romeronperfumes.com.au/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 752 ms — h3https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 204 — 0 B — 216 ms — h2https://romeronperfumes.com.au/web-pixels@979a3e2fw137e9400p4daec9d4mf64d2306/web-pixel-shopify-app-pixel@0510/sandbox/worker.modern.js/web-pixels@979a3e2fw137e9400p4daec... https://romeronperfumes.com.au/web-pixels@979a3e2fw137e9400p4daec9d4mf64d2306/web-pixel-shopify-app-pixel@0510/sandbox/worker.modern.js — 200 — 1.2 KiB — 820 ms — h3https://romeronperfumes.com.au/web-pixels@979a3e2fw137e9400p4daec9d4mf64d2306/custom/web-pixel-shopify-custom-pixel@0510/sandbox/modern//web-pixels@979a3e2fw137e9400p4daec... https://romeronperfumes.com.au/web-pixels@979a3e2fw137e9400p4daec9d4mf64d2306/custom/web-pixel-shopify-custom-pixel@0510/sandbox/modern/ — 200 — 30.2 KiB — 24 ms — h3https://romeronperfumes.com.au/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://romeronperfumes.com.au/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 558 ms — h3https://romeronperfumes.com.au/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://romeronperfumes.com.au/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 551 ms — h3https://romeronperfumes.com.au/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://romeronperfumes.com.au/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 548 ms — h3https://romeronperfumes.com.au/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://romeronperfumes.com.au/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 536 ms — h3https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 200 — 93 B — 130 ms — h2https://shop.app/pay/session?v=1&token=9848457b-b762-4df8-93c4-5d0a4bcf8250&shop_id=75774427291shop.app/pay/session?v=1&token=9848... https://shop.app/pay/session?v=1&token=9848457b-b762-4df8-93c4-5d0a4bcf8250&shop_id=75774427291 — 200 — 2.8 KiB — 167 ms — h3https://cdn.shopify.com/extensions/01a0026b-8926-7e8d-a2f2-ce2c5593288f/forms-2501/assets/index.jscdn.shopify.com/extensions/01a0026b... https://cdn.shopify.com/extensions/01a0026b-8926-7e8d-a2f2-ce2c5593288f/forms-2501/assets/index.js — 200 — 252.4 KiB — 55 ms — h3https://romeronperfumes.com.au/api/collect/api/collect https://romeronperfumes.com.au/api/collect — 200 — 1.4 KiB — 364 ms — h3https://romeronperfumes.com.au/cdn/shop/files/0da55bbf-4315-4b67-b05e-7f7c48394ee9.png?v=1784418010&width=1600/cdn/shop/files/0da55bbf-4315-4b67-... https://romeronperfumes.com.au/cdn/shop/files/0da55bbf-4315-4b67-b05e-7f7c48394ee9.png?v=1784418010&width=1600 — 200 — 172.4 KiB — 171 ms — h3https://romeronperfumes.com.au/cdn/shop/files/7f686c4b-5f26-4603-831c-746fa425a449.png?v=1784417544&width=1600/cdn/shop/files/7f686c4b-5f26-4603-... https://romeronperfumes.com.au/cdn/shop/files/7f686c4b-5f26-4603-831c-746fa425a449.png?v=1784417544&width=1600 — 200 — 135.3 KiB — 174 ms — h3https://romeronperfumes.com.au/cdn/shop/files/af3.png?v=1785274896&width=1600/cdn/shop/files/af3.png?v=178527489... https://romeronperfumes.com.au/cdn/shop/files/af3.png?v=1785274896&width=1600 — 200 — 148.7 KiB — 178 ms — h3https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 204 — 0 B — 122 ms — h3https://otlp-http-production.shopifysvc.com/v1/logsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/logs — 204 — 0 B — 123 ms — h3https://shop.app/pay/hop?analytics_trace_id=4af64b89-1188-45b8-b1cb-89c54db4e156&target_origin=https%3A%2F%2Fromeronperfumes.com.au&client_handle=riwfpy-19.myshopify.comshop.app/pay/hop?analytics_trace_id... https://shop.app/pay/hop?analytics_trace_id=4af64b89-1188-45b8-b1cb-89c54db4e156&target_origin=https%3A%2F%2Fromeronperfumes.com.au&client_handle=riwfpy-19.myshopify.com — 302 — 4.3 KiB — 181 ms — h2https://romeronperfumes.com.au/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://romeronperfumes.com.au/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 137 ms — h3https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 200 — 36 B — 182 ms — h3https://otlp-http-production.shopifysvc.com/v1/logsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/logs — 200 — 36 B — 178 ms — h3https://forms.shopifyapps.com/api/v2/form_instances?shopify_domain=riwfpy-19.myshopify.comforms.shopifyapps.com/api/v2/form_i... https://forms.shopifyapps.com/api/v2/form_instances?shopify_domain=riwfpy-19.myshopify.com — 200 — 0 B — 157 ms — h2https://romeronperfumes.com.au/shopify_pay/accelerated_checkout/shopify_pay/accelerated_checkout https://romeronperfumes.com.au/shopify_pay/accelerated_checkout — 200 — 1.7 KiB — 257 ms — h3data:image/svg+xml;base64,PHN2ZyBmaWxsPSJXaW5kb3ciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkd…data:image/svg+xml;base64,PHN2ZyBma... data:image/svg+xml;base64,PHN2ZyBmaWxsPSJXaW5kb3ciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkd… — 200 — 0 B — 0 ms — datahttps://romeronperfumes.com.au/cdn/shop/t/13/compiled_assets/styles.css?v=63254393371373725931786841988/cdn/shop/t/13/compiled_assets/styl... https://romeronperfumes.com.au/cdn/shop/t/13/compiled_assets/styles.css?v=63254393371373725931786841988 — 200 — 26.4 KiB — 41 ms — h3https://romeronperfumes.com.au/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://romeronperfumes.com.au/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 134 ms — h3https://romeronperfumes.com.au/web-pixels/strict/app/web-pixel-shopify-app-pixel@0510.js/web-pixels/strict/app/web-pixel-sh... https://romeronperfumes.com.au/web-pixels/strict/app/web-pixel-shopify-app-pixel@0510.js — 200 — 1.5 KiB — 26 ms — h3https://romeronperfumes.com.au/?section_id=sections--21651789283483__header_section/?section_id=sections--216517892834... https://romeronperfumes.com.au/?section_id=sections--21651789283483__header_section — 200 — 17.8 KiB — 220 ms — h3https://romeronperfumes.com.au/services/login_with_shop/buyer/callback?analytics_trace_id=4af64b89-1188-45b8-b1cb-89c54db4e156&target_origin=https%3A%2F%2Fromeronperfumes.com.au&token=QUNMMHY3c2lFUGFOR3ZERk03cFpDbGE3U1F1amtBVmNhNm16SDZiYVVWell5S1FXaFFjOGIxV2g0czB5Yk45VlBWS1dQOXozM2orcHFscmJkdWptMXNYWjR6cjIvZE9UV2RhTmYyb09nRzdjNC9OUDl3RlU4U1RpeHdqZmgrNUxMd0s3RldJbVl0bEhvdkN4cGRWNlBDLzJBbGdteGtvWkdwQTUvUGE2alBlU2VwcmkxaVFGK1RmQlRTOEtUWld6cEMxVmdzMFllODlOR3ZzWnBwdjA2eWU3MkUzUHRNVnF5ZnZUL0FiclpaekU5VmRWMXUrYnc0aWRtOWQzZkluazVpK0o0QndnQ1JFVjVMRGhoaDNxN241b3NDRjVheDhrUlRXTXZIMHZaRFZCRmN0SzFhOHk2YlJFdHhzYkJsQkNmcTl6MDdLM1BvazQ0bWZuM3dMOFlwd1E1eUxsTUVzQWtOWFNSdFYvalFLTlRqWExZVkNaNTg0SEF4c1NodHdEVGxlMmxlcXczWDltVXVqbW5sb1VRWSt4L0IzSitEcXgzNVQ5L2RpTlExSE03R1NoMTcwbkFhQnNwOU04RmJJOW1iUnViYXRabzEyWWYxbUF1SjBnTlFKNG5hbDJkWFVwNVFmay9aSGxvWk91czJrQzlpZkZHVmRhRHZtdVl4VUZMQy9DRk03ai9mSEtVaG5CUURRQkU2MkZ0NGgzMm1Cbk1xcVdoVlg1M3R5Z3NvWURESUVGbjF0UkRYeW9RWFVGWUdSdHQyMks4UHl6Z2RpY2tyZzJsaDNqMFlCVlBOcEtmR0pkTnJHK210WENtUm43UTBkcmFzWHNWM2xWb1dyTzNrSkxEMGJkTGRET012eUlBYzlkcG1nSTNTemNrNjhhTlNJTFYwWUo4dmdIajNRSkd0QkFsTkxVNEF0TEs4OW1FdThOd09zZExtSnJTS3M2SHU3VytFUE0vajc4eEFIamNoalBFMnBYSEhweGRoeUxNb2RFZlpZQUJpcWwwRVRPZGRYY2pZZUk0ZGpjMWJWaHpMS0pjUE1BOEJYMCtsckdZM3ZDMmNRR2p3dzl4dkFmVkhUckhxS3o4ZXZCZTVRazQ2VUllODdvSWczN1JhTGxhSEZaNGQ2ZXMyMWVFQlFCYThQdGVYYTRZRmxoTGo2K1IyWFErOGdzdW9FSkMwbEh5ZG1OOWtNVFZSOC92NUg4c2NLVGZETE1DTW5kSlErQW9hN3BJbXRXOEhVR2xUTUZmcFhwMW0rb2hNK2IvVFJFWGFMUzhWVWxKS2QyaXdGM0RVWkVhZWwvb1VJNldtLzcyVnRzKzZCVFZ2dEhEQzRuTWNzRFNVekFiUFdvYVNCSHNnYzFJdks5R0JPVm90U2ttU09sOFlrcE9nVGx3WG1PaXpXajlDQTRlQVhEd2VCbHVHUTVFeTgycHZ4MGxBOUtlZUh2RDlMK2doKzFNdzcwUzd5aE5uNkc3eDhnVVZET3JBR0kvYTBVd05VPS0td1BiYjNPaVlyR2E5QWpxUVI5b2p6dz09--9503392f343eba889160838748174577a4931322/services/login_with_shop/buyer/cal... https://romeronperfumes.com.au/services/login_with_shop/buyer/callback?analytics_trace_id=4af64b89-1188-45b8-b1cb-89c54db4e156&target_origin=https%3A%2F%2Fromeronperfumes.com.au&token=QUNMMHY3c2lFUGFOR3ZERk03cFpDbGE3U1F1amtBVmNhNm16SDZiYVVWell5S1FXaFFjOGIxV2g0czB5Yk45VlBWS1dQOXozM2orcHFscmJkdWptMXNYWjR6cjIvZE9UV2RhTmYyb09nRzdjNC9OUDl3RlU4U1RpeHdqZmgrNUxMd0s3RldJbVl0bEhvdkN4cGRWNlBDLzJBbGdteGtvWkdwQTUvUGE2alBlU2VwcmkxaVFGK1RmQlRTOEtUWld6cEMxVmdzMFllODlOR3ZzWnBwdjA2eWU3MkUzUHRNVnF5ZnZUL0FiclpaekU5VmRWMXUrYnc0aWRtOWQzZkluazVpK0o0QndnQ1JFVjVMRGhoaDNxN241b3NDRjVheDhrUlRXTXZIMHZaRFZCRmN0SzFhOHk2YlJFdHhzYkJsQkNmcTl6MDdLM1BvazQ0bWZuM3dMOFlwd1E1eUxsTUVzQWtOWFNSdFYvalFLTlRqWExZVkNaNTg0SEF4c1NodHdEVGxlMmxlcXczWDltVXVqbW5sb1VRWSt4L0IzSitEcXgzNVQ5L2RpTlExSE03R1NoMTcwbkFhQnNwOU04RmJJOW1iUnViYXRabzEyWWYxbUF1SjBnTlFKNG5hbDJkWFVwNVFmay9aSGxvWk91czJrQzlpZkZHVmRhRHZtdVl4VUZMQy9DRk03ai9mSEtVaG5CUURRQkU2MkZ0NGgzMm1Cbk1xcVdoVlg1M3R5Z3NvWURESUVGbjF0UkRYeW9RWFVGWUdSdHQyMks4UHl6Z2RpY2tyZzJsaDNqMFlCVlBOcEtmR0pkTnJHK210WENtUm43UTBkcmFzWHNWM2xWb1dyTzNrSkxEMGJkTGRET012eUlBYzlkcG1nSTNTemNrNjhhTlNJTFYwWUo4dmdIajNRSkd0QkFsTkxVNEF0TEs4OW1FdThOd09zZExtSnJTS3M2SHU3VytFUE0vajc4eEFIamNoalBFMnBYSEhweGRoeUxNb2RFZlpZQUJpcWwwRVRPZGRYY2pZZUk0ZGpjMWJWaHpMS0pjUE1BOEJYMCtsckdZM3ZDMmNRR2p3dzl4dkFmVkhUckhxS3o4ZXZCZTVRazQ2VUllODdvSWczN1JhTGxhSEZaNGQ2ZXMyMWVFQlFCYThQdGVYYTRZRmxoTGo2K1IyWFErOGdzdW9FSkMwbEh5ZG1OOWtNVFZSOC92NUg4c2NLVGZETE1DTW5kSlErQW9hN3BJbXRXOEhVR2xUTUZmcFhwMW0rb2hNK2IvVFJFWGFMUzhWVWxKS2QyaXdGM0RVWkVhZWwvb1VJNldtLzcyVnRzKzZCVFZ2dEhEQzRuTWNzRFNVekFiUFdvYVNCSHNnYzFJdks5R0JPVm90U2ttU09sOFlrcE9nVGx3WG1PaXpXajlDQTRlQVhEd2VCbHVHUTVFeTgycHZ4MGxBOUtlZUh2RDlMK2doKzFNdzcwUzd5aE5uNkc3eDhnVVZET3JBR0kvYTBVd05VPS0td1BiYjNPaVlyR2E5QWpxUVI5b2p6dz09--9503392f343eba889160838748174577a4931322 — 200 — 3.0 KiB — 238 ms — h3https://forms.shopifyapps.com/api/v2/form_instances?shopify_domain=riwfpy-19.myshopify.comforms.shopifyapps.com/api/v2/form_i... https://forms.shopifyapps.com/api/v2/form_instances?shopify_domain=riwfpy-19.myshopify.com — 200 — 1.3 KiB — 153 ms — h2https://romeronperfumes.com.au/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://romeronperfumes.com.au/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 133 ms — h3https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 200 — 36 B — 140 ms — h3https://romeronperfumes.com.au/cdn/shop/t/13/compiled_assets/styles.css?v=63254393371373725931786841988&subset=ABA/cdn/shop/t/13/compiled_assets/styl... https://romeronperfumes.com.au/cdn/shop/t/13/compiled_assets/styles.css?v=63254393371373725931786841988&subset=ABA — 200 — 1006 B — 15 ms — h3https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 200 — 36 B — 122 ms — h3https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 200 — 36 B — 123 ms — h3https://romeronperfumes.com.au/cdn/shop/collections/PLATIN_WOMAN_1_cbfe2df0-fd1f-4ea8-8773-e5bf9a221a54.jpg?v=1786242245&width=352/cdn/shop/collections/PLATIN_WOMAN_... https://romeronperfumes.com.au/cdn/shop/collections/PLATIN_WOMAN_1_cbfe2df0-fd1f-4ea8-8773-e5bf9a221a54.jpg?v=1786242245&width=352 — 200 — 26.0 KiB — 31 ms — h3https://romeronperfumes.com.au/cdn/shop/collections/ROMERON_MENS.jpg?v=1786242361&width=352/cdn/shop/collections/ROMERON_MENS.... https://romeronperfumes.com.au/cdn/shop/collections/ROMERON_MENS.jpg?v=1786242361&width=352 — 200 — 23.3 KiB — 27 ms — h3https://romeronperfumes.com.au/cdn/shop/collections/CRYSTAL_ROUGE_1_568e0fa2-d0f7-4bf8-82a0-a92a2b8bb5e5.jpg?v=1786242415&width=352/cdn/shop/collections/CRYSTAL_ROUGE... https://romeronperfumes.com.au/cdn/shop/collections/CRYSTAL_ROUGE_1_568e0fa2-d0f7-4bf8-82a0-a92a2b8bb5e5.jpg?v=1786242415&width=352 — 200 — 19.3 KiB — 37 ms — h3https://romeronperfumes.com.au/cdn/shop/collections/niche_edp.png?v=1783602479&width=352/cdn/shop/collections/niche_edp.png... https://romeronperfumes.com.au/cdn/shop/collections/niche_edp.png?v=1783602479&width=352 — 200 — 23.3 KiB — 36 ms — h3https://romeronperfumes.com.au/cdn/shop/collections/image_cbf0eb6f-7265-426b-be43-1401040f6e6e.png?v=1783165068&width=352/cdn/shop/collections/image_cbf0eb6... https://romeronperfumes.com.au/cdn/shop/collections/image_cbf0eb6f-7265-426b-be43-1401040f6e6e.png?v=1783165068&width=352 — 200 — 23.1 KiB — 39 ms — h3https://romeronperfumes.com.au/cdn/shop/collections/ChatGPT_Image_Jun_6_2026_05_41_50_PM.png?v=1783163530&width=352/cdn/shop/collections/ChatGPT_Image... https://romeronperfumes.com.au/cdn/shop/collections/ChatGPT_Image_Jun_6_2026_05_41_50_PM.png?v=1783163530&width=352 — 200 — 19.3 KiB — 38 ms — h3https://romeronperfumes.com.au/cdn/shop/collections/35ml_web_af280bac-8a7d-4d43-8101-e8f61f9fc8ef.png?v=1784497141&width=352/cdn/shop/collections/35ml_web_af28... https://romeronperfumes.com.au/cdn/shop/collections/35ml_web_af280bac-8a7d-4d43-8101-e8f61f9fc8ef.png?v=1784497141&width=352 — 200 — 18.9 KiB — 39 ms — h3https://romeronperfumes.com.au/favicon.ico/favicon.ico https://romeronperfumes.com.au/favicon.ico — 404 — 540 B — 158 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/polyfills.Cwf7UO8Y.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/polyfills.Cwf7UO8Y.js — 200 — 18.2 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/app.Dw9WvC_T.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/app.Dw9WvC_T.js — 200 — 5.1 KiB — 14 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/esnext-vendor.CRez8HhB.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/esnext-vendor.CRez8HhB.js — 200 — 42.0 KiB — 16 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/context-browser.Dinr4W4R.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/context-browser.Dinr4W4R.js — 200 — 65.8 KiB — 18 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/shipping-methods-grouping.C3J8q1ka.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/shipping-methods-grouping.C3J8q1ka.js — 200 — 91.7 KiB — 20 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/receipt-mapper-load-recovery.CcEbIuAQ.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/receipt-mapper-load-recovery.CcEbIuAQ.js — 200 — 2.4 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/receipt-eager-mappers.CNgvf0Wi.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/receipt-eager-mappers.CNgvf0Wi.js — 200 — 3.3 KiB — 14 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/checkout-proposal.CV5Qpkv_.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/checkout-proposal.CV5Qpkv_.js — 200 — 2.8 KiB — 14 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/helpers-installmentsNotSupportedForAddress.D0sQ1hxW.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/helpers-installmentsNotSupportedForAddress.D0sQ1hxW.js — 200 — 2.4 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/consent-manager-shared.D2Ggk5yy.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/consent-manager-shared.D2Ggk5yy.js — 200 — 1.6 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/utilities-extension-execution-errors.Bsd0oimp.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/utilities-extension-execution-errors.Bsd0oimp.js — 200 — 1.5 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/extensions-rpc.QYa1nsrE.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/extensions-rpc.QYa1nsrE.js — 200 — 3.2 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/shop-pay-normalizeBuyerDetails.BNtdNu6T.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/shop-pay-normalizeBuyerDetails.BNtdNu6T.js — 200 — 1.8 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/NotFound.CG_BH2UO.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/NotFound.CG_BH2UO.js — 200 — 1.8 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/hydrate.Hgrd3IkI.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/hydrate.Hgrd3IkI.js — 200 — 198.8 KiB — 26 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/helpers-derivations.C2ZQ5VAS.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/helpers-derivations.C2ZQ5VAS.js — 200 — 2.1 KiB — 11 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/color-contrast-colorContrast.BEyWE_YV.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/color-contrast-colorContrast.BEyWE_YV.js — 200 — 2.1 KiB — 12 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/graphql-redeemable.DEqZaGuK.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/graphql-redeemable.DEqZaGuK.js — 200 — 2.1 KiB — 14 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/locale-en.CjPt0DQr.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/locale-en.CjPt0DQr.js — 200 — 26.2 KiB — 15 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/OnePage.CJe6Zq9e.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/OnePage.CJe6Zq9e.js — 200 — 49.2 KiB — 16 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/hooks-useUnauthenticatedErrorModal.CNS04bO1.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/hooks-useUnauthenticatedErrorModal.CNS04bO1.js — 200 — 3.0 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/hooks-usePostPurchase.D1mSQ03m.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/hooks-usePostPurchase.D1mSQ03m.js — 200 — 1.5 KiB — 14 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/components-DeliveryTransition.7u3S_C1a.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/components-DeliveryTransition.7u3S_C1a.js — 200 — 30.5 KiB — 16 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/hooks-useShowShopPayOptin.C_rQylgC.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/hooks-useShowShopPayOptin.C_rQylgC.js — 200 — 2.0 KiB — 14 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/remember-me-hooks.D7Mwq5zU.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/remember-me-hooks.D7Mwq5zU.js — 200 — 2.4 KiB — 14 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/ChangeCompanyLocationLink.Bw96jlW3.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/ChangeCompanyLocationLink.Bw96jlW3.js — 200 — 2.1 KiB — 14 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/BillingAddressForm.eED72Tic.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/BillingAddressForm.eED72Tic.js — 200 — 19.3 KiB — 14 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/PhoneField.Q8nM10W1.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/PhoneField.Q8nM10W1.js — 200 — 3.3 KiB — 12 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/ImpressionEventCapture.DT-yJcyG.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/ImpressionEventCapture.DT-yJcyG.js — 200 — 2.0 KiB — 16 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/components-RedirectionNotice.module.j0ayvZr0.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/components-RedirectionNotice.module.j0ayvZr0.js — 200 — 1.3 KiB — 12 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/Popover.DOqxWQzH.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/Popover.DOqxWQzH.js — 200 — 2.2 KiB — 12 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/Choice.By3s4qlu.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/Choice.By3s4qlu.js — 200 — 4.6 KiB — 12 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/Checkbox.jCAPUkF9.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/Checkbox.jCAPUkF9.js — 200 — 1.9 KiB — 12 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/hooks-useForceShopPayUrl.DHFLUmO2.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/hooks-useForceShopPayUrl.DHFLUmO2.js — 200 — 2.4 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/hooks-useEcpSpiDebugLog.BjS284oo.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/hooks-useEcpSpiDebugLog.BjS284oo.js — 200 — 1.5 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/CaptureEvents-ButtonWithRegisterWebPixel.CvelxlGx.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/CaptureEvents-ButtonWithRegisterWebPixel.CvelxlGx.js — 200 — 1.8 KiB — 12 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/ShopPayLogo.BicElT3t.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/ShopPayLogo.BicElT3t.js — 200 — 3.2 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/Monorail-monorailMetric-wallets.C-NnIC98.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/Monorail-monorailMetric-wallets.C-NnIC98.js — 200 — 2.1 KiB — 12 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/cross-border-hooks.Du9KROY-.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/cross-border-hooks.Du9KROY-.js — 200 — 1.5 KiB — 11 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/EmptyState.CXOIOeVX.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/EmptyState.CXOIOeVX.js — 200 — 1.5 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/AutocompleteField-hooks.DU0bUliA.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/AutocompleteField-hooks.DU0bUliA.js — 200 — 4.6 KiB — 15 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/PendingShipping.CqCxn3zq.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/PendingShipping.CqCxn3zq.js — 200 — 1.6 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/components-useVaultedMsiInstallments.Bm2YzXGP.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/components-useVaultedMsiInstallments.Bm2YzXGP.js — 200 — 59.8 KiB — 17 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/PaymentIcon.CxZvJ0qY.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/PaymentIcon.CxZvJ0qY.js — 200 — 2.8 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/shop-cash-context.Dy4liRY7.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/shop-cash-context.Dy4liRY7.js — 200 — 1.4 KiB — 12 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/hooks-useGeneralPaymentErrorMessage.DlsL4-zr.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/hooks-useGeneralPaymentErrorMessage.DlsL4-zr.js — 200 — 1.6 KiB — 12 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/PaymentLine.ggmuV4uU.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/PaymentLine.ggmuV4uU.js — 200 — 5.1 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/useShopPayButtonClassName.gmur2WK8.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/useShopPayButtonClassName.gmur2WK8.js — 200 — 2.1 KiB — 12 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/cvv-cvvBridge.BJ1tPJIt.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/cvv-cvvBridge.BJ1tPJIt.js — 200 — 3.3 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/hooks-useFilteredShopPayAvailablePaymentMethods.DR7kEsJ_.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/hooks-useFilteredShopPayAvailablePaymentMethods.DR7kEsJ_.js — 200 — 3.0 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/Section.Drj9wAZx.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/Section.Drj9wAZx.js — 200 — 1.7 KiB — 14 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/MobileOrderSummary.RDWKO27B.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/MobileOrderSummary.RDWKO27B.js — 200 — 5.0 KiB — 12 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/useShopPaySessionTokenStorage.nQHS8ft3.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/useShopPaySessionTokenStorage.nQHS8ft3.js — 200 — 1.8 KiB — 14 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/hooks-useOnePageFormSubmit.T3Zix9FQ.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/hooks-useOnePageFormSubmit.T3Zix9FQ.js — 200 — 23.7 KiB — 17 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/PaymentButtons.BX1akdjy.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/PaymentButtons.BX1akdjy.js — 200 — 5.3 KiB — 12 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/IncentiveBadge.BpmhhUid.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/IncentiveBadge.BpmhhUid.js — 200 — 2.0 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/utils-useViolationsHandler.D8XVHTo7.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/utils-useViolationsHandler.D8XVHTo7.js — 200 — 1.9 KiB — 14 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/negotiated-findSelectedDeliveryMethod.CPB6wT-k.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/negotiated-findSelectedDeliveryMethod.CPB6wT-k.js — 200 — 1.5 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/hooks-payment-button.vlZWJcF1.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/hooks-payment-button.vlZWJcF1.js — 200 — 1.6 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/hooks-useStableHostMethodsReferences.pktmDk6E.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/hooks-useStableHostMethodsReferences.pktmDk6E.js — 200 — 1.5 KiB — 15 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/shop-cash-monorail.DuBh26TB.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/shop-cash-monorail.DuBh26TB.js — 200 — 2.2 KiB — 12 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/hooks-useAvailableShopPromotionDiscount.CqOCB3bS.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/hooks-useAvailableShopPromotionDiscount.CqOCB3bS.js — 200 — 2.2 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/BillingAddressSelector.DiaSN66E.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/BillingAddressSelector.DiaSN66E.js — 200 — 2.0 KiB — 12 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/PaymentErrorBanner.754wr7Nc.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/PaymentErrorBanner.754wr7Nc.js — 200 — 2.8 KiB — 12 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/Switch.nhI6glrn.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/Switch.nhI6glrn.js — 200 — 1.7 KiB — 15 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/checkout-as-guest-amazon-pay.BVf7_67v.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/checkout-as-guest-amazon-pay.BVf7_67v.js — 200 — 1.6 KiB — 15 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/Middot.BA_dJd6L.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/Middot.BA_dJd6L.js — 200 — 2.4 KiB — 14 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/EstimatedDeliveryContent.o4RyztAv.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/EstimatedDeliveryContent.o4RyztAv.js — 200 — 4.0 KiB — 15 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/ShippingMethodRateLabel.BCSEmQ7f.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/ShippingMethodRateLabel.BCSEmQ7f.js — 200 — 1.6 KiB — 12 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/shipping-methods-consolidated-included.DqCGl9aN.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/shipping-methods-consolidated-included.DqCGl9aN.js — 200 — 1.8 KiB — 15 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/ShippingLines.CgW3aVz9.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/ShippingLines.CgW3aVz9.js — 200 — 3.9 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/ShipmentBreakdown.Chu64rgX.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/ShipmentBreakdown.Chu64rgX.js — 200 — 2.4 KiB — 16 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/MerchandiseModal.zyKLGser.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/MerchandiseModal.zyKLGser.js — 200 — 3.0 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/ShippingMethodSelector.CovVRQXc.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/ShippingMethodSelector.CovVRQXc.js — 200 — 3.7 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/TextArea.CCzBQ7A-.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/TextArea.CCzBQ7A-.js — 200 — 1.1 KiB — 14 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/SubscriptionPriceBreakdown.BY4PpZrZ.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/SubscriptionPriceBreakdown.BY4PpZrZ.js — 200 — 2.6 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/StockProblems-StockProblemsLineItemList.KDNdb2ed.js/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/StockProblems-StockProblemsLineItemList.KDNdb2ed.js — 200 — 2.0 KiB — 14 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/app.BYT6yYGe.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/app.BYT6yYGe.css — 200 — 2.7 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/grouping.Cray4R9V.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/grouping.Cray4R9V.css — 200 — 7.8 KiB — 15 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/previous.CA2XkLgH.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/previous.CA2XkLgH.css — 200 — 14.7 KiB — 14 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/OnePage.CEr7nb5K.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/OnePage.CEr7nb5K.css — 200 — 3.1 KiB — 12 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/DeliveryTransition.DSHFiRoI.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/DeliveryTransition.DSHFiRoI.css — 200 — 4.2 KiB — 11 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/useVaultedMsiInstallments.DszKhAHn.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/useVaultedMsiInstallments.DszKhAHn.css — 200 — 2.2 KiB — 14 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/MobileOrderSummary.2B5x30PG.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/MobileOrderSummary.2B5x30PG.css — 200 — 1.6 KiB — 17 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/useOnePageFormSubmit.DwyCgg7v.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/useOnePageFormSubmit.DwyCgg7v.css — 200 — 3.1 KiB — 12 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/cvvBridge.CIy8uDiZ.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/cvvBridge.CIy8uDiZ.css — 200 — 1.0 KiB — 12 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/Choice.jvH8TQL4.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/Choice.jvH8TQL4.css — 200 — 2.6 KiB — 15 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/RedirectionNotice.B8v_QGNW.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/RedirectionNotice.B8v_QGNW.css — 200 — 881 B — 12 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/EmptyState.BEvzDDvy.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/EmptyState.BEvzDDvy.css — 200 — 899 B — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/Section.CU18S7Ap.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/Section.CU18S7Ap.css — 200 — 933 B — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/PaymentLine.Bu4GN9Lb.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/PaymentLine.Bu4GN9Lb.css — 200 — 2.3 KiB — 12 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/Switch.Dq_6Ius6.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/Switch.Dq_6Ius6.css — 200 — 1.4 KiB — 14 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/PaymentIcon.CLVwzp6i.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/PaymentIcon.CLVwzp6i.css — 200 — 977 B — 14 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/IncentiveBadge.C5mVOEBf.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/IncentiveBadge.C5mVOEBf.css — 200 — 1.5 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/BillingAddressForm.BdwN7V1K.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/BillingAddressForm.BdwN7V1K.css — 200 — 1.1 KiB — 14 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/useShowShopPayOptin.87JMHPUK.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/useShowShopPayOptin.87JMHPUK.css — 200 — 1017 B — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/PhoneField.uZEuHncj.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/PhoneField.uZEuHncj.css — 200 — 1.3 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/Middot.D7Ujmshx.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/Middot.D7Ujmshx.css — 200 — 906 B — 11 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/ShippingLines.LcqrKXE1.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/ShippingLines.LcqrKXE1.css — 200 — 909 B — 15 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/MerchandiseModal.D6OuIVjc.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/MerchandiseModal.D6OuIVjc.css — 200 — 1.0 KiB — 13 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/EstimatedDeliveryContent.B_THySFF.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/EstimatedDeliveryContent.B_THySFF.css — 200 — 1.0 KiB — 12 ms — h3https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/PaymentButtons.BbF1yV61.css/cdn/shopifycloud/checkout-web/asse... https://romeronperfumes.com.au/cdn/shopifycloud/checkout-web/assets/c1/assets/PaymentButtons.BbF1yV61.css — 200 — 1.2 KiB — 16 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
87 images, 909 KB total, 234 KB wasted
INFO

Image Optimization Audit

Total Images

87

Total Size

909 KB

Oversized

3

Wasted

234 KB

2 missing alt text 2 missing dimensions 21 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