Content clone needs profiling #12
Labels
enhancement
New or additional functionality
good first issue
Good for newcomers
high priority
Should be prioritised over all other issues
This concerns ContentModule#clone
We need to look into speeding up the cloning process (the function needs profiling to identify any issues). Currently the process works as follows:
Need to look into:
In any case, the process will require individual insert calls for each cloned content item (to be able to map from the old _id to the new _id)
The text was updated successfully, but these errors were encountered: