💾 Archived View for chirale.org › 2018-02-05_4175.gmi captured on 2024-08-24 at 23:46:40. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-05-12)

-=-=-=-=-=-=-

Why you should not use Drupal anymore

I’ve started using Drupal on For about 9 years I visits drupal.org almost on daily basis, I released a module, I suggested some patches, participated to local events and so on. I’ve started working on Drupal with Drupal 5 and I ended on Drupal 7 with a long time on Drupal

released a module

patches

In the meantime, Acquia was created to support Drupal development and make some money from the project and for the project in a typical open source scheme, free software accompained to paid services.

This is my report based on those years.

Flaws

On my journey to Drupal and beyond, I enjoyed the community but I’ve seen many issues in those years:

The result of these issues together is that you cannot use Drupal without a dedicated Drupal team to take care of fixing components. Even two people are not enough to develop and follow couples of Drupal websites, not to mention a lone developer.

I’ve talked with other developers that used Drupal and other applications to design and publish websites and their assumption is easy: if you have a small team, you cannot use Drupal. Not anymore. Maintainance would be overwhelming.

Following this fondness for big teams, the release of Drupal 8 confirmed how low is the power of the community become compared to core contributors and Acquia (where many of them now works). They deliberately moved this open source software from a multipurpose Content Management System usable from small and big firm to a software that has the Enterprise world in his mind and forget the others.

This was a shock for many small developers and enthusiasts.

GTFO

I’ve read about Drupal enthusiasts that suffers the same uneasiness of mine after long-time Drupal or PHP development.

Here’s a list of theirs experiences along with the number of years they used this software:

Some of them migrated to Django like me. During this journey I’ve discovered a wonderful language like Python and his tools and documentation. I’ve also discovered how deep you can customize the framework to do the job, concentrating on the important things.

migrated to Django like me

Python

tools and documentation

You cannot tell the difference without using another framework like Django or WordPress, just to pick some very different beasts. You need to compare Drupal with others to try the difference.

Try and choose

While Drupal try to overcome PHP language, Django uses only a fraction of the power of Python and it’s not the best tool on the Earth for building website like I supposed Drupal was.

This means that I can move for example to Flask when I have to build small of focused web applications, or to Kivy when I have to make a desktop and mobile app using the same language, the same Python packages, building my own classes to share when needed.

Flask

Kivy

This is actually a change of perspective, to choose a language before the framework to easily switch from one to another in case the project go wild.

Upgrading an existing application using a well designed framework is straightforward compared to the major versions migration on Drupal. During the last 7 years, Django preserved much of his structure making simple the maintainance and the upgrade of websites. Virtualenvs surely helps, but the whole design supports the developer in his duties. This is not an unique feature of Python and Django, but it’s what it lacks to PHP/Drupal.

Here’s and example of how a framework built in Python can scale and how to migrate between major versions of the language here, even a very big website can be feasible when the framework design works in your same team:

Decreasing popularity

Another reason to think about leaving Drupal is his decreasing popularity. It seems naif but it’s a very important matter for open source software since a weak community leaves bugs unfixed and create less contrib modules.

Here’s the popularity in Google Trends of Drupal compared to Django between May 1st, 2007 and December 31st, 2017:

drupal-django-trends-2007-2017

Golden age for Drupal was long time ago, at the time of Drupal 6 and early Decline followed the effort to build Drupal 8 in 2012 and the outcome of this transition is better described by this graph:

drupal-wordpress-trends-2007-2017

Drupal was a credible WordPress competitor back on 2008 scoring a 1:3 ratio in Trends at the time of Drupal On January 2018 with Drupal 8 as major version it’s passed to 1:10.

Drupal failed to become the alternative for WordPress and actually was surpassed by niche, low-level alternatives like Django. Because by now:

PHP as a declining language

If it’s not enough, here’s the TIOBE index for PHP language compared to Python from 2002 to 2018:

TIOBE index

tiobe-python-php

These are simple indexes, but you can find other evidences about the usage crisis of the couple Drupal/PHP. Take another index like PyPL, read some of the experiences listed above or read this good picture of Drupal development cycle. Find as many sources as you want, the conclusion is the same: Drupal is now a declining framework written in a declining language. Who still uses PHP go for the winner WordPress.

PyPL

this good picture

What is to be done?

If you read this, probably you’re asking yourself how to leave Drupal. Start to use another language and framework to suit your needs and then try the difference. If you still want to use Drupal, using another language and framework will surely help you to write better code.

https://web.archive.org/web/20180205000000*/https://www.drupal.org/project/multiuploadalone

https://web.archive.org/web/20180205000000*/https://www.drupal.org/project/xmlsitemap/issues/327273

https://web.archive.org/web/20180205000000*/https://www.drupal.org/project/issues

https://web.archive.org/web/20180205000000*/https://eev.ee/blog/2012/04/09/php-a-fractal-of-bad-design/

https://web.archive.org/web/20180205000000*/https://api.drupal.org/api/drupal

https://web.archive.org/web/20180205000000*/http://berk.es/2012/10/01/farewell-drupal/

https://web.archive.org/web/20180205000000*/http://drupalnotes.com/post/74947559516/goodbye-drupal-hello-django

https://web.archive.org/web/20180205000000*/http://blog.varunarora.com/2013/why-we-stopped-using-drupal-for-our-platform/

https://web.archive.org/web/20180205000000*/http://24hourpotatomachine.com/goodbye-drupal-thanks-for-the-learning/

https://web.archive.org/web/20180205000000*/http://www.rob-tomlinson.com/blog/drupal-version-8-loyalty-or-farewell

https://web.archive.org/web/20180205000000*/https://www.reddit.com/r/drupal/comments/6au8xn/goodbye_drupal/

https://web.archive.org/web/20180205000000*/https://contextualpolitics.com/tech/abandoning-drupal-8.html

https://web.archive.org/web/20180205000000*/https://splicer.com/2017/09/08/drupal-maybe-we-should-just-be-friends

https://web.archive.org/web/20180205000000*/https://dev.to/wweihs/why-im-leaving-drupal-for-laravel-1hh8

https://web.archive.org/web/20180205000000*/https://chirale.org/2015/10/10/guide-to-migrate-a-drupal-website-to-django-after-the-release-of-drupal-8/

https://web.archive.org/web/20180205000000*/https://www.python.org/

https://web.archive.org/web/20180205000000*/https://chirale.org/2016/10/24/django-fundamental-tools-for-new-python-developers/

https://web.archive.org/web/20180205000000*/http://flask.pocoo.org/

https://web.archive.org/web/20180205000000*/https://kivy.org/

https://web.archive.org/web/20180205000000*/https://www.youtube.com/embed/66XoCk79kjM?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en&autohide=2&wmode=transparent

https://web.archive.org/web/20180205000000*/https://chirale.wordpress.com/2018/02/05/why-you-should-not-use-drupal-anymore/drupal-django-trends-2007-2017/

https://web.archive.org/web/20180205000000*/https://chirale.wordpress.com/2018/02/05/why-you-should-not-use-drupal-anymore/drupal-wordpress-trends-2007-2017/

https://web.archive.org/web/20180205000000*/https://www.tiobe.com/tiobe-index/

https://web.archive.org/web/20180205000000*/https://chirale.wordpress.com/2018/02/05/why-you-should-not-use-drupal-anymore/tiobe-python-php/

https://web.archive.org/web/20180205000000*/http://pypl.github.io/PYPL.html

https://web.archive.org/web/20180205000000*/http://drupal.sh/drupal-burning-platform