Schedule a Demo

See Speedscale in action

Skip the manual scripts and large test environments— Learn how traffic replay can auto generate tests and simulate production conditions 5x faster.

Schedule your 30 min demo

// Contact form listener var wpcf7Elm = document.querySelector( '#trial_form' ); wpcf7Elm.addEventListener( 'wpcf7mailsent', async function( event ) { // Read the input values var inputs = event.detail.inputs; let email = ""; for ( var i = 0; i < inputs.length; i++ ) { if ( 'form-email' == inputs[i].name ) { email = inputs[i].value; } } // // Google tag manager // await dataLayer.push({'event': 'trial-signup'}); // Google Analytics // await ga('send', 'event', 'trial-signup', 'submit'); // // Segment Analytics await analytics.identify(email); await analytics.track("trial-signup"); // Auth redirect const auth0 = await createAuth0Client({ domain: "auth.speedscale.com", client_id: "v4MJSru3PbuG7z8hW1EEVigFGTx3QXA9", }); await auth0.loginWithRedirect({ redirect_uri: "https://app.speedscale.com", screen_hint: "signup", login_hint: email, }); }, false );

Customer Testimonials

nylas logo
Nylas improves account synchronization performance by 30x
Digibee Logo

Digibee increases developer velocity while maintaining system uptime

ContainIQ Logo

ContainIQ finds defects faster
with traffic-based service mocks