Fastly CDN not refresh custom page Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Edited CSS but not reflecting even after flushing Magento cacheWhy product images are not loading using CDN URL?Unable to make Magento2 configuration settings effectiveVarnish purge is not working when clean the magento cacheHow to prevent price.phtml to be cached (updated prices do not show on category listing; well on product page)Review tab and custom tab is not showing in magento2 product pageHow to get collection from database in phtml not from cache when full cache enabledRefresh Cache via JSON API/app/etc/local.xml not working for me?Magnto 2 : varnish cache issue?
What does 丫 mean? 丫是什么意思?
Time evolution of a Gaussian wave packet, why convert to k-space?
The test team as an enemy of development? And how can this be avoided?
Sum letters are not two different
Should a wizard buy fine inks every time he want to copy spells into his spellbook?
Is multiple magic items in one inherently imbalanced?
The Nth Gryphon Number
Is it possible for SQL statements to execute concurrently within a single session in SQL Server?
How to save space when writing equations with cases?
How can I prevent/balance waiting and turtling as a response to cooldown mechanics
How to write capital alpha?
Can a sorcerer use careful spell on himself?
Why do aircraft stall warning systems use angle-of-attack vanes rather than detecting airflow separation directly?
What do you call the main part of a joke?
Lagrange four-squares theorem --- deterministic complexity
How do living politicians protect their readily obtainable signatures from misuse?
What does this say in Elvish?
Amount of permutations on an NxNxN Rubik's Cube
How do I find out the mythology and history of my Fortress?
Intuitive explanation of the rank-nullity theorem
Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?
Karn the great creator - 'card from outside the game' in sealed
Deconstruction is ambiguous
What does Turing mean by this statement?
Fastly CDN not refresh custom page
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Edited CSS but not reflecting even after flushing Magento cacheWhy product images are not loading using CDN URL?Unable to make Magento2 configuration settings effectiveVarnish purge is not working when clean the magento cacheHow to prevent price.phtml to be cached (updated prices do not show on category listing; well on product page)Review tab and custom tab is not showing in magento2 product pageHow to get collection from database in phtml not from cache when full cache enabledRefresh Cache via JSON API/app/etc/local.xml not working for me?Magnto 2 : varnish cache issue?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
We have Fastly CDN configured in Website, and we have a custom page where we are displaying product listing. When admin makes changes in the product, it's reflecting correctly in front-end product details page but not in product listing page.
This listing page is custom page not default Magento category or product listing page.
So is there any configuration in Fastly CDN or in Magento 2 to refresh cache automatically?
magento-2.1 cache cdn caching
add a comment |
We have Fastly CDN configured in Website, and we have a custom page where we are displaying product listing. When admin makes changes in the product, it's reflecting correctly in front-end product details page but not in product listing page.
This listing page is custom page not default Magento category or product listing page.
So is there any configuration in Fastly CDN or in Magento 2 to refresh cache automatically?
magento-2.1 cache cdn caching
add a comment |
We have Fastly CDN configured in Website, and we have a custom page where we are displaying product listing. When admin makes changes in the product, it's reflecting correctly in front-end product details page but not in product listing page.
This listing page is custom page not default Magento category or product listing page.
So is there any configuration in Fastly CDN or in Magento 2 to refresh cache automatically?
magento-2.1 cache cdn caching
We have Fastly CDN configured in Website, and we have a custom page where we are displaying product listing. When admin makes changes in the product, it's reflecting correctly in front-end product details page but not in product listing page.
This listing page is custom page not default Magento category or product listing page.
So is there any configuration in Fastly CDN or in Magento 2 to refresh cache automatically?
magento-2.1 cache cdn caching
magento-2.1 cache cdn caching
edited Nov 16 '17 at 4:11
Ner
709216
709216
asked Nov 15 '17 at 21:38
AkhileshAkhilesh
112
112
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You can flush fastly via cli using
curl -X POST
https://api.fastly.com/service/key/purge_all
-H 'Cache-Control: no-cache'
-H 'Fastly-Key: XXXXXX'
-H 'Postman-Token: XXXXXX'
Or you can purge under System->cache management
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%2f201729%2ffastly-cdn-not-refresh-custom-page%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
You can flush fastly via cli using
curl -X POST
https://api.fastly.com/service/key/purge_all
-H 'Cache-Control: no-cache'
-H 'Fastly-Key: XXXXXX'
-H 'Postman-Token: XXXXXX'
Or you can purge under System->cache management
add a comment |
You can flush fastly via cli using
curl -X POST
https://api.fastly.com/service/key/purge_all
-H 'Cache-Control: no-cache'
-H 'Fastly-Key: XXXXXX'
-H 'Postman-Token: XXXXXX'
Or you can purge under System->cache management
add a comment |
You can flush fastly via cli using
curl -X POST
https://api.fastly.com/service/key/purge_all
-H 'Cache-Control: no-cache'
-H 'Fastly-Key: XXXXXX'
-H 'Postman-Token: XXXXXX'
Or you can purge under System->cache management
You can flush fastly via cli using
curl -X POST
https://api.fastly.com/service/key/purge_all
-H 'Cache-Control: no-cache'
-H 'Fastly-Key: XXXXXX'
-H 'Postman-Token: XXXXXX'
Or you can purge under System->cache management
answered Apr 15 at 19:55
abhilashvabhilashv
1212
1212
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%2f201729%2ffastly-cdn-not-refresh-custom-page%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