Regarding the SPFx webpart to extract list items from specific view in list, SharePoint 2019 on premise

SHUO .H 706 Reputation points
2021-12-12T17:51:33.553+00:00

Hi there,

I refer to the document from <https://wowsomuch.com/sharepoint/pnp-js-caml-query/>. When there are 3000 List items in specific view of List, the performance is not good (Low Performance). Does anyone have any idea on it?? or other workaround to increase the performance. Thanks

156973-2021-12-13-1-49-55.png

 

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,227 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,684 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,675 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,575 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. RaytheonXie_MSFT 31,606 Reputation points Microsoft Vendor
    2021-12-13T02:39:12.157+00:00

    Hi @SHUO .H ,
    You can try to use restapi to retrieve the list items. Please refer to the following code.
    https://github.com/Haiqi-Wu/SharePoint-FrameWork-Demos/tree/master/ReadSPListItems


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.