This evil plugin created a database table that was 190mb in size. The processor load on my VPS server became so high that my web host killed the site!!!!
I've had to delete this plug-in from my site now, and it's so much faster that it is unbelievable.
Stay away from this!
http://wordpress.org/extend/plugins/statpress/
renarios
Member
Posted 2 years ago #
The dramatically performance comes through the use of text columns in the table. This causes usage of indexes being skipped, with result full table scans on the database.
I sent the developer a mail with suggestions a while ago, but have had no reaction ever since.
Please change text fields in the tables to numeric and varchar and use indexes.
danielelippi
Member
Posted 2 years ago #