I'm using the cPanel API to add dynamically parked domains. So far so good, I send the required data via jQuery.post()
only this process takes a while to complete, about 1 minute.
Are there any alternatives for the process to continue running in the background and the user to continue browsing the system? Currently the user can not navigate until the process is finished.