Skip to Main Content
Customer Feedback

We love feedback from you on our products and the problems in your daily work that you would like us to solve. Please describe the challenge you're encountering and your desired outcome. Be as detailed as possible.

For technical issues or bugs please head to Support or our Developer Community. You can assign up to 20 votes in total. Thank you for your feedback.

Status explanation: 'Future Consideration' = Continuing to collect further feedback, not planned at this time. 'Investigating' = Prioritized for deeper customer and feasibility investigations ahead of planning development.

Categories Technical
Created by Guest
Created on Jul 6, 2024

More efficient loading of child content

As a developer with aims for high performance, I would like the IContentLoader.GetChildren method to use batching when loading uncached content from the database.


Currently, the CMS will load content one by one and then return a list. But the database procedures are already in place, so it would be nice if child content is loaded with a single database call.


This will be highly useful for many of my clients, who have many pieces of content and complex menu structures.