<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; wordpress images</title> <atom:link href="http://www.ghacks.net/tag/wordpress-images/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 09:52:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Save Lots Of Server Storage In WordPress</title><link>http://www.ghacks.net/2010/11/08/save-lots-of-server-storage-in-wordpress/</link> <comments>http://www.ghacks.net/2010/11/08/save-lots-of-server-storage-in-wordpress/#comments</comments> <pubDate>Mon, 08 Nov 2010 17:30:46 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[The Web]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[wordpress images]]></category> <category><![CDATA[wordpress media]]></category> <category><![CDATA[wordpress tip]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=36651</guid> <description><![CDATA[I have been working with WordPress for the last six years and it has been a pleasant ride for most of the time. WordPress offers a lot, considering that it is free to use and I occasionally discover something new. This time it is how to save lots of server storage space in WordPress. WordPress, [...]]]></description> <content:encoded><![CDATA[<p>I have been working with WordPress for the last six years and it has been a pleasant ride for most of the time. WordPress offers a lot, considering that it is free to use and I occasionally discover something new. This time it is how to save lots of server storage space in WordPress.</p><p>WordPress, as you may know, comes with capabilities to upload media, which in particular means images and photos. What many users do not know is that WordPress generates up to three additional resized images for each image uploaded. This depends on the size of the image.</p><p>WordPress generates a thumbnail image with a resolution of 150&#215;150, a medium sized image with a maximum resolution of 300&#215;300 pixels and a large image with a maximum resolution of 1024&#215;1024.</p><p>If the uploaded image is larger than 1024 in width or height, then all three image resolutions are generated. That&#8217;s a lot of additional storage space, considering that not all of those images are usually used in articles on the site.</p><p>If you have access to the server where WordPress is hosted, you can take a look at the wp-content/uploads/year/month directory to see that there are multiple resolutions available for each image that got uploaded in the past. Take a look at this screenshot for example.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/11/wordpress-images.jpg" alt="wordpress images" title="wordpress images" width="496" height="235" class="alignnone size-full wp-image-36654" /></p><p>If you look at the screenshot you notice that there are two and once even three copies of the original image on the server. In Ghack&#8217;s case, the 1024 resolution is not used at all, wasting a total of 438 Kilobytes in this example alone. And that&#8217;s only for one of the more than 9000 articles on this side. You can do the calculation but this seems like an awful lot of wasted storage space on the server.</p><p>So what can you do to reduce the number of copies that get generated during upload?</p><h3>WordPress Image Generation</h3><p>WordPress image generation is handled on the Settings > Media page in the WordPress admin interface.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/11/wordpress-media-settings-500x284.jpg" alt="wordpress media settings" title="wordpress media settings" width="500" height="284" class="alignnone size-medium wp-image-36655" /></p><p>If you visit the page you will notice three different image sizes that can be configured. These three image sizes are linked directly to the copies that get generated during media uploads.</p><p>Now for the tweak: Images will not be resized if you delete the size information in both the width and height fields. For example, if you only need a medium sized image with a maximum width and / or height of 500 then you can remove the resolutions from the thumbnail size and large size fields. If you do that, they will no longer be generated during media uploads. This reduces the number of files generated from a maximum of three to only one, which in turn means that a lot of space is saved on the server&#8217;s hard drive.</p><p>You need to assess your situation first before you make changes. Some WordPress themes make use of thumbnails and display them on the frontpage and individual pages of the blog. If that is the case the thumbnail generation needs to stay. It is usually still possible to remove either the medium or large size to reduce the storage space per uploaded image.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/11/08/save-lots-of-server-storage-in-wordpress/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Flash 10 Breaks WordPress Flash File Uploader</title><link>http://www.ghacks.net/2008/11/02/flash-10-breaks-wordpress-flash-file-uploader/</link> <comments>http://www.ghacks.net/2008/11/02/flash-10-breaks-wordpress-flash-file-uploader/#comments</comments> <pubDate>Sat, 01 Nov 2008 23:20:39 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Online Services]]></category> <category><![CDATA[adobe flash]]></category> <category><![CDATA[blog]]></category> <category><![CDATA[blog software]]></category> <category><![CDATA[flash 10]]></category> <category><![CDATA[flash bug]]></category> <category><![CDATA[flash uploader]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[wordpress bug]]></category> <category><![CDATA[wordpress images]]></category> <category><![CDATA[wordpress upload]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=8004</guid> <description><![CDATA[I have been trying to use the default WordPress Flash uploader for the last days only to find out that it did not work at all anymore after updating Flash to version 10. Clicking on the Choose Files To Upload button did not have any effect anymore. The only solution was to use the basic [...]]]></description> <content:encoded><![CDATA[<p>I have been trying to use the default WordPress Flash uploader for the last days only to find out that it did not work at all anymore after updating Flash to version 10. Clicking on the Choose Files To Upload button did not have any effect anymore. The only solution was to use the basic browser uploader instead which only allowed to upload one image at a time; Not very useful for uploading multiple images.</p><p>The reason why the Flash uploader in WordPress was not working anymore was that Adobe disabled the feature to open a file dialog for security reasons in Flash 10 which broke the SWFUpload script WordPress was using.</p><p>A <a
href="http://core.trac.wordpress.org/ticket/6979">ticket</a> was opened and is currently discussed over at WordPress and a fix is assigned to Milestone 2.7 of WordPress which aims for a release in 1-2 weeks. The best solution so far for WordPress webmasters who use the Flash based image uploader regularly is to keep using Flash 9 for now and update to Flash 10 once the fix comes out.</p><p><span
id="more-8004"></span></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/11/02/flash-10-breaks-wordpress-flash-file-uploader/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
