<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress Ideas &#187; Topic: delete unused image sizes</title>
		<link>https://wordpress.org/ideas/topic/delete-unused-image-sizes</link>
		<description>WordPress Ideas &#187; Topic: delete unused image sizes</description>
		<language>en-US</language>
		<pubDate>Sat, 10 Jun 2017 11:53:39 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="https://wordpress.org/ideas/rss/topic/delete-unused-image-sizes" rel="self" type="application/rss+xml" />

		<item>
			<title>Ipstenu (Mika Epstein) on "delete unused image sizes"</title>
			<link>https://wordpress.org/ideas/topic/delete-unused-image-sizes/page/4#post-31906</link>
			<pubDate>Fri, 02 Jun 2017 17:59:52 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">31906@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Settings -&#62; Media, but that only lists the defaults. The rest are set by your plugins and themes.
</p>]]></description>
					</item>
		<item>
			<title>peripatetic on "delete unused image sizes"</title>
			<link>https://wordpress.org/ideas/topic/delete-unused-image-sizes/page/3#post-31901</link>
			<pubDate>Thu, 01 Jun 2017 07:13:20 +0000</pubDate>
			<dc:creator>peripatetic</dc:creator>
			<guid isPermaLink="false">31901@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Going to vote for this one, as I'm currently trying to clean up 13Gb of images! </p>
<p>@Mika, if you're still there, where does one find the add_image_size values for a theme and Wordpress's default settings?
</p>]]></description>
					</item>
		<item>
			<title>swvc on "delete unused image sizes"</title>
			<link>https://wordpress.org/ideas/topic/delete-unused-image-sizes/page/3#post-31573</link>
			<pubDate>Sun, 05 Mar 2017 07:33:42 +0000</pubDate>
			<dc:creator>swvc</dc:creator>
			<guid isPermaLink="false">31573@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Hi Rafta GT,</p>
<p>Thanks for that. I tried a plugin called DNUI but (possibly because I use Envira Galleries) it deleted a bunch of images in use. I'm going to try this one - I'm always game for a laugh and bit of full restore!</p>
<p>Steve
</p>]]></description>
					</item>
		<item>
			<title>Rafa GT on "delete unused image sizes"</title>
			<link>https://wordpress.org/ideas/topic/delete-unused-image-sizes/page/3#post-31565</link>
			<pubDate>Thu, 02 Mar 2017 21:21:12 +0000</pubDate>
			<dc:creator>Rafa GT</dc:creator>
			<guid isPermaLink="false">31565@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Have you checked this?</p>
<p><a href="https://wordpress.org/plugins/optimize-images-resizing/" rel="nofollow">https://wordpress.org/plugins/optimize-images-resizing/</a>
</p>]]></description>
					</item>
		<item>
			<title>swvc on "delete unused image sizes"</title>
			<link>https://wordpress.org/ideas/topic/delete-unused-image-sizes/page/3#post-31532</link>
			<pubDate>Sat, 25 Feb 2017 00:58:05 +0000</pubDate>
			<dc:creator>swvc</dc:creator>
			<guid isPermaLink="false">31532@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Agre, all good information. But my issue is that my past sins are coming back to haunt me. Because I and the site have evolved in a disjointed way as I became the one-eyed man in the kingdom of the blind, I have created and used plugins and different galleries as I have experimented. The experiments are gone and many of the plugins, but many image files remain. For instance, I have 12 copies of some images, in all sorts of different sizes. I can see that I could go through deleting each unused size by hand but it might produce a psychosis over time. Atrtbees suggested I delete all my image files and then ran a plugin called 'Regen Thumbnails'. That didn't go so well. I restored my site and then rang regen thumbnails again but ????</p>
<p>I found a plugin called DNUI (Delete not used images) PRO, that sounded just the ticket. But when I ran it (I am a sucker for punishment), nothing happened. Nada. I have messaged the developer but have not heard back. So, I will assiduously follow the advice about limiting the number of different sizes of image that WP creates in the future but what to do for my 10Gig site!! Especially as I live in rural New Zealand and have a data cap.
</p>]]></description>
					</item>
		<item>
			<title>atiemerin on "delete unused image sizes"</title>
			<link>https://wordpress.org/ideas/topic/delete-unused-image-sizes/page/3#post-31530</link>
			<pubDate>Fri, 24 Feb 2017 22:26:18 +0000</pubDate>
			<dc:creator>atiemerin</dc:creator>
			<guid isPermaLink="false">31530@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Good information. Thanks admins
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu (Mika Epstein) on "delete unused image sizes"</title>
			<link>https://wordpress.org/ideas/topic/delete-unused-image-sizes/page/3#post-31430</link>
			<pubDate>Mon, 06 Feb 2017 22:25:48 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">31430@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>By default, WP makes no more than 4 sizes of an image: Small, medium, large, and the original.</p>
<p>Themes and plugins can use add_image_size() to add in more sizes. The catch in all this is to make sure you're only uploading what you MUST upload.</p>
<p>To keep my generated images down to 8, I look at what sizes the theme uses:</p>
<pre><code>add_image_size( &#039;home-bottom&#039;, 150, 150, TRUE );
add_image_size( &#039;home-middle&#039;, 332, 190, TRUE );
add_image_size( &#039;home-top&#039;, 960, 400, TRUE );</code></pre>
<p>the ones my plugin(s) use:</p>
<pre><code>add_image_size( &#039;character-img&#039;, 150, 200, true );
add_image_size( &#039;show-img&#039;, 960, 400, true );</code></pre>
<p>And then I make sure that media settings matches a couple of them</p>
<p>* Thumbnail: 150x150<br />
* Medium: 332x332<br />
* Large: 1024x1024</p>
<p>This greatly reduces the potential images (and yes, I know having show-img and home-top the same is silly, it's a long story).</p>
<p>Now in addition, I keep track of what image sizes need to be what. Like show-img shows on 'show' pages. Since I know the 'featured image' for shows needs to be 960x400, I make that my image size when I upload. It then WILL NOT make a 1024 image size, and I end up with six image sizes.</p>
<p>The character size being 150x200, I try to only upload that size. Again, keeps my numbers down to around three 'copies' of an image.</p>
<p>But the thing is, I actually make sure I'm using the sizes.</p>
<blockquote><p>But I can't even download a zipped copy of my site to use in Desktopserver because it is so bloated with unused images in all sorts of sizes. </p></blockquote>
<p>How big are we talking? I regularly sync up my 6G site which has 38k images
</p>]]></description>
					</item>
		<item>
			<title>swvc on "delete unused image sizes"</title>
			<link>https://wordpress.org/ideas/topic/delete-unused-image-sizes/page/3#post-31429</link>
			<pubDate>Mon, 06 Feb 2017 20:51:55 +0000</pubDate>
			<dc:creator>swvc</dc:creator>
			<guid isPermaLink="false">31429@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>OK...it's difficult. I kinda get that and yes, I already have a missing image in one of my posts (I deleted about 20 versions of one image through cPanel to see what would happen, leaving the size I thought the embedded image was and getting the sizing wrong - another attempt with a different image worked). But I can't even download a zipped copy of my site to use in Desktopserver because it is so bloated with  unused images in all sorts of sizes. And deleting my many images this way will take weeks.<br />
As a novice, I went through several iterations in developing the site as I learned more and, like life in general, I now have baggage. What about DNUI (<a href="https://apps.nicearma.com/product/dnui-delete-not-used-image-pro/)?" rel="nofollow">https://apps.nicearma.com/product/dnui-delete-not-used-image-pro/)?</a> But I'm afraid to try it as I use Envira Gallery and I bet it conflicts in some way my tiny brain cannot foresee. Any suggestions or positive advice out there? <a href="http://www.coppinger.blog" rel="nofollow">http://www.coppinger.blog</a>
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu (Mika Epstein) on "delete unused image sizes"</title>
			<link>https://wordpress.org/ideas/topic/delete-unused-image-sizes/page/3#post-31416</link>
			<pubDate>Sun, 05 Feb 2017 16:10:12 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">31416@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Detecting if an image size is truly unused is harder than it looks.</p>
<p>Are you 100% sure you never used a size in a post? Because if you did, and you delete it, you broke your post.
</p>]]></description>
					</item>
		<item>
			<title>swvc on "delete unused image sizes"</title>
			<link>https://wordpress.org/ideas/topic/delete-unused-image-sizes/page/3#post-31404</link>
			<pubDate>Sat, 04 Feb 2017 21:46:43 +0000</pubDate>
			<dc:creator>swvc</dc:creator>
			<guid isPermaLink="false">31404@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Oh please. Some years later and I have the same problem!
</p>]]></description>
					</item>

	</channel>
</rss>
