Open
Description
Description
On Get Entries Function at Life Cycle it might very slow and heary load for DB Server
Because plugin use Offset based pagination I tried with 1M records sync
On early page 20-30 page number speed is normal but when reach deep page like 100 number query very slow and keep incresing because Offset based need to scan all table, suggest to change to cursor base pagination