Is your owncloud.log file huge? I had the effect that the admin page
takes ages to load. Renaming the owncloud.log (was several MB) solved
the problem.

Cheers,
Steffen

On 08.07.2014 09:41, Vincent Petry wrote:
> Is it only the admin page that is that slow or all pages ?
> 
> Maybe there's an app that is trying to do something that is blocking the
> page. This is the page where many apps have their settings and some
> might try to connect to remote sources for some reason.
> 
> Does the admin page load eventually ? Did you see any suspicious
> app/values ? What apps do you have enabled ?
> 
> You could also try disabling apps one by one and see how it affects the
> admin page.
> 
> Cheers,
> 
> Vincent
> 
> On 07/08/2014 09:38 AM, anv wrote:
>> 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
>>
> 
> _______________________________________________
> User mailing list
> [email protected]
> http://mailman.owncloud.org/mailman/listinfo/user
> 
_______________________________________________
User mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/user

Reply via email to