Re: Loading php in the background
Posted: Tue Oct 28, 2008 2:36 pm
Everah,
It's taking 19 seconds to do this:
Then another 14 seconds to do this:
My web host is 1and1.com running on a Linux server.
It's taking 19 seconds to do this:
Code: Select all
require_once "swift/lib/Swift.php";
require_once "swift/lib/Swift/Connection/SMTP.php";Then another 14 seconds to do this:
Code: Select all
$swift->batchSend($message, $recipients, "webmaster@pmpa.net");