Hi there,
I noticed ACYMailing generates new email for every recipient despite email content stays mostly unchanged. That's huge spike in server load (5% normal vs 80% while sending) as we have to send 30k emails in 2-hour period once a week. Thus, we have to pay more for extra CPU cores just to keep website accessible while sending emails. And I'm not talking about CO2 emission
Is there any way to implement cache for dynamic plugins like Article? I'm aware that each email actually has unique content like tracking links and may include other user specific content. Any improvements in email generation speed would be much appreciated.
Thank you