cancel
Showing results for 
Search instead for 
Did you mean: 

Checkout page continuous loading in first time onely how can i fix?

Checkout page continuous loading in first time onely how can i fix?

Hi all,

I used one step checkout. While loading checkout page first time its keep on loading.

2 REPLIES 2

Re: Checkout page continuous loading in first time onely how can i fix?

Hello @NavinMdr ,

 

If you have cleaned all static content then it generated that time it's loading to generate static file. 

 

Please enable cache and generate static content then it won't take too much time. Set production mode while making its live.

 

You can find out cache enable and static content generate command below

php bin/magento cache:enable
php -dmemory_limit=6G bin/magento setup:static-content:deploy -f

 

--
If my answer is useful, please Accept as Solution & give Kudos

 

Re: Checkout page continuous loading in first time onely how can i fix?

Hi gelanivishal,

Thank you for your response. I will check and update you.