Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
loccom Posted June 18, 2015 Posted June 18, 2015 I have had issues when members post in a section that has 100 members watching a section/category, when posting a new topic it hangs for 20 secs. When i change the SMTP and use phpmail it is a lot faster.Does anyone know how I can improve this? Mandrill works very well for me and would be a shame to pull the plug on it. IPB 3.4.8CentOS using Cpanel/WHM
Martin1980 Posted June 18, 2015 Posted June 18, 2015 Have you checked the reputation of your account? Any 'pending' messages in your backlog?
David.. Posted June 18, 2015 Posted June 18, 2015 I have had issues when members post in a section that has 100 members watching a section/category, when posting a new topic it hangs for 20 secs. When i change the SMTP and use phpmail it is a lot faster.Does anyone know how I can improve this? Mandrill works very well for me and would be a shame to pull the plug on it. IPB 3.4.8CentOS using Cpanel/WHMI think I have the same issue you do but on Messenger?
loccom Posted July 6, 2015 Author Posted July 6, 2015 Have you checked the reputation of your account? Any 'pending' messages in your backlog? I take it you mean reputation in mandrill?It is currently at excellent.No Messages.
sudo Posted July 6, 2015 Posted July 6, 2015 I think ips 4 sends mail in real time rather than batch which would prevent this issue. SMTP has a handshake and connection time etc so mail will take longer but thats why batch mode is better.
Marcher Technologies Posted July 6, 2015 Posted July 6, 2015 const NOTIFICATIONS_PER_BATCH = 100;It does indeed send them in batches. I would honestly suggest submitting a ticket for further investigation, it is entirely possible something else is going on, or the amount to send per batch is too high in some scenarios, both of which are something that would actually need to be looked into as they are occurring to reproduce/resolve.
sudo Posted July 6, 2015 Posted July 6, 2015 const NOTIFICATIONS_PER_BATCH = 100; It does indeed send them in batches. I would honestly suggest submitting a ticket for further investigation, it is entirely possible something else is going on, or the amount to send per batch is too high in some scenarios, both of which are something that would actually need to be looked into as they are occurring to reproduce/resolve. Wow! thanks for correcting me I had read it wasnt part of ips4 somewhere and it was a little concerning for those with larger boards.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.