Why so many cache imagesWhat is the use of Magento 2.2.6 product image cache?Images in /media/catalog/product/cache are created as root:root and hence give 403 errors?Dynamic Product ImagesCreating product images programmatically and exclude them from gallery?Images caching sizeMagento resizing images for cache and making them biggerMagento 2 not generating images cacheImages not loaded in administrationMagento 2.3, Too Many Duplications in Product Image Cache?Magento 2.3.0 product image cache not created when resizing imagesHow to stop magento to generate all types of images in cache on page visit
DisplayForm problem with pi in FractionBox
Nested Dynamic SOQL Query
Have any astronauts/cosmonauts died in space?
Gauss brackets with double vertical lines
When should a starting writer get his own webpage?
Emojional cryptic crossword
Did Nintendo change its mind about 68000 SNES?
Why is indicated airspeed rather than ground speed used during the takeoff roll?
What is it called when someone votes for an option that's not their first choice?
What are the consequences of changing the number of hours in a day?
Does the Shadow Magic sorcerer's Eyes of the Dark feature work on all Darkness spells or just his/her own?
Homology of the fiber
How to balance a monster modification (zombie)?
Can "few" be used as a subject? If so, what is the rule?
What is the difference between something being completely legal and being completely decriminalized?
Hot air balloons as primitive bombers
How do researchers send unsolicited emails asking for feedback on their works?
Why does Surtur say that Thor is Asgard's doom?
Unfrosted light bulb
Do people actually use the word "kaputt" in conversation?
"Marked down as someone wanting to sell shares." What does that mean?
Do native speakers use "ultima" and "proxima" frequently in spoken English?
Is VPN a layer 3 concept?
Could any one tell what PN is this Chip? Thanks~
Why so many cache images
What is the use of Magento 2.2.6 product image cache?Images in /media/catalog/product/cache are created as root:root and hence give 403 errors?Dynamic Product ImagesCreating product images programmatically and exclude them from gallery?Images caching sizeMagento resizing images for cache and making them biggerMagento 2 not generating images cacheImages not loaded in administrationMagento 2.3, Too Many Duplications in Product Image Cache?Magento 2.3.0 product image cache not created when resizing imagesHow to stop magento to generate all types of images in cache on page visit
I am new to Magento 2 and also new to StackExchange.
I observed that there are so many images generated in cache directory.
Why do I need this?
How can I stop creating these images?
What would be happened if I delete all images in this directory?
magento2 product-images cache cache-images
add a comment |
I am new to Magento 2 and also new to StackExchange.
I observed that there are so many images generated in cache directory.
Why do I need this?
How can I stop creating these images?
What would be happened if I delete all images in this directory?
magento2 product-images cache cache-images
add a comment |
I am new to Magento 2 and also new to StackExchange.
I observed that there are so many images generated in cache directory.
Why do I need this?
How can I stop creating these images?
What would be happened if I delete all images in this directory?
magento2 product-images cache cache-images
I am new to Magento 2 and also new to StackExchange.
I observed that there are so many images generated in cache directory.
Why do I need this?
How can I stop creating these images?
What would be happened if I delete all images in this directory?
magento2 product-images cache cache-images
magento2 product-images cache cache-images
edited 26 mins ago
Shoaib Munir
2,1101828
2,1101828
asked Feb 9 at 13:21
Atif AmeerAtif Ameer
6811
6811
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
This is not a bug, its a feature of mangento
When you upload image for product with specific image sizes, like 1200x1200 and you use it on thumbnail with the size 60x60 and small image like 200x200 and large image like 600x600. It creates cache images according to your given size.
For 2nd question:
You can stop it by creating. And why anyone wants to stop it, its a feature:
The benefit of this is, user will not suffer in rendering large size images all over the website, it will show small image or thumbnail image on the web page, and that results with the high performance of the website.
For 3rd question:
If you delete images from this directory, then magento will create images again in it when ever someone opens your website it will create images automatically and saved it in cache directory
Reference of my previous answer on almost same question:
What is the use of Magento 2.2.6 product image cache?
1
This info is very useful. Thanks!
– Atif Ameer
Feb 9 at 13:51
1
That's great. If you are using high scale framework like Magento, than you need to have a high performance and high volume server
– Shoaib Munir
Feb 9 at 13:54
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%2f261091%2fwhy-so-many-cache-images%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
This is not a bug, its a feature of mangento
When you upload image for product with specific image sizes, like 1200x1200 and you use it on thumbnail with the size 60x60 and small image like 200x200 and large image like 600x600. It creates cache images according to your given size.
For 2nd question:
You can stop it by creating. And why anyone wants to stop it, its a feature:
The benefit of this is, user will not suffer in rendering large size images all over the website, it will show small image or thumbnail image on the web page, and that results with the high performance of the website.
For 3rd question:
If you delete images from this directory, then magento will create images again in it when ever someone opens your website it will create images automatically and saved it in cache directory
Reference of my previous answer on almost same question:
What is the use of Magento 2.2.6 product image cache?
1
This info is very useful. Thanks!
– Atif Ameer
Feb 9 at 13:51
1
That's great. If you are using high scale framework like Magento, than you need to have a high performance and high volume server
– Shoaib Munir
Feb 9 at 13:54
add a comment |
This is not a bug, its a feature of mangento
When you upload image for product with specific image sizes, like 1200x1200 and you use it on thumbnail with the size 60x60 and small image like 200x200 and large image like 600x600. It creates cache images according to your given size.
For 2nd question:
You can stop it by creating. And why anyone wants to stop it, its a feature:
The benefit of this is, user will not suffer in rendering large size images all over the website, it will show small image or thumbnail image on the web page, and that results with the high performance of the website.
For 3rd question:
If you delete images from this directory, then magento will create images again in it when ever someone opens your website it will create images automatically and saved it in cache directory
Reference of my previous answer on almost same question:
What is the use of Magento 2.2.6 product image cache?
1
This info is very useful. Thanks!
– Atif Ameer
Feb 9 at 13:51
1
That's great. If you are using high scale framework like Magento, than you need to have a high performance and high volume server
– Shoaib Munir
Feb 9 at 13:54
add a comment |
This is not a bug, its a feature of mangento
When you upload image for product with specific image sizes, like 1200x1200 and you use it on thumbnail with the size 60x60 and small image like 200x200 and large image like 600x600. It creates cache images according to your given size.
For 2nd question:
You can stop it by creating. And why anyone wants to stop it, its a feature:
The benefit of this is, user will not suffer in rendering large size images all over the website, it will show small image or thumbnail image on the web page, and that results with the high performance of the website.
For 3rd question:
If you delete images from this directory, then magento will create images again in it when ever someone opens your website it will create images automatically and saved it in cache directory
Reference of my previous answer on almost same question:
What is the use of Magento 2.2.6 product image cache?
This is not a bug, its a feature of mangento
When you upload image for product with specific image sizes, like 1200x1200 and you use it on thumbnail with the size 60x60 and small image like 200x200 and large image like 600x600. It creates cache images according to your given size.
For 2nd question:
You can stop it by creating. And why anyone wants to stop it, its a feature:
The benefit of this is, user will not suffer in rendering large size images all over the website, it will show small image or thumbnail image on the web page, and that results with the high performance of the website.
For 3rd question:
If you delete images from this directory, then magento will create images again in it when ever someone opens your website it will create images automatically and saved it in cache directory
Reference of my previous answer on almost same question:
What is the use of Magento 2.2.6 product image cache?
answered Feb 9 at 13:25
Shoaib MunirShoaib Munir
2,1101828
2,1101828
1
This info is very useful. Thanks!
– Atif Ameer
Feb 9 at 13:51
1
That's great. If you are using high scale framework like Magento, than you need to have a high performance and high volume server
– Shoaib Munir
Feb 9 at 13:54
add a comment |
1
This info is very useful. Thanks!
– Atif Ameer
Feb 9 at 13:51
1
That's great. If you are using high scale framework like Magento, than you need to have a high performance and high volume server
– Shoaib Munir
Feb 9 at 13:54
1
1
This info is very useful. Thanks!
– Atif Ameer
Feb 9 at 13:51
This info is very useful. Thanks!
– Atif Ameer
Feb 9 at 13:51
1
1
That's great. If you are using high scale framework like Magento, than you need to have a high performance and high volume server
– Shoaib Munir
Feb 9 at 13:54
That's great. If you are using high scale framework like Magento, than you need to have a high performance and high volume server
– Shoaib Munir
Feb 9 at 13:54
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%2f261091%2fwhy-so-many-cache-images%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