Astounding performance hit with large number of rows in wp_users
-
While working on my companies install of wordpress I noticed that comments now have a “user must be registered and logged in” status. Interested I investigated further and liked what I saw.
so I grabbed our user database to use as a sample recordset and imported them all into wp_users.
with 25,000 users in the wp_users table every page takes over 5 seconds to render and the apache process spikes up to 50%, the advanced posts form and the authors & users page both render a complete list of uses which takes even longer (30+ seconds).
I have not investigated this for more than 10 minutes, I have only just noticed the problem and will post again when I have narrowed down the possible causes.
PS, when all the users were removed from the table everything was once again snappy.
- The topic ‘Astounding performance hit with large number of rows in wp_users’ is closed to new replies.