Helper Wordpress

Helper Wordpress

Wordpress can be fast. Very fast. Really :)

SLON WordPress plugin

SLON WordPress plugin

The SLON WordPress plugin helps prevent loading the same JavaScript multiple times, which can slow down your site and cause unexpected behavior. For example, a script that attaches an action to a button click may run multiple times instead of once.

This plugin gives you full control over how essential libraries like Bootstrap are loaded on your site. This ensures your site runs smoothly and avoids conflicts between scripts.

A few weeks ago, I wrote about the most common reasons for this problem:

  1. directly adding <script> tags in the <head>section,
  2. using outdated or poorly coded themes and plugins,
  3. registering scripts with different IDs in the wp_enqueue_script function.

This plugin demonstrates the SLON technology (Single Load ONly) (more about SLON technology). With it, you can control how Bootstrap is loaded on your site: from your site (plugin directory), from the official Bootstrap CDN, or not at all (useful if your theme already includes Bootstrap).

Example 1, Bootstrap loaded from MaxCDN:

Bootstrap will load from Max CDN
Bootstrap will load from Max CDN

Example 2, Bootstrap loaded from your own site (plugin directory):

Bootstrap will load from plugin directory of your site
Bootstrap will load from plugin directory of your site

Installation of SLON WordPress plugin

1. Upload the plugin files to the /wp-content/plugins/wa-slon-example directory;
2. Activate the plugin through the Plugins screen in WordPress;
3. Go to Tools -> SLON Example and choose how Bootstrap should be loaded.;

You can download the plugin for free from my blog or from GitHub.

If you like this plugin, please click on one of the buttons to share it with your friends. Thank you!

Related posts:

Youtube Embed Performance – plugin for WP

Youtube Embed Performance – plugin for WP

Youtube Embed Performance will improve the performance of your initial page load, especially if there are two or more videos embedded on the same page. I think, it’s [...]
Best image optimizer wordpress

Best image optimizer wordpress

For good speed results of your website without doubt, very important optimize images. Loading image 200 kb – is not the same as loading image 100 kb. Seems [...]

Leave a Reply

Your email address will not be published. Required fields are marked *