It is overwhelming the server which will never be able to handle such load.
Please see attached screen recording.
Simple reprodruction case:
- open the network panel of chrome inspector
- go to the default search and switch to queue mode
- select a folderish document (like Workspaces)
- observe all the requests sent
http://localhost:5000/nuxeo/api/v1/search/pp/advanced_document_content/execute?currentPageIndex=0&offset=0&pageSize=41&sortBy=dc%3Acreated&sortOrder=asc&ecm_parentId=82e0cccf-ef48-4698-83ee-a96a0811886a http://localhost:5000/nuxeo/api/v1/search/pp/advanced_document_content/execute?currentPageIndex=0&offset=0&pageSize=42&sortBy=dc%3Acreated&sortOrder=asc&ecm_parentId=82e0cccf-ef48-4698-83ee-a96a0811886a http://localhost:5000/nuxeo/api/v1/search/pp/advanced_document_content/execute?currentPageIndex=0&offset=0&pageSize=43&sortBy=dc%3Acreated&sortOrder=asc&ecm_parentId=82e0cccf-ef48-4698-83ee-a96a0811886a
you can also observe that pageSize param is incrementing.
After few navigations, my browser gets slower and slower.
- is related to
-
ELEMENTS-437 Fix data grid redundant fetch
- Resolved
-
NXP-23331 Fix Collections and Favorites navigation with lazy scrolling
- Resolved