#zugojipi

1 messages · Page 1 of 1 (latest)

feral shardBOT
lost snow
#

Hi there, I'm not sure if I understand your question, can you explain a bit more?

fading crescent
#

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

lost snow
#

You can always defer the Stripe.js initialization and only initialize it when your customer is about to make a payment

fading crescent
#

okay, Thanks 🙂