← All scenarios

next/script — strategy="lazyOnload"

Worst-case for v1 — lazyOnload waits for browser idle AFTER window.load to fetch the script. v1 listener can never observe window.load. Closest analogue to NitroPack on gorayeb.com. v2 should fire regardless since it does not depend on window.load.

Each side runs the same scenario in its own iframe. The iframes load independently, so you can see how each pixel version behaves under identical conditions.

V1 · current pixel
Verdict
Initialising…
window.load
wire.js
pixel
Event timeline
  1. No events recorded yet…
Script tag for this scenario
<Script src="https://staging-api.wire.spbx.app/wire.js?account_id=79&property_id=6a2111320c2dee2dc5548935"
        strategy="lazyOnload" />
V2 · proposed fix
Verdict
Initialising…
window.load
wire.js
pixel
Event timeline
  1. No events recorded yet…
Script tag for this scenario
<Script src="https://staging-api.wire.spbx.app/wire.js?pixel_id=6a211df10c2dee2dc5548936&account_id=79&property_id=6a2111320c2dee2dc5548935"
        strategy="lazyOnload" />