We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm running a message notification ajax call. When running this $execution_time is always around 5 seconds, any way around it?
$execution_time
$start_time = microtime(true); error_log("notification_req_ts: " . $start_time); $this->notification_request->dispatch(); $end_time = microtime(true); error_log("notification_req_ts_end: " . $end_time); $execution_time = $end_time - $start_time; error_log("starting notification task took: $execution_time");
The text was updated successfully, but these errors were encountered:
Same here. Have you found a solution? I have been checking for hours and nothing...
Sorry, something went wrong.
Never did, hope owner sees this thread.
No branches or pull requests
I'm running a message notification ajax call.
When running this
$execution_time
is always around 5 seconds, any way around it?The text was updated successfully, but these errors were encountered: