<?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; wordpress speed optimization</title>
	<atom:link href="http://www.wpwife.com/category/wordpress-speed-optimization/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>How to Use the Plugin Organizer to Speed Up Your WordPress Site</title>
		<link>http://www.wpwife.com/wordpress-plugins/how-to-use-the-plugin-organizer-to-speed-up-your-wordpress-site</link>
		<comments>http://www.wpwife.com/wordpress-plugins/how-to-use-the-plugin-organizer-to-speed-up-your-wordpress-site#comments</comments>
		<pubDate>Thu, 15 Feb 2018 15:33:41 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[wordpress plugin optimizer]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[wordpress speed optimization]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=50471</guid>
		<description><![CDATA[
<p>After WordPress hosting, plugins are the second biggest reason that can cause your WordPress site to be slow. Often times this can be mitigated by either disabling the plugin or stop it from loading in areas where you don&#8217;t need them. In this article, we&#8230;&#160;<strong><a href="http://www.wpbeginner.com/plugins/how-to-use-the-plugin-organizer-to-speed-up-your-wordpress-site/">Read More &#187;</a></strong></p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/plugins/how-to-use-the-plugin-organizer-to-speed-up-your-wordpress-site/">How to Use the Plugin Organizer to Speed Up Your WordPress Site</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>After <a href="http://www.wpbeginner.com/wordpress-hosting/" title="How to Choose the Best WordPress Hosting?">WordPress hosting</a>, plugins are the second biggest reason that can cause your WordPress site to be slow. Often times this can be mitigated by either disabling the plugin or stop it from loading in areas where you don&#8217;t need them. In this article, we will show you how to use the Plugin Organizer to speed up your WordPress site.</p>
<p><img title="Using Plugin Optimizer to speed up WordPress" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/02/pluginoptimizerforwp-1.png" alt="Using Plugin Optimizer to speed up WordPress" width="550" height="340" class="alignnone size-full wp-image-50506" /></p>
<h4>How WordPress Plugins Affect Your Website Speed?</h4>
<p>One of the most frequently asked questions that we get is <a href="http://www.wpbeginner.com/opinion/how-many-wordpress-plugins-should-you-install-on-your-site/" title="How Many WordPress Plugins Should You Install on Your Site?">how many WordPress plugins are too many</a>? The two things that concerns most users are <a href="http://www.wpbeginner.com/wordpress-security/" title="The Ultimate WordPress Security Guide – Step by Step (2018)">WordPress security</a> and <a href="http://www.wpbeginner.com/wp-tutorials/how-wordpress-plugins-affect-your-sites-load-time/" title="How WordPress Plugins Affect Your Site’s Load Time">how plugins may affect speed and performance</a>? </p>
<p>All good WordPress plugins are coded in a way that they are only loaded on your website when needed. You can see our infographic 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 actually loads plugins (behind the scenes)</a>. </p>
<p>WordPress <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?">doesn&#8217;t load inactive plugins</a> which means they don&#8217;t affect your website&#8217;s performance. However, it does load all active plugins which then run their code when needed. </p>
<p>Now sometimes plugin authors cannot anticipate when and where you will use their plugin features on your website. In that case, they may load their code whether or not you need it. If the plugins are loading JavaScript and CSS files, then this may increase your website&#8217;s page load time. </p>
<h4>How WordPress Plugin Organizer Can Speed Up Your Site</h4>
<p>Depending on the plugins that you&#8217;re using, there may be some that you only need on specific pages, posts, or post types. Some plugins you may only need in the WordPress admin area, so they shouldn&#8217;t load on the front-end of the website. </p>
<p>WordPress Plugin Organizer allows you to do the following things: </p>
<ul>
<li>Selectively enable or disable plugins based on URL</li>
<li>Enable or disable plugins for user roles</li>
<li>Enable or disable plugins based on post types</li>
<li>Rearrange the order in which plugins are loaded</li>
<li>Disable plugins and only load them when needed</li>
</ul>
<p>Basically, it gives you the ability to fine-tune your website performance.</p>
<p>That being said, let&#8217;s take a look at how to use the Plugin Organizer to speed up WordPress. </p>
<h4>Using WordPress Plugin Organizer to Manage Active WordPress Plugins</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>Once you are ready, you need to head over to the <strong>Plugin Organizer &raquo; Settings</strong> page to configure your settings. </p>
<p><img title="Plugin organizer settings" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/02/pluginorganizer-settings.png" alt="Plugin organizer settings" width="550" height="347" class="alignnone size-full wp-image-50475" /></p>
<p>There are several options on this page, and we will look at each option, what it does, and which ones you should turn on. </p>
<p><strong>Fuzzy URL Matching</strong> </p>
<p>This option allows you to enable/disable plugins on child URL. This means that settings will affect http://example.com/sample-page/ and all subsequent URLs under it. For example, http://example.com/sample-page/child-page1/ and http://example.com/sample-page/child-page2/. </p>
<p><strong>Ignore URL Protocol</strong> </p>
<p>This option is turned off by default. It allows the plugin organizer to ignore http and https part of plugin URLs. This is particularly helpful if you have <a href="http://www.wpbeginner.com/wp-tutorials/how-to-add-free-ssl-in-wordpress-with-lets-encrypt/" title="How to Add Free SSL in WordPress with Let’s Encrypt">SSL enabled on your WordPress</a> site. </p>
<p><strong>Ignore URL Arguments</strong> </p>
<p>This option allows you to ignore URL arguments. For example, http://example.com/page/?foo=1&amp;bar=2 is a URL with arguments. Turning on this option is only helpful on URLs with arguments. You should leave it OFF in most cases. </p>
<p><strong>Only allow network admins to change plugin load order?</strong> </p>
<p>If you are running a <a href="http://www.wpbeginner.com/wp-tutorials/how-to-install-and-setup-wordpress-multisite-network/" title="How to Install and Setup WordPress Multisite Network">WordPress multisite network</a>, then turning on this option will only allow Network Administrator to rearrange plugin order. We highly recommend that you turn this on if you have a WordPress multisite network.</p>
<p><strong>Custom Post Type Support</strong> </p>
<p>This option allows you to select the <a href="http://www.wpbeginner.com/wp-tutorials/how-to-create-custom-post-types-in-wordpress/" title="How to Create Custom Post Types in WordPress">post types</a> where you want to enable/disable plugins. This option is particularly useful if you have plugins that you only need for specific post types.</p>
<p><strong>Auto Trailing Slash</strong></p>
<p>This option adds or removes the trailing slash at the end of plugin filter URLs based on your WordPress permalink settings. </p>
<p><strong>Selective Plugin Loading</strong></p>
<p>This option allows you to selectively load plugins even if they are disabled in plugin settings. You need to turn on this feature if you want to enable or disable plugins on individual content types. </p>
<p>To properly use this option, you need to add a must use plugin or mu-plugin in WordPress. MU plugins can be added to any WordPress site, and they are activated by default. The plugin will try to create an MU plugin itself, but if it fails then you will need to create it. We will show you how to do that later in this article. </p>
<p><strong>Selective Mobile Plugin Loading </strong></p>
<p>This option allows you to selectively enable or disable plugins on mobile browsers. </p>
<p><strong>Selective Admin Plugin Loading</strong> </p>
<p>You can turn on this option if you want certain plugins to only load inside the WordPress admin area. </p>
<p><strong>Disable Plugins By Role</strong></p>
<p>This option allows you to disable plugin by user roles. You can turn on this option and then select user roles that you want to use in the next box. </p>
<p>Don&#8217;t forget to click on the save settings button to store your changes. </p>
<h4>Creating an MU Plugin for Plugin Organizer</h4>
<p>Plugin Organizer needs an MU plugin to work properly. The plugin will try to automatically add it to your website, but if it fails then you will have to create it yourself. </p>
<p>To find out whether the plugin has successfully created the MU plugin. You need to visit <strong>Plugins &raquo; Installed Plugins</strong> page. You will see a new link labeled Must-Use, clicking on it will show you the installed MU plugins on your site. </p>
<p><img title="Must Use plugins installed in WordPress" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/02/muplugininstalled.png" alt="Must Use plugins installed in WordPress" width="550" height="351" class="alignnone size-full wp-image-50500" /></p>
<p>If you don&#8217;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, 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 &#8216;PluginOrganizerMU.class.php&#8217; to your computer. </p>
<p><img title="Copy MU plugin file" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/02/copymuplugin.png" alt="Copy MU plugin file" width="550" height="305" class="alignnone size-full wp-image-50499" /></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="Plugin Organizer mu-plugin file" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/02/po-mu-plugin.png" alt="Plugin Organizer mu-plugin file" width="550" height="283" class="alignnone size-full wp-image-50498" /></p>
<p>The Plugin Organizer can now you use this file to properly manage your plugins efficiently. You can go ahead and continue with plugin settings. </p>
<h4>Set up Global Plugin Options</h4>
<p>Plugin Organizer allows you to activate plugins but keep them disabled. To set up which plugins remain active and which plugins are disabled, you need to go to the <strong>Plugin Organizer &raquo; Global Plugins</strong> page. </p>
<p><img title="Set plugins to disable globally" src="http://cdn4.wpbeginner.com/wp-content/uploads/2018/02/global-disable.png" alt="Set plugins to disable globally" width="550" height="349" class="alignnone size-full wp-image-50486" /></p>
<p>You will see your installed plugin on the left. Active plugins will be highlighted and displayed on top. If you want to disable a plugin, then you can simply drag and drop it to the Disable column. </p>
<p>This will disable the plugins without deactivating them. </p>
<p>You can re-enable the plugin you disabled for individual post types, single post or page items, individual URLs, from different pages in the plugin settings. We will walk you through each of them later in this article. </p>
<h4>Enable or Disable Plugins on Search Results Page</h4>
<p>To disable or enable certain plugins on search results, you will need to visit the <strong>Plugin Organizer &raquo; Search Results</strong> page. </p>
<p><img title="Disable plugins on search results page" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/02/searchresults-plugins.png" alt="Disable plugins on search results page" width="550" height="348" class="alignnone size-full wp-image-50487" /></p>
<p>On this screen, you need to simply select a plugin from the left column and drop it to the disable column. You will notice that the disable column has different boxes. You will need to click on the box where you want to disable the plugin. For example, adding a plugin to &#8216;Disabled Standard&#8217; box will disable the plugin for all users on all pages.</p>
<p>If you previously set a plugin to be disabled globally, and you want it to be loaded on search results page, then you can simply drag and drop it from disabled plugins column back to available plugins. </p>
<p><img title="Enable plugins on search results page" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/02/enable-plugins-searchresults.png" alt="Enable plugins on search results page" width="550" height="338" class="alignnone size-full wp-image-50488" /> </p>
<h4>Selectively Enable / Disable Plugins for Custom Post Types</h4>
<p>To control which plugins work on certain post types, you need to visit <strong>Plugin Organizer &raquo; Post Type Plugins</strong> page. </p>
<p><img title="po-posttypes" src="http://cdn4.wpbeginner.com/wp-content/uploads/2018/02/po-posttypes.png" alt="Enable or disable plugins for post types" width="550" height="398" class="alignnone size-full wp-image-50492" /></p>
<p>First, you will select the post type where you want to apply the changes. After that, you can drag and drop plugins from available items column to the disable column. </p>
<p>You can also enable a plugin that you have disabled in Global Plugins page by dragging it from the Disabled column to the available items. </p>
<h4>Group Plugins and Change Plugin Load Order</h4>
<p>By default, WordPress loads your current active plugin files alphabetically. This alphabetical order may sometimes cause conflicts if you have plugins depending on each other&#8217;s code. </p>
<p>For example, if you have a plugin file apple.php which relies on functions in another plugin called zebra.php, then you may need the zebra.php file to load first so that apple.php works properly.  </p>
<p>Plugin Organizer allows you to manually change the plugin order and group plugins. However, be very careful as this could make your website inaccessible. </p>
<p>To rearrange the plugin load order, you need to visit <strong>Plugin Organizer &raquo; Group and Order Plugins</strong> page. </p>
<p>The plugin organizer will display your plugins in default alphabetical order, and you can rearrange the order by simple drag and drop. </p>
<p>You can also group plugins together by selecting &#8216;Create new group&#8217; from the drop down menu at the top. Next, you need to enter a name for the group and select the plugins you want to add in it.  </p>
<p><img title="Creating a plugin group" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/02/plugingroup.png" alt="Creating a plugin group" width="550" height="340" class="alignnone size-full wp-image-50481" /></p>
<p>Once you are done with the group, click on the Submit button to continue. Plugin organizer will now create a plugin group for you. </p>
<p>Now if you go to the Plugins page, then you will see a new link named after your group name. When you click on it, you will see all the plugins inside that group. </p>
<p><img title="Plugin group list on the plugins page" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/02/grouplist.png" alt="Plugin group list on the plugins page" width="550" height="296" class="alignnone size-full wp-image-50482" /></p>
<h4>Creating Plugin Filters with Plugin Organizer</h4>
<p>Plugin Organizer allows you to enable or disable plugin based on URL. To do that you need to create Plugin Filters. These filters will allow you to enable or disable plugins that match specific URLs. </p>
<p>First you need to go to the <strong>Plugin Organizer &raquo; Plugin Filters</strong> page and click on &#8216;Add Plugin Filter&#8217; link. </p>
<p><img title="Add plugin filter" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/02/addpluginfilter.png" alt="Add plugin filter" width="550" height="291" class="alignnone size-full wp-image-50483" /></p>
<p>This will bring you tothe add new plugin filter page. You will need to provide a name for your plugin filter and then add permalinks (URLs) that you want to be affected by this filter. </p>
<p><img title="Creating a plugin filter" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/02/create-pluginfilter.png" alt="Creating a plugin filter" width="550" height="296" class="alignnone size-full wp-image-50484" /></p>
<p>You can add multiple URLs by clicking the Add Permalink button. </p>
<p>Under the settings section, you can choose whether this filter will also affect child URLs of permalinks you have added. You can leave the priority field blank. </p>
<p>After that, scroll down to the &#8216;Plugins&#8217; section. Here you can drag and drop plugins from the available items to Disabled boxes. </p>
<p><img title="Disable plugins based on URL filters" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/02/pluginfilter.png" alt="Disable plugins based on URL filters" width="550" height="339" class="alignnone size-full wp-image-50493" /></p>
<p>Similarly, you can also drag and drop a plugin from the disabled column to available items to make a plugin load when this filter is matched. </p>
<p>Additionally, you can save this filter inside a filter group. Filter groups are like categories. Their purpose is to help you sort similar plugin filters together. </p>
<p><img title="Organize your filters in groups" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/02/filtergroups.png" alt="Organize your filters in groups" width="550" height="250" class="alignnone size-full wp-image-50494" /></p>
<p>Once you are done, click on the publish button to make this plugin filter active. It will start working as soon as you click on the publish button. </p>
<h4>Enable or Disable a Plugin on a Single Post or Page</h4>
<p>Plugin Organizer also allows you to load or disable plugins on a single post, page, or custom post type item. First you need to make sure that you have enabled the post type support on <strong>Plugin Organizer &raquo; Settings</strong> page. </p>
<p><img title="Post types enabled" src="http://cdn4.wpbeginner.com/wp-content/uploads/2018/02/posttypes-enabled.png" alt="Post types enabled" width="550" height="319" class="alignnone size-full wp-image-50495" /></p>
<p>Next, go ahead and edit the post, page, or custom post type you want to change. On the post edit screen, scroll down to the &#8216;Plugin Organizer&#8217; section. </p>
<p><img title="Plugin organizer section on post edit screen" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/02/posection-postedit.png" alt="Plugin organizer section on post edit screen" width="550" height="355" class="alignnone size-full wp-image-50496" /></p>
<p>You will see the plugin organizer settings with your plugins. You can drag and drop plugins to disable them or drag disabled plugins to available items to make them active. </p>
<p>Don&#8217;t forget to click on the save changes or update button to store your changes. </p>
<h4>Troubleshooting Plugin Organizer Issues</h4>
<p>Plugin Organizer plugin is used to change the default behavior of WordPress plugins on your website. Your settings may cause unexpected results including <a href="http://www.wpbeginner.com/wp-tutorials/how-to-fix-fatal-error-maximum-execution-time-exceeded-in-wordpress/" title="How to Fix Fatal Error: Maximum Execution Time Exceeded in WordPress">fatal errors</a>, <a href="http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-syntax-error-in-wordpress/" title="How to Fix the Syntax Error in WordPress">syntax errors</a>, or <a href="http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-wordpress-white-screen-of-death/" title="How to Fix the WordPress White Screen of Death">white screen of death</a>. </p>
<p>A quick way to resolve those issues is by <a href="http://www.wpbeginner.com/plugins/how-to-deactivate-all-plugins-when-not-able-to-access-wp-admin/" title="How to Deactivate All Plugins When Not Able to Access WP-Admin">deactivating all your WordPress plugins via FTP</a>. This will deactivate plugin organizer as well. </p>
<p>To uninstall Plugin Organizer, simply delete the plugin from the plugins page. This will not only delete the plugin itself, but it will also delete all plugin settings. You can then reinstall the plugin if you want. </p>
<p>For most errors, see our comprehensive list of <a href="http://www.wpbeginner.com/common-wordpress-errors-and-how-to-fix-them/" title="25 Most Common WordPress Errors and How to Fix Them">most common WordPress errors</a> and how to fix them. If the error you are seeing is not listed, then try our step by step <a href="http://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/" title="Beginner’s Guide to Troubleshooting WordPress Errors (Step by Step)">WordPress troubleshooting guide</a> to find the cause of the error and possible solutions. </p>
<p>We hope this article helped you efficiently use WordPress plugin organizer to speed up your WordPress site. If you want to just install best of the best plugins, then 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> for all websites. </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-use-the-plugin-organizer-to-speed-up-your-wordpress-site/">How to Use the Plugin Organizer to Speed Up Your WordPress Site</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-use-the-plugin-organizer-to-speed-up-your-wordpress-site/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
	</channel>
</rss>
