• Home
  • About Mitch
  • Speaking
  • Articles
  • Contact
  • Home
  • About Mitch
  • Speaking
  • Articles
  • Contact

Digital Strategist

WordPress Developer

Content Creator

Unapologetic Punk

Mitch Canter

  • X
  • Bluesky
  • GitHub
  • Twitch
  • YouTube
  • LinkedIn
WordPress

50 Days to a Better WordPress Blog-Day 2: Caching

CMDR Mitchcraft

Reading time: 2 minutes

This post is the second of an ongoing series entitled “50 Days to a Better WordPress Blog”.  Over the next 49 days, Mitch will be providing small snippits of code, plugins, and things you can do to make your blog more attractive, attain new readers, and keep old ones coming back time and time again. You can see the entire series here.

I want to cover a lot of different topics during this series, and one that seems to be drilled into people’s heads is the idea that they should be doing things to “make their page load faster”.  Well, I do agree, but I think that people 1) don’t know how fast is “fast enough” and 2) aren’t sure how to go about making their page faster.  There are a few good solutions, but the one I recommend the most is to find a good caching plugin and use it.

Caching is when information is stored somewhere for quick retrieval.  On your browser, pages you visit are cached to make subsequent visits load faster.  On your site, it’s very similar, with one key difference.  Instead of calling the database for content, the server takes a “snapshot” of a php page after all of the database calls are made, generates a static HTML page, then points the browser to it instead of having to regenerate the content – saving considerable time.  Content is automatically refreshed every few hours, just in case.

I typically recommend two plugins for people looking to cache their WordPress blogs: WP-Super Cache and W3 Total Cache. Of the two, I tend to gravitate to W3 Total Cache more for a few reasons:

  1. They offer multiple caching types (including CDN [content delivery network]) setup for blogs and sites alike
  2. It’s so much easier to set up than Super Cache
  3. Before you activate the caching, you can test the settings to check for problems
  4. Most setups are able to install, click, and begin caching right away.

So do yourself a favor and start caching your site.  Google, your visitors, and your subscribers will all love you.

50 days, blog, caching, w3 total cache, WordPress, wp super cache
  • How to Update WordPress Themes and Plugins on WPEngine (Without the Repository)

    How to Update WordPress Themes and Plugins on WPEngine (Without the Repository)

    Reading time: 5 minutes

    Skip to the Tutorial My head is full and my heart is sad tonight. Thousands of WordPress users are left in a strange scenario today as Matt Mullenweg, Automattic’s CEO and founder, pulled access to the WordPress Repository for thousands of users on WPEngine. WPEngine is officially cut off from all updates – plugins, themes,…

    WordPress
  • WordPress MU: Promoting Posts from User Blogs

    WordPress MU: Promoting Posts from User Blogs

    Reading time: 3 minutes

    A long point of contention with WordPress MU users is the inability to “promote” posts from the user pages to the main blog feed.  This causes a disjoint between the bloggers and the site administrators who want to share the content their users are creating.  Other content management systems have this feature built-in, but WordPress…

    WordPress