What’s Your Breaking Point?

As WordPress becomes a mature piece of publishing software, more things are being added to the kitchen sink. Some features are great while others, not so much. As WordPress adds more features, how many of you have found yourself using plugins or convoluted ways to disable or remove the functionality that was added to WordPress? I’m not opposed to WordPress adding more features and functionality but I am interested in knowing what your breaking point is with regards to how many plugins will you use to go against the grain of WordPress before you decide that a different publishing platform would ultimately be the better choice?

7

7 responses to “What’s Your Breaking Point?”

  1. I am removing whole right hand side sidebar php file and instead hard-code all links in the div. Secondly I remove heaps of stuff from head php file manually disabling most line in function file. It’s faster. My one/single file runs Pages and Posts, it’s a longer theme file (ex file of standard wp theme that used to be in the wp pack) but it’s not too bad I update it with each new wp release.

  2. So far most of those features didn’t need a Plugin to be deactivated or controlled (revisions, admin bar, etc). As long as this keeps to be the case I’ll be ok but I think the core Plugin idea might has to be revisited and move some of those things out of WP core.

  3. I agree with Nicolas, so far I’ve added the required one line of code to limit post revisions in my config file and added a few lines tomy functions file do a few bits and bobs. But otherwise, the cleanr gallery plugin is the only plugin I use to fix what WordPress as done poorly (and I’m sure it won’t be needed for much longer).

  4. Speed of delivery needs work. The more functions the more overhead. A better way to switch off functions in the deployment would be good so that it doesn’t even have to check a boolean switch.

    I would like to use caching but I rely on the Fraxion Payments plugin to sell my content. That means the page and post content has to be dynamic, so caching is right out.

  5. @Danny Freebie caching of whole pages is right out, but you can still manually build caching into your theme. Things like the current list of posts on the front page doesn’t change. The tag clouds can be cached.

    Caching doesn’t have to be an all or nothing thing. It just means you have to do some work to put it in place.

Newsletter

Subscribe Via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.