Hi all, my quastion concerns jsjobs pro.
The user is logged in and has already a PDF resume in the system.
When the user applies for a job, the browser freezes for an average of 15 seconds.
web browser console shows that
mywwebsite.test.org/index.php?option=com...obapply.jobapplyajax
has a TTFB around 15 seconds.
My guess is that the email is sent synchronously, instead of asynchronously : how to chagne that?
For instance, when admin email notification are sent, the administrator is not stuck during that time.
I am looking for advices, configuration tweaking as well as PHP snippets.