Skip to content

Conversation

@czullu
Copy link
Contributor

@czullu czullu commented Dec 10, 2024

To create a folder tree of around 500 Folders original code will take up to 8 minutes just for folder creation.
A reason is, that multiple calls are repeated as Load for each folder like ContentTypes for Security Roles...

The new implementation checks with one query for FsObjectType=1 for existing Folders, builds the complete Folder tree and maps existing folders to it. Then it will handle the Folders by Tree Level. This way we reduce the calls and the overall processing time will be aprx 2min.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant