How do I optimize a custom post type admin page with 25,000 posts?

I’m getting the occasional excessive resource limit error to due to loading so many posts at once. We had set the PHP limit to 128 but just loading the list of posts for a couple of the post types is taking up even more resources than that.

On the admin page with 25,000 posts, there are 217 queries and on another admin page with 15,000 posts there are 301 queries.

Read More

Is there a way to cache these or perhaps another solution to loading these pages without an issue?

Related posts

Leave a Reply

1 comment