#zugojipi
1 messages · Page 1 of 1 (latest)
Hi there, I'm not sure if I understand your question, can you explain a bit more?
my client used stripe payment, and he give me task to reduce page load time.
so i investigate where i can improve speed and i show there is many ajax call from https://r.stripe.com/0 so can i defer this call. when fully paged loaded then ajax call is fine
You can always defer the Stripe.js initialization and only initialize it when your customer is about to make a payment
okay, Thanks 🙂