Speed Up Your WordPress Site on a Shared Host


If you’re serious about your website, you can’t afford long pageload times. Unfortunately, most of us (myself included) don’t have the cash to drop on a dedicated server and are forced to use cheap, shared hosts that cost less than $150 a year. While these hosts are adequate for serving static content, they don’t do a great job at serving dynamic content from content management systems such as WordPress and Drupal. I was recently tasked with speeding up a site called AlumTalks, which runs on WordPress on a shared host. I tested many different plugins and services, and came up with a combination that works really well. Their home page used to take 15 seconds to load according to Pingdom Tools, and it now loads 50-90% faster.

Here are 3 tools that you can use in conjunction to speed up your WordPress site on a shared host.

1. CloudFlare

I’m a huge fan of CloudFlare because of the short set-up time and the number of enhancements it provides. It takes about 5 minutes to sign up for an account and activate it, and once that’s done it stays quietly out of the way. It also tries to keep your site online during a server crash, which is a huge benefit.

2. WP Super Cache

This is my favorite WordPress caching plugin because it’s pretty easy to set up compared to some others and the performance increase is very noticeable. After you install and activate this plugin, there are a few steps you should take to maximize its performance.

Turn caching on

Switch to “Caching On” and click “Update Status”.

Advanced options

Enable the following settings. Don’t forget to click “Update Status”.

Once you save these settings, scroll down and you’ll see a giant yellow box. At the bottom of the box, click “Update Mod_Rewrite Rules” and the box will turn green.

Enable Preload mode

Check the box for “Preload mode” and click “Update Settings”.

That’s all the configuration you should need for this plugin. If you run into any problems, look at the descriptions of the options and disable some of them until your site is running smoothly. The options above should work on most shared hosts.

3. jQuery lazy load plugin

This is extremely useful for sites with lots of images, since images can be a huge bottleneck when loading a page. This plugin makes it so that images aren’t loaded until they’re about to enter the viewport so they don’t all need to load when the page first loads. If a user only scrolls halfway through a page, the images on the bottom half are never loaded, saving valuable bandwidth. There is no configuration page for this plugin. Just install it and it works.

Conclusion

That’s it! Your website should now be noticeably faster and use less bandwidth. Now you don’t have to drop hundreds or thousands of dollars so have a well-performing WordPress site.

© 2024 Sean Gransee