Too many thumbnails
Hello,
I noticed my webshop is creating too many thumbnails for each product image. 25 thumbnails per product image actually. Ofcourse this isn't ok, when a shop has over a 1000 articles...
I saw in the functions/themefunctions.php that there is a a function:
set_post_thumbnail_size
for each different builder item. Now isn't it so that these thumbnails are only created when I actually use them?
Could it be that when I upload my articles (I'm using the woocommerce API for this) the Betheme automatically creates all the thumbnails?
I'm looking to find what is saying that all the thumbnails need to be created.
Comments
Array ( [0] => thumbnail [1] => medium [2] => medium_large [3] => large [4] => post-thumbnail [5] => 50x50 [6] => clients-slider [7] => slider-content [8] => testimonials [9] => blog-navi [10] => portfolio-mf [11] => portfolio-mf-w [12] => portfolio-mf-t [13] => portfolio-list [14] => blog-portfolio [15] => blog-single [16] => woocommerce_thumbnail [17] => woocommerce_single [18] => woocommerce_gallery_thumbnail [19] => shop_catalog [20] => shop_single [21] => shop_thumbnail )