<?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>WPWife &#187; speed up wordpress</title>
	<atom:link href="http://www.wpwife.com/category/speed-up-wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wpwife.com</link>
	<description>WPHelp: fix and optimise WP themes&#38;plugins</description>
	<lastBuildDate>Fri, 21 Nov 2025 12:00:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.38</generator>
	<item>
		<title>How to Enable Imagick on Your WordPress Site</title>
		<link>http://www.wpwife.com/wordpress-plugins/how-to-enable-imagick-on-your-wordpress-site</link>
		<comments>http://www.wpwife.com/wordpress-plugins/how-to-enable-imagick-on-your-wordpress-site#comments</comments>
		<pubDate>Tue, 07 Mar 2023 09:03:00 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[imagemagick engine]]></category>
		<category><![CDATA[imagemagick php]]></category>
		<category><![CDATA[imagick]]></category>
		<category><![CDATA[speed up wordpress]]></category>
		<category><![CDATA[speed wordpress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[wordpress speed and performance]]></category>
		<category><![CDATA[wordpress speed optimization]]></category>

		<guid isPermaLink="false">https://www.wpbeginner.com/?p=168924</guid>
		<description><![CDATA[
<p>Do you want to enable Imagick on your WordPress website? Most of the time, WordPress will automatically use Imagick to manage all your site&#8217;s images. However, by tweaking the default Imagick settings you could improve your site&#8217;s performance, or show higher-quality images to visitors. In&#8230;&#160;<strong><a href="https://www.wpbeginner.com/plugins/how-to-enable-imagick-on-your-wordpress-site/">Read More &#187;</a></strong></p>
<p>The post <a href="https://www.wpbeginner.com/plugins/how-to-enable-imagick-on-your-wordpress-site/">How to Enable Imagick on Your WordPress Site</a> first appeared on <a href="https://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Do you want to enable Imagick on your WordPress website?</p>



<p>Most of the time, WordPress will automatically use Imagick to manage all your site’s images. However, by tweaking the default Imagick settings you could improve your site&#8217;s performance, or show higher-quality images to visitors.</p>



<p>In this article, we’ll show you how to enable Imagick on your WordPress website, and then customize its settings to improve the visitor experience.</p>



<figure class="wp-block-image size-full"><img width="680" height="385" src="https://www.wpbeginner.com/wp-content/uploads/2023/02/how-to-enable-imagick-on-your-wordpress-site-og.png" alt="How to enable Imagick on your WordPress site" class="wp-image-168926" srcset="https://www.wpbeginner.com/wp-content/uploads/2023/02/how-to-enable-imagick-on-your-wordpress-site-og.png 680w, https://www.wpbeginner.com/wp-content/uploads/2023/02/how-to-enable-imagick-on-your-wordpress-site-og-300x170.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<h4><strong>How Does WordPress Use the Imagick Software?</strong></h4>



<p>Every time you upload, edit, or display an image, WordPress optimizes that image behind the scenes. This process makes sure your images look great and load quickly.</p>



<p>By default, WordPress uses Imagick or GD Library to optimize images. These are libraries, or collections of pre-written code anyone can use. They allow WordPress to display, create, convert, and edit images. </p>



<p>WordPress also uses these libraries to resize and crop images, <a href="https://www.wpbeginner.com/plugins/best-wordpress-image-compression-plugins-compared/" title="Best WordPress Image Compression Plugins Compared">compress image files</a>, and convert them into different formats.</p>



<p>Thanks to these libraries, you can also change how images look by editing the contrast, increasing or decreasing the brightness, or <a href="https://www.wpbeginner.com/plugins/how-to-automatically-add-watermark-to-images-in-wordpress/" title="How to Automatically Add Watermark to Images in WordPress">adding content such as watermarks</a> and text.</p>



<p>They may be similar, but Imagick does have some advantages over GD Library, as it supports over 200 image formats and typically gives you higher-quality images. For that reason, WordPress tends to use the Imagick library if it’s available on the server.</p>



<h4><strong>Why You Should Customize Imagick on Your WordPress Website</strong></h4>



<p>Most of the time, you don’t have to worry about Imagick, as WordPress uses it by default wherever possible.</p>



<p>However, since it typically creates higher-quality images, Imagick can increase the size of your image files. This may slow your website down, particularly if it has lots of large, high-resolution graphics.</p>



<p>If your site is taking longer to load and respond, then this is bad news for your <a href="https://www.wpbeginner.com/wordpress-seo/" title="Ultimate WordPress SEO Guide for Beginners (Step by Step)">WordPress SEO</a>. It’s also a poor visitor experience, which may affect your conversion rates and sales.</p>



<p>There are lots of ways to <a href="https://www.wpbeginner.com/wordpress-performance-speed/" title="The Ultimate Guide to Boost WordPress Speed &amp; Performance">boost WordPress speed and performance</a>, including changing your Imagick settings.</p>



<p>Some websites have the opposite problem.</p>



<p>Photographers, artists, and other content creators may want to show the highest-quality images to visitors, even if it slows their site. Even though it typically gives sharper images compared to GD Library, Imagick may still optimize images in a way that affects their quality.</p>



<p>No matter whether you want to prioritize site speed or image quality, there’s no built-in way to change how Imagick manages your images.</p>



<p>With that said, however, you can check to see whether Imagick is installed and activated on your site, and then customize its settings using a free plugin.</p>



<h4><strong>How to Enable Imagick on Your WordPress Site</strong></h4>



<p>The easiest way to customize Imagick is by using <a href="https://wordpress.org/plugins/imagemagick-engine/"  rel="noopener nofollow" title="The ImageMagick Engine WordPress plugin">ImageMagick Engine</a>. This plugin allows you to change how Imagick processes your images. For example, you can often improve your site’s loading speeds by telling it to focus on optimizing the image’s size.</p>



<p>The plugin can also disable and enable Imagick with just a few clicks. This is perfect if Imagick isn’t already activated on your server.</p>



<p>First, you’ll need to install and activate the plugin. If you need help, then please see our guide on <a href="https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/" title="How to Install a WordPress Plugin – Step by Step for Beginners">how to install a WordPress plugin</a>.</p>



<p>Upon activation, go to <strong>Settings » ImageMagick Engine</strong>. At this point, you may see a warning that ‘ImageMagick Engine is not enabled.’</p>



<figure class="wp-block-image size-full"><img width="680" height="340" src="https://www.wpbeginner.com/wp-content/uploads/2023/02/imageMagick-engine-setting.png" alt="The ImageMagick Engine WordPress plugin" class="wp-image-168929" srcset="https://www.wpbeginner.com/wp-content/uploads/2023/02/imageMagick-engine-setting.png 680w, https://www.wpbeginner.com/wp-content/uploads/2023/02/imageMagick-engine-setting-300x150.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>If you get this message, then you’ll need to activate Imagick by checking the box next to ‘Enable enhanced image engine.’</p>



<p>Then, click on ‘Save Changes.’</p>



<figure class="wp-block-image size-full"><img width="680" height="353" src="https://www.wpbeginner.com/wp-content/uploads/2023/02/activating-imagemagick-optimization.png" alt="How to enable Imagick on your WordPress site" class="wp-image-168930" srcset="https://www.wpbeginner.com/wp-content/uploads/2023/02/activating-imagemagick-optimization.png 680w, https://www.wpbeginner.com/wp-content/uploads/2023/02/activating-imagemagick-optimization-300x156.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>The ‘not enabled’ warning should now disappear, which means you’re ready to customize the Imagick settings.</p>



<p><strong>Note:</strong> Do you see an ‘ImageMagick PHP module not found’ warning instead? This means the ImageMagick module isn’t installed on your server. For detailed instructions on how to add the module, check out the <a href="https://www.wpbeginner.com/plugins/how-to-enable-imagick-on-your-wordpress-site/#imagick-faq" title="">FAQs at the end of this guide</a>. </p>



<p>On this screen, you’ll see all the different image types that WordPress supports such as thumbnail, medium, and large. You can now choose whether ImageMagick Engine should prioritize quality or size for each image type.</p>



<figure class="wp-block-image size-full"><img width="680" height="290" src="https://www.wpbeginner.com/wp-content/uploads/2023/02/imageMagick-filesize-optimization.png" alt="How to customize the ImageMagick and Imagick image optimization settings" class="wp-image-168932" srcset="https://www.wpbeginner.com/wp-content/uploads/2023/02/imageMagick-filesize-optimization.png 680w, https://www.wpbeginner.com/wp-content/uploads/2023/02/imageMagick-filesize-optimization-300x128.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>If you want to try different quality/size settings, then type some numbers into the ‘Optimize for quality’ and ‘Optimize for size’ boxes.</p>



<p>You can use any number between 0-100. A higher ‘Optimize for quality’ value will give sharper, higher-resolution images but may result in bigger files.</p>



<figure class="wp-block-image size-full"><img width="680" height="154" src="https://www.wpbeginner.com/wp-content/uploads/2023/02/optimize-quality-size.png" alt="Customizing the image optimization settings in WordPress" class="wp-image-168933" srcset="https://www.wpbeginner.com/wp-content/uploads/2023/02/optimize-quality-size.png 680w, https://www.wpbeginner.com/wp-content/uploads/2023/02/optimize-quality-size-300x68.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>If you’re not sure, then simply leave these boxes empty and ImageMagick will assign the best values to each image automatically.</p>



<p>When you’re happy with how the plugin is set up, click on ‘Save Changes.’</p>



<p>By default, ImageMagick will only apply these settings to new images you upload to the WordPress media library. </p>



<p>If you want to update your existing images, then you’ll need to regenerate them by checking all the boxes in the ‘Regenerate Images’ section. Then, go ahead and click on ‘Regenerate.&#8217;</p>



<figure class="wp-block-image size-full"><img width="680" height="361" src="https://www.wpbeginner.com/wp-content/uploads/2023/02/regenerate-images-wordpress.png" alt="Regenerating images in WordPress" class="wp-image-168934" srcset="https://www.wpbeginner.com/wp-content/uploads/2023/02/regenerate-images-wordpress.png 680w, https://www.wpbeginner.com/wp-content/uploads/2023/02/regenerate-images-wordpress-300x159.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>ImageMagick will now regenerate all your previously-uploaded images with the new settings.</p>



<p>For more information on this topic, please see our guide on <a href="https://www.wpbeginner.com/plugins/regenerate-thumbnails-new-image-sizes-wordpress/" title="How to Regenerate Thumbnails or New Image Sizes in WordPress">how to regenerate thumbnails or new image sizes in WordPress</a>.</p>



<h4 id="imagick-faq"><strong>FAQs: How to Enable Imagick on Your WordPress Site</strong></h4>



<p>Most of the time, Imagick should work in the background without any problems. However, it’s still useful to know a bit more about this image optimization tool, and how it works on your <a href="https://www.wpbeginner.com/start-a-wordpress-blog/" title="How to Start a WordPress Blog – Beginners Guide (UPDATED)">WordPress blog</a> or website.</p>



<p>With all that in mind, here are some of the most frequently asked questions about using Imagick on your <a href="https://www.wpbeginner.com/guides/" title="How to Make a WordPress Website (Ultimate Guide)">WordPress website</a>.</p>



<p><strong>What’s the Difference Between ImageMagick and Imagick?</strong></p>



<p>You’ll often read about ImageMagick and Imagick in the same guides, and it’s easy to get them mixed up.</p>



<p>ImageMagick is a command-line utility for processing, editing, and managing images. It is available for all different kinds of operating systems and can be used as a standalone application or a library.</p>



<p>Meanwhile, Imagick is a PHP extension of ImageMagick. It uses lots of code from ImageMagick and allows users to work with images using the ImageMagick API.</p>



<p>You can see the full Imagick class over in the <a href="https://www.php.net/manual/en/class.imagick.php"  rel="noopener nofollow" title="The official PHP documentation">official PHP documentation</a>.</p>



<p><strong>How Do I Install the ImageMagick PHP Module on My Server?</strong></p>



<p>If you get an ‘ImageMagick PHP module not found’ error, then you’ll need to install the ImageMagick module on the server. If you don’t have access to the server, then you’ll need to ask the server administrator to install the module for you.</p>



<p>If you do have access, then you can install the module yourself.</p>



<p>The process of installing a new module will vary depending on your hosting provider. However, most of the <a href="https://www.wpbeginner.com/wordpress-hosting/" title="How to Choose the Best WordPress Hosting (Compared)">best WordPress hosting</a> providers publish detailed documentation on how to customize the server, so it’s always worth checking their support guides and website for more information.</p>



<p>Depending on the version of PHP you&#8217;ve installed on your website, you’ll need to install slightly different modules.</p>



<p>To get your <a href="https://www.wpbeginner.com/wp-tutorials/how-to-update-your-php-version-in-wordpress-the-right-way/" title="How to Update Your PHP Version in WordPress (the RIGHT Way)">PHP version</a>, simply head over to <strong>Tools » <a href="https://www.wpbeginner.com/beginners-guide/tips-to-get-a-100-in-wordpress-site-health-check-score/" title="Tips to Improve Your WordPress Site Health Check Score (Easy)">Site Health</a></strong> in the WordPress dashboard. Then, click on the ‘Info’ tab.</p>



<figure class="wp-block-image size-full"><img width="680" height="354" src="https://www.wpbeginner.com/wp-content/uploads/2023/02/site-health-info.png" alt="How to check the PHP version on your WordPress website" class="wp-image-168935" srcset="https://www.wpbeginner.com/wp-content/uploads/2023/02/site-health-info.png 680w, https://www.wpbeginner.com/wp-content/uploads/2023/02/site-health-info-300x156.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>Here, find the ‘Server’ section and click to expand.</p>



<p>You’ll find the information you need under ‘PHP Version.’</p>



<figure class="wp-block-image size-full"><img width="680" height="333" src="https://www.wpbeginner.com/wp-content/uploads/2023/02/wordpress-php-version.png" alt="Getting the PHP version on your WordPress website" class="wp-image-168936" srcset="https://www.wpbeginner.com/wp-content/uploads/2023/02/wordpress-php-version.png 680w, https://www.wpbeginner.com/wp-content/uploads/2023/02/wordpress-php-version-300x147.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>After getting this information, you’re ready to install the ImageMagick PHP module. Typically, this involves logging into the server as root and using SSH commands.</p>



<p>SSH is short for &#8216;secure shell&#8217; which is an encrypted protocol that allows you to connect to the server using command line tools. If you have a Windows computer then you can use <a href="http://www.putty.org/"  rel="noopener nofollow" title="The PuTTy Windows tool">PuTTy</a>, while Mac and Linux users can connect to the server using Apple’s Terminal app.</p>



<p>To start, you’ll need the login information for an account that has shell access. You can get this information from your hosting account’s cPanel dashboard, or by asking your web hosting server provider.</p>



<p>Once you’re logged into the server as a root user, you can install the module using SSH commands. You&#8217;ll need to use different commands depending on your version of PHP, and the package manager that&#8217;s installed on your server.</p>



<p>If you&#8217;re not sure about the package manager, then we recommend contacting your hosting provider for help.</p>



<p>As an example, let&#8217;s see how you can install Imagick for PHP 8.1, using the Advanced Package Tool. In the Terminal or PuTTy window, you&#8217;ll need to type in the following command:</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: bash; title: ; notranslate">
apt-get install php81rc-pecl-imagick
</pre></div>


<p>Then, press the ‘Enter’ key on your keyboard to run the command.</p>



<p>Once it’s finished, you’ll need to reload PHP-FPM, which clears the cache. Simply use the following command:</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: bash; title: ; notranslate">
systemctl reload php81rc-fpm
</pre></div>


<p>Once you&#8217;ve done that, Imagick should now be installed on your server. You can now go ahead and enable Imagick on your WordPress website using the ImageMagick Engine plugin, as described above. </p>



<p>We hope that this article helped you learn how to enable Imagick on your WordPress site. Next, you may want to see our comparison of the <a href="https://www.wpbeginner.com/showcase/best-email-marketing-services/" title="7 Best Email Marketing Services for Small Business (2023)">best email marketing services</a>, or see our expert pick of the <a href="https://www.wpbeginner.com/showcase/best-instagram-plugins-for-wordpress-easy-to-use/" title="Best Instagram WordPress Plugins (Compared)">best Instagram WordPress plugins</a>.</p>



<p>If you liked this article, then please subscribe to our <a href="https://youtube.com/wpbeginner?sub_confirmation=1"  rel="noreferrer noopener nofollow" title="Subscribe to WPBeginner YouTube Channel">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href="https://twitter.com/wpbeginner"  rel="noreferrer noopener nofollow" title="Follow WPBeginner on Twitter">Twitter</a> and <a href="https://facebook.com/wpbeginner"  rel="noreferrer noopener nofollow" title="Join WPBeginner Community on Facebook">Facebook</a>.</p><p>The post <a href="https://www.wpbeginner.com/plugins/how-to-enable-imagick-on-your-wordpress-site/">How to Enable Imagick on Your WordPress Site</a> first appeared on <a href="https://www.wpbeginner.com/">WPBeginner</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/wordpress-plugins/how-to-enable-imagick-on-your-wordpress-site/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
		<item>
		<title>WP Rocket Review: See How It Cut My Page Load Time’s By 46%</title>
		<link>http://www.wpwife.com/wordpress-plugins/wp-rocket-review-see-how-it-cut-my-page-load-times-by-46</link>
		<comments>http://www.wpwife.com/wordpress-plugins/wp-rocket-review-see-how-it-cut-my-page-load-times-by-46#comments</comments>
		<pubDate>Tue, 02 Oct 2018 08:27:20 +0000</pubDate>
		<dc:creator><![CDATA[Colin Newcomer]]></dc:creator>
				<category><![CDATA[Premium Cache Plugin]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[speed up wordpress]]></category>
		<category><![CDATA[wordpress cache plugin]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WP Rocket Review]]></category>

		<guid isPermaLink="false">https://wplift.com/?p=31683</guid>
		<description><![CDATA[
<p>Considering using WP Rocket to speed up your WordPress site? Before you part with your hard-earned money, read my WP Rocket review so that you know whether or not it&#8217;s worth paying for a premium cache plugin. See, there are already a lot of great free caching plugins. So the question isn&#8217;t just &#8220;is WP ... <a title="WP Rocket Review: See How It Cut My Page Load Time&#8217;s By 46%" href="https://wplift.com/wp-rocket-review">Read more<span>WP Rocket Review: See How It Cut My Page Load Time&#8217;s By 46%</span></a></p>
<p>The post <a rel="nofollow" href="https://wplift.com/wp-rocket-review">WP Rocket Review: See How It Cut My Page Load Time&#8217;s By 46%</a> appeared first on <a rel="nofollow" href="https://wplift.com/">Learn WordPress with WPLift</a>.</p>
<img src="http://feeds.feedburner.com/~r/Wplift/~4/tg7UjcSkSKg" height="1" width="1" alt="">
]]></description>
				<content:encoded><![CDATA[<p>Considering using WP Rocket to speed up your WordPress site? Before you part with your hard-earned money, read my WP Rocket review so that you know whether or not it&#8217;s worth paying for a premium cache plugin. See, there are already a lot of great free caching plugins. So the question isn&#8217;t just &#8220;is WP ... <a title="WP Rocket Review: See How It Cut My Page Load Time&#8217;s By 46%" class="read-more" href="https://wplift.com/wp-rocket-review">Read more<span class="screen-reader-text">WP Rocket Review: See How It Cut My Page Load Time&#8217;s By 46%</span></a></p>
<p>The post <a rel="nofollow" href="https://wplift.com/wp-rocket-review">WP Rocket Review: See How It Cut My Page Load Time&#8217;s By 46%</a> appeared first on <a rel="nofollow" href="https://wplift.com/">Learn WordPress with WPLift</a>.</p><img src="http://feeds.feedburner.com/~r/Wplift/~4/tg7UjcSkSKg" height="1" width="1" alt=""/>]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/wordpress-plugins/wp-rocket-review-see-how-it-cut-my-page-load-times-by-46/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
		<item>
		<title>5 Best WordPress Image Compression Plugins Compared</title>
		<link>http://www.wpwife.com/wordpress-plugins/5-best-wordpress-image-compression-plugins-compared</link>
		<comments>http://www.wpwife.com/wordpress-plugins/5-best-wordpress-image-compression-plugins-compared#comments</comments>
		<pubDate>Fri, 02 Mar 2018 12:57:10 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[ewww image optimizer]]></category>
		<category><![CDATA[image compression]]></category>
		<category><![CDATA[optimize images]]></category>
		<category><![CDATA[shortpixel]]></category>
		<category><![CDATA[smushit]]></category>
		<category><![CDATA[speed up wordpress]]></category>
		<category><![CDATA[tinypng]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=50531</guid>
		<description><![CDATA[
<p>Are you looking for the best WordPress image compression plugin for your website? Image compression plugins allow you to easily optimize images in WordPress for better speed and performance. In this article, we have compared the best image compression plugins for WordPress. When Do You&#8230;&#160;<strong><a href="http://www.wpbeginner.com/plugins/best-wordpress-image-compression-plugins-compared/">Read More &#187;</a></strong></p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/plugins/best-wordpress-image-compression-plugins-compared/">5 Best WordPress Image Compression Plugins Compared</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Are you looking for the best WordPress image compression plugin for your website? Image compression plugins allow you to easily optimize images in WordPress for <a href="http://www.wpbeginner.com/wordpress-performance-speed/" title="The Ultimate Guide to Boost WordPress Speed &#038; Performance">better speed and performance</a>. In this article, we have compared the best image compression plugins for WordPress. </p>
<p><img title="Best WordPress image compression plugins" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/02/wpimagecompression.png" alt="Best WordPress image compression plugins" width="550" height="340" class="alignnone size-full wp-image-50582" /></p>
<h4>When Do You Need a WordPress Image Compression Plugin?</h4>
<p>Images are larger in size than plain text which means they take longer to load and can slow down your website. </p>
<p>However you&#8217;ve probably heard the saying: &#8220;a picture is worth a thousand words&#8221;. Images make your content more engaging and interactive. </p>
<p>To improve your WordPress website speed, you need to <a href="http://www.wpbeginner.com/beginners-guide/speed-wordpress-save-images-optimized-web/" title="Speed Up Your WordPress – How to Save Images Optimized for Web">optimize your images for the web</a>. The best way to do this is by using Photoshop or another image editing software before you upload the image to WordPress. This gives you a lot more control on the quality of images on your website. </p>
<p>However, not all users are comfortable working with image editing program. For some optimizing every single image they upload sounds like a lot of work. </p>
<p>Luckily, there are several WordPress image compression plugins that can help you with that. These plugins optimize your images by automatically compressing them and using the smaller sized version on your website. </p>
<p>That being said, let&#8217;s take a look at the best WordPress image compression plugins, and how they stack up in terms of image optimization, performance, and quality. </p>
<h4><a href="https://wordpress.org/plugins/resmushit-image-optimizer/"  title="reSmush.it Image Optimizer" rel="nofollow">1. reSmush.it</a></h4>
<p><img title="reSmush.it" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/02/resmushit.jpg" alt="reSmush.it" width="550" height="280" class="alignnone size-full wp-image-50570" /></p>
<p>reSmush.it is the best WordPress image compression plugin. It allows you to automatically optimize images on upload as well as offer a bulk optimization option for older images. </p>
<p>It uses the reSmush API to optimize images and allows you to choose the optimization level for your uploads. The downside is that it doesn&#8217;t have different compression levels. It also limits optimization to uploads lower than 5MB in size. You can exclude individual images from compression in case you need to add an image in full size. </p>
<h4><a href="https://wordpress.org/plugins/ewww-image-optimizer/"  title="EWWW Image Optimizer" rel="nofollow">2. EWWW Image Optimizer</a></h4>
<p><img title="EWWW Image Optimizer" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/02/ewww-optimizer.png" alt="EWWW Image Optimizer" width="550" height="280" class="alignnone size-full wp-image-50568" /></p>
<p>EWWW Image Optimizer is a great option for WordPress image compression plugin. It is easy to use and can automatically optimize images you upload on the fly. It can also compress and optimize your previously uploaded images in bulk. </p>
<p>It performs all compression on your own servers which means you don&#8217;t need to sign up for an account to get an API key. It can also optimize images generated by other WordPress plugins and stored outside your media library folders. It doesn&#8217;t require an account to use the plugin, but you can sign up for their API to get additional features. </p>
<h4><a href="https://wordpress.org/plugins/tiny-compress-images/"  title="Compress JPEG &amp; PNG images" rel="nofollow">3. Compress JPEG &amp; PNG images</a></h4>
<p><img title="Compress JPEG &amp; PNG images" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/02/tinypng.jpg" alt="Compress JPEG &amp; PNG images" width="550" height="280" class="alignnone size-full wp-image-50571" /></p>
<p>Compress JPEG &amp; PNG is created by the team behind TinyPNG, and you will need to create an account to use the plugin. You can only optimize 100 images each month with the free account. It can automatically compress images upon upload, and you can also bulk optimize older images. </p>
<p>The plugin settings allow you to choose which image sizes you want to optimize. Additionally, you can also set a maximum size for your original uploads. Images larger than that size will be automatically resized by the plugin. </p>
<h4><a href="https://wordpress.org/plugins/shortpixel-image-optimiser/"  title="ShortPixel Image Optimizer" rel="nofollow">4. ShortPixel Image Optimizer</a></h4>
<p><img title="ShortPixel" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/02/shortpixel.png" alt="ShortPixel" width="550" height="280" class="alignnone size-full wp-image-50573" /></p>
<p>ShortPixel Image Optimizer is another useful WordPress image compression plugin. It requires you to get an API key by providing your email address. The basic free account allows you to compress up to 100 images per month, and you will need to upgrade to their paid plans to increase this limit. </p>
<p>It starts compressing images as soon you as activate plugin and stores your original images in a separate folder. It also allows you to compare the original file with the compressed version to see the quality difference. ShortPixel is packed with advanced features and gives you the ability to choose comparison formats. </p>
<h4><a href="https://wordpress.org/plugins/wp-smushit/"  title="WP Smush" rel="nofollow">5. WP Smush</a></h4>
<p><img title="WP Smush" src="http://cdn4.wpbeginner.com/wp-content/uploads/2018/02/wpsmush.jpg" alt="WP Smush" width="550" height="280" class="alignnone size-full wp-image-50572" /></p>
<p>WP Smush is another popular WordPress image compression plugin. It automatically compresses images on upload and can also be used to compress and optimize your older image files. You can also set maximum image resolution, and your images will scale down to more reasonable sizes while being compressed. </p>
<p>The free version of plugin doesn&#8217;t require you to create an account to use their API key. The bulk optimization feature allows you to optimize up to 50 images at a time, and you can rerun the bulk optimizer to compress more images. </p>
<p>The free version of the plugin doesn&#8217;t perform that well. See our review of <a href="http://www.wpbeginner.com/plugins/optimizing-images-with-wp-smush-pro-cons-and-alternatives/" title="Optimizing Images with WP Smush (Pro, Cons, and Alternatives)">WP Smush with pros and cons</a>. </p>
<h4>Comparison Test Scores for Image Compression Plugins</h4>
<p>Now that you know about the different WordPress image compression options, let&#8217;s take a look at how they compare against each other in terms of performance.</p>
<p>To measure this, we ran test by uploading the same image using each of these plugins.</p>
<p><strong>Testing JPEG Image Compression</strong> </p>
<p>We used the following JPEG image for our tests, it is <strong>118 KB</strong> in file size.  </p>
<p><img title="JPEG test image" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/02/glacier.jpg" alt="JPEG test image" width="550" height="367" class="alignnone size-full wp-image-50575" /></p>
<p>We didn&#8217;t touch any of the plugin settings and tested the compression with out of the box settings. Here are our test results: </p>

<table id="tablepress-8" class="tablepress tablepress-id-8">
<thead>
<tr class="row-1 odd">
	<th class="column-1">Plugin</th><th class="column-2">Compressed Size</th><th class="column-3">Saved (%)</th><th class="column-4">Method</th>
</tr>
</thead>
<tbody class="row-hover">
<tr class="row-2 even">
	<td class="column-1">reSmush.it</td><td class="column-2">76 KB</td><td class="column-3">30.59%</td><td class="column-4">Lossless</td>
</tr>
<tr class="row-3 odd">
	<td class="column-1">EWWW Image Optimizer</td><td class="column-2">112 KB</td><td class="column-3">5%</td><td class="column-4">Lossless</td>
</tr>
<tr class="row-4 even">
	<td class="column-1">Compress JPEG &amp; PNG images</td><td class="column-2">114.7 KB</td><td class="column-3">2.8 %</td><td class="column-4">Lossy</td>
</tr>
<tr class="row-5 odd">
	<td class="column-1">ShortPixel Image Optimizer</td><td class="column-2">69.2 KB</td><td class="column-3">41.94%</td><td class="column-4">Lossy</td>
</tr>
<tr class="row-6 even">
	<td class="column-1">WP Smush</td><td class="column-2">112 KB</td><td class="column-3">5%</td><td class="column-4">Lossless</td>
</tr>
</tbody>
</table>
<!-- #tablepress-8 from cache -->
<p><strong>Testing PNG Image Compression</strong> </p>
<p>Next we wanted to test a PNG image to see how our contenders optimize it. </p>
<p>We used the following PNG image for the test, and it is <strong>102 KB</strong> in file size. </p>
<p><img title="PNG test image" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/02/flowers.png" alt="PNG test image" width="550" height="320" class="alignnone size-full wp-image-50563" /></p>
<p>Here are our test results: </p>

<table id="tablepress-9" class="tablepress tablepress-id-9">
<thead>
<tr class="row-1 odd">
	<th class="column-1">Plugin</th><th class="column-2">Compressed Size</th><th class="column-3">Saved (%)</th><th class="column-4">Method</th>
</tr>
</thead>
<tbody class="row-hover">
<tr class="row-2 even">
	<td class="column-1">reSmush.it</td><td class="column-2">36 KB</td><td class="column-3">63.8%</td><td class="column-4">Lossless</td>
</tr>
<tr class="row-3 odd">
	<td class="column-1">EWWW Image Optimizer</td><td class="column-2">97.5 KB</td><td class="column-3">1.9%</td><td class="column-4">Lossless</td>
</tr>
<tr class="row-4 even">
	<td class="column-1">Compress JPEG &amp; PNG images</td><td class="column-2">34.3</td><td class="column-3">64%</td><td class="column-4">Lossy</td>
</tr>
<tr class="row-5 odd">
	<td class="column-1">ShortPixel Image Optimizer</td><td class="column-2">37 KB</td><td class="column-3">63.5%</td><td class="column-4">Lossy</td>
</tr>
<tr class="row-6 even">
	<td class="column-1">WP Smush</td><td class="column-2">99 KB</td><td class="column-3">2.9%</td><td class="column-4">Lossless</td>
</tr>
</tbody>
</table>
<!-- #tablepress-9 from cache -->
<h4>Which is The Best Image Compression Plugin for WordPress?</h4>
<p>If you are not looking for flexible options in your image compression plugin, then <a href="https://wordpress.org/plugins/resmushit-image-optimizer/"  title="reSmushit Plugin" rel="nofollow">reSmush.it</a> gives you the best results in terms of performance by making the real difference in image file size. </p>
<p>If you are willing to pay for image compression, then you can try <a href="https://wordpress.org/plugins/shortpixel-image-optimiser/"  title="ShortPixel" rel="nofollow">ShortPixel</a> which performed really well in our tests. </p>
<p><a href="https://wordpress.org/plugins/ewww-image-optimizer/"  title="EWWW Image Optimizer" rel="nofollow">EWWW Image Optimizer</a> is a great plugin with flexible settings, but you will need their paid API key to get access to compression levels which make the real difference. </p>
<p>We hope you found this comparison of best WordPress image compression plugins useful. You may also want to see our list of <a href="http://www.wpbeginner.com/beginners-guide/how-to-fix-common-image-issues-in-wordpress/" title="How to Fix Common Image Issues in WordPress">common image issues in WordPress</a> and how to fix them. </p>
<p>If you liked this article, then please subscribe to our <a href="http://youtube.com/wpbeginner?sub_confirmation=1" title="WPBeginner on YouTube"  rel="nofollow">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href="http://twitter.com/wpbeginner" title="WPBeginner on Twitter"  rel="nofollow">Twitter</a> and <a href="https://www.facebook.com/wpbeginner" title="WPBeginner on Facebook"  rel="nofollow">Facebook</a>.</p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/plugins/best-wordpress-image-compression-plugins-compared/">5 Best WordPress Image Compression Plugins Compared</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/wordpress-plugins/5-best-wordpress-image-compression-plugins-compared/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
		<item>
		<title>How to Disable Specific WordPress Plugins for Mobile Users</title>
		<link>http://www.wpwife.com/wordpress-plugins/how-to-disable-specific-wordpress-plugins-for-mobile-users</link>
		<comments>http://www.wpwife.com/wordpress-plugins/how-to-disable-specific-wordpress-plugins-for-mobile-users#comments</comments>
		<pubDate>Mon, 26 Feb 2018 13:26:28 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[plugin organizer]]></category>
		<category><![CDATA[speed up wordpress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=50744</guid>
		<description><![CDATA[
<p>Recently one of our readers asked if it is possible to disable specific WordPress plugins on the mobile version of their website? Like with anything in WordPress, there&#8217;s a plugin for that. In this article, we will show you how to easily disable specific WordPress&#8230;&#160;<strong><a href="http://www.wpbeginner.com/plugins/how-to-disable-specific-wordpress-plugins-for-mobile-users/">Read More &#187;</a></strong></p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/plugins/how-to-disable-specific-wordpress-plugins-for-mobile-users/">How to Disable Specific WordPress Plugins for Mobile Users</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Recently one of our readers asked if it is possible to disable specific WordPress plugins on the mobile version of their website? Like with anything in WordPress, there&#8217;s a plugin for that. In this article, we will show you how to easily disable specific WordPress plugins in mobile version of your site. </p>
<p><img title="Disable specific WordPress plugins in mobile" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/02/disablemobileplugins.png" alt="Disable specific WordPress plugins in mobile" width="550" height="340" class="alignnone size-full wp-image-50754" /></p>
<h4>Why Disable Specific WordPress Plugins for Mobile Users</h4>
<p>WordPress does not load <a href="http://www.wpbeginner.com/beginners-guide/will-inactive-plugins-slow-down-wordpress-should-you-delete-inactive-plugins/" title="Will Inactive Plugins Slow Down WordPress? Should You Delete Inactive Plugins?">inactive plugins</a> when someone visits your website. However, it does loads all the active plugins and then depending on a plugin it will load required scripts and stylesheets as well. </p>
<p>See our guide on <a href="http://www.wpbeginner.com/wp-tutorials/how-wordpress-actually-works-behind-the-scenes-infographic/" title="How WordPress Actually Works Behind the Scenes (Infographic)">how WordPress works</a> for a behind the scene look at how it loads plugins. </p>
<p>All good WordPress plugins try to only load when needed. However, sometimes it is difficult for plugin authors to guess whether you will need the plugin or not. In such situations, they opt to load the required files just in case. </p>
<p>Some users who want to get a perfect score in the Google <a href="http://www.wpbeginner.com/wordpress-performance-speed/" title="The Ultimate Guide to Boost WordPress Speed &amp; Performance">speed and performance</a> test, often want to disable specific plugins for mobile. </p>
<p>That&#8217;s where this article can help. </p>
<p>Let&#8217;s take a look at how to easily disable individual WordPress plugins for mobile version of your website. </p>
<h4>Setting up WordPress Plugin Organizer Plugin</h4>
<p>First thing you need to do is install and activate the <a href="https://wordpress.org/plugins/plugin-organizer/"  title="Plugin Organizer" rel="nofollow">Plugin Organizer</a> plugin. For more details, see our step by step guide on <a href="http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/" title="Step by Step Guide to Install a WordPress Plugin for Beginners">how to install a WordPress plugin</a>.</p>
<p><strong>Important:</strong> Plugin organizer is a very powerful plugin. Reordering or disabling plugins can cause conflicts and unexpected behavior which could make your site inaccessible. We recommend that you create a <a href="http://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/" title="7 Best WordPress Backup Plugins Compared (Pros and Cons)">complete WordPress backup</a> before disabling or reordering any plugins.</p>
<p>Upon activation, you need to visit <strong>Plugin Organizer &raquo; Settings</strong> page to configure plugin settings. </p>
<p>Apart from default options, right now you just need to turn on the following options.</p>
<ul>
<li>Selective plugin loading</li>
<li>Selective mobile plugin loading</li>
</ul>
<p>Don&#8217;t forget to click on the &#8216;Save Settings&#8217; button to store your changes. </p>
<h4>Creating a Must-Use Plugin for Plugin Organizer</h4>
<p>Plugin Organizer needs a must-use plugin to work properly. It will automatically try to create it for you, but if it fails, then you will have to create it on your own. </p>
<p>Let&#8217;s start by checking if the plugin was able to create the MU plugin automatically. </p>
<p>You can do this by going to the <strong>Plugins &raquo; Installed Plugins</strong> page. You will see a new link labeled Must-Use and clicking on it will show you the installed MU plugins on your site.</p>
<p><img title="Must use plugin installed" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/02/muplugininstalled-1.png" alt="Must use plugin installed" width="550" height="351" class="alignnone size-full wp-image-50748" /></p>
<p>If you don’t see the plugin or Must-Use plugins link, then this means that the plugin organizer failed to create the file, and you will need to manually do it yourself.</p>
<p>First, you need to connect to your website <a href="http://www.wpbeginner.com/beginners-guide/how-to-use-ftp-to-upload-files-to-wordpress-for-beginners/" title="How to use FTP to upload files to WordPress for Beginners">using an FTP client</a> or File Manager app in cPanel.</p>
<p>Next, you need to go to the /wp-content/mu-plugins/ folder. If you don&#8217;t have a mu-plugins folder in your /wp-content/ folder, then you need to create one.</p>
<p>After that you need to go to /wp-content/plugins/plugin-organizer/lib/ folder and download the file called ‘PluginOrganizerMU.class.php’ to your computer.</p>
<p><img title="Copy MU Plugin" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/02/copymuplugin-1.png" alt="Copy MU Plugin" width="550" height="305" class="alignnone size-full wp-image-50749" /></p>
<p>Next, you need to go to the /wp-content/mu-plugins/ folder and upload the file from your computer.</p>
<p><img title="Upload MU plugin" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/02/po-mu-plugin-1.png" alt="Upload MU plugin" width="550" height="283" class="alignnone size-full wp-image-50750" /></p>
<p>The Plugin Organizer can now use this file to properly manage your plugins on mobile as well as desktop. </p>
<h4>Disable Specific WordPress Plugins in Mobile Version</h4>
<p>Plugin Organizer makes it very easy to disable any WordPress plugins on mobile. Simply head over to the <strong>Plugin Organizer &raquo; Global Plugins</strong> page.  </p>
<p>You will see two columns on the screen. The first column is for &#8216;Available items&#8217; which contains all your installed WordPress plugins. The second column is for &#8216;Disabled items&#8217; with disabled standard and disabled mobile boxes. </p>
<p><img title="Global Plugins" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/02/globalplugins.jpg" alt="Global Plugins" width="550" height="301" class="alignnone size-full wp-image-50751" /></p>
<p>First you need to click on the Disabled Mobile box to expand it. After that drag and drop the plugins you want to disable from the available column to the disabled mobile box. </p>
<p><img title="Disable plugins in mobile version" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/02/disableplugins.jpg" alt="Disable plugins in mobile version" width="550" height="298" class="alignnone size-full wp-image-50752" /></p>
<p>After adding the plugins don&#8217;t forget to click on the &#8216;Save&#8217; button to store your changes. </p>
<p>That&#8217;s all. The plugin organizer will now disable these plugins on your mobile site. </p>
<p>Plugin Organizer also makes it easy to disable individual WordPress plugins for specific posts, pages, user role, and other parameters. For more detailed instructions, see our guide on <a href="http://www.wpbeginner.com/plugins/how-to-use-the-plugin-organizer-to-speed-up-your-wordpress-site/" title="How to Use the Plugin Organizer to Speed Up Your WordPress Site">how to use Plugin Organizer</a> to speed up WordPress. </p>
<p>We hope this guide helped you learn how to easily disable specific WordPress plugins in mobile version. You may also want to see our list of <a href="http://www.wpbeginner.com/showcase/24-must-have-wordpress-plugins-for-business-websites/" title="24 Must Have WordPress Plugins for Business Websites in 2018">must have WordPress plugins</a> you should install on your website. </p>
<p>If you liked this article, then please subscribe to our <a href="http://youtube.com/wpbeginner?sub_confirmation=1" title="WPBeginner on YouTube"  rel="nofollow">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href="http://twitter.com/wpbeginner" title="WPBeginner on Twitter"  rel="nofollow">Twitter</a> and <a href="https://www.facebook.com/wpbeginner" title="WPBeginner on Facebook"  rel="nofollow">Facebook</a>.</p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/plugins/how-to-disable-specific-wordpress-plugins-for-mobile-users/">How to Disable Specific WordPress Plugins for Mobile Users</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/wordpress-plugins/how-to-disable-specific-wordpress-plugins-for-mobile-users/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
		<item>
		<title>WOT Cache Review: A Comprehensive WordPress Performance Plugin</title>
		<link>http://www.wpwife.com/wordpress-plugins/wot-cache-review-a-comprehensive-wordpress-performance-plugin</link>
		<comments>http://www.wpwife.com/wordpress-plugins/wot-cache-review-a-comprehensive-wordpress-performance-plugin#comments</comments>
		<pubDate>Mon, 04 Dec 2017 11:42:05 +0000</pubDate>
		<dc:creator><![CDATA[Colin Newcomer]]></dc:creator>
				<category><![CDATA[Caching Plugin]]></category>
		<category><![CDATA[speed up wordpress]]></category>
		<category><![CDATA[WordPress Caching]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">https://wplift.com/?p=69529</guid>
		<description><![CDATA[
<p>You don&#8217;t need me to tell you that page speed is important. I mean &#8211; the data is there. Page load times affect everything from user experience to conversion rates and even where your site ranks in the SERPs. Page speed&#8217;s importance is one of the reasons you see all those massive, complicated posts on ... <a title="WOT Cache Review: A Comprehensive WordPress Performance Plugin" href="https://wplift.com/wot-cache-review">Read more</a></p>
<p>The post <a rel="nofollow" href="https://wplift.com/wot-cache-review">WOT Cache Review: A Comprehensive WordPress Performance Plugin</a> appeared first on <a rel="nofollow" href="https://wplift.com/">Learn WordPress with WPLift</a>.</p>
<img src="http://feeds.feedburner.com/~r/Wplift/~4/kC8yktmbSe8" height="1" width="1" alt="">
]]></description>
				<content:encoded><![CDATA[<p>You don’t need me to tell you that page speed is important. I mean &#8211; the data is there. Page load times affect everything from user experience to conversion rates and even where your site ranks in the SERPs. Page speed’s importance is one of the reasons you see all those massive, complicated posts on ... <a title="WOT Cache Review: A Comprehensive WordPress Performance Plugin" class="read-more" href="https://wplift.com/wot-cache-review">Read more</a></p>
<p>The post <a rel="nofollow" href="https://wplift.com/wot-cache-review">WOT Cache Review: A Comprehensive WordPress Performance Plugin</a> appeared first on <a rel="nofollow" href="https://wplift.com/">Learn WordPress with WPLift</a>.</p><img src="http://feeds.feedburner.com/~r/Wplift/~4/kC8yktmbSe8" height="1" width="1" alt=""/>]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/wordpress-plugins/wot-cache-review-a-comprehensive-wordpress-performance-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
	</channel>
</rss>
