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?Images caching sizeCache image size is larger than the originalMagento cache showing old product images on page zoomMagento resizing images for cache and making them biggerAfter updating to 1.9.3 images in fronted not loading from cacheCache issue (Images not loading)Magento 2.3, Too Many Duplications in Product Image Cache?Magento 2.3.0 product image cache not created when resizing imagesCache problem old images - Magento 1.9

Relations between homogeneous polynomials

What 1968 Moog synthesizer was used in the Movie Apollo 11?

Exposing a company lying about themselves in a tightly knit industry (videogames) : Is my career at risk on the long run?

How do you justify more code being written by following clean code practices?

Find a point shared by maximum segments

"Oh no!" in Latin

is this saw blade faulty?

Can a Knock spell open the door to Mordenkainen's Magnificent Mansion?

Weird lines in Microsoft Word

Why is "la Gestapo" feminine?

If the Dominion rule using their Jem'Hadar troops, why is their life expectancy so low?

Put the phone down / Put down the phone

Is there a distance limit for minecart tracks?

Sort with assumptions

Are hand made posters acceptable in Academia?

Why doesn't Gödel's incompleteness theorem apply to false statements?

PTIJ: Which Dr. Seuss books should one obtain?

Did I make a mistake by ccing email to boss to others?

Connection Between Knot Theory and Number Theory

Center page as a whole without centering each element individually

Why didn’t Eve recognize the little cockroach as a living organism?

How can an organ that provides biological immortality be unable to regenerate?

I keep switching characters, how do I stop?

How would a solely written language work mechanically



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?Images caching sizeCache image size is larger than the originalMagento cache showing old product images on page zoomMagento resizing images for cache and making them biggerAfter updating to 1.9.3 images in fronted not loading from cacheCache issue (Images not loading)Magento 2.3, Too Many Duplications in Product Image Cache?Magento 2.3.0 product image cache not created when resizing imagesCache problem old images - Magento 1.9













2















I am new to Magento 2 and also new to StackExchange.



I observed that there are so many images generated in the cache directory.

Why do I need this?



How can I stop creating these images?



What would happen if I delete all images in this directory?










share|improve this question




























    2















    I am new to Magento 2 and also new to StackExchange.



    I observed that there are so many images generated in the cache directory.

    Why do I need this?



    How can I stop creating these images?



    What would happen if I delete all images in this directory?










    share|improve this question


























      2












      2








      2








      I am new to Magento 2 and also new to StackExchange.



      I observed that there are so many images generated in the cache directory.

      Why do I need this?



      How can I stop creating these images?



      What would happen if I delete all images in this directory?










      share|improve this question
















      I am new to Magento 2 and also new to StackExchange.



      I observed that there are so many images generated in the cache directory.

      Why do I need this?



      How can I stop creating these images?



      What would happen if I delete all images in this directory?







      magento2 product-images cache cache-images






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 15 hours ago









      magefms

      1,8321425




      1,8321425










      asked Feb 9 at 13:21









      Atif AmeerAtif Ameer

      7311




      7311




















          1 Answer
          1






          active

          oldest

          votes


















          2














          This is not a bug, it's a feature of Magento.



          When you upload an image for a product with specific image sizes, like 1200x1200 and you use it on the 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, the 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 the 3rd question:

          If you delete images from this directory, then Magento will create images again in it whenever someone opens your website it will create images automatically and saved it in the cache directory



          Reference of my previous answer on almost the same question:
          What is the use of Magento 2.2.6 product image cache?






          share|improve this answer




















          • 1





            This info is very useful. Thanks!

            – Atif Ameer
            Feb 9 at 13:51






          • 2





            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










          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
          );



          );













          draft saved

          draft discarded


















          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









          2














          This is not a bug, it's a feature of Magento.



          When you upload an image for a product with specific image sizes, like 1200x1200 and you use it on the 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, the 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 the 3rd question:

          If you delete images from this directory, then Magento will create images again in it whenever someone opens your website it will create images automatically and saved it in the cache directory



          Reference of my previous answer on almost the same question:
          What is the use of Magento 2.2.6 product image cache?






          share|improve this answer




















          • 1





            This info is very useful. Thanks!

            – Atif Ameer
            Feb 9 at 13:51






          • 2





            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















          2














          This is not a bug, it's a feature of Magento.



          When you upload an image for a product with specific image sizes, like 1200x1200 and you use it on the 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, the 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 the 3rd question:

          If you delete images from this directory, then Magento will create images again in it whenever someone opens your website it will create images automatically and saved it in the cache directory



          Reference of my previous answer on almost the same question:
          What is the use of Magento 2.2.6 product image cache?






          share|improve this answer




















          • 1





            This info is very useful. Thanks!

            – Atif Ameer
            Feb 9 at 13:51






          • 2





            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













          2












          2








          2







          This is not a bug, it's a feature of Magento.



          When you upload an image for a product with specific image sizes, like 1200x1200 and you use it on the 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, the 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 the 3rd question:

          If you delete images from this directory, then Magento will create images again in it whenever someone opens your website it will create images automatically and saved it in the cache directory



          Reference of my previous answer on almost the same question:
          What is the use of Magento 2.2.6 product image cache?






          share|improve this answer















          This is not a bug, it's a feature of Magento.



          When you upload an image for a product with specific image sizes, like 1200x1200 and you use it on the 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, the 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 the 3rd question:

          If you delete images from this directory, then Magento will create images again in it whenever someone opens your website it will create images automatically and saved it in the cache directory



          Reference of my previous answer on almost the same question:
          What is the use of Magento 2.2.6 product image cache?







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 15 hours ago









          magefms

          1,8321425




          1,8321425










          answered Feb 9 at 13:25









          Shoaib MunirShoaib Munir

          2,1301828




          2,1301828







          • 1





            This info is very useful. Thanks!

            – Atif Ameer
            Feb 9 at 13:51






          • 2





            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





            This info is very useful. Thanks!

            – Atif Ameer
            Feb 9 at 13:51






          • 2





            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




          2




          2





          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

















          draft saved

          draft discarded
















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Bulk add to cart function issuecart vs. mini cart issue … rwd themeRedirect Add to cart button to cart pageAdd to cart issue - Magento 2.1The requested Payment Method is not available When creating an orderM2: reason add-to-cart might not function in production modeAdd to cart issue in some android devicesMagento 2 - custom price can not add to subtotal and grand total after add to cartAdd to cart codeIssue with my cart module on pdp and cart pages, just keeps spinningBulk price and quantity update using rest api

          Magento2 - How to hide price filter only in specific categories?Multiselect price filter attribute in layered navigationhide only some categories from layered navigation in magentoRemove Price Filter on certain categoriescustomize layered price filter?Hide Price for a particular customer groupPrice filter in layered navigation not working correctly with price including tax in magento 2.2.3Magento 2 how to hide attribute at Layered navigation?Magento 2. how to hide price only for specific categoriesMagento 2 How can I hide the price and total from cart and checkout summary?Magento2: Can we add navigation layered filter like price filter for other attribute?