← All scenarios

Heavy WordPress-style page

A heavyweight traditional page — jQuery, jQuery UI, Bootstrap, Moment, plus a 250ms intentional busy-wait to simulate real WordPress page weight. The opposite end of the spectrum from the plain-React scenario: the page is heavy enough that window.load takes a long time to fire, which gives V1 plenty of time to arrive first. Explains why amli.com/apartments/dallas works while the lighter homepage does not.

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.

How to test:
  1. Load the page and wait ~5 seconds.
  2. Notice the much later window.load time vs the plain-React scenario.
  3. Check both pixel columns.
Expected: Both V1 and V2 fire reliably here. The page is heavy enough that wire.js wins the race comfortably. This explains why the V1 bug shows up on lightweight customer pages but not on heavyweight ones — page weight directly determines whether V1 has a chance.
V1 · current pixel
Verdict
Initialising…
window.load
—
wire.js
—
pixel
—
Event timeline
  1. No events recorded yet…
Script tag for this scenario
<script type="text/javascript" async src="https://staging-api.wire.spbx.app/wire.js?account_id=79&property_id=6a2111320c2dee2dc5548935"></script>
V2 · proposed fix
Verdict
Initialising…
window.load
—
wire.js
—
pixel
—
Event timeline
  1. No events recorded yet…
Script tag for this scenario
<script type="text/javascript" async src="https://staging-api.wire.spbx.app/wire.js?pixel_id=6a211df10c2dee2dc5548936&account_id=79&property_id=6a2111320c2dee2dc5548935"></script>