Live data from Hacker News

WordPress now runs a quarter of the web

w3techs.com

31–40 of 114 posts

Re: WordPress now runs a quarter of the web

#31
post #2

That sounds scary considering the fact that Wordpress security flaws make it "remote system administration tool" first, and blog platform second.

That made my day. I got Anxiety Attacks reading that article and some of the comments here. A shitty codebase with a kinda useless API on top of the cockroach of databases. Et voilà, the perfect platform to make the web a little bit less stable, less performant and contributing to the increasing trend of low quality code.

Re: WordPress now runs a quarter of the web

#32
post #16

It's not that surprising to be honest. WordPress' success comes down to the following: 1. It was simple to use in an era where CMS meant 'large, complicated system that was tailored towards technies rather than the general population'. It didn't have a ton of features, but it was easy to use for the average blogger wanting to write posts without worrying about all the setup and coding and what not. 2. You could prett…

I agree with your points, but always wonder why shared hosting is often PHP/MySQL only. E.g. if you are using Python, say Django or Flask, and want to outsource your devops (i.e. shared hosting) you do not have many options.

Of course, there is pythonanywhere or you might want to use PAAS like Heroku, but I find it interesting non the less. Is it so much more work for shared hosting providers to provide Python?

Re: WordPress now runs a quarter of the web

#33

Any consultants on here that have to deliver/maintain WordPress sites? If so, mind sharing what your basic workflow is? There are many articles on the web, but they are mostly for very entry level users. The fundamental problem my company runs into with WP is that only a theme can be meaningfully checked into version control. Everything else, including installation of plugins is coupled with entries in the database.…

You can probably split (by table) bootstrap information (config) from CMS information (posts/comments)

A plugin will usually set some entries on installation (then add its work data as well)

But yeah, I believe there's an interesting void of supporting tools for WP (it needs to be DevOps'd)

Re: WordPress now runs a quarter of the web

#35
post #20

The total economic activity attributable to WordPress must be staggering. How many small businesses use it? How many consultants and design firms? Even the business of creating WordPress themes must be very significant.

> Even the business of creating WordPress themes must be very significant.

It is, lots of people make full-time livings doing it, and even have entire companies set up to do it.

Re: WordPress now runs a quarter of the web

#36
post #16

It's not that surprising to be honest. WordPress' success comes down to the following: 1. It was simple to use in an era where CMS meant 'large, complicated system that was tailored towards technies rather than the general population'. It didn't have a ton of features, but it was easy to use for the average blogger wanting to write posts without worrying about all the setup and coding and what not. 2. You could prett…

I agree with your points, but always wonder why shared hosting is often PHP/MySQL only. E.g. if you are using Python, say Django or Flask, and want to outsource your devops (i.e. shared hosting) you do not have many options. Of course, there is pythonanywhere or you might want to use PAAS like Heroku, but I find it interesting non the less. Is it so much more work for shared hosting providers to provide Python?

PHP guys are very smart about not trying to reinvent the wheel. They always supported the most common web setup: Apache running on its standard configuration. That's why every shared host company in the world is confident in deploying PHP and avoids like the plague more complex solutions based on Python, Java, and Rubi.

Re: WordPress now runs a quarter of the web

#38
post #16

It's not that surprising to be honest. WordPress' success comes down to the following: 1. It was simple to use in an era where CMS meant 'large, complicated system that was tailored towards technies rather than the general population'. It didn't have a ton of features, but it was easy to use for the average blogger wanting to write posts without worrying about all the setup and coding and what not. 2. You could prett…

What's more amazing is Google had the nascent market in their grasp when they acquired Blogger, then promptly ignored it.

Re: WordPress now runs a quarter of the web

#39

Any consultants on here that have to deliver/maintain WordPress sites? If so, mind sharing what your basic workflow is? There are many articles on the web, but they are mostly for very entry level users. The fundamental problem my company runs into with WP is that only a theme can be meaningfully checked into version control. Everything else, including installation of plugins is coupled with entries in the database.…

I've been meaning to try out Revisr [0].

[0] https://github.com/ExpandedFronts/revisr

Post reply on HN