Deletion of data objects extremely slow #15449
jratzenboeck
started this conversation in
General
Replies: 1 comment 2 replies
-
Which version of Pimcore is the project? Hopefully it's not 10.5.24, see also #15420 (comment) in case and update to latest |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I am part of the development team of a large project where we have to manage a lot of different data objects with quite an amount of relations. Right now I am writing a command, where we can automatically delete multiple objects. Now, I am facing the issue that deletion of single objects is extremely slow if they have a bigger amount of dependencies (ie. the main products in my case). The fact that it might take a few seconds to delete these would be fine to me but it takes multiple minutes to delete just one object, which is far too long to me.
I am rather new to Pimcore and don't know all the inner workings. Unfortunately I could not really find anything regarding this topic and thus I am asking here. Can anyone help me how I can implement that to make this process faster?
Thanks for your help in advance.
Beta Was this translation helpful? Give feedback.
All reactions