... And still no decoupling and no real API. Wordpress is locked down by its own mass of users and just can't evolve. Too big to fail ?
WordPress now runs a quarter of the web
21–30 of 114 posts
Re: WordPress now runs a quarter of the web
#22A quarter of all websites includes a LOT of tiny websites nobody visits. How many users/hits/bandwidth of the web does WP get?
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
#23A quarter of all websites includes a LOT of tiny websites nobody visits. How many users/hits/bandwidth of the web does WP get?
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
#24... And still no decoupling and no real API. Wordpress is locked down by its own mass of users and just can't evolve. Too big to fail ?
Re: WordPress now runs a quarter of the web
#25The 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
#26A 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.
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
#27I 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.
Re: WordPress now runs a quarter of the web
#28Re: WordPress now runs a quarter of the web
#29There 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
#30Any 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.…