๐—›๐—ผ๐˜„ ๐—ง๐—ผ ๐—ฆ๐—ฝ๐—ฒ๐—ฒ๐—ฑ ๐—จ๐—ฝ ๐—”๐—ง๐—– > ๐—–๐—ต๐—ฒ๐—ฐ๐—ธ๐—ผ๐˜‚๐˜ ๐—ฃ๐—ฎ๐—ด๐—ฒ ๐—Ÿ๐—ผ๐—ฎ๐—ฑ ๐—ฆ๐—ฝ๐—ฒ๐—ฒ๐—ฑ?

steaknshrimps
Visitor
2 0 0

I use ajax cart with skip cart page enabled, customers go straight to checkout)

From the time people click the ATC to when they are actually on checkout usually takes 2-4 seconds.

As you know, this time is very valuable to avoid bounces.

Does anyone here know how I can cut down this checkout page loading time time? I use Turbo theme, Zipify Pages, and Namecheap hosting, could they cause this?


I contacted shopify support and they said that coding might help. Any ideas?

 

Much obliged!

Reply 1 (1)

Not applicable

I wont know for sure unless I can inspect your store's code but perhaps your javascript payload is too heavy, maybe the parser is encoutering tons of javascript before it has time to parse the html. Do you have external scripts that are also blocking render? I can only make assumptions as i dont know how your website it laid out. You should audit the page using lighthouse or run it through pagespeedinsights to get a better idea. Maybe you can defer some of this javascript?