Una cosa, por que en lugar de llamar a la funcion initPageLoadingTime desde el contructor, mejor no metes el codigo de dicha fncion dirctamente en el contructor.
Y asi ahorras unos cuantos bytes de memoria![;D ;D](https://forum.elhacker.net/Smileys/navidad/grin.gif)
Saludos
Código (php) [Seleccionar]
public function __construct() {
$this->time = microtime();
$this->time = explode(" ", $this->time);
$this->time = $this->time[1] + $this->time[0];
$this->initTime = $this->time;
}
Y asi ahorras unos cuantos bytes de memoria
![;D ;D](https://forum.elhacker.net/Smileys/navidad/grin.gif)
Saludos