Viewing subscriber lists takes a very long time, minutes, when lists have more than 10K subscribers
Hi, I have 3 lists each with roughly 10k subscribers,and I have issues viewing subscribers list page. It takes a very long time and the server gets timed out. How can I resolve this?
This discussion has been closed.
Comments
Indeed, having DB indexes would be a step in the right direction.
when we have a large amount of data... it is one of those places you just hate to go... ( damn... I gotta go back into the list page )....
WHAT IF
you just show a the list of lists... and if we click the INFO button... then we can get updated info on that.... via AJAX
AND
what if you keep that data TOTALED in the LIST table and update if when an event happens to that list...
LIKE
someone unsubscribes from an email in that list... you update the LIST row in the LIST table ...
WHAM
that would be one of the fastest pages in the whole system...
just a thought....
m