index.php: Create MeowBase container
index.php: Container created
get cache object
index.php: MeowBase created
/var/www/clients/client8/web87/web/index.php:44:
array (size=6)
  'Cache' => 
    array (size=5)
      'enable' => boolean true
      'lifeTime' => int 86400
      'adapter' => string 'memcached' (length=9)
      'siteID' => string 'meowbase2' (length=9)
      'adapterList' => 
        array (size=4)
          'files' => 
            array (size=2)
              ...
          'array' => 
            array (size=4)
              ...
          'memcached' => 
            array (size=4)
              ...
          'redis' => 
            array (size=3)
              ...
  'CachedDB' => 
    array (size=3)
      'localDB' => 
        array (size=3)
          'type' => 
            array (size=2)
              ...
          'path' => 
            array (size=2)
              ...
          'prefix' => 
            array (size=2)
              ...
      'mysql' => 
        array (size=9)
          'type' => 
            array (size=2)
              ...
          'database' => 
            array (size=2)
              ...
          'server' => 
            array (size=2)
              ...
          'username' => 
            array (size=2)
              ...
          'password' => 
            array (size=2)
              ...
          'prefix' => 
            array (size=2)
              ...
          'charset' => 
            array (size=2)
              ...
          'collation' => 
            array (size=2)
              ...
          'port' => 
            array (size=2)
              ...
      'pgsql' => 
        array (size=9)
          'type' => 
            array (size=2)
              ...
          'database' => 
            array (size=2)
              ...
          'server' => 
            array (size=2)
              ...
          'username' => 
            array (size=2)
              ...
          'password' => 
            array (size=2)
              ...
          'prefix' => 
            array (size=2)
              ...
          'charset' => 
            array (size=2)
              ...
          'collation' => 
            array (size=2)
              ...
          'port' => 
            array (size=2)
              ...
  'Mail' => 
    array (size=7)
      'mode' => string 'smtp' (length=4)
      'host' => string 'smtp.example.com' (length=16)
      'port' => int 587
      'username' => string 'user' (length=4)
      'password' => string 'pass' (length=4)
      'encryption' => string 'tls' (length=3)
      'async' => boolean false
  'MeowBase' => 
    array (size=6)
      'debug' => boolean true
      'timeZone' => string 'Asia/Hong_Kong' (length=14)
      'sessionName' => string 'meow' (length=4)
      'outputBuffer' => boolean true
      'htmlHeaderFlush' => boolean true
      'htmlHeaders' => 
        array (size=1)
          'default' => 
            array (size=3)
              ...
  'Profiler' => 
    array (size=5)
      'driver' => string 'memory' (length=6)
      'enable' => boolean true
      'webLayout' => boolean true
      'recordFile' => string './meowbase-data/cache/profiler/MeowBase-record.log' (length=50)
      'reportFile' => string './meowbase-data/cache/profiler/MeowBase-report.log' (length=50)
  'SysLog' => 
    array (size=7)
      'path' => string './meowbase-data/log/MeowBase.log' (length=32)
      'level' => string 'debug' (length=5)
      'enable' => boolean true
      'lineBreak' => boolean false
      'fullStack' => boolean false
      'backTrace' => boolean true
      'option' => 
        array (size=0)
          empty


Performance Report:
-------------------
Group: all
00001 Process HTML Request: time=1,783,879,771.6986s duration=0.0000s ratio=0.00%
00002 Application Initialization: time=1,783,879,771.7099s duration=0.0113s ratio=9.86%
00004 MeowBase constructor start: time=1,783,879,771.7749s duration=0.0650s ratio=56.87%
00003 Profiler Start: time=1,783,879,771.7951s duration=0.0202s ratio=17.72%
00005 MeowBase constructor completed: time=1,783,879,771.7952s duration=0.0001s ratio=0.11%
00006 CacheFactory start registration: time=1,783,879,771.7971s duration=0.0019s ratio=1.67%
00007 CacheFactory end registration: time=1,783,879,771.7972s duration=0.0000s ratio=0.03%
00008 CacheFactory get cache object: time=1,783,879,771.8127s duration=0.0155s ratio=13.56%
00009 Profiler End: time=1,783,879,771.8129s duration=0.0002s ratio=0.18%
Tag amount = 9, Execution time = from:1783879771.6986 to:1783879771.8129
Total duration=0.1143s

Group: MeowBase
00004 MeowBase constructor start: time=1,783,879,771.7749s duration=0.0000s ratio=0.00%
00005 MeowBase constructor completed: time=1,783,879,771.7952s duration=0.0204s ratio=100.00%
Tag amount = 2, Execution time = from:1783879771.7749 to:1783879771.7952
Total duration=0.0204s

Group: CacheFactory
00006 CacheFactory start registration: time=1,783,879,771.7971s duration=0.0000s ratio=0.00%
00007 CacheFactory end registration: time=1,783,879,771.7972s duration=0.0000s ratio=0.25%
00008 CacheFactory get cache object: time=1,783,879,771.8127s duration=0.0155s ratio=99.75%
Tag amount = 3, Execution time = from:1783879771.7971 to:1783879771.8127
Total duration=0.0155s