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=5)
  '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' => string 'csv' (length=3)
          'path' => string './meowbase-data/config/db' (length=25)
          'prefix' => string 'meow_' (length=5)
      'mysql' => 
        array (size=9)
          'type' => string 'mysql' (length=5)
          'database' => string 'c838xus' (length=7)
          'server' => string 'localhost' (length=9)
          'username' => string 'c838xus' (length=7)
          'password' => string 'o8ZerSF2#' (length=9)
          'prefix' => string 'meow_' (length=5)
          'charset' => string 'utf8mb4' (length=7)
          'collation' => string 'utf8mb4_general_ci' (length=18)
          'port' => int 3306
      'pgsql' => 
        array (size=9)
          'type' => string 'pgsql' (length=5)
          'database' => string 'c838xus' (length=7)
          'server' => string 'localhost' (length=9)
          'username' => string 'c838xus' (length=7)
          'password' => string 'o8ZerSF2#' (length=9)
          'prefix' => string 'meow_' (length=5)
          'charset' => string 'utf8mb4' (length=7)
          'collation' => string 'utf8mb4_general_ci' (length=18)
          'port' => int 5432
  '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,600,265.3429s duration=0.0000s ratio=0.00%
00002 Application Initialization: time=1,783,600,265.3548s duration=0.0119s ratio=12.54%
00004 MeowBase constructor start: time=1,783,600,265.4072s duration=0.0524s ratio=55.17%
00003 Profiler Start: time=1,783,600,265.4243s duration=0.0171s ratio=18.03%
00005 MeowBase constructor completed: time=1,783,600,265.4244s duration=0.0001s ratio=0.15%
00006 CacheFactory start registration: time=1,783,600,265.4259s duration=0.0015s ratio=1.58%
00007 CacheFactory end registration: time=1,783,600,265.4260s duration=0.0000s ratio=0.03%
00008 CacheFactory get cache object: time=1,783,600,265.4378s duration=0.0118s ratio=12.44%
00009 Profiler End: time=1,783,600,265.4378s duration=0.0001s ratio=0.07%
Tag amount = 9, Execution time = from:1783600265.3429 to:1783600265.4378
Total duration=0.0950s

Group: MeowBase
00004 MeowBase constructor start: time=1,783,600,265.4072s duration=0.0000s ratio=0.00%
00005 MeowBase constructor completed: time=1,783,600,265.4244s duration=0.0173s ratio=100.00%
Tag amount = 2, Execution time = from:1783600265.4072 to:1783600265.4244
Total duration=0.0173s

Group: CacheFactory
00006 CacheFactory start registration: time=1,783,600,265.4259s duration=0.0000s ratio=0.00%
00007 CacheFactory end registration: time=1,783,600,265.4260s duration=0.0000s ratio=0.22%
00008 CacheFactory get cache object: time=1,783,600,265.4378s duration=0.0118s ratio=99.78%
Tag amount = 3, Execution time = from:1783600265.4259 to:1783600265.4378
Total duration=0.0118s