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?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

Unable to get newly inserted Product's Id using After Plugin for Catalog Product save controller method

How to read string as hex number in bash?

Does convergence of polynomials imply that of its coefficients?

Unfrosted light bulb

When should a starting writer get his own webpage?

Recursively updating the MLE as new observations stream in

What is the tangent at a sharp point on a curve?

Why does Surtur say that Thor is Asgard's doom?

When did hardware antialiasing start being available?

How old is Nick Fury?

"Marked down as someone wanting to sell shares." What does that mean?

Hot air balloons as primitive bombers

How do researchers send unsolicited emails asking for feedback on their works?

Error in master's thesis, I do not know what to do

Writing in a Christian voice

Can other pieces capture a threatening piece and prevent a checkmate?

Imaginary part of expression too difficult to calculate

Why doesn't the fusion process of the sun speed up?

Do I need to convey a moral for each of my blog post?

Why is indicated airspeed rather than ground speed used during the takeoff roll?

Pre-Employment Background Check With Consent For Future Checks

Does the Shadow Magic sorcerer's Eyes of the Dark feature work on all Darkness spells or just his/her own?

Are hand made posters acceptable in Academia?

What is it called when someone votes for an option that's not their first choice?



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













1















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?










share|improve this question




























    1















    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?










    share|improve this question


























      1












      1








      1








      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?










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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 4 mins ago









      Shoaib Munir

      2,1081828




      2,1081828










      asked Feb 9 at 13:21









      Atif AmeerAtif Ameer

      6811




      6811




















          1 Answer
          1






          active

          oldest

          votes


















          2














          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?






          share|improve this answer


















          • 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










          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, 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?






          share|improve this answer


















          • 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















          2














          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?






          share|improve this answer


















          • 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













          2












          2








          2







          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?






          share|improve this answer













          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?







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Feb 9 at 13:25









          Shoaib MunirShoaib Munir

          2,1081828




          2,1081828







          • 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





            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

















          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

          Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

          Magento 2 disable Secret Key on URL's from terminal The Next CEO of Stack OverflowMagento 2 Shortcut/GUI tool to perform commandline tasks for windowsIn menu add configuration linkMagento oAuth : Generating access token and access secretMagento 2 security key issue in Third-Party API redirect URIPublic actions in admin controllersHow to Disable Cache in Custom WidgetURL Key not changing in Magento 2Product URL Key gets deleted when importing custom options - Magento 2Problem with reindex terminalMagento 2 - bin/magento Commands not working in Cpanel Terminal

          Aasi (pallopeli) Navigointivalikko