You might need to increase your PHP memory limit.
I also received this warning from my hosting provider:
We are notifying you that your account, or a portion or feature of your account has caused an overload on one of our servers. We have a shared hosting environment that we must maintain at a certain level of performance. This performance is monitored and balanced by us, however there are times when accounts can cause the server’s load to increase degrading the performance for all other customers on this server.
Unfortunately, until this issue is resolved your account will have to remain limited.
Time: 6484.224 sec
Amount: 5 queries
Rows Examined/Sent: 0 / 0
Query Lock Time: 0.000
Query example : CREATE TABLE IF NOT EXISTS wp_slim_stats_archive LIKE wp_slim_stats;
Time: 6281.726 sec
Amount: 4 queries
Rows Examined/Sent: 0 / 0
Query Lock Time: 0.000
Query example : RENAME TABLE wp_slim_stats TO wp_slim_stats_3;
How many records do you have in your Slimstat tables?
No idea… as many as the plugin created I guess.
Well, if you are updating from 3.9 to 4.x, the plugin needs to update the table structure with a few complex SQL queries. This is probably why the plugin goes in timeout. One solution would be to create the new tables empty, and then find a workaround to import the old data.
I actually cant tell you right now since my hosting company has locked down the database access because of overuse.
Will try that when I can get access the database again.
All right, keep us posted.
Marking as resolved for inactivity.