Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix improve folder creation speed #1094

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

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.

Christian Zuellig added 4 commits December 4, 2024 08:57
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