Skip Navigation
17

Ever wondered why people are happy to pay twice, five times and even ten times more for the same product? It’s a known fact that Drupal sites are about ten times more expensive than WordPress sites. So, even if it takes 5 times longer to build it with Drupal, Drupal developers get to bank a lot more in the end. Let’s see why this happens and how you can get a piece of the action.

Have you ever heard any of these?

  • Drupal is optimized for enterprise and government.
  • Drupal development requires unique skills and implies greater quality.
  • Drupal scales better.
  • Drupal is more stable and reliable.

So, the thinking goes that if a platform means quality, requires jedi skills and delivers superior results, it’s worth the extra money.

Let’s look at some facts and see if these theories hold water.

The big differences between Drupal and WordPress architecture

Remember the “secret ingredient soup” in Kung Fu Panda? Mr. Ping (Pu’s father) has always made a big deal of it, adding unquantifiable value to his noodle soup. What’s the secret ingredient in Drupal which justifies these premiums?

Drupal has nodes. WordPress has posts. Both use taxonomy to organize content. Drupal’s taxonomy has fields, which could be very nice in WordPress too.

Both use fields to extend the basic content, besides a title and body. Both have a GUI, which lets administrators manage content. Some would say that WordPress GUI is far more convenient than Drupal’s GUI. Both have template systems, which allows to display content on the front-end. Both use filters and hooks to extend the core functionality. Drupal’s extensions are called modules. In WordPress, they’re called plugins. Both run PHP and support several kinds of databases. Both run on different web servers and have excellent caching plugins.

At the end of the movie, Mr. Ping reveals the secret. There is no secret ingredient. It’s just good soup. Same thing with Drupal, WordPress and most other content management systems. There are no big difference between Drupal and WordPress. They’re very similar, with only minor differences.

What are large clients paying for?

Large clients are not stupid. When they write a spec for their $40K project and specify Drupal, we can suppose they do it for a good reason. So, if the systems are really so similar, what else could be going on here?

A website is part of the company’s marketing strategy. Often, it’s the epicenter of that strategy. A company website is like the star, in the middle of a planetary system. All other activities revolve around it. The conversion happens in the website and everything else drives the traffic.

When a marketing manager writes a spec for a site, it’s the result of a carefully planned marketing campaign. Building the site costs money, but it’s insignificant compared to developing the company’s product, providing support and advertising.

The last thing a marketing manager needs is for his carefully planned campaign to go sideways due to implementation issues. The cost of not executing your marketing plan far outweighs the cost of building a site.

So, when you see a project with a budget of $40K, with a schedule of 6 weeks, remember that part of this money goes towards development and part of it goes towards assurance. Assurance that whatever happens, whatever difficulties may arise, this project will complete on time and according to the spec.

I think that this is the main reason why Drupal appears as a requirement in so many large and lucrative projects. Let’s think together about how Drupal got that reputation.

A typical Drupal development process

A normal project goes like:

  1. Analyze the requirements
  2. Design a theme
  3. Find modules that implement different parts
  4. Build the rest yourself, with key modules and some PHP
  5. Deliver

The great thing about this process is that it’s guaranteed. Since the developer uses modules like Lego and has the flexibility of building his own functionality, things converge.

When you think about it, this process above is pretty close to what you’re doing with WordPress, right? So, why does Drupal get a ‘platformish’ reputation? Because developers build with it more and use prefabricated sites less. Building something means you control the outcome. It also means, your client gets what they want. Always.

The question is, how do you build sites efficiently enough, to make money in the process. Don’t just look at the modules. See how they get connected together.

Drupal projects are put together by modules and glue

Drupal developers have a saying – “there’s a module for that”.

If you want to complete large and complex projects on time and keep some money as profit, you need to be efficient. Efficiency means you use what’s available and build with it. You connect working modules together and add your unique logic, so that the result is exactly what you need.

I took a random sample of 10 sites from the Drupal.org case studies section and checked what they use:

The original list included over 80 modules. I removed all modules that appeared once, leaving us this list of popular Drupal modules:

Module Number of sites used
 Views  8
 Panels  4
 Rules  4
 Apache Solr search  2
 Ubercart  2
 Search API  2
 Mailchimp  2
 Zen  2

Pre-Drupal 7, you’d see a module called CCK, appearing in all sites. CCK defines custom content types and fields. Now that it’s in Drupal core, so it isn’t listed as a module anymore.

To appreciate what Drupal developers are getting from these modules, see what they say:

Views – We use this powerful tool to display slideshows, products, news pages, FAQ and team profile pages. We have the freedom to pick out specific content, mold it and display it in a very easy way without coding.”

Panels – Paired with Views, this module gives us massive power to do even greater things. We can output multiple views on the same page and even add our custom content. Our home page, product overview and media page are based on Panels and Views.”

“The calendar was created using a combination of the Views and Date modules, with custom development around each. The calendar is browsable and searchable, and users can submit their own events to the calendar as well.”

Ubercart is our most important and valued module. Within the Ubercart suite, we are using Payment, Product attributes, Reports, Shipping Quotes, Cart Links, Google Analytics for Ubercart, Stock, Flat Rate and Paypal.”

“The Panels module was used in order to allow PEER 1 Hosting to supply different layouts for different sections of the site. Previous to this site, PEER 1 Hosting was forced to manipulate template files for every change, which then would need to be pushed to production by an IT team. Ultimately they wanted an easier way to manage the layout, without the need to modify any sort of code. The Panels module supplied the site with a very simple way of modifying layouts and content within the layout thus giving people with non-technical backgrounds the ability to manage the site. Essentially, Appnovation gave PEER 1 Hosting the basics of Panels, without inundating them with all the great features of the module, which they did not really need.”

Rules – Much of our modules rely on this key module, which allows us to set rules for events and actions in Ubercart, Ubercart Global Quote and Ubercart Discount Coupons. We are able to tweak events such as customer/admin checkout notifications and order update events.”

Views – Just as with CCK, no site can be built without the versatile Views module. The PEER 1 Hosting site had over 15 Views to be incorporated. Views were used throughout the site to show things like related content, slideshows, and videos. Default Views were set up to allow PEER 1 Hosting to pick and choose various Views within the Panels interface to fill out content on certain pages.”

Are we seeing a pattern here?

Drupal developers build sites using the Drupal core and modules. The glue, which connects these modules together comes as three plugins:

  • Views
  • Panels
  • Rules

Views loads content from the database and displays it. Panels builds flexible layouts. Rules controls what can happen on the site.

Most developers can write PHP and code everything from scratch. Given enough time, many will manage fine without a CMS. But the idea is to deliver projects on time and profitably. Reinventing the wheel is not the best way to achieve this.

Can WordPress developers get big projects too?

Yes. Certainly. All it takes is entering the right state of mind and using the right tools.

One way to build a site is to pick a theme that’s closest to what the client needs and tweak it. Does it work? Sure, but there’s a little gotcha. Themes were originally intended to design sites. To dress the content, not to create it. You can change a dress 10 times and it’s still the same lady.

Complex themes, which define their own custom content types, render it in very unique (and sometimes wonderful) ways and implement a complete workflow. They both solve a problem and create a new one. You get something that’s 90% of your spec in no time and for little money. However, often, the last 10% is like going through a brick wall. It takes ages to reverse engineer complex logic and get it to do exactly what you need.

So, you call the client, who’s eagerly waiting for his completed project, and you start to negotiate features. It’s going to work! The client will have no choice but to accept these compromises. Life’s full of them. However, the cost is dear. You are effectively training your client that WordPress sites are cheap, complete quickly but don’t do exactly what’s needed. Close, but not exactly.

Remember the marketing manager from the beginning of this article? The last thing he needs is having his marketing strategy bent and shifted, due to what’s possible to implement in a theme and what isn’t. I know that marketing manager. I’m him. Trust me. The saving we get when we order a prefabricated site is nothing compared to the costs in lost opportunity, because we cannot execute our strategy as we had planned. Been there, done that, not doing it again.

So, if you take just one thing from this story, I hope it will be the understanding that a company website is not a negotiation. There are no cosmetic things and there’s no 80/20 rule. Not when you’re building the site. Analyze what needs doing and what it takes to build it as requested, on time and with quality. Then, bid accordingly. Teach your clients they can trust you with whatever they throw at you, and throw they will.

Next, come the tools.

Wanting to do something doesn’t mean you actually can. You’ve learned to develop, code and style. You’ve learned the WordPress API inside and out. Without these skills, you can’t talk about building great websites. In addition to these, Drupal developers also use a handful of key modules to boost their efficiency. They use CCK, Views, Panels and Rules.

Yes, you can build great sites without any of these modules. However, making money with a handcrafted site will be very difficult. You’ll miss deadlines and/or spend more on a project than you get paid.

Similar modules exist for WordPress too. The big difference is, in WordPress they’re called plugins 🙂

Armed with a solid understanding of what big clients need, the right attitude for the job and the right tools, you can get $10K, $40K and $100K WordPress projects too. Changing client perception will take work, but it’s certainly doable. Remember, these big clients care about one thing, and one thing only – getting the job done. How you do it is really up to you.

WordPress themes are great, but use them as themes

I hope it doesn’t come across that I think that WordPress themes are a bad thing. Of course they’re not. WordPress themes are great. The availability of quality themes has been a major contributor to the success of WordPress as a platform . What I am saying here is that often, to get big project delivered, they are not the complete answer.

Turn-key designs have made it possible for WordPress to become the predominant CMS on the web. They lowered the entry point for 95% of sites and helped WordPress democratize publishing.

Only thing is, one size doesn’t fit all. It fits most. To get those big projects, you need to use other tools.

What’s your experience?

How can we make WPML better for you?

Share your thoughts and comments about our plugin, documentation, or videos by booking a Zoom call with Agnes, our Client Advocate. Your feedback matters and helps us improve.

Book a call with Agnes

17 Responses to “Why Drupal Developers Make x10 More than WordPress Developers”

    • I liked that article by Mike Schinkel when it first came out and I still like it now. But really, the differences between WordPress, Drupal and other CMS are not that big, right? Certainly not enough to command x10 difference in average project cost. BTW, that figure is not imaginary. It’s very real.

    • Yes, I would love to see bigger projects landing in WordPress ecosystem. We’re still at the beginning here – as seen world wide. We had this also as a topic recently in Germany at our WP Camp in Berlin: the enterprise market is really growing but we’re still not there with really big projects.

  1. One thing.
    All the good plugins on WordPress come with additional.
    Like WPML, Advanced Custom fields, Views which on Drupal are for free or already in core.
    And each of them adds +$100
    Of course it pays off if you do a $40k website or several. Also it’s possible to buy a multisite licence of plugin.

    • Agreed. Many quality WordPress plugins cost money today and more are joining. But you probably feel the difference. When you buy a commercial WordPress plugin, the stability, support and development is usually a lot better than with free Drupal modules. Sure, there are always exceptions, but isn’t this the general rule?

  2. You are 100% right, Amir. Thank you for sharing your thoughts in a systematic way.
    What you skipped is WP development pace. From a business point of view you need reliability. This is where WPEngine.com comes with its no questions asked updates and since 3.7 we have auto-updates. The thing is most plugin developers will not be able to meet pace of development of WP, and plugin ecosystem will shrink to a small number of reliable plugins.

    You know better what is with Drupal in this case, I do not. Please share.

    • As a plugin developer (and we have quite a few), I can tell you that keeping up with WordPress development is not a problem. WordPress versions are normally pretty backward compatible. Unless a plugin really hacks WordPress, maintenance work towards updates is easy. If an author uses Javascript to alter the output, hides GUI elements with CSS and such problematic practices, every WordPress upgrade will be an adventure. If plugin authors use the API cleanly and avoid relying on deprecated code, upgrades are pretty harmless.

      Drupal upgrades are a totally different story. Going from D6 to D7 to D8 means a complete code rewrite and completely separate maintenance.

      I much prefer doing simple code updates every 2-3 months to doing a full rewrite every 2 years.

  3. Great post. Thanks for providing information about difference between wordpress and Drupal. But drupal can be customized according to your requirements. There are plenty of Drupal customize templates which helps Drupal Web developers to
    Convert the site and give it a professional look.

    • Very true. Drupal is very customizable, includes different distributions and is an excellent tool. I think that WordPress developers can pick up a few good practices from the way large web development companies use Drupal. Under the hood, the two CMS are very similar.

  4. Sounds like you hired a poor WordPress development company who was using themes… Building a wordpress website from scratch is fast and powerful. We use both systems and I find wordpress far more superior and I’m yet to make sacrifices for my clients (some of the biggest in my state of Australia).

    • Your site looks very nice and I like the projects you showcase there. Maybe we’ll do something together sometime.

  5. Both are coded with PHP on MySQL, if there is no architecture difference, there should be no difference whatever.

    Plus, as open source projects, if one have a better architecture with a better performance, others will follow.

    Though I only use WordPress.

  6. Let us make 2014 a year for Drupal developers. I am sure you all will agree that this particular content management system is about to rule in the coming years. However, we have to overcome certain deltas of Drupal.

  7. I think part of the issue here is that WordPress is only now catching up with the features of Drupal. It was only a few years ago that they introduced taxonomy and content types. During that time developers opted for Drupal and people, justifiably, came to recognize Drupal as having more in-depth, core, features.

    Anyway, that’s all changing now. I hope WP gets closer to Drupal with something like views implemented in the core – Drupal 8 is doing this. And I hope Drupal improves it’s GUI like WP and moves further along with it’s Features module. I feel torn between the two systems. I recognize I can do most things I want in WP but Drupal still has many more interesting, available modules focused on developer needs. As it stands now I feel like develop much faster in WP but I can nerd out more with Drupal.

  8. Never understood why people like Drupal … tried more than once to learn it & use it but always ended up using some other system and never Drupal. In my opinion it has the most ilogical structure and steepest learning curve from them all. It really does not justify the time investment.

    You talk about companies asking for projects being developed upon a Drupal system – those guys really need to think it twice, as provided they will not get along well with the initial developers, or find them in the end too expensive etc. – in short if they will need changes and updates in the future, it will be far more difficult, time-consuming,expensive to find a replacement for those developers.

    From a business point of view one should always use the most flexible and “active” system, and the one you can easier find people to work with.

    I think WP has a big advantage in this direction, beating by far many other CMS Systems out there.

    These days one should seriously think of projects needing updates constantly – technology evolves v. quickly so do marketing strategies who need to adapt very fast.

    So the system with the fastetst & greatest adaptability and quickest implementation time will be the winner.

    And sadly, Drupal is not that.