Redirecting Users During Backend Processing
-
I’m aiming to swiftly redirect users to a “Thank You” page following form submission. Currently, due to the number of fields and a slower server, this redirection takes around 20 seconds.
Here’s what I’ve tested and troubleshot so far:
- When I disable all actions, the redirection happens within a second or two.
- The more actions I add to a form, such as web hooks, database storing, and email sending, the slower the submission becomes.
From this, it seems evident that the delay is caused by PHP needing time to process all the required actions. However, I believe the user should be able to be redirected to the thank you page while the remaining processes continue on the server side.
Do you think my understanding of this process is correct? I’m looking forward to hearing from others and the author for any insights.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Redirecting Users During Backend Processing’ is closed to new replies.