We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 49820
    • 3 Posts
    I imported about 3000 records (via ImportX) into a single parent container. I can't open the folder in the tree view any more - I just get a spinner for a few seconds, and then clicks on the folder don't open it - I usually don't see a disclosure triangle.

    Is there a practical maximum number of resources to put in a single container? It's not critical as the individual resources won't have to be edited, but I'd like to know for future projects.

    This question has been answered by sottwell. See the first response.

    • discuss.answer
      • 28042 ☆ A M B ☆
      • 24,524 Posts
      That depends on the server environment. The listing of the resources is done with an AJAX request, and it's probably timing out before processing and returning that many records.

      Try installing something like Collections, and converting the parent resource to a Collection container. That way its children are listed in a grid in the parent resource's Children tab upon opening the parent resource for editing, and that grid has paging, so you'll never have all that many resources being listed at one time.
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 49820
        • 3 Posts
        Super! How have I missed that? Just installed, and in 30 sec, have not just solved the problem, but the backend interface is 10x better for that use case.

        Thanks so much - will now be adding collections as part of my default set of extras.

        Cheers.