Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After upgrade from NC 10.0 to 11.0.1 --> slow performance #3134

Closed
yukdumboobumm opened this issue Jan 18, 2017 · 7 comments
Closed

After upgrade from NC 10.0 to 11.0.1 --> slow performance #3134

yukdumboobumm opened this issue Jan 18, 2017 · 7 comments

Comments

@yukdumboobumm
Copy link

yukdumboobumm commented Jan 18, 2017

Dear Nextcloud, after upgrading via the update manager to 11.0.1, my server is significantly slower. Cleared my caches (local and server) as indicated in #2608 without any improvement. Browswer log (firefox) seems to indicate server is hanging on PROPFIND {edit: added relevant snip from firefox call tree}:

8,222.65 ms 64.29% 8,222.65 ms 64.29% 4257 Gecko
...
1.93 ms 0.02% 0 ms 0% 0 dav.Client.prototype.parseMultiStatusclient.js:2641ni.org
...

Steps to reproduce

  1. Load site (slow on logon page)
  2. Browse folders (slow on browsing)
  3. Browse apps/admin

Expected behaviour

I expected the upgrade to increase performance

Actual behaviour

Pages take 10-15 seconds to load, server indicates that apache2 is using larger resources than earlier NC version (and seems to have more instances). Doesn't happen on consistent page requests. Sometimes loading page "A" will be fast, other times dramatically slow.

Server configuration

Operating system:
Raspbian Jessie
Web server:
Apache2
Database:
Mysql
PHP version:
7.0
Nextcloud version: (see Nextcloud admin page)
11.0.1
Updated from an older Nextcloud/ownCloud or fresh install:
Updated using update manager on stable channel (briefly switched to beat to get 11.0.1)
Where did you install Nextcloud from:
repo
Signing status:

Signing status

No errors have been found

List of activated apps:

App list Activity, Comments, Deleted Files, File Sharing, Gallery, Log Reader, Mail Template Editor, Nextcloud announcements, Notifications, Password Policy, PDF viewer, Server info, Share by mail, Text editor, Theming, Update notification, Usage survey, Versions, Video player, Calendar, Contacts, Keeweb, Tasks

The content of config/config.php:

Config report
$CONFIG = array (
  'updatechecker' => false,
  'instanceid' => 'ocsartnj98lm',
  'passwordsalt' =>**,
  'secret' => **,
  'trusted_domains' =>
  array (
    0 => '1ni.org',
  ),
  'datadirectory' => '/media/secureDrive/owncloud/data',
  'overwrite.cli.url' => 'https://1ni.org/owncloud',
  'dbtype' => 'mysql',
  'version' => '11.0.1.2',
  'dbname' => 'owncloud',
  'dbhost' => 'localhost',
  'dbtableprefix' => 'oc_',
  'dbuser' => **,
  'dbpassword' => **,
  'logtimezone' => 'America/Los_Angeles',
  'installed' => true,
  'loglevel' => 2,
  'logfile' => '/var/log/owncloud.log',
  'filesystem_check_changes' => 1,
  'filelocking.enabled' => true,
  'session_lifetime' => 3600,
  'session_keepalive' => false,
  'check_for_working_htaccess' => true,
  'log_rotate_size' => 5242880,
  'enable_previews' => true,
  'maintenance' => false,
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'mail_smtpmode' => 'smtp',
  'mail_smtpsecure' => 'ssl',
  'mail_from_address' => 'admin',
  'mail_domain' => '1ni.org',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_smtpauth' => 1,
  'mail_smtphost' => 'smtp.gmail.com',
  'mail_smtpport' => '465',
  'mail_smtpname' => **,
  'mail_smtppassword' =>**,
  'theme' => '',
  'updater.secret' => **,
  'updater.release.channel' => 'stable',
);

Are you using external storage, if yes which one: local

Are you using encryption: yes, device (LUKS)

Are you using an external user-backend, if yes which one: no

Client configuration

Browser:
Firefox and Chrome
Operating system:
Windows 7, 10

Logs

Web server error log

Web server error log
[Tue Jan 17 06:25:09.302730 2017] [mpm_prefork:notice] [pid 11820] AH00163: Apache/2.4.10 (Raspbian) OpenSSL/1.0.1t configured -- resuming normal operations
[Tue Jan 17 06:25:09.302859 2017] [core:notice] [pid 11820] AH00094: Command line: '/usr/sbin/apache2'
[Tue Jan 17 14:55:25.982684 2017] [mpm_prefork:notice] [pid 11820] AH00169: caught SIGTERM, shutting down
[Tue Jan 17 14:55:27.215353 2017] [mpm_prefork:notice] [pid 8440] AH00163: Apache/2.4.10 (Raspbian) OpenSSL/1.0.1t configured -- resuming normal operations
[Tue Jan 17 14:55:27.215533 2017] [core:notice] [pid 8440] AH00094: Command line: '/usr/sbin/apache2'
[Tue Jan 17 15:21:00.620501 2017] [mpm_prefork:notice] [pid 8440] AH00169: caught SIGTERM, shutting down
[Tue Jan 17 15:21:01.462411 2017] [ssl:warn] [pid 21982] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name
[Tue Jan 17 15:21:01.685653 2017] [ssl:warn] [pid 21983] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name
[Tue Jan 17 15:21:01.698240 2017] [mpm_prefork:notice] [pid 21983] AH00163: Apache/2.4.25 (Raspbian) OpenSSL/1.0.2j configured -- resuming normal operations
[Tue Jan 17 15:21:01.698362 2017] [core:notice] [pid 21983] AH00094: Command line: '/usr/sbin/apache2'
[Tue Jan 17 15:28:06.941784 2017] [mpm_prefork:notice] [pid 21983] AH00169: caught SIGTERM, shutting down
[Tue Jan 17 15:28:38.979402 2017] [mpm_prefork:notice] [pid 1235] AH00163: Apache/2.4.25 (Raspbian) OpenSSL/1.0.2j configured -- resuming normal operations
[Tue Jan 17 15:28:38.991899 2017] [core:notice] [pid 1235] AH00094: Command line: '/usr/sbin/apache2'
[Tue Jan 17 15:32:48.617704 2017] [mpm_prefork:notice] [pid 1235] AH00169: caught SIGTERM, shutting down
[Tue Jan 17 15:32:49.044391 2017] [mpm_prefork:notice] [pid 3239] AH00163: Apache/2.4.25 (Raspbian) OpenSSL/1.0.2j configured -- resuming normal operations
[Tue Jan 17 15:32:49.044580 2017] [core:notice] [pid 3239] AH00094: Command line: '/usr/sbin/apache2'
[Tue Jan 17 15:33:28.635976 2017] [mpm_prefork:notice] [pid 3239] AH00169: caught SIGTERM, shutting down
[Tue Jan 17 15:33:48.325300 2017] [mpm_prefork:notice] [pid 1155] AH00163: Apache/2.4.25 (Raspbian) OpenSSL/1.0.2j configured -- resuming normal operations
[Tue Jan 17 15:33:48.327224 2017] [core:notice] [pid 1155] AH00094: Command line: '/usr/sbin/apache2'
[Tue Jan 17 15:50:15.533537 2017] [mpm_prefork:notice] [pid 1155] AH00169: caught SIGTERM, shutting down
[Tue Jan 17 15:50:15.837922 2017] [mpm_prefork:notice] [pid 5488] AH00163: Apache/2.4.25 (Raspbian) OpenSSL/1.0.2j configured -- resuming normal operations
[Tue Jan 17 15:50:15.838104 2017] [core:notice] [pid 5488] AH00094: Command line: '/usr/sbin/apache2'
[Tue Jan 17 15:52:31.932463 2017] [mpm_prefork:notice] [pid 5488] AH00169: caught SIGTERM, shutting down
[Tue Jan 17 15:52:32.277716 2017] [mpm_prefork:notice] [pid 6130] AH00163: Apache/2.4.25 (Raspbian) OpenSSL/1.0.2j configured -- resuming normal operations
[Tue Jan 17 15:52:32.277892 2017] [core:notice] [pid 6130] AH00094: Command line: '/usr/sbin/apache2'
[Tue Jan 17 15:54:46.671579 2017] [mpm_prefork:notice] [pid 6130] AH00169: caught SIGTERM, shutting down
[Tue Jan 17 15:54:46.855767 2017] [ssl:info] [pid 6776] AH01887: Init: Initializing (virtual) servers for SSL
[Tue Jan 17 15:54:46.857518 2017] [ssl:info] [pid 6776] AH01876: mod_ssl/2.4.25 compiled against Server: Apache/2.4.25, Library: OpenSSL/1.0.2j
[Tue Jan 17 15:54:46.972517 2017] [socache_shmcb:info] [pid 6777] AH00830: Shared memory socache initialised
[Tue Jan 17 15:54:46.972590 2017] [ssl:info] [pid 6777] AH01887: Init: Initializing (virtual) servers for SSL
[Tue Jan 17 15:54:46.974278 2017] [ssl:info] [pid 6777] AH01876: mod_ssl/2.4.25 compiled against Server: Apache/2.4.25, Library: OpenSSL/1.0.2j
[Tue Jan 17 15:54:46.983717 2017] [mpm_prefork:notice] [pid 6777] AH00163: Apache/2.4.25 (Raspbian) OpenSSL/1.0.2j configured -- resuming normal operations
[Tue Jan 17 15:54:46.983829 2017] [mpm_prefork:info] [pid 6777] AH00164: Server built: 2016-12-21T22:46:06
[Tue Jan 17 15:54:46.983918 2017] [core:notice] [pid 6777] AH00094: Command line: '/usr/sbin/apache2'
[Tue Jan 17 15:55:22.348000 2017] [core:info] [pid 6777] AH00096: removed PID file /var/run/apache2/apache2.pid (pid=6777)
[Tue Jan 17 15:55:22.348113 2017] [mpm_prefork:notice] [pid 6777] AH00169: caught SIGTERM, shutting down
[Tue Jan 17 15:55:39.846962 2017] [ssl:info] [pid 842] AH01887: Init: Initializing (virtual) servers for SSL
[Tue Jan 17 15:55:39.861950 2017] [ssl:info] [pid 842] AH01876: mod_ssl/2.4.25 compiled against Server: Apache/2.4.25, Library: OpenSSL/1.0.2j
[Tue Jan 17 15:55:41.492529 2017] [socache_shmcb:info] [pid 1230] AH00830: Shared memory socache initialised
[Tue Jan 17 15:55:41.492619 2017] [ssl:info] [pid 1230] AH01887: Init: Initializing (virtual) servers for SSL
[Tue Jan 17 15:55:41.494388 2017] [ssl:info] [pid 1230] AH01876: mod_ssl/2.4.25 compiled against Server: Apache/2.4.25, Library: OpenSSL/1.0.2j
[Tue Jan 17 15:55:41.510072 2017] [mpm_prefork:notice] [pid 1230] AH00163: Apache/2.4.25 (Raspbian) OpenSSL/1.0.2j configured -- resuming normal operations
[Tue Jan 17 15:55:41.510180 2017] [mpm_prefork:info] [pid 1230] AH00164: Server built: 2016-12-21T22:46:06
[Tue Jan 17 15:55:41.510228 2017] [core:notice] [pid 1230] AH00094: Command line: '/usr/sbin/apache2'
[Tue Jan 17 16:06:24.800756 2017] [core:info] [pid 1230] AH00096: removed PID file /var/run/apache2/apache2.pid (pid=1230)
[Tue Jan 17 16:06:24.800851 2017] [mpm_prefork:notice] [pid 1230] AH00169: caught SIGTERM, shutting down
[Tue Jan 17 16:06:25.027591 2017] [ssl:info] [pid 5421] AH01887: Init: Initializing (virtual) servers for SSL
[Tue Jan 17 16:06:25.029396 2017] [ssl:info] [pid 5421] AH01876: mod_ssl/2.4.25 compiled against Server: Apache/2.4.25, Library: OpenSSL/1.0.2j
[Tue Jan 17 16:06:25.699675 2017] [socache_shmcb:info] [pid 5422] AH00830: Shared memory socache initialised
[Tue Jan 17 16:06:25.699752 2017] [ssl:info] [pid 5422] AH01887: Init: Initializing (virtual) servers for SSL
[Tue Jan 17 16:06:25.701451 2017] [ssl:info] [pid 5422] AH01876: mod_ssl/2.4.25 compiled against Server: Apache/2.4.25, Library: OpenSSL/1.0.2j
[Tue Jan 17 16:06:25.711609 2017] [mpm_prefork:notice] [pid 5422] AH00163: Apache/2.4.25 (Raspbian) OpenSSL/1.0.2j configured -- resuming normal operations
[Tue Jan 17 16:06:25.711725 2017] [mpm_prefork:info] [pid 5422] AH00164: Server built: 2016-12-21T22:46:06
[Tue Jan 17 16:06:25.711773 2017] [core:notice] [pid 5422] AH00094: Command line: '/usr/sbin/apache2'
[Tue Jan 17 16:09:03.413779 2017] [core:info] [pid 5422] AH00096: removed PID file /var/run/apache2/apache2.pid (pid=5422)
[Tue Jan 17 16:09:03.413878 2017] [mpm_prefork:notice] [pid 5422] AH00169: caught SIGTERM, shutting down
[Tue Jan 17 16:09:03.619659 2017] [ssl:info] [pid 6782] AH01887: Init: Initializing (virtual) servers for SSL
[Tue Jan 17 16:09:03.621471 2017] [ssl:info] [pid 6782] AH01876: mod_ssl/2.4.25 compiled against Server: Apache/2.4.25, Library: OpenSSL/1.0.2j
[Tue Jan 17 16:09:03.771412 2017] [socache_shmcb:info] [pid 6783] AH00830: Shared memory socache initialised
[Tue Jan 17 16:09:03.771485 2017] [ssl:info] [pid 6783] AH01887: Init: Initializing (virtual) servers for SSL
[Tue Jan 17 16:09:03.773176 2017] [ssl:info] [pid 6783] AH01876: mod_ssl/2.4.25 compiled against Server: Apache/2.4.25, Library: OpenSSL/1.0.2j
[Tue Jan 17 16:09:03.785230 2017] [mpm_prefork:notice] [pid 6783] AH00163: Apache/2.4.25 (Raspbian) OpenSSL/1.0.2j configured -- resuming normal operations
[Tue Jan 17 16:09:03.785348 2017] [mpm_prefork:info] [pid 6783] AH00164: Server built: 2016-12-21T22:46:06
[Tue Jan 17 16:09:03.785395 2017] [core:notice] [pid 6783] AH00094: Command line: '/usr/sbin/apache2'
[Tue Jan 17 16:26:28.048290 2017] [core:notice] [pid 6783] AH00052: child pid 6953 exit signal Segmentation fault (11)
[Tue Jan 17 16:26:28.352231 2017] [core:info] [pid 6783] AH00096: removed PID file /var/run/apache2/apache2.pid (pid=6783)
[Tue Jan 17 16:26:28.352305 2017] [mpm_prefork:notice] [pid 6783] AH00169: caught SIGTERM, shutting down
[Tue Jan 17 16:26:28.552888 2017] [ssl:info] [pid 12606] AH01887: Init: Initializing (virtual) servers for SSL
[Tue Jan 17 16:26:28.554677 2017] [ssl:info] [pid 12606] AH01876: mod_ssl/2.4.25 compiled against Server: Apache/2.4.25, Library: OpenSSL/1.0.2j
[Tue Jan 17 16:26:28.724538 2017] [socache_shmcb:info] [pid 12607] AH00830: Shared memory socache initialised
[Tue Jan 17 16:26:28.724615 2017] [ssl:info] [pid 12607] AH01887: Init: Initializing (virtual) servers for SSL
[Tue Jan 17 16:26:28.726275 2017] [ssl:info] [pid 12607] AH01876: mod_ssl/2.4.25 compiled against Server: Apache/2.4.25, Library: OpenSSL/1.0.2j
[Tue Jan 17 16:26:28.739634 2017] [mpm_prefork:notice] [pid 12607] AH00163: Apache/2.4.25 (Raspbian) OpenSSL/1.0.2j configured -- resuming normal operations
[Tue Jan 17 16:26:28.739748 2017] [mpm_prefork:info] [pid 12607] AH00164: Server built: 2016-12-21T22:46:06
[Tue Jan 17 16:26:28.739791 2017] [core:notice] [pid 12607] AH00094: Command line: '/usr/sbin/apache2'
[Tue Jan 17 16:28:46.032908 2017] [core:info] [pid 12607] AH00096: removed PID file /var/run/apache2/apache2.pid (pid=12607)
[Tue Jan 17 16:28:46.034323 2017] [mpm_prefork:notice] [pid 12607] AH00169: caught SIGTERM, shutting down
[Tue Jan 17 16:28:46.258842 2017] [ssl:info] [pid 13009] AH01887: Init: Initializing (virtual) servers for SSL
[Tue Jan 17 16:28:46.261878 2017] [ssl:info] [pid 13009] AH01876: mod_ssl/2.4.25 compiled against Server: Apache/2.4.25, Library: OpenSSL/1.0.2j
[Tue Jan 17 16:28:46.756279 2017] [socache_shmcb:info] [pid 13010] AH00830: Shared memory socache initialised
[Tue Jan 17 16:28:46.756356 2017] [ssl:info] [pid 13010] AH01887: Init: Initializing (virtual) servers for SSL
[Tue Jan 17 16:28:46.758099 2017] [ssl:info] [pid 13010] AH01876: mod_ssl/2.4.25 compiled against Server: Apache/2.4.25, Library: OpenSSL/1.0.2j
[Tue Jan 17 16:28:46.771120 2017] [mpm_prefork:notice] [pid 13010] AH00163: Apache/2.4.25 (Raspbian) OpenSSL/1.0.2j configured -- resuming normal operations
[Tue Jan 17 16:28:46.771240 2017] [mpm_prefork:info] [pid 13010] AH00164: Server built: 2016-12-21T22:46:06
[Tue Jan 17 16:28:46.771287 2017] [core:notice] [pid 13010] AH00094: Command line: '/usr/sbin/apache2'

Nextcloud log (data/nextcloud.log)

Nextcloud log
"jdewald\"}","level":4,"time":"2017-01-17T02:01:09-08:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"jdewald","version":"11.0.1.2"}
{"reqId":"5bJ\/rjUhYAF54I+dfVmv","remoteAddr":"2002:84ef:5d6e::84ef:5d6e","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 503 System in maintenance mode.\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\ServiceUnavailable\",\"Code\":0,\"Trace\":\"#0 [internal function]: OCA\\\\DAV\\\\Connector\\\\Sabre\\\\MaintenancePlugin->checkMaintenanceMode(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(466): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(60): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/MaintenancePlugin.php\",\"Line\":85,\"User\":\"jdewald\"}","level":4,"time":"2017-01-17T02:01:22-08:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"jdewald","version":"11.0.1.2"}
{"reqId":"6Dfez9AWgr8qwcrdYg8q","remoteAddr":"2604:5500:c17:2ea:c8dc:72b3:fb22:92fd","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 503 System in maintenance mode.\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\ServiceUnavailable\",\"Code\":0,\"Trace\":\"#0 [internal function]: OCA\\\\DAV\\\\Connector\\\\Sabre\\\\MaintenancePlugin->checkMaintenanceMode(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(466): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(60): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/MaintenancePlugin.php\",\"Line\":85,\"User\":\"jdewald\"}","level":4,"time":"2017-01-17T02:01:26-08:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"jdewald","version":"11.0.1.2"}
{"reqId":"hlJf2j3rF9w870YAojY5","remoteAddr":"2002:84ef:5d6e::84ef:5d6e","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 503 System in maintenance mode.\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\ServiceUnavailable\",\"Code\":0,\"Trace\":\"#0 [internal function]: OCA\\\\DAV\\\\Connector\\\\Sabre\\\\MaintenancePlugin->checkMaintenanceMode(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(466): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(60): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/MaintenancePlugin.php\",\"Line\":85,\"User\":\"jdewald\"}","level":4,"time":"2017-01-17T02:01:54-08:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"jdewald","version":"11.0.1.2"}
{"reqId":"LY\/xlQykYpQOadRwDhGR","remoteAddr":"2604:5500:c17:2ea:c8dc:72b3:fb22:92fd","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 503 System in maintenance mode.\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\ServiceUnavailable\",\"Code\":0,\"Trace\":\"#0 [internal function]: OCA\\\\DAV\\\\Connector\\\\Sabre\\\\MaintenancePlugin->checkMaintenanceMode(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(466): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(60): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/MaintenancePlugin.php\",\"Line\":85,\"User\":\"jdewald\"}","level":4,"time":"2017-01-17T02:01:56-08:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"jdewald","version":"11.0.1.2"}
{"reqId":"jtq6zEcHMVpZLGsC\/tUr","remoteAddr":"2604:5500:c17:2ea:c8dc:72b3:fb22:92fd","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 503 System in maintenance mode.\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\ServiceUnavailable\",\"Code\":0,\"Trace\":\"#0 [internal function]: OCA\\\\DAV\\\\Connector\\\\Sabre\\\\MaintenancePlugin->checkMaintenanceMode(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(466): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(60): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/MaintenancePlugin.php\",\"Line\":85,\"User\":\"jdewald\"}","level":4,"time":"2017-01-17T02:02:02-08:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"jdewald","version":"11.0.1.2"}
{"reqId":"pDGh0tAGRLPCQntU8kPo","remoteAddr":"2002:84ef:5d6e::84ef:5d6e","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 503 System in maintenance mode.\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\ServiceUnavailable\",\"Code\":0,\"Trace\":\"#0 [internal function]: OCA\\\\DAV\\\\Connector\\\\Sabre\\\\MaintenancePlugin->checkMaintenanceMode(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(466): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(60): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/MaintenancePlugin.php\",\"Line\":85,\"User\":\"jdewald\"}","level":4,"time":"2017-01-17T02:02:26-08:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"jdewald","version":"11.0.1.2"}
{"reqId":"G7EeKZR07HDeDurIbgeB","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"core","message":"Memcache \\OC\\Memcache\\APCu not available for local cache Is the matching PHP module installed and enabled?","level":3,"time":"2017-01-17T15:50:20-08:00","method":"GET","url":"\/owncloud\/","user":"--","version":"11.0.1.2"}
{"reqId":"G7EeKZR07HDeDurIbgeB","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"core","message":"Exception: {\"Exception\":\"OC\\\\HintException\",\"Message\":\"Memcache \\\\OC\\\\Memcache\\\\APCu not available for local cache\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/Server.php(383): OC\\\\Memcache\\\\Factory->__construct('950666efe74ddc7...', Object(OC\\\\Log), '\\\\\\\\OC\\\\\\\\Memcache\\\\\\\\AP...', '\\\\\\\\OC\\\\\\\\Memcache\\\\\\\\AP...', NULL)\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/pimple\\\/pimple\\\/src\\\/Pimple\\\/Container.php(113): OC\\\\Server->OC\\\\{closure}(Object(OC\\\\Server))\\n#2 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/AppFramework\\\/Utility\\\/SimpleContainer.php(115): Pimple\\\\Container->offsetGet('MemCacheFactory')\\n#3 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/ServerContainer.php(89): OC\\\\AppFramework\\\\Utility\\\\SimpleContainer->query('MemCacheFactory')\\n#4 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/Server.php(1097): OC\\\\ServerContainer->query('MemCacheFactory')\\n#5 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/Server.php(343): OC\\\\Server->getMemCacheFactory()\\n#6 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/pimple\\\/pimple\\\/src\\\/Pimple\\\/Container.php(113): OC\\\\Server->OC\\\\{closure}(Object(OC\\\\Server))\\n#7 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/AppFramework\\\/Utility\\\/SimpleContainer.php(115): Pimple\\\\Container->offsetGet('URLGenerator')\\n#8 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/ServerContainer.php(89): OC\\\\AppFramework\\\\Utility\\\\SimpleContainer->query('URLGenerator')\\n#9 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/Server.php(1063): OC\\\\ServerContainer->query('URLGenerator')\\n#10 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/legacy\\\/template\\\/functions.php(170): OC\\\\Server->getURLGenerator()\\n#11 \\\/var\\\/www\\\/owncloud\\\/core\\\/templates\\\/layout.guest.php(13): image_path('', 'favicon.ico')\\n#12 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/Template\\\/Base.php(174): include('\\\/var\\\/www\\\/ownclo...')\\n#13 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/Template\\\/Base.php(149): OC\\\\Template\\\\Base->load('\\\/var\\\/www\\\/ownclo...', NULL)\\n#14 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/legacy\\\/template.php(229): OC\\\\Template\\\\Base->fetchPage(NULL)\\n#15 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/legacy\\\/template.php(251): OC_Template->fetchPage()\\n#16 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/Template\\\/Base.php(130): OC_Template->fetchPage()\\n#17 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/legacy\\\/template.php(331): OC\\\\Template\\\\Base->printPage()\\n#18 \\\/var\\\/www\\\/owncloud\\\/index.php(50): OC_Template::printErrorPage('Memcache \\\\\\\\OC\\\\\\\\Me...', 'Is the matching...')\\n#19 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/Memcache\\\/Factory.php\",\"Line\":96}","level":3,"time":"2017-01-17T15:50:20-08:00","method":"GET","url":"\/owncloud\/","user":"--","version":"11.0.1.2"}
{"reqId":"BUlfee5Q0S8a\/EP3I7jN","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"remote","message":"Memcache \\OC\\Memcache\\APCu not available for local cache","level":4,"time":"2017-01-17T15:50:21-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"3tAxaZMIJEfD3PUr5Hdr","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"remote","message":"Memcache \\OC\\Memcache\\APCu not available for local cache","level":4,"time":"2017-01-17T15:50:35-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"wkTtE5iMO3sCyu6d\/pXU","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"remote","message":"Memcache \\OC\\Memcache\\APCu not available for local cache","level":4,"time":"2017-01-17T15:50:53-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"UccgmTr4sW5B1o7jMUka","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"remote","message":"Memcache \\OC\\Memcache\\APCu not available for local cache","level":4,"time":"2017-01-17T15:51:07-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"OZqXSoj1HK7KTWIhkGL7","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"remote","message":"Memcache \\OC\\Memcache\\APCu not available for local cache","level":4,"time":"2017-01-17T15:51:25-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"9lZyyU77TWw1aYCoux6v","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"remote","message":"Memcache \\OC\\Memcache\\APCu not available for local cache","level":4,"time":"2017-01-17T15:51:39-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"dwKnFqCx+cmRZhz7c0OX","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"remote","message":"Memcache \\OC\\Memcache\\APCu not available for local cache","level":4,"time":"2017-01-17T15:51:57-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"5gcmZh8uvxGBr9drH0BV","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"remote","message":"Memcache \\OC\\Memcache\\APCu not available for local cache","level":4,"time":"2017-01-17T15:52:11-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"ifprlbDgqA6xRg2yOtth","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"remote","message":"Memcache \\OC\\Memcache\\APCu not available for local cache","level":4,"time":"2017-01-17T15:52:29-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"FP1V5NLUkmB9I+tw4FGJ","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"index","message":"Exception: {\"Exception\":\"Error\",\"Message\":\"Call to undefined function OC\\\\App\\\\simplexml_load_file()\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/legacy\\\/app.php(714): OC\\\\App\\\\InfoParser->parse('\\\/var\\\/www\\\/ownclo...')\\n#1 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/AppFramework\\\/App.php(62): OC_App::getAppInfo('files')\\n#2 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/legacy\\\/app.php(196): OC\\\\AppFramework\\\\App::buildAppNamespace('files')\\n#3 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/legacy\\\/app.php(117): OC_App::registerAutoloading('files', '\\\/var\\\/www\\\/ownclo...')\\n#4 \\\/var\\\/www\\\/owncloud\\\/lib\\\/base.php(676): OC_App::loadApps(Array)\\n#5 \\\/var\\\/www\\\/owncloud\\\/lib\\\/base.php(1092): OC::init()\\n#6 \\\/var\\\/www\\\/owncloud\\\/index.php(38): require_once('\\\/var\\\/www\\\/ownclo...')\\n#7 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/App\\\/InfoParser.php\",\"Line\":61}","level":3,"time":"2017-01-17T15:52:40-08:00","method":"GET","url":"\/owncloud\/","user":"--","version":"11.0.1.2"}
{"reqId":"OW7Qev+IgVsgZtvMeV\/\/","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:52:44-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"tmDWC3BqwjQ8ROP7vwUV","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:53:01-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"1YXGXoD\/p8rB7JONVGWj","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:53:16-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"zECgylTZ71pD2t6R7hfz","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:53:33-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"cmrmmpq7jEuKEwA1BsPc","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:53:47-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"6YxkITgbo\/+8s2wgBOwv","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:54:05-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"Css23L86bmqa4xAgwJ4k","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:54:37-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"o70g6kDP4tUo05Pch9ja","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"index","message":"Exception: {\"Exception\":\"Error\",\"Message\":\"Call to undefined function OC\\\\App\\\\simplexml_load_file()\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/legacy\\\/app.php(714): OC\\\\App\\\\InfoParser->parse('\\\/var\\\/www\\\/ownclo...')\\n#1 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/AppFramework\\\/App.php(62): OC_App::getAppInfo('files')\\n#2 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/legacy\\\/app.php(196): OC\\\\AppFramework\\\\App::buildAppNamespace('files')\\n#3 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/legacy\\\/app.php(117): OC_App::registerAutoloading('files', '\\\/var\\\/www\\\/ownclo...')\\n#4 \\\/var\\\/www\\\/owncloud\\\/lib\\\/base.php(676): OC_App::loadApps(Array)\\n#5 \\\/var\\\/www\\\/owncloud\\\/lib\\\/base.php(1092): OC::init()\\n#6 \\\/var\\\/www\\\/owncloud\\\/index.php(38): require_once('\\\/var\\\/www\\\/ownclo...')\\n#7 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/App\\\/InfoParser.php\",\"Line\":61}","level":3,"time":"2017-01-17T15:54:50-08:00","method":"GET","url":"\/owncloud\/","user":"--","version":"11.0.1.2"}
{"reqId":"9yCVTTPHqZaOFFuqiRNq","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:54:51-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"3QFyWcoptpRH9qLumldI","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:55:09-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"LMgrAH\/pqhhbj1Gxwhy3","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:55:44-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"wO\/Ro5t2nifMVQ8niJAF","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:56:02-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"KX1Lst8rb\/1cJdgqD0T4","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:56:13-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"eRd6FUyMe\/Rn\/3Drri+K","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:56:27-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"N+7fmXLKMYleOw01xzMA","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:56:46-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"qGKgykFilnvYjsGgjMmv","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:56:59-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"PitlHOWa7drGUZGgt99k","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"index","message":"Exception: {\"Exception\":\"Error\",\"Message\":\"Call to undefined function OC\\\\App\\\\simplexml_load_file()\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/legacy\\\/app.php(714): OC\\\\App\\\\InfoParser->parse('\\\/var\\\/www\\\/ownclo...')\\n#1 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/AppFramework\\\/App.php(62): OC_App::getAppInfo('files')\\n#2 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/legacy\\\/app.php(196): OC\\\\AppFramework\\\\App::buildAppNamespace('files')\\n#3 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/legacy\\\/app.php(117): OC_App::registerAutoloading('files', '\\\/var\\\/www\\\/ownclo...')\\n#4 \\\/var\\\/www\\\/owncloud\\\/lib\\\/base.php(676): OC_App::loadApps(Array)\\n#5 \\\/var\\\/www\\\/owncloud\\\/lib\\\/base.php(1092): OC::init()\\n#6 \\\/var\\\/www\\\/owncloud\\\/index.php(38): require_once('\\\/var\\\/www\\\/ownclo...')\\n#7 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/App\\\/InfoParser.php\",\"Line\":61}","level":3,"time":"2017-01-17T15:57:13-08:00","method":"GET","url":"\/owncloud\/","user":"--","version":"11.0.1.2"}
{"reqId":"M0gQMRBtKcCHbPndQz6H","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:57:18-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"pAEj5L48j5F6uNjDJ5Fu","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:57:31-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"+\/06sOnToTOVfYEV42GT","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:57:50-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"friEJeqzshOZg5FHcZ64","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:58:03-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"3GIsjJI38WFnkIl74yWW","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:58:21-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"mXgAHS7YvbIgz0cRkova","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:58:35-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"3TjiC4DENm09d0mJpTqv","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:58:54-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"TpSQgA8CEO8VirA24q\/K","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:59:07-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"Zyk49BsrjneJbNHRY5\/B","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:59:26-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"c3RBWr2JXZH1cl8fDbx4","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:59:39-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"vXGxQbyggiX0UU2g2nHV","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T15:59:58-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"b\/FvQMRbrmiDv4j7koVs","remoteAddr":"","app":"cron","message":"Call to undefined function OC\\App\\simplexml_load_file()","level":4,"time":"2017-01-17T16:00:02-08:00","method":"--","url":"--","user":"--","version":"11.0.1.2"}
{"reqId":"DKN6Kr4myRgOmyMVchvx","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T16:00:11-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"4DWzvmNG\/99El8ey\/hsk","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T16:00:30-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"YyYbGWQizqQr6eCn2+kt","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T16:00:43-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"DWskmiAUvt602rDVLY3d","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T16:01:02-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"2ApV3r8wW2Y2\/OyCRh3o","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T16:01:15-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"n7Li+Cah15n2MsnnScas","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T16:01:34-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"0juBYenIx9Mg2GfWKTYn","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T16:01:47-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"9U5c311fC6YSi\/gT1yif","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T16:02:06-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"Tts0Yy9GByKq18gYi8g2","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T16:02:19-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"4il77KbDB4umcqNedg4i","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T16:02:38-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"BeZLiqfHSGrBGaR6pefo","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T16:02:51-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"Trm5mA9Sz3C15soX\/ocg","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T16:03:10-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"xyZABp5fDzVPItW0Qrgd","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T16:03:23-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"hgupMYSEBLB0rmFpv1o\/","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T16:03:42-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"eRGxyoQw9yrCZaUPAI+M","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T16:03:55-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"T0alcgaUghYnTYXUryBF","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T16:04:14-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"jxjrLwfMNwndj1UT16d8","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T16:04:27-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"o4kn\/Dlj0so85wnMWZqD","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T16:04:46-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"2FnFvhnUYUfIdNeAU1je","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T16:04:59-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"sOksPaERSnlCZAHlJKYX","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T16:05:18-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"\/rjE8jeodDUcSs57nxDD","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T16:05:31-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"npK4N\/VicqKCxc8iyUwT","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T16:05:50-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"P+EnvawQSZF886XqLXS3","remoteAddr":"2607:f720:f00:485b:5db2:2ebf:be4f:1ca9","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T16:06:03-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}
{"reqId":"ug9f0RW1gYQTpCt54I+a","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"index","message":"Exception: {\"Exception\":\"Error\",\"Message\":\"Call to undefined function OC\\\\App\\\\simplexml_load_file()\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/legacy\\\/app.php(714): OC\\\\App\\\\InfoParser->parse('\\\/var\\\/www\\\/ownclo...')\\n#1 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/AppFramework\\\/App.php(62): OC_App::getAppInfo('files')\\n#2 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/legacy\\\/app.php(196): OC\\\\AppFramework\\\\App::buildAppNamespace('files')\\n#3 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/legacy\\\/app.php(117): OC_App::registerAutoloading('files', '\\\/var\\\/www\\\/ownclo...')\\n#4 \\\/var\\\/www\\\/owncloud\\\/lib\\\/base.php(676): OC_App::loadApps(Array)\\n#5 \\\/var\\\/www\\\/owncloud\\\/lib\\\/base.php(1092): OC::init()\\n#6 \\\/var\\\/www\\\/owncloud\\\/index.php(38): require_once('\\\/var\\\/www\\\/ownclo...')\\n#7 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/App\\\/InfoParser.php\",\"Line\":61}","level":3,"time":"2017-01-17T16:06:14-08:00","method":"GET","url":"\/owncloud\/","user":"--","version":"11.0.1.2"}
{"reqId":"9J\/QdrIjAlbYtPTuqVCr","remoteAddr":"2604:5500:c17:2ea:35ca:7966:ab43:1d61","app":"PHP","message":"Error: Call to undefined function OC\\App\\simplexml_load_file() at \/var\/www\/owncloud\/lib\/private\/App\/InfoParser.php#61","level":3,"time":"2017-01-17T16:06:22-08:00","method":"GET","url":"\/owncloud\/status.php","user":"--","version":"11.0.1.2"}

Browser log

Browser log
8,222.65 ms	64.29%	8,222.65 ms	64.29%	4257	Gecko
11.59 ms	0.09%	0 ms	0%	0	 .camelCasejquery.min.js:21ni.org
5.79 ms	0.05%	0 ms	0%	0	 n.event.removejquery.min.js:31ni.org
5.79 ms	0.05%	0 ms	0%	0	 .domManipjquery.min.js:31ni.org
5.79 ms	0.05%	0 ms	0%	0	 a.fn.initjquery-migrate.min.js:21ni.org
3.86 ms	0.03%	0 ms	0%	0	 n.event.dispatchjquery.min.js:31ni.org
3.86 ms	0.03%	0 ms	0%	0	 n.event.fixjquery.min.js:31ni.org
3.86 ms	0.03%	0 ms	0%	0	 .removeClassjquery.min.js:41ni.org
3.86 ms	0.03%	0 ms	0%	0	 n.Callbacks/jjquery.min.js:21ni.org
3.86 ms	0.03%	0 ms	0%	0	 .attrjquery.min.js:31ni.org
3.86 ms	0.03%	0 ms	0%	0	 .buildFragmentjquery.min.js:31ni.org
3.86 ms	0.03%	0 ms	0%	0	 .mapjquery.min.js:21ni.org
1.93 ms	0.02%	0 ms	0%	0	 ya/fjquery.min.js:21ni.org
1.93 ms	0.02%	0 ms	0%	0	 dav.Client.prototype.propFindclient.js:461ni.org
1.93 ms	0.02%	0 ms	0%	0	  n.event.dispatchjquery.min.js:31ni.org
1.93 ms	0.02%	0 ms	0%	0	   n.event.add/r.handlejquery.min.js:31ni.org
1.93 ms	0.02%	0 ms	0%	0	 dav.Client.prototype.parseMultiStatusclient.js:2641ni.org
1.93 ms	0.02%	0 ms	0%	0	 n.event.triggerjquery.min.js:31ni.org
1.93 ms	0.02%	0 ms	0%	0	 Plugin/<tooltip.js:4891ni.org
1.93 ms	0.02%	0 ms	0%	0	 .trimjquery.min.js:21ni.org
1.93 ms	0.02%	0 ms	0%	0	 .addClassjquery.min.js:41ni.org
1.93 ms	0.02%	0 ms	0%	0	 .datajquery.min.js:31ni.org
1.93 ms	0.02%	0 ms	0%	0	 a.attrjquery-migrate.min.js:21ni.org
2,501.37 ms	19.56%	2,501.37 ms	19.56%	1295	Graphics
5.79 ms	0.05%	0 ms	0%	0	 n.accessjquery.min.js:21ni.org
3.86 ms	0.03%	0 ms	0%	0	 .eachjquery.min.js:21ni.org
1.93 ms	0.02%	0 ms	0%	0	 n.event.fixjquery.min.js:31ni.org
1.93 ms	0.02%	0 ms	0%	0	 _.forEachunderscore.js:1481ni.org

PROPFIND

XHR 
https://1ni.org/owncloud/remote.php/webdav/documents/apartments [HTTP/1.1 207 Multi-Status 8409ms]
Headers
POST
Response
Cookies
Call Stack
	dav.Client.prototype.request 
https://1ni.org/owncloud/core/vendor/davclient.js/lib/client.js:183:13

	dav.Client.prototype.propFind 
https://1ni.org/owncloud/core/vendor/davclient.js/lib/client.js:80:16

	Client.prototype.getFolderContents 
https://1ni.org/owncloud/core/js/files/client.js:422:4

	FileList.prototype.reload 
https://1ni.org/owncloud/apps/files/js/filelist.js:1590:23

	FileList.prototype.changeDirectory 
https://1ni.org/owncloud/apps/files/js/filelist.js:1451:4

	FileActions.prototype.registerDefaultActions/< 
https://1ni.org/owncloud/apps/files/js/fileactions.js:636:5

	FileList.prototype._onClickFile 
https://1ni.org/owncloud/apps/files/js/filelist.js:644:8

	n.event.dispatch 
https://1ni.org/owncloud/core/vendor/jquery/dist/jquery.min.js:3:6414

	n.event.add/r.handle 
https://1ni.org/owncloud/core/vendor/jquery/dist/jquery.min.js:3:3224
@nickvergessen
Copy link
Member

Seems like you are using ajax cron. I would recommend switching that to system cron:
https://docs.nextcloud.com/server/9/admin_manual/configuration_server/background_jobs_configuration.html#cron

That might cause stuff to take longer than needed. But not sure, if it solves all your issues.

@yukdumboobumm
Copy link
Author

Thanks for the reply @nickvergessen

I wonder where you got that idea from? My admin page indicates that I'm using cron, and it runs successfully every 15 minutes.

@abolinhas
Copy link

+1, and i'm using cron too

@nickvergessen
Copy link
Member

I thought because it's not in your config.php
But I just saw that the information is stored in the database, not in the config files, so ignore me 😞

@yukdumboobumm
Copy link
Author

Dear Nextcloud: I have decided to roll back to a system image I took before the upgrade. The performance (speed) of my server after the upgrade was unbearable....and not just my NC performance.

Please let me know if you're interested in any further information, as I'm happy to re-install and help find the issue.

@MightyCreak
Copy link

MightyCreak commented Feb 2, 2017

I have the same problem, it takes me around 30 seconds to connect.

At first, I thought it was because I migrated directly from ownCloud 9 to Nexcloud 11, but then I tried to reinstalled Nextcloud 11 from scratch. I verified the DB structure differences between my "migrated" DB and the "vanilla" DB (there was only one column in one table that was in a different order). I extracted only the data from my migrated DB and injected them in my vanilla DB. I used a symbolic link to point to my actual data directory. But the problem was still there.

Here are my softwares version:

Nextcloud version: 11.0.1 (with ACPu)
Operating system and version: Debian 8.7
Apache or nginx version: Nginx 1.6.2
PHP version: 5.6.29

I tried to clear my cache and benchmark the network usage (F12 in Firefox). Here is for when I arrive to the login page:

82 requests - 2 260,88 KB - 11,64 s

And here's when I connect:

226 requests - 3 657,95 KB - 27,69 s

And if I log out and log in again:

184 requests - 3 623,61 KB - 12,26 s

So 12s is better than 27s for sure, but it's still very slow (most of the other websites wouldn't allow to wait that long to display something to the user).

And since the timeout of the Android app is quite small, I find it very difficult to connect to my instance (nextcloud/android#601)

Edit: I didn't have this problem with ownCloud 9 (I had other though).

@yukdumboobumm
Copy link
Author

Thought I'd update: this ended up being a hardware issue. Raspberry Pi with a faulty power supply. Interesting that NC < 11 was happy with the low voltage.

Replaced PS, upgraded, running very fast with PHP7. Thanks for the support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants