hierarchical performance issue
-
hello,
i create some CPT with hierarchical set to true. at first it does not give me any problem. then the posts number grow up and the performance issue comes. i’d like to explain a bit of my problem.
“car” CPT has archive, has 20 posts. then i create 100 posts as child of 20 posts earlier. then every 100 posts earlier has 507 posts.
i do this to get permalink structure like this car.com/car/brand/type/city/
the performance comes only on backend and load more than 5 minutes to fully load “edit post” page. when i set the hierarchical to false, there is no performance issue. by doing that i cannot achieve desired permalink structure as it will return the permalink as car.com/car/city/ .
is there anything i can do?
- The topic ‘hierarchical performance issue’ is closed to new replies.