I have 2 php pages:
index.php - Is a simple form that collects information
process.php - is reciving the variables from the form and is carrying out some actions to process data, send emails, send sms etc.
However it takes about 10 seconds to fully run process.php after submitting the form...