Live data from Hacker News

Drupal: 15 years old

buytaert.net

1–10 of 48 posts

Re: Drupal: 15 years old

#2
Drupal and Wikipedia both celebrating 15 years today; jQuery 10 years earlier this week... All three projects that have affected my life in a very positive way, and have made the web a better place.

Thanks, Dries, Jimmy, and John!

Re: Drupal: 15 years old

#5
Pretty sure one of the Drupal guys worked in the same co-working place I did. He was very cool, anecdotally promising the future of Drupal to be really cool.

Re: Drupal: 15 years old

#6
I used and liked Drupal a lot. The only thing bothers me to see enormous number of queries running even for a single page web site. I think it is a sacrifice for the sake of creating all-purpose application.

Re: Drupal: 15 years old

#8
post #6

I used and liked Drupal a lot. The only thing bothers me to see enormous number of queries running even for a single page web site. I think it is a sacrifice for the sake of creating all-purpose application.

No, it's the price of a naive approach to maintaining a data model programmatically. This is a very weak point of drupal and the performance overhead it generates is incredible.

Re: Drupal: 15 years old

#9
post #4

I just started playing around with Drupal for work today. What a serendipitous day :)

Save yourself a lot of grief and either go for symfony2 (also quite heavy but a lot better written and much more maintainable than drupal), or laravel (based on symfony2 components).

Better yet, avoid the php ecosystem completely and go for a more mature one, even the python and ruby frameworks have better long term prospects than most php based stuff.

The biggest downside is that you'll find it harder to find programmers, the upside is that you'll find fewer 'absolute beginners' and interviewing will be a bit easier (fewer respondents, higher overall quality).

I'm writing this as a very long time PHP user that also spent considerable time on the drupal offerings.

Re: Drupal: 15 years old

#10
post #8
post #6

I used and liked Drupal a lot. The only thing bothers me to see enormous number of queries running even for a single page web site. I think it is a sacrifice for the sake of creating all-purpose application.

No, it's the price of a naive approach to maintaining a data model programmatically. This is a very weak point of drupal and the performance overhead it generates is incredible.

> it's the price of a naive approach to maintaining a data model programmatically

Are you talking about their node system ?

Post reply on HN