App with many entries

14 views
Skip to first unread message

Christoph Damm

unread,
Sep 26, 2023, 8:03:37 AM9/26/23
to Magnolia User Mailing List
Hello everyone,

I have a question and looking for confirmation or experience.
We have a customer with a lot of data entries within one workspace and its app.
Those entries are currently flat. In Author it is about 16k entries.
While the app itself is still accessible, sort of, i gave another issue:
When publishing an entry the ui 'freezes', well the progress bar holds on for at least a minute.
However in the log of the publish instance i can see that the publish was received nearly directly and process in around ~100-200ms.
So i have no idea what might happen afterwards and blocking on the author environment.
I also tried internally the recent 6.2.39 release and set ordering parameter to none on the publish action. Currently we are on 6.2.37.

I read the asset size article in the help, however, I'm not sure if advising/structuring the content in the app in folders with ~500 entries each will really solve the issue.

Any thoughts or ideas maybe?

Thanks a lot,

Chris

Roman Kovařík

unread,
Sep 26, 2023, 9:11:42 AM9/26/23
to Magnolia User Mailing List, christo...@gmail.com
Hey Chris,

I've created 16k entries with this groovy script from Groovy app:

root = MgnlContext.getJCRSession("website").getRootNode()
for (Integer i = 0; i < 16000; i++) {
    root.addNode(i.toString(), "mgnl:page")
}
root.save()


But I couldn't reproduce the issue when publishing from JCR browser or Pages app.
Is there some specific content or a custom publish action?

Roman

Reply all
Reply to author
Forward
0 new messages