jdavidbakr / mail-tracker

Package for Laravel to inject tracking code into outgoing emails.
MIT License
567 stars 129 forks source link

Admin page loading is very slow with pagination #192

Closed UtkuDalmaz closed 2 years ago

UtkuDalmaz commented 2 years ago

Admin page loading takes 20 seconds with 15.000 rows in the DB using pagination

Can you make it load faster in some way?

UtkuDalmaz commented 2 years ago

I added an index for recipient_email, recipient_name, and created_at columns in sent_emails table and now it loads in a moment.