I have a wordpress website with 500,000 members. I am finding /wp-admin to be very slow and have been advised it’s because of the number of users in the database. Surely there are other sites out there with more users so wonder if there is a way to sort this issue?
Thanks ??
]]>Have you tried using an object cache that supports memcache? Otherwise, maybe you should consider migrating to an application that is better-suited to large numbers of members (and posts).
]]>Find the actual bottleneck. What specific thing is holding you back and making it slow. It’s not just “a really big table”, it’s some specific case or query on the database that slows the site down. Find that, then fix that.
]]>