WordPress dashboard, viewing CPT results in 504
-
I created a custom post type with a custom taxonomy. I have about 1500 posts all of which are assigned to some sort of taxonomy term…some being assigned to 200+ terms.
I noticed that from the dashboard, it takes an extremely long amount of time to view the custom post types, most of the time resulting in a 504 Gateway Time-Out.
Querying these post from the front-end is just fine and I have no issues with that.
It’s my understanding that when the dashboard is trying to view these custom post types, it’s trying to pull all the information assigned to each post, before it shows everything.
I do have this WP install set to be able to use as much memory as needed (memory_limit = -1), as I was researching, some said it may be memory related.
Is there something i can do to increase the performance of this query …maybe not load all the taxonomy term relationships of a post until you’re editing the post?
- The topic ‘WordPress dashboard, viewing CPT results in 504’ is closed to new replies.