I too had this problem, WordPress was just running slow, mainly the admin panel. I have this setting in wp-config.php, I put it in a year ago for a out of memory problem.
define('WP_MEMORY_LIMIT', '64M')
;
When I changed it to
define('WP_MEMORY_LIMIT', '256M');
things got better ??