This is very bad plugin, Do not use it if you do not want your website to be slow..
Each visit, this plugin will insert to wp postmeta table one row.
This causes the wp postmeta table to increase the number of rows over time.
Table wp postmeta is important because every WordPress query is joined to this table..
Do not use it if you do not want your website to be slow..
MariaDB > select count from wp postmeta where meta key like count-views day% + — — — -+ count + — — — -+ 71996 + — — — -+ 1 row in set.
Simple WordPress query, but it takes 3.19 seconds.
MariaDB > SELECT SQL NO CACHE DISTINCT post title, ID, post type, post name -> FROM wp posts wposts -> LEFT JOIN wp postmeta wpostmeta ON wposts.
ID = wpostmeta post id -> LEFT JOIN wp term relationships ON ( wposts.
Read more