Hi Everyone, I am facing a performance issue with a Suitelet where I am loading three saved searches, combining the results, and displaying them on the Suitelet page; the combined results are more than 50,000 records, and although I am using pagination with 1,000 records per page, the Suitelet URL takes too long to load initially and navigating between pages is also very slow, so I would like to know what is the best way in NetSuite to efficiently handle such a large volume of records with minimum load time, and later I also need to add an “Export to Excel” functionality for these results.