Magento 2 B2b : Why refresh “company” customer section on each load?B2B using Customer Groups as Company Account or creating another table for Company AccountsRecalculate taxes if customer is B2B customermagento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/order2.2 B2B - Error when editing companyMagento 2.2.5: Add, Update and Delete existing products Custom OptionsAdd a custom attribute to company in magento 2.2.2 for B2BHow to refresh minicart section from observer?
Developers demotivated due to working on same project for more than 2 years
Determine the slope and write the Cartesian equation of the line.
How much Replacement does this axiom provide?
Formal Definition of Dot Product
using `is` operator with value type tuples gives error
Is it possible to create different colors in rocket exhaust?
If the square of a time series is stationary, is the original time series stationary?
Does Lawful Interception of 4G / the proposed 5G provide a back door for hackers as well?
Can't find the release for this wiring harness connector
Entering the UK as a British citizen who is a Canadian permanent resident
Does SQL Server allow (make visible) DDL inside a transaction to the transaction prior to commit?
How can dragons propel their breath attacks to a long distance
Jesus' words on the Jews
How i can place a block anywhere in Store
CPLD based Pierce oscillator
Where to find every-day healthy food near Heathrow Airport?
What is the largest number of identical satellites launched together?
Anatomically Correct Carnivorous Tree
Is Germany still exporting arms to countries involved in Yemen?
Is there ever any indication in the MCU as to how Spider-Man got his powers?
Why would a switch ever send an ARP request for a MAC address when it can just wait for the first packet to be received from a device?
Find hamming distance between two Strings of equal length in Java
Conditional probability - sum of dice is even given that at least one is a five
Was this character’s old age look CGI or make-up?
Magento 2 B2b : Why refresh “company” customer section on each load?
B2B using Customer Groups as Company Account or creating another table for Company AccountsRecalculate taxes if customer is B2B customermagento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/order2.2 B2B - Error when editing companyMagento 2.2.5: Add, Update and Delete existing products Custom OptionsAdd a custom attribute to company in magento 2.2.2 for B2BHow to refresh minicart section from observer?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I observed that after enabling b2b features a lot of features which are implemented using customer sections perform a lot worse.
This can be attributed to the fact that the customer sections load calls are being done on each page call corresponding to sections.xml in company module.
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Customer:etc/sections.xsd">
<action name="*">
<section name="company"/>
</action>
</config>
I cannot put my finger on why it must be called on each page load instead of just log in and logout related actions. Please explain.
magento2 magento2.3 b2b section
add a comment |
I observed that after enabling b2b features a lot of features which are implemented using customer sections perform a lot worse.
This can be attributed to the fact that the customer sections load calls are being done on each page call corresponding to sections.xml in company module.
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Customer:etc/sections.xsd">
<action name="*">
<section name="company"/>
</action>
</config>
I cannot put my finger on why it must be called on each page load instead of just log in and logout related actions. Please explain.
magento2 magento2.3 b2b section
add a comment |
I observed that after enabling b2b features a lot of features which are implemented using customer sections perform a lot worse.
This can be attributed to the fact that the customer sections load calls are being done on each page call corresponding to sections.xml in company module.
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Customer:etc/sections.xsd">
<action name="*">
<section name="company"/>
</action>
</config>
I cannot put my finger on why it must be called on each page load instead of just log in and logout related actions. Please explain.
magento2 magento2.3 b2b section
I observed that after enabling b2b features a lot of features which are implemented using customer sections perform a lot worse.
This can be attributed to the fact that the customer sections load calls are being done on each page call corresponding to sections.xml in company module.
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Customer:etc/sections.xsd">
<action name="*">
<section name="company"/>
</action>
</config>
I cannot put my finger on why it must be called on each page load instead of just log in and logout related actions. Please explain.
magento2 magento2.3 b2b section
magento2 magento2.3 b2b section
edited May 9 at 10:13
Vivek Kumar
asked May 9 at 6:02
Vivek KumarVivek Kumar
2,7202731
2,7202731
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%2f273940%2fmagento-2-b2b-why-refresh-company-customer-section-on-each-load%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%2f273940%2fmagento-2-b2b-why-refresh-company-customer-section-on-each-load%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