Page-Copy on large Pagelists!
Hi,
Greetings. I have two Pagelists.
1. DataPage at Node level which has around 5000 results.
2. Pagelist B which has around 600 results.
I am iterating over Data Page and using a pre-condition @IsInPageList() to check against pagelist B, if true doing a Page-Copy. Likewise i have few pre-conditions along with @IsInPageList().
I have benchmarked the time and it is taking around 4 secs with or without using @IsInPageList(). I am assuming this impact is due to the number of results. Is there any efficient way to do this Page-Copy which can improve the performance? (to < 3 secs?)
Appreciate any help around this.
Regards,
Bharat