Hello, this is interesting, as this form should take not much longer than any others: it is a long form, but it is not doing anything crazy on the backend. I wonder if you can check your PHP logs to see if there are any errors or warnings? Another option is to try and comment out various sections of the form process script to see where it is sticking. What PHP version are you using? What OS? Thanks, Ross.
The second one should be accurate. The first one is most likely the command line version. 5.5.9 should work for Gibbon, but you could try and update it to 7.x to see if it makes a difference.
I wonder if the application form taking longer than most might be related to a slow connection from PHP to the mail server. Most forms don’t send emails, but depending on your configuration it could be sending several (one to the parent, one or more to admissions, optionally to referees or with payment details). If you send an email through the messenger does it also seem to take a bit longer than the average form?
Try Sandra’s test, and use Messenger to send a message to a few users, and see if that takes longer than expected to send. Let us know the result of this test.
Well deduced on Sandra’s part! What can you tell us about the SMTP server you have used? Is it local or near to the Gibbon machine? Is it on a fast network? Is it overloaded?
We use google mail too and it is a bit slower than local mail. Using an external service will tend to slow things down as it makes a round-trip to an outside server. We did find that switching from the smtp.gmail.com setting to using smtp-relay.gmail.com appeared to speed things up, where the send time was 1-2 seconds. If you’re not already using this setting it may be worth updating.