search ]

Load WordPress Plugins Selectively with Plugin Organizer

There are quite a few ways to improve the loading time of WordPress sites which I have written about in previous articles.

However, there is one action I do not see being performed often by WordPress developers, which is selectively loading plugins as needed. This is a sensible action because it is likely that the plugins you are using are loading a lot of CSS and JS files even on pages where those plugins are not used.

Before you proceed, if you have coding skills, a better approach would be to manually remove CSS and JS files loaded by plugins and themes.

In one of my recent projects, I used several plugins that provided the functionality required for that site. I am quite satisfied with my choice of these plugins, however, I discovered (of course) that they are loaded on every single page of the site, whether I used their functionality on that page or not.

Moreover, these are relatively “heavy” plugins and load many Javascript and CSS files during their loading time, which slows down the loading of each page on the site.

In searching for a way to prevent this and improve the site’s loading speed, I came across a plugin called Plugin Organizer and I must say it is one of the most useful plugins I have encountered. Before we explain the settings of the plugin, let’s say a few words about the impact of plugins on your WordPress site’s speed.

How do WordPress plugins affect your site’s speed?

Properly written WordPress plugins ensure that they are only loaded on your site if they are used. WordPress itself does not load inactive plugins, so these do not affect your site’s performance. However, it always loads all active plugins, whether they are needed or not.

Sometimes, those plugin authors cannot predict when and where you are using their plugin on your site. In these cases, they will load the plugin’s code on every page of the site, even if it is not being used. If all the plugins are loading assets (Javascript and CSS files), it is likely that these plugins will negatively impact your WordPress site’s performance.

Load WordPress Plugins Selectively with Plugin Organizer

How does Plugin Organizer help improve your site’s performance?

Depending on the plugins you are using, it is likely that some of them are only needed on specific pages, in specific posts, or only in certain types of content. Some plugins are only required in the WordPress dashboard, so they do not need to be loaded for visitors at all.

The Plugin Organizer allows you the following actions (among others):

  • Selectively choose which plugins are loaded and which are not according to the URL.
  • Enable or disable certain plugins according to the user role.
  • Allow loading/removal of plugins according to custom post types.
  • Determine and change the order in which plugins are loaded.
  • Disable plugins and load them only as needed.

In addition, it allows you to create a group of several plugins, which can be disabled with the click of a button on a specific page or content type as needed. Another functionality of the plugin is the ability to choose which plugins are loaded on mobile.

As mentioned, you can also change the order of plugin loading on the site, an action that can help in some cases to show the user the important content located in the critical “above the fold” part of the page faster.

Using the Plugin Organizer Plugin

Install and activate the plugin, go to the plugin’s settings under Plugin Organizer > Settings and check the option Selective Plugin Loading.

Go to one of the pages on your WordPress site and you will find at the bottom of the page a table showing all your plugins (both active and inactive). In the simplest way, you can choose which plugins are loaded on that specific page and which are not.

Selective loading of plugins by page - WordPress

Note – When installing the plugin, an attempt is made to create a directory named mu-plugins under the wp-content folder.

Depending on the server permissions, there is a chance that the plugin will not be able to create this directory, the plugin itself will be installed but the selective loading of plugins will not work. If this is the case, create this directory yourself and copy the PluginOrganizerMU.class.php file into it.

Global Plugin Settings

In the same measure, you have the option to go to Plugin Organizer > Global Plugins and disable the loading of certain plugins across the entire site.

If you want to load a specific plugin only on a specific page, it would be correct to disable it through the Global Plugins, go to the page where you want the plugin to be loaded and activate it only on that page.

As a rule, any plugin settings made at the page/post level will override the global settings of the plugin.

Selective Plugin Loading by Custom Post Type

One of the options of the plugin is to load plugins selectively according to the custom post types existing on your WordPress site. Go to Plugin Organizer > Settings, under Custom Post Type Support choose for which content types you want to enable this functionality.

Go to Plugin Organizer > Post Type Plugins, select the content type you want to apply the changes to and set which plugins will be active and which will not.

Selective loading of plugins - custom content type

Summary

This is a quick guide on selective plugin loading on a WordPress site using the Plugin Organizer plugin. This plugin has more options that I did not explain in this guide, but as a start, I am sure you will find this guide helpful in order to improve the speed of your WordPress site.

I think that the functionality of selective plugin loading should be a built-in option in WordPress and I assume that the day will come when it indeed will be. In the meantime, if you care about the performance of your WordPress site, this plugin must be part of your toolkit.

Thoughts and ideas are welcome, feel free to comment 🙂

Roee Yossef
Roee Yossef

I develop custom WordPress themes by design. I love typography, colors & everything between, and aim to provide high performance, seo optimized websites with a clean & semantic code.

0 Comments...

Leave a Comment

Add code using the buttons below. For example, to add PHP click the PHP button & add the code inside the shortcode. Typo? Please let us know...