/**
  * initialize the page
  */
 public static function boot()
 {
     self::$executionTime = microtime(true);
     //used for script execution time
 }