Live data from Hacker News

WordPress now runs a quarter of the web

w3techs.com

21–30 of 114 posts

Re: WordPress now runs a quarter of the web

#22
post #6

A quarter of all websites includes a LOT of tiny websites nobody visits. How many users/hits/bandwidth of the web does WP get?

Quite a lot, considering that some of these brands use (or used to use) WordPress:

http://www.wpbeginner.com/showcase/40-most-notable-big-name-...

It's fairly common among large media publications.

Re: WordPress now runs a quarter of the web

#23
post #6

A quarter of all websites includes a LOT of tiny websites nobody visits. How many users/hits/bandwidth of the web does WP get?

It's worth looking at what the stat actually is: http://w3techs.com/technologies

tl;dr: It's 25% of the top 10 million websites according to Alexa over the last 3 months, and only includes top-level domains (So skips counting the millions of WordPress.com subdomains).

If it were all websites, it'd surely include tens of millions of low-traffic WordPress sites - but none of those are used in this calculation.

Re: WordPress now runs a quarter of the web

#25
I agree entirely with the premise that WordPress is not the most impressive codebase in the world — but that's not why people select it.

The reason that sites opt to use WordPress is that the editorial interface is familiar and the plugin ecosystem is very robust. The reason that sites stay on WordPress is that upgrades arrive for free every couple of months and do not break backwards compatibility.

WordPress's performance has improved over the years largely as a result of the rising tide of CPU and RAM upgrades and improvements to PHP and MySQL themselves — and more recently through integrations with Elasticsearch, which WordPress works particularly well with.

It's also possible to use WordPress as a framework and to develop elegant code using its APIs, which is largely what my firm does (I run one of the handful of agencies that partner with Automattic to provide WordPress consulting to big companies). But that's the exception, not the rule, and most of the prospective developers we interview who have WordPress experience can't use it the way we want.

Re: WordPress now runs a quarter of the web

#26
post #6

A quarter of all websites includes a LOT of tiny websites nobody visits. How many users/hits/bandwidth of the web does WP get?

It's worth looking at what the stat actually is: http://w3techs.com/technologies tl;dr: It's 25% of the top 10 million websites according to Alexa over the last 3 months, and only includes top-level domains (So skips counting the millions of WordPress.com subdomains). If it were all websites, it'd surely include tens of millions of low-traffic WordPress sites - but none of those are used in this calculation.

> tl;dr: It's 25% of the top 10 million websites according to Alexa over the last 3 months, and only includes top-level domains (So skips counting the millions of WordPress.com subdomains).

Nit, from someone in this industry: A top-level domain is .com, .net, .org, etc. The Alexa statistics only include second-level domains, which is what fully qualified domain names without hostnames are called.

Re: WordPress now runs a quarter of the web

#27

I have to say, setting up blogger was just far too hard. Maybe something has changed, but back in the day I was trying to find a math renderer for http://randomtechnicalstuff.blogspot.com.au - but couldn't find anything. I haven't bothered since, and my latest blog at http://sherlockchrisblog.wordpress.com is just working with LaTeX markup. It's honestly a breath of fresh air.

Blogger hasn't seen any development in years. I expect Google to shut it down when enough users have left.

Re: WordPress now runs a quarter of the web

#29
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. And of course the database also includes changes necessarily made on the production instance, like comments to blog posts.

Any thoughts or links to posts on this greatly appreciated.

Re: WordPress now runs a quarter of the web

#30

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.…

There is http://versionpress.net/ but it's still on early access.
Post reply on HN