Magento 2 cache warmer for all user groups The Next CEO of Stack OverflowPre-Warming the Magento Enterprise Full Page CacheFull Page Cache on CE 1.8 - An FPC Magento Module? Varnish? Both?How would I go about prewarming cache for Logged In users?What is the correct way to properly register & run automated cronjobs in Magento 2?'php magento setup:di:compile' generated cache file with wrong user groupsHow to pre-warm the cache for all customer groups programatically?How to cache Magento 2 with VarnishIssue with Magento 2 generated sitemap.xmlAssign two customer groups product prices to one customerMagento 2 - Cache warmer for multiple server
I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin
Trouble understanding the speech of overseas colleagues
Rotate a column
What can we do to stop prior company from asking us questions?
Text adventure game code
Anatomically Correct Mesopelagic Aves
How to Reset Passwords on Multiple Websites Easily?
The King's new dress
Should I tutor a student who I know has cheated on their homework?
Robert Sheckley short story about vacation spots being overwhelmed
Is it okay to store user locations?
When airplanes disconnect from a tanker during air to air refueling, why do they bank so sharply to the right?
How does practicing restraint and performing actions of merit purify the mind?
Are there languages with no euphemisms?
How should I support this large drywall patch?
How can I open an app using Terminal?
Why is there a PLL in CPU?
How can I quit an app using Terminal?
How do I get the green key off the shelf in the Dobby level of Lego Harry Potter 2?
Why did we only see the N-1 starfighters in one film?
Why does C# sound extremely flat when saxophone is tuned to G?
Can a caster that cast Polymorph on themselves stop concentrating at any point even if their Int is low?
What happens if you roll doubles 3 times then land on "Go to jail?"
What is the point of a new vote on May's deal when the indicative votes suggest she will not win?
Magento 2 cache warmer for all user groups
The Next CEO of Stack OverflowPre-Warming the Magento Enterprise Full Page CacheFull Page Cache on CE 1.8 - An FPC Magento Module? Varnish? Both?How would I go about prewarming cache for Logged In users?What is the correct way to properly register & run automated cronjobs in Magento 2?'php magento setup:di:compile' generated cache file with wrong user groupsHow to pre-warm the cache for all customer groups programatically?How to cache Magento 2 with VarnishIssue with Magento 2 generated sitemap.xmlAssign two customer groups product prices to one customerMagento 2 - Cache warmer for multiple server
I am creating cache warmer extension for Magento 2.
The main logic that I am using is: A cronjob will get all the URLs from url_rewrite
table and crawl every URL using curl calls
.
The issue that I am facing is, Magento creates separate cache for all the customer groups, and I need to crawl all the pages along with all the groups.
My question is, how can I crawl a page using curl
by using General group and Not Loggedin group?
magento2 full-page-cache cache-warmer
add a comment |
I am creating cache warmer extension for Magento 2.
The main logic that I am using is: A cronjob will get all the URLs from url_rewrite
table and crawl every URL using curl calls
.
The issue that I am facing is, Magento creates separate cache for all the customer groups, and I need to crawl all the pages along with all the groups.
My question is, how can I crawl a page using curl
by using General group and Not Loggedin group?
magento2 full-page-cache cache-warmer
add a comment |
I am creating cache warmer extension for Magento 2.
The main logic that I am using is: A cronjob will get all the URLs from url_rewrite
table and crawl every URL using curl calls
.
The issue that I am facing is, Magento creates separate cache for all the customer groups, and I need to crawl all the pages along with all the groups.
My question is, how can I crawl a page using curl
by using General group and Not Loggedin group?
magento2 full-page-cache cache-warmer
I am creating cache warmer extension for Magento 2.
The main logic that I am using is: A cronjob will get all the URLs from url_rewrite
table and crawl every URL using curl calls
.
The issue that I am facing is, Magento creates separate cache for all the customer groups, and I need to crawl all the pages along with all the groups.
My question is, how can I crawl a page using curl
by using General group and Not Loggedin group?
magento2 full-page-cache cache-warmer
magento2 full-page-cache cache-warmer
asked 47 mins ago
Shoaib MunirShoaib Munir
2,2991829
2,2991829
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%2f267901%2fmagento-2-cache-warmer-for-all-user-groups%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%2f267901%2fmagento-2-cache-warmer-for-all-user-groups%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