Is it possible to load the “Checkout One - Step” page with php and without JavaScript, to optimize the loading time?
How to pronounce 'c++' in Spanish
Constructions of PRF (Pseudo Random Function)
Can't get 5V 3A DC constant
How to have a sharp product image?
As an international instructor, should I openly talk about my accent?
Rivers without rain
Implications of cigar-shaped bodies having rings?
can anyone help me with this awful query plan?
Map of water taps to fill bottles
What happened to Captain America in Endgame?
Pulling the rope with one hand is as heavy as with two hands?
Read line from file and process something
Can an Area of Effect spell cast outside a Prismatic Wall extend inside it?
What is the smallest unit of eos?
How would 10 generations of living underground change the human body?
How does Captain America channel this power?
Why do games have consumables?
Why does Mind Blank stop the Feeblemind spell?
Can we say “you can pay when the order gets ready”?
Alignment of various blocks in tikz
Pre-plastic human skin alternative
Check if a string is entirely made of the same substring
Critique of timeline aesthetic
Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?
Is it possible to load the “Checkout One - Step” page with php and without JavaScript, to optimize the loading time?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Currently, all the content of the checkout is loaded by a function called getJsLayout () of the Checkout class. But it is very slow to load, the page takes at least 30 seconds to load and worsens if the internet speed is slow.
I'm analyzing the possibility of getting all the content of the checkout can be loaded only with php, without the need to use the function getJsLayout (), so that the content loads instantly with the page. So you can optimize the loading time of this page.
The problem is that I have been working with Magento 2 for only 3 months, and I still need to ask for help. If someone can help me with this, I would really appreciate it!
magento2 php-7
add a comment |
Currently, all the content of the checkout is loaded by a function called getJsLayout () of the Checkout class. But it is very slow to load, the page takes at least 30 seconds to load and worsens if the internet speed is slow.
I'm analyzing the possibility of getting all the content of the checkout can be loaded only with php, without the need to use the function getJsLayout (), so that the content loads instantly with the page. So you can optimize the loading time of this page.
The problem is that I have been working with Magento 2 for only 3 months, and I still need to ask for help. If someone can help me with this, I would really appreciate it!
magento2 php-7
add a comment |
Currently, all the content of the checkout is loaded by a function called getJsLayout () of the Checkout class. But it is very slow to load, the page takes at least 30 seconds to load and worsens if the internet speed is slow.
I'm analyzing the possibility of getting all the content of the checkout can be loaded only with php, without the need to use the function getJsLayout (), so that the content loads instantly with the page. So you can optimize the loading time of this page.
The problem is that I have been working with Magento 2 for only 3 months, and I still need to ask for help. If someone can help me with this, I would really appreciate it!
magento2 php-7
Currently, all the content of the checkout is loaded by a function called getJsLayout () of the Checkout class. But it is very slow to load, the page takes at least 30 seconds to load and worsens if the internet speed is slow.
I'm analyzing the possibility of getting all the content of the checkout can be loaded only with php, without the need to use the function getJsLayout (), so that the content loads instantly with the page. So you can optimize the loading time of this page.
The problem is that I have been working with Magento 2 for only 3 months, and I still need to ask for help. If someone can help me with this, I would really appreciate it!
magento2 php-7
magento2 php-7
asked 1 min ago
Jose Simancas LopezJose Simancas Lopez
234
234
add a comment |
add a comment |
0
active
oldest
votes
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%2f272650%2fis-it-possible-to-load-the-checkout-one-step-page-with-php-and-without-javas%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f272650%2fis-it-possible-to-load-the-checkout-one-step-page-with-php-and-without-javas%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