Hi Tim, thanks for the reply. The 2 rest calls that take the most time are these:
Workflow task page (mais problem): server/api/discover/search/objects?sort=score,DESC&page=0&size=10&configuration=workflow&embed=thumbnail&embed=item%2Fthumbnail We have a team of 14 submitters who can submit new items in any of the 270 collections. We also have another team of 10 editors, who can accept or reject submitted items in all collections. When we had 100 items submitted in the queue for editing, the above rest call took 2 minutes to complete. Deposit a new item (the delay here doesn't bother you that much): server/api/workflow/workflowitems?projection=full Att, Aroldo Em qua., 6 de set. de 2023 às 13:27, DSpace Community < [email protected]> escreveu: > This discussion is taking place on the dspace-tech list. Please try to > keep your emails to a single list if at all possible. Cross-posting to all > lists can make it difficult for others to locate the answer in the future. > > https://groups.google.com/g/dspace-tech/c/Me5TNlKcTEk > > On Tuesday, September 5, 2023 at 4:39:20 PM UTC-5 [email protected] wrote: > >> We are back to Dspace 6 until we resolve the issues. >> >> Em sex., 1 de set. de 2023 às 14:58, Aroldo Rique Júnior < >> [email protected]> escreveu: >> >>> Hello everybody >>> Our >>> Workflow tasks page is taking a long time to load, over a minute. >>> Something similar also happens on the new item submission page. >>> >>> [image: image.png] >>> >>> >>> >>> >>> [image: image.png] >>> >>> My mpf-ui.json: >>> { >>> "apps": [ >>> { >>> "name": "mpf-ui", >>> "cwd": "/dspace/mpf-ui/", >>> "script": "dist/server/main.js", >>> "instances": "-1", >>> "exec_mode": "cluster", >>> "node_args": "--max_old_space_size=2048", >>> "env": { >>> "NODE_ENV": "production" >>> } >>> } >>> ] >>> } >>> >>> We currently have over 150,000 items, spread across 270 collections, >>> spread across various communities and subcommunities. >>> >>> We created 3 groups of people, a group of Administrators, another one of >>> Submitters and another one of Editors. These 3 groups are administrators, >>> submitters and editors of all collections. >>> >>> [image: image.png] >>> [image: image.png] >>> >>> We've already increased the memory of Solr, Tomcat and the machine (SLES >>> 15), but the slowness (and user complaints) continues... >>> >>> Att, >>> >>> Aroldo Rique >>> >>> >>> >>> >>> >>> >>> >>> >>> -- > All messages to this mailing list should adhere to the Code of Conduct: > https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx > --- > You received this message because you are subscribed to the Google Groups > "DSpace Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dspace-community/12fa82fd-1ba9-4c75-b4d8-c6f7b2600b61n%40googlegroups.com > <https://groups.google.com/d/msgid/dspace-community/12fa82fd-1ba9-4c75-b4d8-c6f7b2600b61n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/CACKFi%2BdyB_HCGBbpp_HmrJO_h%2B4FmzcqwNMw7np8ybxhnnj0zw%40mail.gmail.com.
