Calculate WordPress usage worldwide
Go to file
2020-01-08 23:59:44 +01:00
is-wordpress@b64770eb63 Add repo is-wordpress 2019-12-04 19:10:34 +01:00
src/wordpress_used Add repo is-wordpress 2019-12-04 19:10:34 +01:00
test/wordpress_used First commit 2019-10-07 19:35:09 +02:00
.gitignore First commit 2019-10-07 19:35:09 +02:00
.gitmodules Add repo is-wordpress 2019-12-04 19:10:34 +01:00
2019-top-1m.csv Add files via upload 2019-10-31 18:22:02 +01:00
calculate-percentage.sh Add repo is-wordpress 2019-12-04 19:10:34 +01:00
Makefile Update Makefile 2019-11-03 10:40:35 +01:00
project.clj Update project.clj 2019-10-10 17:34:16 +02:00
README.md Update README.md 2019-12-04 19:19:00 +01:00
top-1m.csv Add files via upload 2020-01-08 23:59:44 +01:00

Calculate WordPress usage worldwide

The following script will analyze the list of the first million domains with the most visits to give you the percentage of use.

Warning that it can take a long time: between 20 to 30 days.

Requirements

To run it you'll need either 2Gb of RAM or a swap file of the same size.

Install

sudo apt install clojure leiningen wget make curl bash unzip

Prepare

make prepare

Run

lein run

When all the CSV sites are analyzed, you can see the final figure by running the following script

Calculate percentage

bash calculate-percentage.sh

Historical

2019

19%

Article with conclusions (in Spanish)

https://programadorwebvalencia.com/analizando-un-millon-de-paginas-para-saber-cuanto-se-usa-wordpress-2019/

Hacker News (comments)

https://news.ycombinator.com/item?id=21428149