Replies: 0
To speed-up the mysql actions I have add an extra index.
See below:
ALTER TABLEwp_newsletterADD INDEXemail(email);
Maybe a tip for next update.
Could not find the index for this important field.
Regards,
Ronald
Replies: 0
To speed-up the mysql actions I have add an extra index.
See below:
ALTER TABLEwp_newsletterADD INDEXemail(email);
Maybe a tip for next update.
Could not find the index for this important field.
Regards,
Ronald