Ultimate VC Addons – Disable modules & Google Fonts to reduce database bloat

Ultimate Addons for WPBakery Page Builder (formerly Visual Composer) by Brainstorm Force can be a convenient way to add nicer-looking elements into your VC-built website. However, all convenience comes at a price – and in this case, it’s a huge drain on your website’s load time and server resources.

Here are two simple steps you can take to reduce the effects of Ultimate Addons by 80-90%.

1. Disable unused modules

This is super easy – simply go to Ultimate -> Modules and disable the modules you do not use. This will speed up your Edit Page and VC Add Element significantly.

Oftentimes you’ll likely only use 2-3 modules so the rest can be safely disabled. If you want to see how they look like, simply refer to the demo website ultimate.brainstormforce.com, instead of loading them all and testing them one-by-one in Preview mode.

2. Disable unused Google Fonts

This is a little more technical; please proceed with care, as you’ll need to edit the database directly via phpmyadmin.

If you don’t use Google Fonts Manager and the font list is empty, GOOD, LEAVE IT THAT WAY.

Else, decide what Google Font you want to use, and add it to your collection. Go to Ultimate -> Google Fonts and add those you actually use into your collection.

Next, login to phpmyadmin and do a general Search for “ultimate_google_fonts”, Browse the one entry in tableprefix_options, then Edit the row (you could also just click into the option_value and edit from there, if you’re familiar with database editing):

This is the tricky part. Copy everything from option_value, and paste it into a text editor. I prefer Notepad++ as it’s colour-coded and easier to read.

  1. Each font is loaded from “i:0” onwards till the gstatic.com links. This is tricky, but you’ll have to manually identify the fonts you do use, and delete the rest. Sometimes the fonts have subsets which also start from it’s own set of “i:0”, “i:1”, etc as well so you gotta be careful here.
  2. Identify the fonts you DO use, and delete the rest. Take care that you match the curly braces at the start and end of the code.
  3. Change the start of the code, “a:915”, into how many fonts you use, e.g. “a:2” if you use two fonts’
  4. Change the “i:123” of your fonts to “i:0”, “i:1”, “i:2” accordingly.
  5. Copy the final edited code back into phpmyadmin, and hit Go to save.

If you did this right, you’d have reduced the autoload by 99%:

That’s it! I hope this has been beneficial for you as it has been for me. Have any questions, or any further tips? Comment below!

Special thanks for Johnny Nguyen for originally raising this issue to me as part of his WordPress Speedup service. He also does ultrafast WordPress Hosting (something that had previously frustrated me deeply before finding him), check it out!

Share via
Copy link
Powered by Social Snap