WordPress admin slow for editors, fast for admins
-
Hi everybody,
I’m experiencing some odd behavior. I have quite a large database for a multi-author website (not multisite). There’s 6 or 7 custom post types, custom taxonomies, almost 80k of posts (all post types combined), postmeta about 400k rows and around 80k images. That’s a lot I’d say, but I have a really strong machine (self-hosted) to handle all this and I have a caching plugin in place (Cachify btw, which does a great job).
The frontend is lightning fast, cached and uncached. So is the admin backend for me as an administrator. But roles other than admin, such as a regular editor, have quite a slow admin backend. Not unusably slow, but 4 sec for page load time on list views and on post edit screens. The admin gets those screens in 0.7 sec. Any idea where this may come from?
According to Query Monitor plugin the slow views for the editors do not come from slow DB queries, they’re at around 0.2 sec. So might this be a PHP related issue? But how can this be different for admins and editors?
BTW, I tried this plugin: https://github.com/alleyinteractive/wp_enqueue_media_override since the wp_enqueue_media function for audio and video files seemed to slow down things, but that wasn’t the problem (but caused another one).
Thanks!
Thomas
- The topic ‘WordPress admin slow for editors, fast for admins’ is closed to new replies.