Drupal: 15 years old
buytaert.net
Drupal: 15 years old
1–10 of 48 posts
Re: Drupal: 15 years old
#2Thanks, Dries, Jimmy, and John!
Re: Drupal: 15 years old
#3Re: Drupal: 15 years old
#4Re: Drupal: 15 years old
#5Re: Drupal: 15 years old
#6Re: Drupal: 15 years old
#7Re: Drupal: 15 years old
#8I 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
#9I just started playing around with Drupal for work today. What a serendipitous day :)
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
#10I 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.
Are you talking about their node system ?