Magento 2: Checkout page is loading very slowMagento 2.1.2 super slowMagento 2 very slowMagento 2 - Very slow performance, Cache/static files issues after disabling cache and flushing static files cacheTTFB 2+ seconds magento 2.1.5Very slow loading upon locale changeBecause of search_tmp page is loading very slow magento2Magento 2.2.4 - incredibly slow only on remote machine. Problem already starts with php bin/magentoMagento 2 send email very very slowpages loading slowMagento 2 - Page Speed Insights / Lighthouse Audits Low Scores
Critique of timeline aesthetic
How to pronounce 'C++' in Spanish
Why do games have consumables?
How to type a section sign (§) into the Minecraft client
Why does processed meat contain preservatives, while canned fish needs not?
How to solve constants out of the internal energy equation?
How can the Zone of Truth spell be defeated without the caster knowing?
Please, smoke with good manners
Why other Westeros houses don't use wildfire?
What is the strongest case that can be made in favour of the UK regaining some control over fishing policy after Brexit?
Which big number is bigger?
What route did the Hindenburg take when traveling from Germany to the U.S.?
How to reduce LED flash rate (frequency)
How to get a plain text file version of a CP/M .BAS (M-BASIC) program?
What makes accurate emulation of old systems a difficult task?
How could Tony Stark make this in Endgame?
A Strange Latex Symbol
Why is it that the natural deduction method can't test for invalidity?
Why was Germany not as successful as other Europeans in establishing overseas colonies?
Was there a Viking Exchange as well as a Columbian one?
What do the phrase "Reeyan's seacrest" and the word "fraggle" mean in a sketch?
Do I have an "anti-research" personality?
How to creep the reader out with what seems like a normal person?
Document starts having heaps of errors in the middle, but the code doesn't have any problems in it
Magento 2: Checkout page is loading very slow
Magento 2.1.2 super slowMagento 2 very slowMagento 2 - Very slow performance, Cache/static files issues after disabling cache and flushing static files cacheTTFB 2+ seconds magento 2.1.5Very slow loading upon locale changeBecause of search_tmp page is loading very slow magento2Magento 2.2.4 - incredibly slow only on remote machine. Problem already starts with php bin/magentoMagento 2 send email very very slowpages loading slowMagento 2 - Page Speed Insights / Lighthouse Audits Low Scores
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
The checkout page on our Magento 2 store is loading insanely slow. Does anyone know what causes this or how to fix this?
Customers are cancelling the orders in this last step. Really frustrating.
Thanks a lot!
UPDATE:
I provided a screenshot of the chrome waterfall. As you can see, some files are queued at 8+ seconds. Some files take over 30 seconds to load.
How can we speed this up? I checked the TTFB by enabling profiling, but that didn't show any significantly slow things. Please check screenshot.
magento2 magento-2.1 checkout-page
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
The checkout page on our Magento 2 store is loading insanely slow. Does anyone know what causes this or how to fix this?
Customers are cancelling the orders in this last step. Really frustrating.
Thanks a lot!
UPDATE:
I provided a screenshot of the chrome waterfall. As you can see, some files are queued at 8+ seconds. Some files take over 30 seconds to load.
How can we speed this up? I checked the TTFB by enabling profiling, but that didn't show any significantly slow things. Please check screenshot.
magento2 magento-2.1 checkout-page
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Have you tried caching, JS AND CSS merge? Please share website URL and server configuration(ram, PHP version, Mysql version).
– kunj
May 28 '18 at 16:37
That doesn't seem to be the problem. The checkout page shows the loading spinner for about 1 to 2 minutes and then loads the checkout form.
– Rick
May 31 '18 at 10:26
Pleas, provide more details like your website url and which modules are installed for checkout, have you tried after disable one by one?
– kunj
Jun 1 '18 at 3:39
Maybe the screenshot helps @kunj I think the server config is ok. There's only one site running on a pretty good server.
– Rick
Jun 7 '18 at 9:52
I have a very similar issue, with remarkably similar numbers - ~415 requests and 45s to load the checkout. Server is not the issue and we have all merging and caches enabled, and we use Varnish (although it's probably not active on the checkout page). Did you figure anything out @Rick ?
– James
Sep 19 '18 at 12:45
add a comment |
The checkout page on our Magento 2 store is loading insanely slow. Does anyone know what causes this or how to fix this?
Customers are cancelling the orders in this last step. Really frustrating.
Thanks a lot!
UPDATE:
I provided a screenshot of the chrome waterfall. As you can see, some files are queued at 8+ seconds. Some files take over 30 seconds to load.
How can we speed this up? I checked the TTFB by enabling profiling, but that didn't show any significantly slow things. Please check screenshot.
magento2 magento-2.1 checkout-page
The checkout page on our Magento 2 store is loading insanely slow. Does anyone know what causes this or how to fix this?
Customers are cancelling the orders in this last step. Really frustrating.
Thanks a lot!
UPDATE:
I provided a screenshot of the chrome waterfall. As you can see, some files are queued at 8+ seconds. Some files take over 30 seconds to load.
How can we speed this up? I checked the TTFB by enabling profiling, but that didn't show any significantly slow things. Please check screenshot.
magento2 magento-2.1 checkout-page
magento2 magento-2.1 checkout-page
edited Jun 7 '18 at 9:51
Rick
asked May 28 '18 at 16:02
RickRick
18818
18818
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Have you tried caching, JS AND CSS merge? Please share website URL and server configuration(ram, PHP version, Mysql version).
– kunj
May 28 '18 at 16:37
That doesn't seem to be the problem. The checkout page shows the loading spinner for about 1 to 2 minutes and then loads the checkout form.
– Rick
May 31 '18 at 10:26
Pleas, provide more details like your website url and which modules are installed for checkout, have you tried after disable one by one?
– kunj
Jun 1 '18 at 3:39
Maybe the screenshot helps @kunj I think the server config is ok. There's only one site running on a pretty good server.
– Rick
Jun 7 '18 at 9:52
I have a very similar issue, with remarkably similar numbers - ~415 requests and 45s to load the checkout. Server is not the issue and we have all merging and caches enabled, and we use Varnish (although it's probably not active on the checkout page). Did you figure anything out @Rick ?
– James
Sep 19 '18 at 12:45
add a comment |
Have you tried caching, JS AND CSS merge? Please share website URL and server configuration(ram, PHP version, Mysql version).
– kunj
May 28 '18 at 16:37
That doesn't seem to be the problem. The checkout page shows the loading spinner for about 1 to 2 minutes and then loads the checkout form.
– Rick
May 31 '18 at 10:26
Pleas, provide more details like your website url and which modules are installed for checkout, have you tried after disable one by one?
– kunj
Jun 1 '18 at 3:39
Maybe the screenshot helps @kunj I think the server config is ok. There's only one site running on a pretty good server.
– Rick
Jun 7 '18 at 9:52
I have a very similar issue, with remarkably similar numbers - ~415 requests and 45s to load the checkout. Server is not the issue and we have all merging and caches enabled, and we use Varnish (although it's probably not active on the checkout page). Did you figure anything out @Rick ?
– James
Sep 19 '18 at 12:45
Have you tried caching, JS AND CSS merge? Please share website URL and server configuration(ram, PHP version, Mysql version).
– kunj
May 28 '18 at 16:37
Have you tried caching, JS AND CSS merge? Please share website URL and server configuration(ram, PHP version, Mysql version).
– kunj
May 28 '18 at 16:37
That doesn't seem to be the problem. The checkout page shows the loading spinner for about 1 to 2 minutes and then loads the checkout form.
– Rick
May 31 '18 at 10:26
That doesn't seem to be the problem. The checkout page shows the loading spinner for about 1 to 2 minutes and then loads the checkout form.
– Rick
May 31 '18 at 10:26
Pleas, provide more details like your website url and which modules are installed for checkout, have you tried after disable one by one?
– kunj
Jun 1 '18 at 3:39
Pleas, provide more details like your website url and which modules are installed for checkout, have you tried after disable one by one?
– kunj
Jun 1 '18 at 3:39
Maybe the screenshot helps @kunj I think the server config is ok. There's only one site running on a pretty good server.
– Rick
Jun 7 '18 at 9:52
Maybe the screenshot helps @kunj I think the server config is ok. There's only one site running on a pretty good server.
– Rick
Jun 7 '18 at 9:52
I have a very similar issue, with remarkably similar numbers - ~415 requests and 45s to load the checkout. Server is not the issue and we have all merging and caches enabled, and we use Varnish (although it's probably not active on the checkout page). Did you figure anything out @Rick ?
– James
Sep 19 '18 at 12:45
I have a very similar issue, with remarkably similar numbers - ~415 requests and 45s to load the checkout. Server is not the issue and we have all merging and caches enabled, and we use Varnish (although it's probably not active on the checkout page). Did you figure anything out @Rick ?
– James
Sep 19 '18 at 12:45
add a comment |
1 Answer
1
active
oldest
votes
I resolved this by switching to production mode, rather than developer or default, as follows:
bin/magento deploy:mode:set production
You can check your current application mode with:
bin/magento deploy:mode:show
The application modes are explained here; in my case the speed improvement with production
was the result of it bundling Knockout components. In developer
mode the components are all loaded individually as in OP's example, resulting in hundreds of requests.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f227763%2fmagento-2-checkout-page-is-loading-very-slow%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I resolved this by switching to production mode, rather than developer or default, as follows:
bin/magento deploy:mode:set production
You can check your current application mode with:
bin/magento deploy:mode:show
The application modes are explained here; in my case the speed improvement with production
was the result of it bundling Knockout components. In developer
mode the components are all loaded individually as in OP's example, resulting in hundreds of requests.
add a comment |
I resolved this by switching to production mode, rather than developer or default, as follows:
bin/magento deploy:mode:set production
You can check your current application mode with:
bin/magento deploy:mode:show
The application modes are explained here; in my case the speed improvement with production
was the result of it bundling Knockout components. In developer
mode the components are all loaded individually as in OP's example, resulting in hundreds of requests.
add a comment |
I resolved this by switching to production mode, rather than developer or default, as follows:
bin/magento deploy:mode:set production
You can check your current application mode with:
bin/magento deploy:mode:show
The application modes are explained here; in my case the speed improvement with production
was the result of it bundling Knockout components. In developer
mode the components are all loaded individually as in OP's example, resulting in hundreds of requests.
I resolved this by switching to production mode, rather than developer or default, as follows:
bin/magento deploy:mode:set production
You can check your current application mode with:
bin/magento deploy:mode:show
The application modes are explained here; in my case the speed improvement with production
was the result of it bundling Knockout components. In developer
mode the components are all loaded individually as in OP's example, resulting in hundreds of requests.
answered Sep 19 '18 at 19:45
JamesJames
294218
294218
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f227763%2fmagento-2-checkout-page-is-loading-very-slow%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Have you tried caching, JS AND CSS merge? Please share website URL and server configuration(ram, PHP version, Mysql version).
– kunj
May 28 '18 at 16:37
That doesn't seem to be the problem. The checkout page shows the loading spinner for about 1 to 2 minutes and then loads the checkout form.
– Rick
May 31 '18 at 10:26
Pleas, provide more details like your website url and which modules are installed for checkout, have you tried after disable one by one?
– kunj
Jun 1 '18 at 3:39
Maybe the screenshot helps @kunj I think the server config is ok. There's only one site running on a pretty good server.
– Rick
Jun 7 '18 at 9:52
I have a very similar issue, with remarkably similar numbers - ~415 requests and 45s to load the checkout. Server is not the issue and we have all merging and caches enabled, and we use Varnish (although it's probably not active on the checkout page). Did you figure anything out @Rick ?
– James
Sep 19 '18 at 12:45