Added 'check_for_working_webdav' => false, same result. My config.php
contains this:

<?php
$CONFIG = array (
  'instanceid' => 'xxxxxxxxxxxxx',
  'passwordsalt' => 'xxxxxxxxxxxxxxxxxxxxxxxxxx',
  'datadirectory' => '/usr/share/owncloud/data',
  'dbtype' => 'mysql',
  'version' => '6.0.4.1',
  'dbname' => 'owncloud',
  'dbhost' => '127.0.0.1',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'owncloud',
  'dbpassword' => 'xxxxxxxxxxxxx',
  'installed' => true,
  'theme' => '',
  'maintenance' => false,
  'trusted_domains' =>
  array (
    0 => 'titan1.xxxxxxxxx',
    1 => 'titan2.xxxxxxxxx',
    2 => 'owncloud.xxxxxxxxx',
    3 => 'titan1',
    4 => 'titan2',
  ),
  'user_backends' =>
  array (
    0 =>
    array (
      'class' => 'OC_User_IMAP',
      'arguments' =>
      array (
        0 => '{192.168.100.4/notls:143}',
      ),
    ),
  ),
  'forcessl' => false,
  'maxZipInputSize' => 838860800,
  'allowZipDownload' => true,
  'loglevel' => '3',
  'check_for_working_webdav' => false,
);



<http://owncloud.10557.n7.nabble.com/file/n12753/cap6.png> 








--
View this message in context: 
http://owncloud.10557.n7.nabble.com/Debug-slow-webinterface-OC-6-0-0a-tp11737p12753.html
Sent from the Users mailing list archive at Nabble.com.
_______________________________________________
User mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/user

Reply via email to