- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2019
05:41 AM
02-21-2019
05:41 AM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2019
02:08 AM
02-23-2019
02:08 AM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2019
01:52 AM
03-04-2019
01:52 AM
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.