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

Very slow External Storage performance (via WebDAV or Local+dav2fs mount) #40338

Open
5 of 8 tasks
ga-it opened this issue Sep 7, 2023 · 12 comments
Open
5 of 8 tasks
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 27-feedback bug feature: external storage performance 🚀

Comments

@ga-it
Copy link

ga-it commented Sep 7, 2023

⚠️ This issue respects the following points: ⚠️

Bug description

Browsing an External Storage mount (local - underlying dav2fs mount) of a directory containing 436 items takes 98 seconds to respond via the web interface. The same mount lists within a shell in 4,3s and via the same Nextcloud PHP executed via CURL in the shell in 6,2s.

The entire subdirectory contains 36GB of content when listed recursively (ie the full content of the External Storage mount).

This performance is on Nextcloud AIO Dockerised with almost all other apps disabled.

External Storage:

image

The underlying webdav is from an Alfresco instance.

(Profiler and debug logging enabled to diagnose this issue)

image

Events:

image

time ls -l /mnt/alfresco/Infobase/documentLibrary

real 0m4.277s
user 0m0.014s
sys 0m0.062s

time curl -u user:pass https://server/remote.php/dav/files/admin/Infobase/documentLibrary

real 0m6.207s
user 0m0.112s
sys 0m0.069s

time curl -X PROPFIND -H "Depth: 0" -u user:pass https://server/remote.php/dav/files/admin/Infobase/documentLibrary

real 0m5.420s
user 0m0.080s
sys 0m0.091s

I have read extensively and deleted authtoken entries in the database based on findings such as this:
#33453

I have also disabled almost all other apps with no impact. I have disabled LDAP user auth with no impact.

Nextcloud AIO is running in Docker on a dedicated server on a dedicated Xen VM.

The server has 256GB of memory, 4x Intel Xeon E5-4650 @ 3.5GHz and 3TB of SSD running as RAID5.

I am desperate to resolve this - accessing Alfresco via External storage offers a path to migration or co-existence.

The Alfresco server is a dedicated server running a dedicated Xen VM and Dockerised instance.

Both the Alfresco and Nextcloud servers are behind a Nginx reverse proxy (a further server) all on the same LAN and subnet.

Alfresco access on the Nextcloud server and from within the Docker container seems quick as evidenced by the shell access times above.

Steps to reproduce

  1. Mount webdav directory via dav2fs on server containing Dockerised Nextcloud AIO.
    2.Expose mount to Nextcloud container via Docker compose configuration.
    3.Create External Storage local mount within Nextcloud.
  2. Browse External Storage mount via Files app in Nextcloud.

Expected behavior

I would expect External Storage browsing response times in the Nextcloud Files app to be similar to those of the same underlying PHP script executed via CURL from the shell.

Installation method

Community Docker image

Nextcloud Server version

27

Operating system

Debian/Ubuntu

PHP engine version

PHP 8.1

Web server

Apache (supported)

Database engine version

PostgreSQL

Is this bug present after an update or on a fresh install?

Fresh Nextcloud Server install

Are you using the Nextcloud Server Encryption module?

Encryption is Disabled

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

{
    "system": {
        "one-click-instance": true,
        "one-click-instance.user-limit": 100,
        "memcache.local": "\\OC\\Memcache\\APCu",
        "apps_paths": [
            {
                "path": "\/var\/www\/html\/apps",
                "url": "\/apps",
                "writable": false
            },
            {
                "path": "\/var\/www\/html\/custom_apps",
                "url": "\/custom_apps",
                "writable": true
            }
        ],
        "check_data_directory_permissions": false,
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "password": "***REMOVED SENSITIVE VALUE***",
            "port": 6379
        },
        "overwritehost": "server",
        "overwriteprotocol": "https",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "localhost",
            "server"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "pgsql",
        "version": "27.0.2.1",
        "overwrite.cli.url": "https:\/\/server\/",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "maintenance": false,
        "loglevel": "0",
        "log_type": "file",
        "logfile": "\/var\/www\/html\/data\/nextcloud.log",
        "log_rotate_size": "10485760",
        "log.condition": {
            "apps": [
                "admin_audit"
            ]
        },
        "preview_max_x": "2048",
        "preview_max_y": "2048",
        "jpeg_quality": "60",
        "enabledPreviewProviders": {
            "1": "OC\\Preview\\Image",
            "2": "OC\\Preview\\MarkDown",
            "3": "OC\\Preview\\MP3",
            "4": "OC\\Preview\\TXT",
            "5": "OC\\Preview\\OpenDocument",
            "6": "OC\\Preview\\Movie",
            "7": "OC\\Preview\\Krita",
            "0": "OC\\Preview\\Imaginary"
        },
        "enable_previews": false,
        "upgrade.disable-web": true,
        "mail_smtpmode": "smtp",
        "trashbin_retention_obligation": "auto, 30",
        "versions_retention_obligation": "auto, 30",
        "activity_expire_days": "30",
        "simpleSignUpLink.shown": false,
        "share_folder": "\/Shared",
        "one-click-instance.link": "https:\/\/nextcloud.com\/all-in-one\/",
        "upgrade.cli-upgrade-link": "https:\/\/github.com\/nextcloud\/all-in-one\/discussions\/2726",
        "updatedirectory": "\/nc-updater",
        "davstorage.request_timeout": 3600,
        "htaccess.RewriteBase": "\/",
        "dbpersistent": true,
        "files_external_allow_create_new_local": true,
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "allow_local_remote_servers": true,
        "preview_imaginary_url": "http:\/\/nextcloud-aio-imaginary:9000",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_sendmailmode": "smtp",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "25",
        "twofactor_enforced": "false",
        "twofactor_enforced_groups": [],
        "twofactor_enforced_excluded_groups": [],
        "ldapProviderFactory": "OCA\\User_LDAP\\LDAPProviderFactory",
        "debug": true,
        "profiler": true,
        "app_install_overwrite": [
            "integration_moodle",
            "workflow_kitinerary",
            "workflow_media_converter",
            "vdirsyncerui"
        ]
    }
}

List of activated Apps

Enabled:
  - calendar: 4.4.4
  - cloud_federation_api: 1.10.0
  - dashboard: 7.7.0
  - dav: 1.27.0
  - federatedfilesharing: 1.17.0
  - files: 1.22.0
  - files_antivirus: 5.2.2
  - files_external: 1.19.0
  - files_fulltextsearch: 27.0.1
  - fulltextsearch: 27.0.1
  - fulltextsearch_elasticsearch: 27.0.2
  - logreader: 2.12.0
  - lookup_server_connector: 1.15.0
  - nextcloud-aio: 0.4.0
  - notify_push: 0.6.3
  - oauth2: 1.15.1
  - profiler: 1.3.1
  - provisioning_api: 1.17.0
  - richdocuments: 8.1.1
  - serverinfo: 1.17.0
  - settings: 1.9.0
  - spreed: 17.0.3
  - support: 1.10.0
  - theming: 2.2.0
  - twofactor_backupcodes: 1.16.0
  - twofactor_totp: 9.0.0
  - user_ldap: 1.17.0
  - viewer: 2.1.0
  - workflowengine: 2.9.0
Disabled:
  - activity: 2.19.0 (installed 2.19.0)
  - admin_audit: 1.17.0 (installed 1.17.0)
  - announcementcenter: 6.6.2 (installed 6.6.2)
  - approval: 1.1.0 (installed 1.1.0)
  - audioplayer: 3.4.0 (installed 3.4.0)
  - bruteforcesettings: 2.7.0 (installed 2.7.0)
  - circles: 27.0.1 (installed 27.0.1)
  - comments: 1.17.0 (installed 1.17.0)
  - contacts: 5.3.2 (installed 5.3.2)
  - contactsinteraction: 1.8.0 (installed 1.8.0)
  - deck: 1.10.0 (installed 1.10.0)
  - encryption: 2.15.0
  - epubviewer: 1.5.0 (installed 1.5.0)
  - external: 5.2.1 (installed 5.2.1)
  - extract: 1.3.6 (installed 1.3.6)
  - federation: 1.17.0 (installed 1.17.0)
  - files_accesscontrol: 1.17.0 (installed 1.17.0)
  - files_archive: 1.1.3 (installed 1.1.3)
  - files_automatedtagging: 1.17.0 (installed 1.17.0)
  - files_fulltextsearch_tesseract: 27.0.0 (installed 27.0.0)
  - files_mindmap: 0.0.28 (installed 0.0.28)
  - files_pdfviewer: 2.8.0 (installed 2.8.0)
  - files_retention: 1.16.0 (installed 1.16.0)
  - files_rightclick: 1.6.0 (installed 1.6.0)
  - files_sharing: 1.19.0 (installed 1.19.0)
  - files_trashbin: 1.17.0 (installed 1.17.0)
  - files_versions: 1.20.0 (installed 1.20.0)
  - files_zip: 1.4.0 (installed 1.4.0)
  - fileslibreofficeedit: 1.1.0 (installed 1.1.0)
  - firstrunwizard: 2.16.0 (installed 2.16.0)
  - forms: 3.3.1 (installed 3.3.1)
  - groupfolders: 15.0.2 (installed 15.0.2)
  - impersonate: 1.14.0 (installed 1.14.0)
  - integration_deepl: 1.1.0 (installed 1.1.0)
  - integration_gptzero: 0.1.3 (installed 0.1.3)
  - integration_mattermost: 1.0.4 (installed 1.0.4)
  - integration_moodle: 1.0.2 (installed 1.0.2)
  - integration_openai: 1.0.11 (installed 1.0.11)
  - integration_openproject: 2.4.4 (installed 2.4.4)
  - integration_openstreetmap: 1.0.6 (installed 1.0.6)
  - integration_youtube: 0.1.4 (installed 0.1.4)
  - integration_zimbra: 1.0.6 (installed 1.0.6)
  - keeporsweep: 0.3.0 (installed 0.3.0)
  - keeweb: 0.6.13 (installed 0.6.13)
  - login_notes: 1.2.0 (installed 1.2.0)
  - mail: 3.3.1 (installed 3.3.1)
  - maps: 1.1.1 (installed 1.1.1)
  - mediadc: 0.3.6 (installed 0.3.6)
  - news: 23.0.0 (installed 23.0.0)
  - nextcloud_announcements: 1.16.0 (installed 1.16.0)
  - notes: 4.8.1 (installed 4.8.1)
  - notifications: 2.15.0 (installed 2.15.0)
  - openotp_sign: 1.5.2 (installed 1.5.2)
  - password_policy: 1.17.0 (installed 1.17.0)
  - photos: 2.3.0 (installed 2.3.0)
  - polls: 5.2.0 (installed 5.2.0)
  - privacy: 1.11.0 (installed 1.11.0)
  - quota_warning: 1.17.0 (installed 1.17.0)
  - recommendations: 1.6.0 (installed 1.6.0)
  - related_resources: 1.2.0 (installed 1.2.0)
  - richdocumentscode: 23.5.301 (installed 23.5.301)
  - riotchat: 0.16.0 (installed 0.16.0)
  - secrets: 1.5.1 (installed 1.5.1)
  - sharebymail: 1.17.0 (installed 1.17.0)
  - sharepoint: 1.15.0 (installed 1.15.0)
  - socialsharing_email: 2.6.0 (installed 2.6.0)
  - stt_whisper: 1.0.5 (installed 1.0.5)
  - survey_client: 1.15.0 (installed 1.15.0)
  - suspicious_login: 5.0.0 (installed 5.0.0)
  - systemtags: 1.17.0 (installed 1.17.0)
  - tables: 0.5.1 (installed 0.5.1)
  - tasks: 0.15.0 (installed 0.15.0)
  - terms_of_service: 2.3.0 (installed 2.3.0)
  - text: 3.8.0 (installed 3.8.0)
  - user_status: 1.7.0 (installed 1.7.0)
  - vdirsyncerui: 0.0.8 (installed 0.0.8)
  - video_converter: 1.0.6 (installed 1.0.6)
  - weather_status: 1.7.0 (installed 1.7.0)
  - workflow_kitinerary: 1.2.0 (installed 1.2.0)
  - workflow_media_converter: 1.8.4 (installed 1.8.4)
  - workflow_ocr: 1.27.1 (installed 1.27.1)
  - workflow_pdf_converter: 1.12.0 (installed 1.12.0)

Nextcloud Signing status

No errors have been found.

Nextcloud Logs

Cleared log prior to running directory listing:

{"reqId":"F03DKQKGFtm0rkrKYrkX","level":0,"time":"2023-09-07T18:28:37+00:00","remoteAddr":"192.168.0.189","user":"admin","app":"logreader","method":"GET","url":"/settings/admin/logging","message":"Could not find resource file \"/apps/logreader/css/../js/logreader-main.css\"","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36","version":"27.0.2.1","data":{"app":"logreader"}}
{"reqId":"WB7HFtf2n8vtxQOEBuJs","level":0,"time":"2023-09-07T18:28:42+00:00","remoteAddr":"192.168.0.189","user":"admin","app":"no app in context","method":"GET","url":"/apps/files/","message":"Deprecated event type for \\OCP\\Collaboration\\Resources::loadAdditionalScripts: null","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36","version":"27.0.2.1","data":[]}
{"reqId":"WB7HFtf2n8vtxQOEBuJs","level":0,"time":"2023-09-07T18:28:42+00:00","remoteAddr":"192.168.0.189","user":"admin","app":"PHP","method":"GET","url":"/apps/files/","message":"Calling the \"Symfony\\Component\\EventDispatcher\\EventDispatcherInterface::dispatch()\" method with the event name as the first argument is deprecated since Symfony 4.3, pass it as the second argument and provide the event object as the first argument instead. at /var/www/html/3rdparty/symfony/event-dispatcher/EventDispatcher.php#58","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36","version":"27.0.2.1","data":{"app":"PHP"}}
{"reqId":"x9AvAV09g1BWu6x8TWA0","level":0,"time":"2023-09-07T18:30:40+00:00","remoteAddr":"192.168.0.189","user":"admin","app":"logreader","method":"GET","url":"/settings/admin/logging","message":"Could not find resource file \"/apps/logreader/css/../js/logreader-main.css\"","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36","version":"27.0.2.1","data":{"app":"logreader"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:50+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 359","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 121","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 7","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 375","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OCA\\Support\\BackgroundJobs\\CheckSubscription job with ID 375","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\Support\\BackgroundJobs\\CheckSubscription job with ID 375 in 0 seconds","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 34","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OC\\Preview\\BackgroundCleanupJob job with ID 34","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OC\\Preview\\BackgroundCleanupJob job with ID 34 in 0 seconds","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 357","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 32","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 358","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 61","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 10","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OCA\\Files\\BackgroundJob\\CleanupDirectEditingTokens job with ID 10","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\Files\\BackgroundJob\\CleanupDirectEditingTokens job with ID 10 in 0 seconds","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 11","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 9","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OCA\\Files\\BackgroundJob\\CleanupFileLocks job with ID 9","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\Files\\BackgroundJob\\CleanupFileLocks job with ID 9 in 0 seconds","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 92","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OCA\\Files_External\\BackgroundJob\\CredentialsCleanup job with ID 92","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}

REDACTED LDAP query

{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\Files_External\\BackgroundJob\\CredentialsCleanup job with ID 92 in 0 seconds","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 376","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 377","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 26","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 48","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 378","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OCA\\Talk\\BackgroundJob\\ExpireSignalingMessage job with ID 378","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\Talk\\BackgroundJob\\ExpireSignalingMessage job with ID 378 in 0 seconds","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 379","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OCA\\Talk\\BackgroundJob\\RemoveEmptyRooms job with ID 379","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\Talk\\BackgroundJob\\RemoveEmptyRooms job with ID 379 in 0 seconds","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 380","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OCA\\Talk\\BackgroundJob\\ResetAssignedSignalingServer job with ID 380","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\Talk\\BackgroundJob\\ResetAssignedSignalingServer job with ID 380 in 0 seconds","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 382","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 383","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:51+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OCA\\Talk\\BackgroundJob\\CheckMatterbridges job with ID 383","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\Talk\\BackgroundJob\\CheckMatterbridges job with ID 383 in 1 seconds","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 384","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OCA\\Talk\\BackgroundJob\\ExpireChatMessages job with ID 384","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\Talk\\BackgroundJob\\ExpireChatMessages job with ID 384 in 0 seconds","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 8","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 2","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OCA\\DAV\\BackgroundJob\\UpdateCalendarResourcesRoomsBackgroundJob job with ID 2","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\DAV\\BackgroundJob\\UpdateCalendarResourcesRoomsBackgroundJob job with ID 2 in 0 seconds","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 47","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 1","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 3","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 33","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OC\\Log\\Rotate job with ID 33","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OC\\Log\\Rotate job with ID 33 in 0 seconds","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 385","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OCA\\Files_Antivirus\\BackgroundJob\\BackgroundScanner job with ID 385","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"files_antivirus","method":"","url":"--","message":"Batch size is: 100","userAgent":"--","version":"27.0.2.1","data":{"app":"files_antivirus"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"files_antivirus","method":"","url":"--","message":"Start background scan","userAgent":"--","version":"27.0.2.1","data":{"app":"files_antivirus"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"files_antivirus","method":"","url":"--","message":"Batch size is: 100","userAgent":"--","version":"27.0.2.1","data":{"app":"files_antivirus"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"files_antivirus","method":"","url":"--","message":"Batch size is: 100","userAgent":"--","version":"27.0.2.1","data":{"app":"files_antivirus"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"files_antivirus","method":"","url":"--","message":"Batch size is: 100","userAgent":"--","version":"27.0.2.1","data":{"app":"files_antivirus"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\Files_Antivirus\\BackgroundJob\\BackgroundScanner job with ID 385 in 0 seconds","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 185","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 5","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 122","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 6","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 4","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OCA\\DAV\\BackgroundJob\\EventReminderJob job with ID 4","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"dav","method":"","url":"--","message":"0 reminders to process","userAgent":"--","version":"27.0.2.1","data":{"app":"dav"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\DAV\\BackgroundJob\\EventReminderJob job with ID 4 in 0 seconds","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 386","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 387","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 12","userAgent":"--","version":"27.0.2.1","data":{"app":"cron"}}
{"reqId":"RjHxdE0UD3MFgTJtoEe9","level":0,"time":"2023-09-07T18:30:52+00:00","remoteAddr":"","user":"--","app":"user_ldap","method":"","url":"--","message":"Calling LDAP function ldap_unbind with parameters [{}]","userAgent":"--","version":"27.0.2.1","data":{"app":"user_ldap"}}

Additional info

No response

@ga-it ga-it added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Sep 7, 2023
@ga-it
Copy link
Author

ga-it commented Sep 7, 2023

The following additional logging is from Profiler:

[
{
"token": "XXXX",
"method": "PROPFIND",
"children": [],
"url": "/remote.php/dav/files/admin/Infobase/documentLibrary",
"statusCode": 200,
"time": 1694111840,
"collectors": {
"db": {
"queries": {
"1": {
"sql": "SET SESSION CHARACTERISTICS AS TRANSACTION ISOLATION LEVEL READ COMMITTED",
"params": [],
"types": [],
"executionMS": 0.0007231235504150391,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1139,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 295,
"function": "executeStatement",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 672,
"function": "executeStatement",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/SetTransactionIsolationLevel.php",
"line": 39,
"function": "setTransactionIsolation",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/event-manager/src/EventManager.php",
"line": 43,
"function": "postConnect",
"class": "OC\DB\SetTransactionIsolationLevel",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 352,
"function": "dispatchEvent",
"class": "Doctrine\Common\EventManager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 134,
"function": "connect",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1531,
"function": "connect",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1029,
"function": "getWrappedConnection",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppConfig.php",
"line": 418,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppConfig.php",
"line": 184,
"function": "loadConfigValues",
"class": "OC\AppConfig",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppConfig.php",
"line": 374,
"function": "getApps",
"class": "OC\AppConfig",
"type": "->"
},
{
"file": "/var/www/html/lib/private/legacy/OC_App.php",
"line": 803,
"function": "getValues",
"class": "OC\AppConfig",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Server.php",
"line": 733,
"function": "getAppVersions",
"class": "OC_App",
"type": "::"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 171,
"function": "OC\{closure}",
"class": "OC\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/pimple/pimple/src/Pimple/Container.php",
"line": 122,
"function": "OC\AppFramework\Utility\{closure}",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 138,
"function": "offsetGet",
"class": "Pimple\Container",
"type": "->"
},
{
"file": "/var/www/html/lib/private/ServerContainer.php",
"line": 171,
"function": "query",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 65,
"function": "query",
"class": "OC\ServerContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 193,
"function": "get",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 171,
"function": "OC\AppFramework\Utility\{closure}",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/pimple/pimple/src/Pimple/Container.php",
"line": 118,
"function": "OC\AppFramework\Utility\{closure}",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 138,
"function": "offsetGet",
"class": "Pimple\Container",
"type": "->"
},
{
"file": "/var/www/html/lib/private/ServerContainer.php",
"line": 171,
"function": "query",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 65,
"function": "query",
"class": "OC\ServerContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Server.php",
"line": 1115,
"function": "get",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 171,
"function": "OC\{closure}",
"class": "OC\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/pimple/pimple/src/Pimple/Container.php",
"line": 122,
"function": "OC\AppFramework\Utility\{closure}",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 138,
"function": "offsetGet",
"class": "Pimple\Container",
"type": "->"
},
{
"file": "/var/www/html/lib/private/ServerContainer.php",
"line": 171,
"function": "query",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 65,
"function": "query",
"class": "OC\ServerContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Server.php",
"line": 2067,
"function": "get",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 106,
"function": "getLockingProvider",
"class": "OC\Server",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Server.php",
"line": 467,
"function": "__construct",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 171,
"function": "OC\{closure}",
"class": "OC\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/pimple/pimple/src/Pimple/Container.php",
"line": 122,
"function": "OC\AppFramework\Utility\{closure}",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 138,
"function": "offsetGet",
"class": "Pimple\Container",
"type": "->"
},
{
"file": "/var/www/html/lib/private/ServerContainer.php",
"line": 171,
"function": "query",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 65,
"function": "query",
"class": "OC\ServerContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Server.php",
"line": 1469,
"function": "get",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/base.php",
"line": 638,
"function": "boot",
"class": "OC\Server",
"type": "->"
},
{
"file": "/var/www/html/lib/base.php",
"line": 1180,
"function": "init",
"class": "OC",
"type": "::"
},
{
"file": "/var/www/html/remote.php",
"line": 119,
"args": [
"/var/www/html/lib/base.php"
],
"function": "require_once"
}
],
"start": 1694111743.892159,
"explainable": true,
"runnable": true
},
"2": {
"sql": "SELECT * FROM "oc_appconfig"",
"params": [],
"types": [],
"executionMS": 0.0023250579833984377,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1033,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppConfig.php",
"line": 418,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppConfig.php",
"line": 184,
"function": "loadConfigValues",
"class": "OC\AppConfig",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppConfig.php",
"line": 374,
"function": "getApps",
"class": "OC\AppConfig",
"type": "->"
},
{
"file": "/var/www/html/lib/private/legacy/OC_App.php",
"line": 803,
"function": "getValues",
"class": "OC\AppConfig",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Server.php",
"line": 733,
"function": "getAppVersions",
"class": "OC_App",
"type": "::"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 171,
"function": "OC\{closure}",
"class": "OC\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/pimple/pimple/src/Pimple/Container.php",
"line": 122,
"function": "OC\AppFramework\Utility\{closure}",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 138,
"function": "offsetGet",
"class": "Pimple\Container",
"type": "->"
},
{
"file": "/var/www/html/lib/private/ServerContainer.php",
"line": 171,
"function": "query",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 65,
"function": "query",
"class": "OC\ServerContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 193,
"function": "get",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 171,
"function": "OC\AppFramework\Utility\{closure}",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/pimple/pimple/src/Pimple/Container.php",
"line": 118,
"function": "OC\AppFramework\Utility\{closure}",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 138,
"function": "offsetGet",
"class": "Pimple\Container",
"type": "->"
},
{
"file": "/var/www/html/lib/private/ServerContainer.php",
"line": 171,
"function": "query",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 65,
"function": "query",
"class": "OC\ServerContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Server.php",
"line": 1115,
"function": "get",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 171,
"function": "OC\{closure}",
"class": "OC\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/pimple/pimple/src/Pimple/Container.php",
"line": 122,
"function": "OC\AppFramework\Utility\{closure}",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 138,
"function": "offsetGet",
"class": "Pimple\Container",
"type": "->"
},
{
"file": "/var/www/html/lib/private/ServerContainer.php",
"line": 171,
"function": "query",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 65,
"function": "query",
"class": "OC\ServerContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Server.php",
"line": 2067,
"function": "get",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 106,
"function": "getLockingProvider",
"class": "OC\Server",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Server.php",
"line": 467,
"function": "__construct",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 171,
"function": "OC\{closure}",
"class": "OC\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/pimple/pimple/src/Pimple/Container.php",
"line": 122,
"function": "OC\AppFramework\Utility\{closure}",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 138,
"function": "offsetGet",
"class": "Pimple\Container",
"type": "->"
},
{
"file": "/var/www/html/lib/private/ServerContainer.php",
"line": 171,
"function": "query",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 65,
"function": "query",
"class": "OC\ServerContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Server.php",
"line": 1469,
"function": "get",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/base.php",
"line": 638,
"function": "boot",
"class": "OC\Server",
"type": "->"
},
{
"file": "/var/www/html/lib/base.php",
"line": 1180,
"function": "init",
"class": "OC",
"type": "::"
},
{
"file": "/var/www/html/remote.php",
"line": 119,
"args": [
"/var/www/html/lib/base.php"
],
"function": "require_once"
}
],
"start": 1694111743.892931,
"explainable": true,
"runnable": true
},
"3": {
"sql": "SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1",
"params": {
"dcValue1": "admin"
},
"types": {
"dcValue1": 2
},
"executionMS": 0.0015921592712402344,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1033,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/User/Database.php",
"line": 392,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/User/Database.php",
"line": 438,
"function": "loadUser",
"class": "OC\User\Database",
"type": "->"
},
{
"file": "/var/www/html/lib/private/User/Manager.php",
"line": 173,
"function": "userExists",
"class": "OC\User\Database",
"type": "->"
},
{
"file": "/var/www/html/lib/private/User/Session.php",
"line": 228,
"function": "get",
"class": "OC\User\Manager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/legacy/OC_App.php",
"line": 228,
"function": "getUser",
"class": "OC\User\Session",
"type": "->"
},
{
"file": "/var/www/html/lib/private/App/AppManager.php",
"line": 198,
"function": "getEnabledApps",
"class": "OC_App",
"type": "::"
},
{
"file": "/var/www/html/lib/private/legacy/OC_App.php",
"line": 126,
"function": "loadApps",
"class": "OC\App\AppManager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/legacy/OC_User.php",
"line": 128,
"function": "loadApps",
"class": "OC_App",
"type": "::"
},
{
"file": "/var/www/html/lib/base.php",
"line": 773,
"function": "setupBackends",
"class": "OC_User",
"type": "::"
},
{
"file": "/var/www/html/lib/base.php",
"line": 1180,
"function": "init",
"class": "OC",
"type": "::"
},
{
"file": "/var/www/html/remote.php",
"line": 119,
"args": [
"/var/www/html/lib/base.php"
],
"function": "require_once"
}
],
"start": 1694111743.929483,
"explainable": true,
"runnable": true
},
"4": {
"sql": "SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2)",
"params": {
"dcValue1": "xxx",
"dcValue2": 2
},
"types": {
"dcValue1": 2,
"dcValue2": 1
},
"executionMS": 0.0019750595092773439,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1033,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Authentication/Token/PublicKeyTokenMapper.php",
"line": 84,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Authentication/Token/PublicKeyTokenProvider.php",
"line": 168,
"function": "getToken",
"class": "OC\Authentication\Token\PublicKeyTokenMapper",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Authentication/Token/Manager.php",
"line": 133,
"function": "getToken",
"class": "OC\Authentication\Token\PublicKeyTokenProvider",
"type": "->"
},
{
"file": "/var/www/html/lib/private/User/Session.php",
"line": 782,
"function": "getToken",
"class": "OC\Authentication\Token\Manager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/User/Session.php",
"line": 257,
"function": "validateToken",
"class": "OC\User\Session",
"type": "->"
},
{
"file": "/var/www/html/lib/private/User/Session.php",
"line": 232,
"function": "validateSession",
"class": "OC\User\Session",
"type": "->"
},
{
"file": "/var/www/html/lib/private/legacy/OC_App.php",
"line": 228,
"function": "getUser",
"class": "OC\User\Session",
"type": "->"
},
{
"file": "/var/www/html/lib/private/App/AppManager.php",
"line": 198,
"function": "getEnabledApps",
"class": "OC_App",
"type": "::"
},
{
"file": "/var/www/html/lib/private/legacy/OC_App.php",
"line": 126,
"function": "loadApps",
"class": "OC\App\AppManager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/legacy/OC_User.php",
"line": 128,
"function": "loadApps",
"class": "OC_App",
"type": "::"
},
{
"file": "/var/www/html/lib/base.php",
"line": 773,
"function": "setupBackends",
"class": "OC_User",
"type": "::"
},
{
"file": "/var/www/html/lib/base.php",
"line": 1180,
"function": "init",
"class": "OC",
"type": "::"
},
{
"file": "/var/www/html/remote.php",
"line": 119,
"args": [
"/var/www/html/lib/base.php"
],
"function": "require_once"
}
],
"start": 1694111743.931606,
"explainable": true,
"runnable": true
},
"5": {
"sql": "SELECT "appid", "configkey", "configvalue" FROM "oc_preferences" WHERE "userid" = :dcValue1",
"params": {
"dcValue1": "admin"
},
"types": {
"dcValue1": 2
},
"executionMS": 0.0011479854583740235,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1033,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 293,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AllConfig.php",
"line": 428,
"function": "executeQuery",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AllConfig.php",
"line": 318,
"function": "getAllUserValues",
"class": "OC\AllConfig",
"type": "->"
},
{
"file": "/var/www/html/lib/private/L10N/Factory.php",
"line": 201,
"function": "getUserValue",
"class": "OC\AllConfig",
"type": "->"
},
{
"file": "/var/www/html/lib/private/L10N/Factory.php",
"line": 151,
"function": "findLanguage",
"class": "OC\L10N\Factory",
"type": "->"
},
{
"file": "/var/www/html/lib/private/L10N/LazyL10N.php",
"line": 44,
"function": "OC\L10N\{closure}",
"class": "OC\L10N\Factory",
"type": "->"
},
{
"file": "/var/www/html/lib/private/L10N/LazyL10N.php",
"line": 51,
"function": "getL",
"class": "OC\L10N\LazyL10N",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/Lib/Auth/NullMechanism.php",
"line": 35,
"function": "t",
"class": "OC\L10N\LazyL10N",
"type": "->"
},
{
"function": "__construct",
"class": "OCA\Files_External\Lib\Auth\NullMechanism",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 116,
"function": "newInstanceArgs",
"class": "ReflectionClass",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 124,
"function": "buildClass",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 142,
"function": "resolve",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/DependencyInjection/DIContainer.php",
"line": 494,
"function": "query",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/DependencyInjection/DIContainer.php",
"line": 466,
"function": "queryNoFallback",
"class": "OC\AppFramework\DependencyInjection\DIContainer",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 65,
"function": "query",
"class": "OC\AppFramework\DependencyInjection\DIContainer",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/AppInfo/Application.php",
"line": 153,
"function": "get",
"class": "OC\AppFramework\Utility\SimpleContainer",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/AppInfo/Application.php",
"line": 120,
"function": "getAuthMechanisms",
"class": "OCA\Files_External\AppInfo\Application",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Bootstrap/Coordinator.php",
"line": 200,
"function": "boot",
"class": "OCA\Files_External\AppInfo\Application",
"type": "->"
},
{
"file": "/var/www/html/lib/private/App/AppManager.php",
"line": 437,
"function": "bootApp",
"class": "OC\AppFramework\Bootstrap\Coordinator",
"type": "->"
},
{
"file": "/var/www/html/lib/private/App/AppManager.php",
"line": 216,
"function": "loadApp",
"class": "OC\App\AppManager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/legacy/OC_App.php",
"line": 126,
"function": "loadApps",
"class": "OC\App\AppManager",
"type": "->"
},
{
"file": "/var/www/html/remote.php",
"line": 157,
"function": "loadApps",
"class": "OC_App",
"type": "::"
}
],
"start": 1694111743.947839,
"explainable": true,
"runnable": true
},
"6": {
"sql": "SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1",
"params": {
"dcValue1": "admin"
},
"types": {
"dcValue1": 2
},
"executionMS": 0.0021820068359375,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1033,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Group/Database.php",
"line": 245,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Group/Manager.php",
"line": 336,
"function": "getUserGroups",
"class": "OC\Group\Database",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Group/Manager.php",
"line": 315,
"function": "getUserIdGroupIds",
"class": "OC\Group\Manager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Group/Manager.php",
"line": 304,
"function": "isInGroup",
"class": "OC\Group\Manager",
"type": "->"
},
{
"file": "/var/www/html/apps/profiler/lib/AppInfo/Application.php",
"line": 50,
"function": "isAdmin",
"class": "OC\Group\Manager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Bootstrap/FunctionInjector.php",
"line": 66,
"function": "injectJs",
"class": "OCA\Profiler\AppInfo\Application",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Bootstrap/BootContext.php",
"line": 50,
"function": "injectFn",
"class": "OC\AppFramework\Bootstrap\FunctionInjector",
"type": "->"
},
{
"file": "/var/www/html/apps/profiler/lib/AppInfo/Application.php",
"line": 46,
"function": "injectFn",
"class": "OC\AppFramework\Bootstrap\BootContext",
"type": "->"
},
{
"file": "/var/www/html/lib/private/AppFramework/Bootstrap/Coordinator.php",
"line": 200,
"function": "boot",
"class": "OCA\Profiler\AppInfo\Application",
"type": "->"
},
{
"file": "/var/www/html/lib/private/App/AppManager.php",
"line": 437,
"function": "bootApp",
"class": "OC\AppFramework\Bootstrap\Coordinator",
"type": "->"
},
{
"file": "/var/www/html/lib/private/App/AppManager.php",
"line": 216,
"function": "loadApp",
"class": "OC\App\AppManager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/legacy/OC_App.php",
"line": 126,
"function": "loadApps",
"class": "OC\App\AppManager",
"type": "->"
},
{
"file": "/var/www/html/remote.php",
"line": 157,
"function": "loadApps",
"class": "OC_App",
"type": "::"
}
],
"start": 1694111743.957898,
"explainable": true,
"runnable": true
},
"7": {
"sql": "SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid",
"params": {
"uid": "admin"
},
"types": [],
"executionMS": 0.0041768550872802738,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1033,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 293,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Accounts/AccountManager.php",
"line": 353,
"function": "executeQuery",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Accounts/AccountManager.php",
"line": 802,
"function": "getUser",
"class": "OC\Accounts\AccountManager",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/Principal.php",
"line": 529,
"function": "getAccount",
"class": "OC\Accounts\AccountManager",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/Principal.php",
"line": 191,
"function": "userToPrincipal",
"class": "OCA\DAV\Connector\Sabre\Principal",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAVACL/AbstractPrincipalCollection.php",
"line": 114,
"function": "getPrincipalByPath",
"class": "OCA\DAV\Connector\Sabre\Principal",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 78,
"function": "getChild",
"class": "Sabre\DAVACL\AbstractPrincipalCollection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 73,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 73,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 971,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1662,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1647,
"function": "writeMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\DAV\CorePlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 253,
"function": "invokeMethod",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 321,
"function": "start",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 364,
"function": "exec",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
"line": 35,
"function": "exec",
"class": "OCA\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/remote.php",
"line": 172,
"args": [
"/var/www/html/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"start": 1694111743.993694,
"explainable": true,
"runnable": true
},
"8": {
"sql": "SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "f"."path", "mount_provider_class" FROM "oc_mounts" "m" INNER JOIN "oc_filecache" "f" ON "m"."root_id" = "f"."fileid" WHERE "user_id" = ?",
"params": [
"admin"
],
"types": [
2
],
"executionMS": 0.03596210479736328,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1033,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Config/UserMountCache.php",
"line": 257,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Config/UserMountCache.php",
"line": 460,
"function": "getMountsForUser",
"class": "OC\Files\Config\UserMountCache",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/SetupManager.php",
"line": 417,
"function": "getMountForPath",
"class": "OC\Files\Config\UserMountCache",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Mount/Manager.php",
"line": 95,
"function": "setupForPath",
"class": "OC\Files\SetupManager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Filesystem.php",
"line": 306,
"function": "find",
"class": "OC\Files\Mount\Manager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 216,
"function": "resolvePath",
"class": "OC\Files\Filesystem",
"type": "::"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 1826,
"function": "resolvePath",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php",
"line": 215,
"function": "verifyPath",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 78,
"function": "getChild",
"class": "OCA\DAV\Connector\Sabre\Directory",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 73,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 971,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1662,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1647,
"function": "writeMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\DAV\CorePlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 253,
"function": "invokeMethod",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 321,
"function": "start",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 364,
"function": "exec",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
"line": 35,
"function": "exec",
"class": "OCA\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/remote.php",
"line": 172,
"args": [
"/var/www/html/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"start": 1694111744.001345,
"explainable": true,
"runnable": true
},
"9": {
"sql": "SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1",
"params": {
"dcValue1": "home::admin"
},
"types": {
"dcValue1": 2
},
"executionMS": 0.004858970642089844,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1033,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Cache/StorageGlobal.php",
"line": 80,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Cache/Storage.php",
"line": 98,
"function": "getStorageInfo",
"class": "OC\Files\Cache\StorageGlobal",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Cache/Storage.php",
"line": 76,
"function": "getStorageById",
"class": "OC\Files\Cache\Storage",
"type": "::"
},
{
"file": "/var/www/html/lib/private/Files/Cache/Cache.php",
"line": 124,
"function": "__construct",
"class": "OC\Files\Cache\Storage",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Storage/Home.php",
"line": 70,
"function": "__construct",
"class": "OC\Files\Cache\Cache",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php",
"line": 392,
"function": "getCache",
"class": "OC\Files\Storage\Home",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php",
"line": 392,
"function": "getCache",
"class": "OC\Files\Storage\Wrapper\Wrapper",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Mount/MountPoint.php",
"line": 299,
"function": "getCache",
"class": "OC\Files\Storage\Wrapper\Wrapper",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/SetupManager.php",
"line": 265,
"function": "getStorageRootId",
"class": "OC\Files\Mount\MountPoint",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/SetupManager.php",
"line": 423,
"function": "oneTimeUserSetup",
"class": "OC\Files\SetupManager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Mount/Manager.php",
"line": 95,
"function": "setupForPath",
"class": "OC\Files\SetupManager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Filesystem.php",
"line": 306,
"function": "find",
"class": "OC\Files\Mount\Manager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 216,
"function": "resolvePath",
"class": "OC\Files\Filesystem",
"type": "::"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 1826,
"function": "resolvePath",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php",
"line": 215,
"function": "verifyPath",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 78,
"function": "getChild",
"class": "OCA\DAV\Connector\Sabre\Directory",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 73,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 971,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1662,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1647,
"function": "writeMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\DAV\CorePlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 253,
"function": "invokeMethod",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 321,
"function": "start",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 364,
"function": "exec",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
"line": 35,
"function": "exec",
"class": "OCA\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/remote.php",
"line": 172,
"args": [
"/var/www/html/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"start": 1694111744.041292,
"explainable": true,
"runnable": true
},
"10": {
"sql": "SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2)",
"params": {
"dcValue1": 1,
"dcValue2": "d41d8cd98f00b204e9800998ecf8427e"
},
"types": {
"dcValue1": 1,
"dcValue2": 2
},
"executionMS": 0.002259969711303711,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1033,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Cache/Cache.php",
"line": 497,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Mount/MountPoint.php",
"line": 299,
"function": "getId",
"class": "OC\Files\Cache\Cache",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/SetupManager.php",
"line": 265,
"function": "getStorageRootId",
"class": "OC\Files\Mount\MountPoint",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/SetupManager.php",
"line": 423,
"function": "oneTimeUserSetup",
"class": "OC\Files\SetupManager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Mount/Manager.php",
"line": 95,
"function": "setupForPath",
"class": "OC\Files\SetupManager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Filesystem.php",
"line": 306,
"function": "find",
"class": "OC\Files\Mount\Manager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 216,
"function": "resolvePath",
"class": "OC\Files\Filesystem",
"type": "::"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 1826,
"function": "resolvePath",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php",
"line": 215,
"function": "verifyPath",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 78,
"function": "getChild",
"class": "OCA\DAV\Connector\Sabre\Directory",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 73,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 971,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1662,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1647,
"function": "writeMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\DAV\CorePlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 253,
"function": "invokeMethod",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 321,
"function": "start",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 364,
"function": "exec",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
"line": 35,
"function": "exec",
"class": "OCA\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/remote.php",
"line": 172,
"args": [
"/var/www/html/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"start": 1694111744.046633,
"explainable": true,
"runnable": true
},
"11": {
"sql": "SELECT "m"."mount_id", "mount_point", "storage_backend", "auth_backend", "priority", "m"."type" FROM "oc_external_mounts" "m" INNER JOIN "oc_external_applicable" "a" ON "m"."mount_id" = "a"."mount_id" WHERE (("a"."type" = :dcValue1) AND ("a"."value" IS NULL)) OR (("a"."type" = :dcValue2) AND ("a"."value" = :dcValue3)) OR (("a"."type" = :dcValue4) AND ("a"."value" IN (:dcValue5)))",
"params": {
"dcValue1": 1,
"dcValue2": 3,
"dcValue3": "admin",
"dcValue4": 2,
"dcValue5": [
"admin"
]
},
"types": {
"dcValue1": 1,
"dcValue2": 1,
"dcValue3": 2,
"dcValue4": 1,
"dcValue5": 102
},
"executionMS": 0.013255834579467774,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1033,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/Service/DBConfigService.php",
"line": 400,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/Service/DBConfigService.php",
"line": 112,
"function": "getMountsFromQuery",
"class": "OCA\Files_External\Service\DBConfigService",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/Service/UserGlobalStoragesService.php",
"line": 194,
"function": "getMountsForUser",
"class": "OCA\Files_External\Service\DBConfigService",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/Config/ConfigAdapter.php",
"line": 120,
"function": "getAllStoragesForUser",
"class": "OCA\Files_External\Service\UserGlobalStoragesService",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Config/MountProviderCollection.php",
"line": 89,
"function": "getMountsForUser",
"class": "OCA\Files_External\Config\ConfigAdapter",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Config/MountProviderCollection.php",
"line": 102,
"function": "getMountsFromProvider",
"class": "OC\Files\Config\MountProviderCollection",
"type": "->"
},
{
"function": "OC\Files\Config\{closure}",
"class": "OC\Files\Config\MountProviderCollection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Config/MountProviderCollection.php",
"line": 101,
"function": "array_map"
},
{
"file": "/var/www/html/lib/private/Files/Config/MountProviderCollection.php",
"line": 119,
"function": "getUserMountsForProviders",
"class": "OC\Files\Config\MountProviderCollection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/SetupManager.php",
"line": 433,
"function": "getUserMountsForProviderClasses",
"class": "OC\Files\Config\MountProviderCollection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Mount/Manager.php",
"line": 95,
"function": "setupForPath",
"class": "OC\Files\SetupManager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 1352,
"function": "find",
"class": "OC\Files\Mount\Manager",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php",
"line": 216,
"function": "getFileInfo",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 78,
"function": "getChild",
"class": "OCA\DAV\Connector\Sabre\Directory",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 73,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 971,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1662,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1647,
"function": "writeMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\DAV\CorePlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 253,
"function": "invokeMethod",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 321,
"function": "start",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 364,
"function": "exec",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
"line": 35,
"function": "exec",
"class": "OCA\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/remote.php",
"line": 172,
"args": [
"/var/www/html/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"start": 1694111744.050249,
"explainable": true,
"runnable": true
},
"12": {
"sql": "SELECT "type", "value", "mount_id" FROM "oc_external_applicable" WHERE "mount_id" IN (?, ?)",
"params": [
1,
3
],
"types": [
1,
1
],
"executionMS": 0.0015249252319335938,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1033,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/Service/DBConfigService.php",
"line": 451,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/Service/DBConfigService.php",
"line": 473,
"function": "selectForMounts",
"class": "OCA\Files_External\Service\DBConfigService",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/Service/DBConfigService.php",
"line": 416,
"function": "getApplicableForMounts",
"class": "OCA\Files_External\Service\DBConfigService",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/Service/DBConfigService.php",
"line": 112,
"function": "getMountsFromQuery",
"class": "OCA\Files_External\Service\DBConfigService",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/Service/UserGlobalStoragesService.php",
"line": 194,
"function": "getMountsForUser",
"class": "OCA\Files_External\Service\DBConfigService",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/Config/ConfigAdapter.php",
"line": 120,
"function": "getAllStoragesForUser",
"class": "OCA\Files_External\Service\UserGlobalStoragesService",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Config/MountProviderCollection.php",
"line": 89,
"function": "getMountsForUser",
"class": "OCA\Files_External\Config\ConfigAdapter",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Config/MountProviderCollection.php",
"line": 102,
"function": "getMountsFromProvider",
"class": "OC\Files\Config\MountProviderCollection",
"type": "->"
},
{
"function": "OC\Files\Config\{closure}",
"class": "OC\Files\Config\MountProviderCollection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Config/MountProviderCollection.php",
"line": 101,
"function": "array_map"
},
{
"file": "/var/www/html/lib/private/Files/Config/MountProviderCollection.php",
"line": 119,
"function": "getUserMountsForProviders",
"class": "OC\Files\Config\MountProviderCollection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/SetupManager.php",
"line": 433,
"function": "getUserMountsForProviderClasses",
"class": "OC\Files\Config\MountProviderCollection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Mount/Manager.php",
"line": 95,
"function": "setupForPath",
"class": "OC\Files\SetupManager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 1352,
"function": "find",
"class": "OC\Files\Mount\Manager",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php",
"line": 216,
"function": "getFileInfo",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 78,
"function": "getChild",
"class": "OCA\DAV\Connector\Sabre\Directory",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 73,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 971,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1662,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1647,
"function": "writeMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\DAV\CorePlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 253,
"function": "invokeMethod",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 321,
"function": "start",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 364,
"function": "exec",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
"line": 35,
"function": "exec",
"class": "OCA\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/remote.php",
"line": 172,
"args": [
"/var/www/html/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"start": 1694111744.063765,
"explainable": true,
"runnable": true
},
"13": {
"sql": "SELECT "key", "value", "mount_id" FROM "oc_external_config" WHERE "mount_id" IN (?, ?)",
"params": [
1,
3
],
"types": [
1,
1
],
"executionMS": 0.0047779083251953129,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1033,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/Service/DBConfigService.php",
"line": 451,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/Service/DBConfigService.php",
"line": 481,
"function": "selectForMounts",
"class": "OCA\Files_External\Service\DBConfigService",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/Service/DBConfigService.php",
"line": 417,
"function": "getConfigForMounts",
"class": "OCA\Files_External\Service\DBConfigService",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/Service/DBConfigService.php",
"line": 112,
"function": "getMountsFromQuery",
"class": "OCA\Files_External\Service\DBConfigService",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/Service/UserGlobalStoragesService.php",
"line": 194,
"function": "getMountsForUser",
"class": "OCA\Files_External\Service\DBConfigService",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/Config/ConfigAdapter.php",
"line": 120,
"function": "getAllStoragesForUser",
"class": "OCA\Files_External\Service\UserGlobalStoragesService",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Config/MountProviderCollection.php",
"line": 89,
"function": "getMountsForUser",
"class": "OCA\Files_External\Config\ConfigAdapter",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Config/MountProviderCollection.php",
"line": 102,
"function": "getMountsFromProvider",
"class": "OC\Files\Config\MountProviderCollection",
"type": "->"
},
{
"function": "OC\Files\Config\{closure}",
"class": "OC\Files\Config\MountProviderCollection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Config/MountProviderCollection.php",
"line": 101,
"function": "array_map"
},
{
"file": "/var/www/html/lib/private/Files/Config/MountProviderCollection.php",
"line": 119,
"function": "getUserMountsForProviders",
"class": "OC\Files\Config\MountProviderCollection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/SetupManager.php",
"line": 433,
"function": "getUserMountsForProviderClasses",
"class": "OC\Files\Config\MountProviderCollection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Mount/Manager.php",
"line": 95,
"function": "setupForPath",
"class": "OC\Files\SetupManager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 1352,
"function": "find",
"class": "OC\Files\Mount\Manager",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php",
"line": 216,
"function": "getFileInfo",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 78,
"function": "getChild",
"class": "OCA\DAV\Connector\Sabre\Directory",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 73,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 971,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1662,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1647,
"function": "writeMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\DAV\CorePlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 253,
"function": "invokeMethod",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 321,
"function": "start",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 364,
"function": "exec",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
"line": 35,
"function": "exec",
"class": "OCA\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/remote.php",
"line": 172,
"args": [
"/var/www/html/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"start": 1694111744.065668,
"explainable": true,
"runnable": true
},
"14": {
"sql": "SELECT "key", "value", "mount_id" FROM "oc_external_options" WHERE "mount_id" IN (?, ?)",
"params": [
1,
3
],
"types": [
1,
1
],
"executionMS": 0.005055904388427734,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1033,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/Service/DBConfigService.php",
"line": 451,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/Service/DBConfigService.php",
"line": 490,
"function": "selectForMounts",
"class": "OCA\Files_External\Service\DBConfigService",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/Service/DBConfigService.php",
"line": 418,
"function": "getOptionsForMounts",
"class": "OCA\Files_External\Service\DBConfigService",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/Service/DBConfigService.php",
"line": 112,
"function": "getMountsFromQuery",
"class": "OCA\Files_External\Service\DBConfigService",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/Service/UserGlobalStoragesService.php",
"line": 194,
"function": "getMountsForUser",
"class": "OCA\Files_External\Service\DBConfigService",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/Config/ConfigAdapter.php",
"line": 120,
"function": "getAllStoragesForUser",
"class": "OCA\Files_External\Service\UserGlobalStoragesService",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Config/MountProviderCollection.php",
"line": 89,
"function": "getMountsForUser",
"class": "OCA\Files_External\Config\ConfigAdapter",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Config/MountProviderCollection.php",
"line": 102,
"function": "getMountsFromProvider",
"class": "OC\Files\Config\MountProviderCollection",
"type": "->"
},
{
"function": "OC\Files\Config\{closure}",
"class": "OC\Files\Config\MountProviderCollection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Config/MountProviderCollection.php",
"line": 101,
"function": "array_map"
},
{
"file": "/var/www/html/lib/private/Files/Config/MountProviderCollection.php",
"line": 119,
"function": "getUserMountsForProviders",
"class": "OC\Files\Config\MountProviderCollection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/SetupManager.php",
"line": 433,
"function": "getUserMountsForProviderClasses",
"class": "OC\Files\Config\MountProviderCollection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Mount/Manager.php",
"line": 95,
"function": "setupForPath",
"class": "OC\Files\SetupManager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 1352,
"function": "find",
"class": "OC\Files\Mount\Manager",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php",
"line": 216,
"function": "getFileInfo",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 78,
"function": "getChild",
"class": "OCA\DAV\Connector\Sabre\Directory",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 73,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 971,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1662,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1647,
"function": "writeMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\DAV\CorePlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 253,
"function": "invokeMethod",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 321,
"function": "start",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 364,
"function": "exec",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
"line": 35,
"function": "exec",
"class": "OCA\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/remote.php",
"line": 172,
"args": [
"/var/www/html/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"start": 1694111744.070681,
"explainable": true,
"runnable": true
},
"15": {
"sql": "SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" IN (:dcValue1)",
"params": {
"dcValue1": [
"local::/mnt/alfresco/Infobase/",
"local::/mnt/alfresco/rand-merchant-bank/"
]
},
"types": {
"dcValue1": 102
},
"executionMS": 0.0016939640045166016,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1033,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Cache/StorageGlobal.php",
"line": 62,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/apps/files_external/lib/Config/ConfigAdapter.php",
"line": 133,
"function": "loadForStorageIds",
"class": "OC\Files\Cache\StorageGlobal",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Config/MountProviderCollection.php",
"line": 89,
"function": "getMountsForUser",
"class": "OCA\Files_External\Config\ConfigAdapter",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Config/MountProviderCollection.php",
"line": 102,
"function": "getMountsFromProvider",
"class": "OC\Files\Config\MountProviderCollection",
"type": "->"
},
{
"function": "OC\Files\Config\{closure}",
"class": "OC\Files\Config\MountProviderCollection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Config/MountProviderCollection.php",
"line": 101,
"function": "array_map"
},
{
"file": "/var/www/html/lib/private/Files/Config/MountProviderCollection.php",
"line": 119,
"function": "getUserMountsForProviders",
"class": "OC\Files\Config\MountProviderCollection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/SetupManager.php",
"line": 433,
"function": "getUserMountsForProviderClasses",
"class": "OC\Files\Config\MountProviderCollection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Mount/Manager.php",
"line": 95,
"function": "setupForPath",
"class": "OC\Files\SetupManager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 1352,
"function": "find",
"class": "OC\Files\Mount\Manager",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php",
"line": 216,
"function": "getFileInfo",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 78,
"function": "getChild",
"class": "OCA\DAV\Connector\Sabre\Directory",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 73,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 971,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1662,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1647,
"function": "writeMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\DAV\CorePlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 253,
"function": "invokeMethod",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 321,
"function": "start",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 364,
"function": "exec",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
"line": 35,
"function": "exec",
"class": "OCA\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/remote.php",
"line": 172,
"args": [
"/var/www/html/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"start": 1694111744.712258,
"explainable": true,
"runnable": true
},
"16": {
"sql": "SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2)",
"params": {
"dcValue1": 5,
"dcValue2": "d41d8cd98f00b204e9800998ecf8427e"
},
"types": {
"dcValue1": 1,
"dcValue2": 2
},
"executionMS": 0.0016939640045166016,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1033,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Cache/Cache.php",
"line": 497,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Mount/MountPoint.php",
"line": 299,
"function": "getId",
"class": "OC\Files\Cache\Cache",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Config/UserMountCache.php",
"line": 88,
"function": "getStorageRootId",
"class": "OC\Files\Mount\MountPoint",
"type": "->"
},
{
"function": "OC\Files\Config\{closure}",
"class": "OC\Files\Config\UserMountCache",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Config/UserMountCache.php",
"line": 86,
"function": "array_map"
},
{
"file": "/var/www/html/lib/private/Files/SetupManager.php",
"line": 470,
"function": "registerMounts",
"class": "OC\Files\Config\UserMountCache",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Mount/Manager.php",
"line": 95,
"function": "setupForPath",
"class": "OC\Files\SetupManager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 1352,
"function": "find",
"class": "OC\Files\Mount\Manager",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php",
"line": 216,
"function": "getFileInfo",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 78,
"function": "getChild",
"class": "OCA\DAV\Connector\Sabre\Directory",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 73,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 971,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1662,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1647,
"function": "writeMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\DAV\CorePlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 253,
"function": "invokeMethod",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 321,
"function": "start",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 364,
"function": "exec",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
"line": 35,
"function": "exec",
"class": "OCA\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/remote.php",
"line": 172,
"args": [
"/var/www/html/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"start": 1694111744.71524,
"explainable": true,
"runnable": true
},
"17": {
"sql": "SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2)",
"params": {
"dcValue1": 6,
"dcValue2": "d41d8cd98f00b204e9800998ecf8427e"
},
"types": {
"dcValue1": 1,
"dcValue2": 2
},
"executionMS": 0.0015978813171386719,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1033,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Cache/Cache.php",
"line": 497,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Mount/MountPoint.php",
"line": 299,
"function": "getId",
"class": "OC\Files\Cache\Cache",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Config/UserMountCache.php",
"line": 88,
"function": "getStorageRootId",
"class": "OC\Files\Mount\MountPoint",
"type": "->"
},
{
"function": "OC\Files\Config\{closure}",
"class": "OC\Files\Config\UserMountCache",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Config/UserMountCache.php",
"line": 86,
"function": "array_map"
},
{
"file": "/var/www/html/lib/private/Files/SetupManager.php",
"line": 470,
"function": "registerMounts",
"class": "OC\Files\Config\UserMountCache",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Mount/Manager.php",
"line": 95,
"function": "setupForPath",
"class": "OC\Files\SetupManager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 1352,
"function": "find",
"class": "OC\Files\Mount\Manager",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php",
"line": 216,
"function": "getFileInfo",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 78,
"function": "getChild",
"class": "OCA\DAV\Connector\Sabre\Directory",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 73,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 971,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1662,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1647,
"function": "writeMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\DAV\CorePlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 253,
"function": "invokeMethod",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 321,
"function": "start",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 364,
"function": "exec",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
"line": 35,
"function": "exec",
"class": "OCA\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/remote.php",
"line": 172,
"args": [
"/var/www/html/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"start": 1694111744.717276,
"explainable": true,
"runnable": true
},
"18": {
"sql": ""START TRANSACTION"",
"params": [],
"types": [],
"executionMS": 0.0005650520324707031,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1298,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/ConnectionAdapter.php",
"line": 138,
"function": "beginTransaction",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Config/UserMountCache.php",
"line": 134,
"function": "beginTransaction",
"class": "OC\DB\ConnectionAdapter",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/SetupManager.php",
"line": 470,
"function": "registerMounts",
"class": "OC\Files\Config\UserMountCache",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Mount/Manager.php",
"line": 95,
"function": "setupForPath",
"class": "OC\Files\SetupManager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 1352,
"function": "find",
"class": "OC\Files\Mount\Manager",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php",
"line": 216,
"function": "getFileInfo",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 78,
"function": "getChild",
"class": "OCA\DAV\Connector\Sabre\Directory",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 73,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 971,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1662,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1647,
"function": "writeMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\DAV\CorePlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 253,
"function": "invokeMethod",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 321,
"function": "start",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 364,
"function": "exec",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
"line": 35,
"function": "exec",
"class": "OCA\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/remote.php",
"line": 172,
"args": [
"/var/www/html/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"start": 1694111744.71903,
"explainable": true,
"runnable": true
},
"19": {
"sql": ""COMMIT"",
"params": [],
"types": [],
"executionMS": 0.0005021095275878906,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1345,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/ConnectionAdapter.php",
"line": 150,
"function": "commit",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Config/UserMountCache.php",
"line": 149,
"function": "commit",
"class": "OC\DB\ConnectionAdapter",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/SetupManager.php",
"line": 470,
"function": "registerMounts",
"class": "OC\Files\Config\UserMountCache",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Mount/Manager.php",
"line": 95,
"function": "setupForPath",
"class": "OC\Files\SetupManager",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 1352,
"function": "find",
"class": "OC\Files\Mount\Manager",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php",
"line": 216,
"function": "getFileInfo",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 78,
"function": "getChild",
"class": "OCA\DAV\Connector\Sabre\Directory",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 73,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 971,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1662,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1647,
"function": "writeMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\DAV\CorePlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 253,
"function": "invokeMethod",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 321,
"function": "start",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 364,
"function": "exec",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
"line": 35,
"function": "exec",
"class": "OCA\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/remote.php",
"line": 172,
"args": [
"/var/www/html/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"start": 1694111744.719915,
"explainable": true,
"runnable": true
},
"20": {
"sql": "SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "etag", "permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2)",
"params": {
"dcValue1": 5,
"dcValue2": "d41d8cd98f00b204e9800998ecf8427e"
},
"types": {
"dcValue1": 1,
"dcValue2": 2
},
"executionMS": 0.011838912963867188,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1033,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Cache/Cache.php",
"line": 168,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 1306,
"function": "get",
"class": "OC\Files\Cache\Cache",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 1356,
"function": "getCacheEntry",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php",
"line": 216,
"function": "getFileInfo",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 78,
"function": "getChild",
"class": "OCA\DAV\Connector\Sabre\Directory",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 73,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 971,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1662,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1647,
"function": "writeMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\DAV\CorePlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 253,
"function": "invokeMethod",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 321,
"function": "start",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 364,
"function": "exec",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
"line": 35,
"function": "exec",
"class": "OCA\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/remote.php",
"line": 172,
"args": [
"/var/www/html/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"start": 1694111744.720966,
"explainable": true,
"runnable": true
},
"21": {
"sql": "SELECT "id", "mimetype" FROM "oc_mimetypes"",
"params": [],
"types": [],
"executionMS": 0.004795074462890625,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1033,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Type/Loader.php",
"line": 163,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Type/Loader.php",
"line": 67,
"function": "loadMimetypes",
"class": "OC\Files\Type\Loader",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Cache/Cache.php",
"line": 203,
"function": "getMimetypeById",
"class": "OC\Files\Type\Loader",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Cache/Cache.php",
"line": 178,
"function": "cacheEntryFromData",
"class": "OC\Files\Cache\Cache",
"type": "::"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 1306,
"function": "get",
"class": "OC\Files\Cache\Cache",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 1356,
"function": "getCacheEntry",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php",
"line": 216,
"function": "getFileInfo",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 78,
"function": "getChild",
"class": "OCA\DAV\Connector\Sabre\Directory",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 73,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 971,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1662,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1647,
"function": "writeMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\DAV\CorePlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 253,
"function": "invokeMethod",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 321,
"function": "start",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 364,
"function": "exec",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
"line": 35,
"function": "exec",
"class": "OCA\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/remote.php",
"line": 172,
"args": [
"/var/www/html/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"start": 1694111744.732928,
"explainable": true,
"runnable": true
},
"22": {
"sql": "SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "etag", "permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2)",
"params": {
"dcValue1": 5,
"dcValue2": "6e27bbe24a40d1348f111f247f7549d0"
},
"types": {
"dcValue1": 1,
"dcValue2": 2
},
"executionMS": 0.00351715087890625,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1033,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Cache/Cache.php",
"line": 168,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 1306,
"function": "get",
"class": "OC\Files\Cache\Cache",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 1356,
"function": "getCacheEntry",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php",
"line": 216,
"function": "getFileInfo",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 78,
"function": "getChild",
"class": "OCA\DAV\Connector\Sabre\Directory",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 971,
"function": "getNodeForPath",
"class": "Sabre\DAV\Tree",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1662,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1647,
"function": "writeMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\DAV\CorePlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 253,
"function": "invokeMethod",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 321,
"function": "start",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 364,
"function": "exec",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
"line": 35,
"function": "exec",
"class": "OCA\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/remote.php",
"line": 172,
"args": [
"/var/www/html/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"start": 1694111744.740136,
"explainable": true,
"runnable": true
},
"23": {
"sql": "SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "etag", "permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" WHERE "filecache"."parent" = :dcValue1 ORDER BY "name" ASC",
"params": {
"dcValue1": 3814
},
"types": {
"dcValue1": 1
},
"executionMS": 0.01976490020751953,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1033,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Cache/Cache.php",
"line": 242,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 1439,
"function": "getFolderContentsById",
"class": "OC\Files\Cache\Cache",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Node/Folder.php",
"line": 102,
"function": "getDirectoryContent",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php",
"line": 262,
"function": "getDirectoryListing",
"class": "OC\Files\Node\Folder",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/TagsPlugin.php",
"line": 227,
"function": "getChildren",
"class": "OCA\DAV\Connector\Sabre\Directory",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "handleGetProperties",
"class": "OCA\DAV\Connector\Sabre\TagsPlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1052,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 984,
"function": "getPropertiesByNode",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1662,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1647,
"function": "writeMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\DAV\CorePlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 253,
"function": "invokeMethod",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 321,
"function": "start",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 364,
"function": "exec",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
"line": 35,
"function": "exec",
"class": "OCA\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/remote.php",
"line": 172,
"args": [
"/var/www/html/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"start": 1694111745.415977,
"explainable": true,
"runnable": true
},
"24": {
"sql": "SELECT "id", "uid", "type", "category" FROM "oc_vcategory" WHERE ("uid" IN (:dcValue1)) AND ("type" = :dcValue2) ORDER BY "category" ASC",
"params": {
"dcValue1": [
"admin"
],
"dcValue2": "files"
},
"types": {
"dcValue1": 102,
"dcValue2": 2
},
"executionMS": 0.00780797004699707,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1033,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 293,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/public/AppFramework/Db/QBMapper.php",
"line": 335,
"function": "executeQuery",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Tagging/TagMapper.php",
"line": 62,
"function": "findEntities",
"class": "OCP\AppFramework\Db\QBMapper",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Tags.php",
"line": 94,
"function": "loadTags",
"class": "OC\Tagging\TagMapper",
"type": "->"
},
{
"file": "/var/www/html/lib/private/TagManager.php",
"line": 79,
"function": "_construct",
"class": "OC\Tags",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/TagsPlugin.php",
"line": 132,
"function": "load",
"class": "OC\TagManager",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/TagsPlugin.php",
"line": 232,
"function": "getTagger",
"class": "OCA\DAV\Connector\Sabre\TagsPlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "handleGetProperties",
"class": "OCA\DAV\Connector\Sabre\TagsPlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1052,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 984,
"function": "getPropertiesByNode",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1662,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1647,
"function": "writeMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\DAV\CorePlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 253,
"function": "invokeMethod",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 321,
"function": "start",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 364,
"function": "exec",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
"line": 35,
"function": "exec",
"class": "OCA\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/remote.php",
"line": 172,
"args": [
"/var/www/html/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"start": 1694111745.464441,
"explainable": true,
"runnable": true
},
"25": {
"sql": "SELECT "category", "categoryid", "objid" FROM "oc_vcategory_to_object" "r" INNER JOIN "oc_vcategory" "t" ON "r"."categoryid" = "t"."id" WHERE ("uid" = :uid) AND ("r"."type" = :type) AND ("objid" IN (:chunk))",
"params": {
"uid": "admin",
"type": "files",
"chunk": [
3814,
4442,
4554,
4163,
4298,
4598,
4353,
4093,
4113,
4545,
4440,
4468,
4136,
4460,
4314,
4471,
4515,
4513,
4110,
4628,
4655,
4566,
4415,
4520,
4323,
4518,
4653,
4447,
4373,
4271,
4240,
4551,
4412,
4454,
4619,
4651,
4448,
4547,
4305,
4504,
4570,
4406,
4122,
4421,
4488,
4097,
4479,
4505,
4131,
4623,
4526,
4484,
4375,
4232,
4171,
4095,
4339,
4119,
4533,
4400,
4123,
4657,
4347,
4627,
4451,
4115,
4636,
4433,
4522,
4652,
4126,
4635,
4580,
4168,
4541,
4615,
4521,
4539,
4532,
4333,
4304,
4481,
4325,
4436,
4647,
4630,
4646,
4429,
4530,
4590,
4310,
4203,
4511,
4525,
4661,
4100,
4654,
4295,
4603,
4098,
4463,
4189,
4555,
4591,
4133,
4567,
4243,
4579,
4121,
4452,
4456,
4322,
4658,
4556,
4640,
4085,
4641,
4601,
4303,
4585,
4318,
4596,
4349,
4478,
4474,
4230,
4486,
4277,
4152,
4564,
4538,
4360,
4211,
4528,
4577,
4432,
4643,
4187,
4662,
4256,
4181,
4332,
4301,
4403,
4245,
4402,
4312,
4483,
4650,
4475,
4553,
4408,
4149,
4582,
4611,
4309,
4393,
4198,
4638,
4430,
4426,
4391,
4587,
4297,
4604,
4219,
4099,
4306,
4517,
4315,
4320,
4264,
4589,
4581,
4090,
4407,
4437,
4346,
4613,
4544,
4104,
4618,
4302,
4597,
4495,
4423,
4206,
4531,
4575,
4637,
4600,
4354,
4396,
4477,
4352,
4425,
4116,
4499,
4362,
4127,
4443,
4608,
4417,
4112,
4516,
4258,
4284,
4222,
4299,
4501,
4173,
4424,
4660,
4106,
4482,
4599,
4388,
4291,
4610,
4548,
4341,
4340,
4612,
4266,
4296,
4508,
4458,
4441,
4527,
4370,
4444,
4105,
4101,
4308,
4439,
4348,
4184,
4565,
4461,
4659,
4129,
4485,
4419,
4117,
4602,
4490,
4446,
4365,
4342,
4626,
4238,
4261,
4445,
4274,
4401,
4411,
4313,
4279,
4572,
4453,
4144,
4416,
4157,
4128,
4103,
4509,
4329,
4502,
4287,
4114,
4422,
4607,
4624,
4537,
4644,
4594,
4583,
4494,
4331,
4629,
4130,
4496,
4552,
4473,
4094,
4355,
4512,
4294,
4514,
4251,
4542,
4510,
4338,
4649,
4614,
4605,
4563,
4632,
4595,
4534,
4507,
4324,
4404,
4616,
4543,
4631,
4639,
4558,
4336,
4498,
4253,
4420,
4506,
4141,
4282,
4609,
4500,
4120,
4380,
4418,
4557,
4350,
4559,
4497,
4562,
4648,
4491,
4434,
4139,
4593,
4549,
4656,
4378,
4224,
4413,
4087,
4621,
4096,
4459,
4523,
4330,
4529,
4398,
4540,
4428,
4560,
4102,
4089,
4480,
4235,
4427,
4568,
4357,
4633,
4316,
4383,
4111,
4160,
4536,
4300,
4535,
4311,
4503,
4337,
4620,
4321,
4617,
4118,
4519,
4214,
4343,
4176,
4200,
4592,
4125,
4449,
4450,
4493,
4645,
4109,
4317,
4524,
4307,
4345,
4457,
4586,
4561,
4546,
4248,
4108,
4208,
4487,
4328,
4663,
4216,
4455,
4269,
4584,
4642,
4165,
4431,
4155,
4088,
4124,
4289,
4334,
4492,
4634,
4086,
4319,
4092,
4414,
4606,
4550,
4385,
4147,
4405,
4409,
4091,
4625,
4335,
4489,
4107,
4227,
4195,
4622,
4438,
4466,
4476,
4351,
4179,
4344,
4588,
4410,
4192,
4435,
4368
]
},
"types": {
"uid": 2,
"type": 2,
"chunk": 101
},
"executionMS": 0.013399124145507813,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1033,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 293,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Tags.php",
"line": 194,
"function": "executeQuery",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/TagsPlugin.php",
"line": 232,
"function": "getTagsForObjects",
"class": "OC\Tags",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "handleGetProperties",
"class": "OCA\DAV\Connector\Sabre\TagsPlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1052,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 984,
"function": "getPropertiesByNode",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1662,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1647,
"function": "writeMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\DAV\CorePlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 253,
"function": "invokeMethod",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 321,
"function": "start",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 364,
"function": "exec",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
"line": 35,
"function": "exec",
"class": "OCA\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/remote.php",
"line": 172,
"args": [
"/var/www/html/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"start": 1694111745.472652,
"explainable": true,
"runnable": true
},
"26": {
"sql": "SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "etag", "permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" WHERE "filecache"."parent" = :dcValue1 ORDER BY "name" ASC",
"params": {
"dcValue1": 3814
},
"types": {
"dcValue1": 1
},
"executionMS": 0.012786149978637696,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1033,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Cache/Cache.php",
"line": 242,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 1439,
"function": "getFolderContentsById",
"class": "OC\Files\Cache\Cache",
"type": "->"
},
{
"file": "/var/www/html/lib/private/Files/Node/Folder.php",
"line": 102,
"function": "getDirectoryContent",
"class": "OC\Files\View",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/SystemTag/SystemTagPlugin.php",
"line": 306,
"function": "getDirectoryListing",
"class": "OC\Files\Node\Folder",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/SystemTag/SystemTagPlugin.php",
"line": 240,
"function": "propfindForFile",
"class": "OCA\DAV\SystemTag\SystemTagPlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "handleGetProperties",
"class": "OCA\DAV\SystemTag\SystemTagPlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1052,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 984,
"function": "getPropertiesByNode",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1662,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1647,
"function": "writeMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\DAV\CorePlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 253,
"function": "invokeMethod",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 321,
"function": "start",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 364,
"function": "exec",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
"line": 35,
"function": "exec",
"class": "OCA\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/remote.php",
"line": 172,
"args": [
"/var/www/html/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"start": 1694111745.858558,
"explainable": true,
"runnable": true
},
"27": {
"sql": "SELECT "systemtagid", "objectid" FROM "oc_systemtag_object_mapping" WHERE ("objectid" IN (:objectids)) AND ("objecttype" = :objecttype) ORDER BY "objectid" ASC, "systemtagid" ASC",
"params": {
"objecttype": "files",
"objectids": [
3814,
4442,
4554,
4163,
4298,
4598,
4353,
4093,
4113,
4545,
4440,
4468,
4136,
4460,
4314,
4471,
4515,
4513,
4110,
4628,
4655,
4566,
4415,
4520,
4323,
4518,
4653,
4447,
4373,
4271,
4240,
4551,
4412,
4454,
4619,
4651,
4448,
4547,
4305,
4504,
4570,
4406,
4122,
4421,
4488,
4097,
4479,
4505,
4131,
4623,
4526,
4484,
4375,
4232,
4171,
4095,
4339,
4119,
4533,
4400,
4123,
4657,
4347,
4627,
4451,
4115,
4636,
4433,
4522,
4652,
4126,
4635,
4580,
4168,
4541,
4615,
4521,
4539,
4532,
4333,
4304,
4481,
4325,
4436,
4647,
4630,
4646,
4429,
4530,
4590,
4310,
4203,
4511,
4525,
4661,
4100,
4654,
4295,
4603,
4098,
4463,
4189,
4555,
4591,
4133,
4567,
4243,
4579,
4121,
4452,
4456,
4322,
4658,
4556,
4640,
4085,
4641,
4601,
4303,
4585,
4318,
4596,
4349,
4478,
4474,
4230,
4486,
4277,
4152,
4564,
4538,
4360,
4211,
4528,
4577,
4432,
4643,
4187,
4662,
4256,
4181,
4332,
4301,
4403,
4245,
4402,
4312,
4483,
4650,
4475,
4553,
4408,
4149,
4582,
4611,
4309,
4393,
4198,
4638,
4430,
4426,
4391,
4587,
4297,
4604,
4219,
4099,
4306,
4517,
4315,
4320,
4264,
4589,
4581,
4090,
4407,
4437,
4346,
4613,
4544,
4104,
4618,
4302,
4597,
4495,
4423,
4206,
4531,
4575,
4637,
4600,
4354,
4396,
4477,
4352,
4425,
4116,
4499,
4362,
4127,
4443,
4608,
4417,
4112,
4516,
4258,
4284,
4222,
4299,
4501,
4173,
4424,
4660,
4106,
4482,
4599,
4388,
4291,
4610,
4548,
4341,
4340,
4612,
4266,
4296,
4508,
4458,
4441,
4527,
4370,
4444,
4105,
4101,
4308,
4439,
4348,
4184,
4565,
4461,
4659,
4129,
4485,
4419,
4117,
4602,
4490,
4446,
4365,
4342,
4626,
4238,
4261,
4445,
4274,
4401,
4411,
4313,
4279,
4572,
4453,
4144,
4416,
4157,
4128,
4103,
4509,
4329,
4502,
4287,
4114,
4422,
4607,
4624,
4537,
4644,
4594,
4583,
4494,
4331,
4629,
4130,
4496,
4552,
4473,
4094,
4355,
4512,
4294,
4514,
4251,
4542,
4510,
4338,
4649,
4614,
4605,
4563,
4632,
4595,
4534,
4507,
4324,
4404,
4616,
4543,
4631,
4639,
4558,
4336,
4498,
4253,
4420,
4506,
4141,
4282,
4609,
4500,
4120,
4380,
4418,
4557,
4350,
4559,
4497,
4562,
4648,
4491,
4434,
4139,
4593,
4549,
4656,
4378,
4224,
4413,
4087,
4621,
4096,
4459,
4523,
4330,
4529,
4398,
4540,
4428,
4560,
4102,
4089,
4480,
4235,
4427,
4568,
4357,
4633,
4316,
4383,
4111,
4160,
4536,
4300,
4535,
4311,
4503,
4337,
4620,
4321,
4617,
4118,
4519,
4214,
4343,
4176,
4200,
4592,
4125,
4449,
4450,
4493,
4645,
4109,
4317,
4524,
4307,
4345,
4457,
4586,
4561,
4546,
4248,
4108,
4208,
4487,
4328,
4663,
4216,
4455,
4269,
4584,
4642,
4165,
4431,
4155,
4088,
4124,
4289,
4334,
4492,
4634,
4086,
4319,
4092,
4414,
4606,
4550,
4385,
4147,
4405,
4409,
4091,
4625,
4335,
4489,
4107,
4227,
4195,
4622,
4438,
4466,
4476,
4351,
4179,
4344,
4588,
4410,
4192,
4435,
4368
]
},
"types": {
"objectids": 102
},
"executionMS": 0.012234926223754883,
"backtrace": [
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1033,
"function": "startQuery",
"class": "OC\DB\BacktraceDebugStack",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/Connection.php",
"line": 262,
"function": "executeQuery",
"class": "Doctrine\DBAL\Connection",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 345,
"function": "executeQuery",
"class": "OC\DB\Connection",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 280,
"function": "execute",
"class": "Doctrine\DBAL\Query\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 293,
"function": "execute",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/lib/private/SystemTag/SystemTagObjectMapper.php",
"line": 90,
"function": "executeQuery",
"class": "OC\DB\QueryBuilder\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/SystemTag/SystemTagPlugin.php",
"line": 311,
"function": "getTagIdsForObjects",
"class": "OC\SystemTag\SystemTagObjectMapper",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/SystemTag/SystemTagPlugin.php",
"line": 240,
"function": "propfindForFile",
"class": "OCA\DAV\SystemTag\SystemTagPlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "handleGetProperties",
"class": "OCA\DAV\SystemTag\SystemTagPlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1052,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 984,
"function": "getPropertiesByNode",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1662,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1647,
"function": "writeMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\DAV\CorePlugin",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 253,
"function": "invokeMethod",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 321,
"function": "start",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 364,
"function": "exec",
"class": "Sabre\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
"line": 35,
"function": "exec",
"class": "OCA\DAV\Server",
"type": "->"
},
{
"file": "/var/www/html/remote.php",
"line": 172,
"args": [
"/var/www/html/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"start": 1694111745.886418,
"explainable": true,
"runnable": true
}
}
},
"cache/Locking/7a16ea52e3ce5168b4cfda672eedbfd3/lock": {
"queries": [],
"cacheHit": 0,
"cacheMiss": 0
},
"cache/Distributed/7a16ea52e3ce5168b4cfda672eedbfd3/user_backend_map": {
"queries": [
{
"start": 1694111743.927875,
"end": 1694111743.928996,
"op": "7a16ea52e3ce5168b4cfda672eedbfd3/user_backend_map::get::d033e22ae348aeb5660fc2140aec35850c4da997",
"hit": true
}
],
"cacheHit": 1,
"cacheMiss": 0
},
"cache/Distributed/7a16ea52e3ce5168b4cfda672eedbfd3/displayNameMappingCache": {
"queries": [
{
"start": 1694111746.159815,
"end": 1694111746.160552,
"op": "7a16ea52e3ce5168b4cfda672eedbfd3/displayNameMappingCache::get::admin",
"hit": true
}
],
"cacheHit": 1,
"cacheMiss": 0
},
"cache/Distributed/7a16ea52e3ce5168b4cfda672eedbfd3/groupDisplayNameMappingCache": {
"queries": [],
"cacheHit": 0,
"cacheMiss": 0
},
"cache/Distributed/7a16ea52e3ce5168b4cfda672eedbfd3/notifications": {
"queries": [],
"cacheHit": 0,
"cacheMiss": 0
},
"ldap": [],
"cache/Distributed/7a16ea52e3ce5168b4cfda672eedbfd3/": {
"queries": [
{
"start": 1694111743.960162,
"end": 1694111743.960518,
"op": "7a16ea52e3ce5168b4cfda672eedbfd3/::get::LDAP-user_ldap-s01-948f08be8801c506bfe02b551093511ae100ab51b55ec02f5d80a6c00a94939d",
"hit": true
}
],
"cacheHit": 1,
"cacheMiss": 0
},
"cache/Distributed/7a16ea52e3ce5168b4cfda672eedbfd3/cloud_id
": {
"queries": [],
"cacheHit": 0,
"cacheMiss": 0
},
"cache/Distributed/7a16ea52e3ce5168b4cfda672eedbfd3/setupmanager::": {
"queries": [
{
"start": 1694111744.000771,
"end": 1694111744.001134,
"op": "7a16ea52e3ce5168b4cfda672eedbfd3/setupmanager::::get::admin",
"hit": true
}
],
"cacheHit": 1,
"cacheMiss": 0
},
"http": {
"request": {
"url": "/remote.php/dav/files/admin/Infobase/documentLibrary",
"method": "PROPFIND",
"content": [],
"httpProtocol": "HTTP/1.1",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36",
"params": []
},
"response": {
"headers": {
"Cache-Control": "no-cache, no-store, must-revalidate",
"X-Request-Id": "FRTL2ZgenJBhPCiVt79l",
"Content-Security-Policy": "default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'",
"Feature-Policy": "autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'",
"X-Robots-Tag": "noindex, nofollow"
},
"statusCode": 200,
"etag": null
}
},
"event": {
"connect:db": {
"start": 1694111743.891873,
"stop": 1694111743.892905,
"description": "db connection opened",
"duration": 0.001032114028930664,
"id": "connect:db"
},
"autoloader": {
"start": 1694111743.886793,
"stop": 1694111743.886839,
"description": "Autoloader",
"duration": 0.00004601478576660156,
"id": "autoloader"
},
"boot": {
"start": 1694111743.897191,
"stop": 1694111743.935712,
"description": "Initialize",
"duration": 0.03852105140686035,
"id": "boot"
},
"bootstrap:register_apps": {
"start": 1694111743.899093,
"stop": 1694111743.917097,
"description": "",
"duration": 0.018004179000854493,
"id": "bootstrap:register_apps"
},
"bootstrap:register_app:files": {
"start": 1694111743.89913,
"stop": 1694111743.900099,
"description": "Register files",
"duration": 0.00096893310546875,
"id": "bootstrap:register_app:files"
},
"bootstrap:register_app:files:autoloader": {
"start": 1694111743.899142,
"stop": 1694111743.899573,
"description": "Setup autoloader for files",
"duration": 0.000431060791015625,
"id": "bootstrap:register_app:files:autoloader"
},
"bootstrap:register_app:files:application": {
"start": 1694111743.899633,
"stop": 1694111743.899935,
"description": "Load Application instance for files",
"duration": 0.0003020763397216797,
"id": "bootstrap:register_app:files:application"
},
"bootstrap:register_app:files:register": {
"start": 1694111743.899953,
"stop": 1694111743.900086,
"description": "Application::register for files",
"duration": 0.00013303756713867188,
"id": "bootstrap:register_app:files:register"
},
"bootstrap:register_app:calendar": {
"start": 1694111743.900111,
"stop": 1694111743.900723,
"description": "Register calendar",
"duration": 0.0006120204925537109,
"id": "bootstrap:register_app:calendar"
},
"bootstrap:register_app:calendar:autoloader": {
"start": 1694111743.900121,
"stop": 1694111743.900453,
"description": "Setup autoloader for calendar",
"duration": 0.00033211708068847656,
"id": "bootstrap:register_app:calendar:autoloader"
},
"bootstrap:register_app:calendar:application": {
"start": 1694111743.900493,
"stop": 1694111743.900653,
"description": "Load Application instance for calendar",
"duration": 0.00015997886657714844,
"id": "bootstrap:register_app:calendar:application"
},
"bootstrap:register_app:calendar:register": {
"start": 1694111743.900669,
"stop": 1694111743.900711,
"description": "Application::register for calendar",
"duration": 0.000041961669921875,
"id": "bootstrap:register_app:calendar:register"
},
"bootstrap:register_app:cloud_federation_api": {
"start": 1694111743.900734,
"stop": 1694111743.901248,
"description": "Register cloud_federation_api",
"duration": 0.0005140304565429688,
"id": "bootstrap:register_app:cloud_federation_api"
},
"bootstrap:register_app:cloud_federation_api:autoloader": {
"start": 1694111743.900744,
"stop": 1694111743.901007,
"description": "Setup autoloader for cloud_federation_api",
"duration": 0.00026297569274902344,
"id": "bootstrap:register_app:cloud_federation_api:autoloader"
},
"bootstrap:register_app:cloud_federation_api:application": {
"start": 1694111743.901043,
"stop": 1694111743.9012,
"description": "Load Application instance for cloud_federation_api",
"duration": 0.0001571178436279297,
"id": "bootstrap:register_app:cloud_federation_api:application"
},
"bootstrap:register_app:cloud_federation_api:register": {
"start": 1694111743.901216,
"stop": 1694111743.901236,
"description": "Application::register for cloud_federation_api",
"duration": 0.00002002716064453125,
"id": "bootstrap:register_app:cloud_federation_api:register"
},
"bootstrap:register_app:dashboard": {
"start": 1694111743.901259,
"stop": 1694111743.90163,
"description": "Register dashboard",
"duration": 0.00037097930908203125,
"id": "bootstrap:register_app:dashboard"
},
"bootstrap:register_app:dashboard:autoloader": {
"start": 1694111743.901269,
"stop": 1694111743.901532,
"description": "Setup autoloader for dashboard",
"duration": 0.00026297569274902344,
"id": "bootstrap:register_app:dashboard:autoloader"
},
"bootstrap:register_app:dav": {
"start": 1694111743.901644,
"stop": 1694111743.902291,
"description": "Register dav",
"duration": 0.0006470680236816406,
"id": "bootstrap:register_app:dav"
},
"bootstrap:register_app:dav:autoloader": {
"start": 1694111743.901654,
"stop": 1694111743.901949,
"description": "Setup autoloader for dav",
"duration": 0.0002949237823486328,
"id": "bootstrap:register_app:dav:autoloader"
},
"bootstrap:register_app:dav:application": {
"start": 1694111743.901985,
"stop": 1694111743.902141,
"description": "Load Application instance for dav",
"duration": 0.00015616416931152344,
"id": "bootstrap:register_app:dav:application"
},
"bootstrap:register_app:dav:register": {
"start": 1694111743.902157,
"stop": 1694111743.902277,
"description": "Application::register for dav",
"duration": 0.00011992454528808594,
"id": "bootstrap:register_app:dav:register"
},
"bootstrap:register_app:federatedfilesharing": {
"start": 1694111743.902303,
"stop": 1694111743.902828,
"description": "Register federatedfilesharing",
"duration": 0.0005249977111816406,
"id": "bootstrap:register_app:federatedfilesharing"
},
"bootstrap:register_app:federatedfilesharing:autoloader": {
"start": 1694111743.902314,
"stop": 1694111743.902581,
"description": "Setup autoloader for federatedfilesharing",
"duration": 0.00026702880859375,
"id": "bootstrap:register_app:federatedfilesharing:autoloader"
},
"bootstrap:register_app:federatedfilesharing:application": {
"start": 1694111743.902617,
"stop": 1694111743.902778,
"description": "Load Application instance for federatedfilesharing",
"duration": 0.0001609325408935547,
"id": "bootstrap:register_app:federatedfilesharing:application"
},
"bootstrap:register_app:federatedfilesharing:register": {
"start": 1694111743.902794,
"stop": 1694111743.902817,
"description": "Application::register for federatedfilesharing",
"duration": 0.000023126602172851564,
"id": "bootstrap:register_app:federatedfilesharing:register"
},
"bootstrap:register_app:files_antivirus": {
"start": 1694111743.902839,
"stop": 1694111743.903385,
"description": "Register files_antivirus",
"duration": 0.0005459785461425781,
"id": "bootstrap:register_app:files_antivirus"
},
"bootstrap:register_app:files_antivirus:autoloader": {
"start": 1694111743.902849,
"stop": 1694111743.903113,
"description": "Setup autoloader for files_antivirus",
"duration": 0.0002639293670654297,
"id": "bootstrap:register_app:files_antivirus:autoloader"
},
"bootstrap:register_app:files_antivirus:application": {
"start": 1694111743.903178,
"stop": 1694111743.903332,
"description": "Load Application instance for files_antivirus",
"duration": 0.00015401840209960938,
"id": "bootstrap:register_app:files_antivirus:application"
},
"bootstrap:register_app:files_antivirus:register": {
"start": 1694111743.903348,
"stop": 1694111743.903373,
"description": "Application::register for files_antivirus",
"duration": 0.000025033950805664064,
"id": "bootstrap:register_app:files_antivirus:register"
},
"bootstrap:register_app:files_external": {
"start": 1694111743.903397,
"stop": 1694111743.904046,
"description": "Register files_external",
"duration": 0.0006489753723144531,
"id": "bootstrap:register_app:files_external"
},
"bootstrap:register_app:files_external:autoloader": {
"start": 1694111743.903406,
"stop": 1694111743.903746,
"description": "Setup autoloader for files_external",
"duration": 0.0003399848937988281,
"id": "bootstrap:register_app:files_external:autoloader"
},
"bootstrap:register_app:files_external:application": {
"start": 1694111743.903833,
"stop": 1694111743.903996,
"description": "Load Application instance for files_external",
"duration": 0.00016307830810546875,
"id": "bootstrap:register_app:files_external:application"
},
"bootstrap:register_app:files_external:register": {
"start": 1694111743.904012,
"stop": 1694111743.904034,
"description": "Application::register for files_external",
"duration": 0.00002193450927734375,
"id": "bootstrap:register_app:files_external:register"
},
"bootstrap:register_app:files_fulltextsearch": {
"start": 1694111743.904057,
"stop": 1694111743.904619,
"description": "Register files_fulltextsearch",
"duration": 0.0005619525909423828,
"id": "bootstrap:register_app:files_fulltextsearch"
},
"bootstrap:register_app:files_fulltextsearch:autoloader": {
"start": 1694111743.904067,
"stop": 1694111743.904295,
"description": "Setup autoloader for files_fulltextsearch",
"duration": 0.00022792816162109375,
"id": "bootstrap:register_app:files_fulltextsearch:autoloader"
},
"bootstrap:register_app:files_fulltextsearch:application": {
"start": 1694111743.904411,
"stop": 1694111743.904567,
"description": "Load Application instance for files_fulltextsearch",
"duration": 0.00015592575073242188,
"id": "bootstrap:register_app:files_fulltextsearch:application"
},
"bootstrap:register_app:files_fulltextsearch:register": {
"start": 1694111743.904583,
"stop": 1694111743.904608,
"description": "Application::register for files_fulltextsearch",
"duration": 0.000025033950805664064,
"id": "bootstrap:register_app:files_fulltextsearch:register"
},
"bootstrap:register_app:fulltextsearch": {
"start": 1694111743.90463,
"stop": 1694111743.90636,
"description": "Register fulltextsearch",
"duration": 0.0017299652099609376,
"id": "bootstrap:register_app:fulltextsearch"
},
"bootstrap:register_app:fulltextsearch:autoloader": {
"start": 1694111743.90464,
"stop": 1694111743.904871,
"description": "Setup autoloader for fulltextsearch",
"duration": 0.00023102760314941406,
"id": "bootstrap:register_app:fulltextsearch:autoloader"
},
"bootstrap:register_app:fulltextsearch:application": {
"start": 1694111743.904984,
"stop": 1694111743.905142,
"description": "Load Application instance for fulltextsearch",
"duration": 0.00015807151794433594,
"id": "bootstrap:register_app:fulltextsearch:application"
},
"bootstrap:register_app:fulltextsearch:register": {
"start": 1694111743.905158,
"stop": 1694111743.906344,
"description": "Application::register for fulltextsearch",
"duration": 0.0011858940124511719,
"id": "bootstrap:register_app:fulltextsearch:register"
},
"bootstrap:register_app:fulltextsearch_elasticsearch": {
"start": 1694111743.906372,
"stop": 1694111743.906966,
"description": "Register fulltextsearch_elasticsearch",
"duration": 0.0005939006805419922,
"id": "bootstrap:register_app:fulltextsearch_elasticsearch"
},
"bootstrap:register_app:fulltextsearch_elasticsearch:autoloader": {
"start": 1694111743.906382,
"stop": 1694111743.906608,
"description": "Setup autoloader for fulltextsearch_elasticsearch",
"duration": 0.00022602081298828125,
"id": "bootstrap:register_app:fulltextsearch_elasticsearch:autoloader"
},
"bootstrap:register_app:fulltextsearch_elasticsearch:application": {
"start": 1694111743.906738,
"stop": 1694111743.906922,
"description": "Load Application instance for fulltextsearch_elasticsearch",
"duration": 0.00018405914306640625,
"id": "bootstrap:register_app:fulltextsearch_elasticsearch:application"
},
"bootstrap:register_app:fulltextsearch_elasticsearch:register": {
"start": 1694111743.906938,
"stop": 1694111743.906955,
"description": "Application::register for fulltextsearch_elasticsearch",
"duration": 0.000016927719116210939,
"id": "bootstrap:register_app:fulltextsearch_elasticsearch:register"
},
"bootstrap:register_app:logreader": {
"start": 1694111743.906977,
"stop": 1694111743.907477,
"description": "Register logreader",
"duration": 0.0004999637603759766,
"id": "bootstrap:register_app:logreader"
},
"bootstrap:register_app:logreader:autoloader": {
"start": 1694111743.906987,
"stop": 1694111743.907211,
"description": "Setup autoloader for logreader",
"duration": 0.00022411346435546875,
"id": "bootstrap:register_app:logreader:autoloader"
},
"bootstrap:register_app:logreader:application": {
"start": 1694111743.907277,
"stop": 1694111743.907434,
"description": "Load Application instance for logreader",
"duration": 0.00015687942504882813,
"id": "bootstrap:register_app:logreader:application"
},
"bootstrap:register_app:logreader:register": {
"start": 1694111743.90745,
"stop": 1694111743.907466,
"description": "Application::register for logreader",
"duration": 0.000015974044799804689,
"id": "bootstrap:register_app:logreader:register"
},
"bootstrap:register_app:lookup_server_connector": {
"start": 1694111743.907489,
"stop": 1694111743.908057,
"description": "Register lookup_server_connector",
"duration": 0.0005679130554199219,
"id": "bootstrap:register_app:lookup_server_connector"
},
"bootstrap:register_app:lookup_server_connector:autoloader": {
"start": 1694111743.907498,
"stop": 1694111743.907824,
"description": "Setup autoloader for lookup_server_connector",
"duration": 0.0003261566162109375,
"id": "bootstrap:register_app:lookup_server_connector:autoloader"
},
"bootstrap:register_app:lookup_server_connector:application": {
"start": 1694111743.90786,
"stop": 1694111743.908014,
"description": "Load Application instance for lookup_server_connector",
"duration": 0.00015401840209960938,
"id": "bootstrap:register_app:lookup_server_connector:application"
},
"bootstrap:register_app:lookup_server_connector:register": {
"start": 1694111743.90803,
"stop": 1694111743.908046,
"description": "Application::register for lookup_server_connector",
"duration": 0.000015974044799804689,
"id": "bootstrap:register_app:lookup_server_connector:register"
},
"bootstrap:register_app:nextcloud-aio": {
"start": 1694111743.908068,
"stop": 1694111743.908405,
"description": "Register nextcloud-aio",
"duration": 0.0003371238708496094,
"id": "bootstrap:register_app:nextcloud-aio"
},
"bootstrap:register_app:nextcloud-aio:autoloader": {
"start": 1694111743.908078,
"stop": 1694111743.908335,
"description": "Setup autoloader for nextcloud-aio",
"duration": 0.0002570152282714844,
"id": "bootstrap:register_app:nextcloud-aio:autoloader"
},
"bootstrap:register_app:notify_push": {
"start": 1694111743.908419,
"stop": 1694111743.908929,
"description": "Register notify_push",
"duration": 0.0005102157592773438,
"id": "bootstrap:register_app:notify_push"
},
"bootstrap:register_app:notify_push:autoloader": {
"start": 1694111743.908429,
"stop": 1694111743.908645,
"description": "Setup autoloader for notify_push",
"duration": 0.00021600723266601563,
"id": "bootstrap:register_app:notify_push:autoloader"
},
"bootstrap:register_app:notify_push:application": {
"start": 1694111743.908711,
"stop": 1694111743.908876,
"description": "Load Application instance for notify_push",
"duration": 0.00016498565673828125,
"id": "bootstrap:register_app:notify_push:application"
},
"bootstrap:register_app:notify_push:register": {
"start": 1694111743.908892,
"stop": 1694111743.908918,
"description": "Application::register for notify_push",
"duration": 0.000025987625122070314,
"id": "bootstrap:register_app:notify_push:register"
},
"bootstrap:register_app:oauth2": {
"start": 1694111743.90894,
"stop": 1694111743.90928,
"description": "Register oauth2",
"duration": 0.0003399848937988281,
"id": "bootstrap:register_app:oauth2"
},
"bootstrap:register_app:oauth2:autoloader": {
"start": 1694111743.90895,
"stop": 1694111743.909207,
"description": "Setup autoloader for oauth2",
"duration": 0.0002570152282714844,
"id": "bootstrap:register_app:oauth2:autoloader"
},
"bootstrap:register_app:profiler": {
"start": 1694111743.909293,
"stop": 1694111743.909782,
"description": "Register profiler",
"duration": 0.0004889965057373047,
"id": "bootstrap:register_app:profiler"
},
"bootstrap:register_app:profiler:autoloader": {
"start": 1694111743.909303,
"stop": 1694111743.909511,
"description": "Setup autoloader for profiler",
"duration": 0.00020813941955566406,
"id": "bootstrap:register_app:profiler:autoloader"
},
"bootstrap:register_app:profiler:application": {
"start": 1694111743.909578,
"stop": 1694111743.909738,
"description": "Load Application instance for profiler",
"duration": 0.00015997886657714844,
"id": "bootstrap:register_app:profiler:application"
},
"bootstrap:register_app:profiler:register": {
"start": 1694111743.909754,
"stop": 1694111743.90977,
"description": "Application::register for profiler",
"duration": 0.000015974044799804689,
"id": "bootstrap:register_app:profiler:register"
},
"bootstrap:register_app:provisioning_api": {
"start": 1694111743.909793,
"stop": 1694111743.910364,
"description": "Register provisioning_api",
"duration": 0.0005710124969482422,
"id": "bootstrap:register_app:provisioning_api"
},
"bootstrap:register_app:provisioning_api:autoloader": {
"start": 1694111743.909802,
"stop": 1694111743.91007,
"description": "Setup autoloader for provisioning_api",
"duration": 0.00026798248291015625,
"id": "bootstrap:register_app:provisioning_api:autoloader"
},
"bootstrap:register_app:provisioning_api:application": {
"start": 1694111743.910107,
"stop": 1694111743.910265,
"description": "Load Application instance for provisioning_api",
"duration": 0.00015807151794433594,
"id": "bootstrap:register_app:provisioning_api:application"
},
"bootstrap:register_app:provisioning_api:register": {
"start": 1694111743.910281,
"stop": 1694111743.910351,
"description": "Application::register for provisioning_api",
"duration": 0.00007009506225585938,
"id": "bootstrap:register_app:provisioning_api:register"
},
"bootstrap:register_app:richdocuments": {
"start": 1694111743.910376,
"stop": 1694111743.910988,
"description": "Register richdocuments",
"duration": 0.0006120204925537109,
"id": "bootstrap:register_app:richdocuments"
},
"bootstrap:register_app:richdocuments:autoloader": {
"start": 1694111743.910385,
"stop": 1694111743.910671,
"description": "Setup autoloader for richdocuments",
"duration": 0.000286102294921875,
"id": "bootstrap:register_app:richdocuments:autoloader"
},
"bootstrap:register_app:richdocuments:application": {
"start": 1694111743.910707,
"stop": 1694111743.910865,
"description": "Load Application instance for richdocuments",
"duration": 0.00015807151794433594,
"id": "bootstrap:register_app:richdocuments:application"
},
"bootstrap:register_app:richdocuments:register": {
"start": 1694111743.91088,
"stop": 1694111743.910975,
"description": "Application::register for richdocuments",
"duration": 0.00009489059448242188,
"id": "bootstrap:register_app:richdocuments:register"
},
"bootstrap:register_app:serverinfo": {
"start": 1694111743.910999,
"stop": 1694111743.911294,
"description": "Register serverinfo",
"duration": 0.0002949237823486328,
"id": "bootstrap:register_app:serverinfo"
},
"bootstrap:register_app:serverinfo:autoloader": {
"start": 1694111743.911009,
"stop": 1694111743.911224,
"description": "Setup autoloader for serverinfo",
"duration": 0.0002148151397705078,
"id": "bootstrap:register_app:serverinfo:autoloader"
},
"bootstrap:register_app:settings": {
"start": 1694111743.911307,
"stop": 1694111743.911928,
"description": "Register settings",
"duration": 0.0006208419799804688,
"id": "bootstrap:register_app:settings"
},
"bootstrap:register_app:settings:autoloader": {
"start": 1694111743.911317,
"stop": 1694111743.911645,
"description": "Setup autoloader for settings",
"duration": 0.00032782554626464844,
"id": "bootstrap:register_app:settings:autoloader"
},
"bootstrap:register_app:settings:application": {
"start": 1694111743.911681,
"stop": 1694111743.911842,
"description": "Load Application instance for settings",
"duration": 0.00016117095947265625,
"id": "bootstrap:register_app:settings:application"
},
"bootstrap:register_app:settings:register": {
"start": 1694111743.911858,
"stop": 1694111743.911916,
"description": "Application::register for settings",
"duration": 0.00005793571472167969,
"id": "bootstrap:register_app:settings:register"
},
"bootstrap:register_app:spreed": {
"start": 1694111743.911939,
"stop": 1694111743.912595,
"description": "Register spreed",
"duration": 0.0006561279296875,
"id": "bootstrap:register_app:spreed"
},
"bootstrap:register_app:spreed:autoloader": {
"start": 1694111743.91195,
"stop": 1694111743.912307,
"description": "Setup autoloader for spreed",
"duration": 0.00035691261291503906,
"id": "bootstrap:register_app:spreed:autoloader"
},
"bootstrap:register_app:spreed:application": {
"start": 1694111743.912346,
"stop": 1694111743.912509,
"description": "Load Application instance for spreed",
"duration": 0.00016307830810546875,
"id": "bootstrap:register_app:spreed:application"
},
"bootstrap:register_app:spreed:register": {
"start": 1694111743.912524,
"stop": 1694111743.912583,
"description": "Application::register for spreed",
"duration": 0.0000591278076171875,
"id": "bootstrap:register_app:spreed:register"
},
"bootstrap:register_app:support": {
"start": 1694111743.912606,
"stop": 1694111743.913117,
"description": "Register support",
"duration": 0.0005109310150146484,
"id": "bootstrap:register_app:support"
},
"bootstrap:register_app:support:autoloader": {
"start": 1694111743.912616,
"stop": 1694111743.912831,
"description": "Setup autoloader for support",
"duration": 0.00021505355834960938,
"id": "bootstrap:register_app:support:autoloader"
},
"bootstrap:register_app:support:application": {
"start": 1694111743.912908,
"stop": 1694111743.913072,
"description": "Load Application instance for support",
"duration": 0.000164031982421875,
"id": "bootstrap:register_app:support:application"
},
"bootstrap:register_app:support:register": {
"start": 1694111743.913088,
"stop": 1694111743.913105,
"description": "Application::register for support",
"duration": 0.000016927719116210939,
"id": "bootstrap:register_app:support:register"
},
"bootstrap:register_app:theming": {
"start": 1694111743.91313,
"stop": 1694111743.913649,
"description": "Register theming",
"duration": 0.0005190372467041016,
"id": "bootstrap:register_app:theming"
},
"bootstrap:register_app:theming:autoloader": {
"start": 1694111743.913139,
"stop": 1694111743.913401,
"description": "Setup autoloader for theming",
"duration": 0.0002617835998535156,
"id": "bootstrap:register_app:theming:autoloader"
},
"bootstrap:register_app:theming:application": {
"start": 1694111743.913437,
"stop": 1694111743.913594,
"description": "Load Application instance for theming",
"duration": 0.0001571178436279297,
"id": "bootstrap:register_app:theming:application"
},
"bootstrap:register_app:theming:register": {
"start": 1694111743.913611,
"stop": 1694111743.913637,
"description": "Application::register for theming",
"duration": 0.000025987625122070314,
"id": "bootstrap:register_app:theming:register"
},
"bootstrap:register_app:twofactor_backupcodes": {
"start": 1694111743.91366,
"stop": 1694111743.914224,
"description": "Register twofactor_backupcodes",
"duration": 0.0005638599395751953,
"id": "bootstrap:register_app:twofactor_backupcodes"
},
"bootstrap:register_app:twofactor_backupcodes:autoloader": {
"start": 1694111743.913669,
"stop": 1694111743.913926,
"description": "Setup autoloader for twofactor_backupcodes",
"duration": 0.0002567768096923828,
"id": "bootstrap:register_app:twofactor_backupcodes:autoloader"
},
"bootstrap:register_app:twofactor_backupcodes:application": {
"start": 1694111743.913962,
"stop": 1694111743.914122,
"description": "Load Application instance for twofactor_backupcodes",
"duration": 0.00016021728515625,
"id": "bootstrap:register_app:twofactor_backupcodes:application"
},
"bootstrap:register_app:twofactor_backupcodes:register": {
"start": 1694111743.914138,
"stop": 1694111743.914211,
"description": "Application::register for twofactor_backupcodes",
"duration": 0.00007295608520507813,
"id": "bootstrap:register_app:twofactor_backupcodes:register"
},
"bootstrap:register_app:twofactor_totp": {
"start": 1694111743.914236,
"stop": 1694111743.914814,
"description": "Register twofactor_totp",
"duration": 0.0005779266357421875,
"id": "bootstrap:register_app:twofactor_totp"
},
"bootstrap:register_app:twofactor_totp:autoloader": {
"start": 1694111743.914246,
"stop": 1694111743.91447,
"description": "Setup autoloader for twofactor_totp",
"duration": 0.0002238750457763672,
"id": "bootstrap:register_app:twofactor_totp:autoloader"
},
"bootstrap:register_app:twofactor_totp:application": {
"start": 1694111743.914547,
"stop": 1694111743.914713,
"description": "Load Application instance for twofactor_totp",
"duration": 0.0001659393310546875,
"id": "bootstrap:register_app:twofactor_totp:application"
},
"bootstrap:register_app:twofactor_totp:register": {
"start": 1694111743.91473,
"stop": 1694111743.914802,
"description": "Application::register for twofactor_totp",
"duration": 0.00007200241088867188,
"id": "bootstrap:register_app:twofactor_totp:register"
},
"bootstrap:register_app:user_ldap": {
"start": 1694111743.914826,
"stop": 1694111743.915375,
"description": "Register user_ldap",
"duration": 0.0005490779876708984,
"id": "bootstrap:register_app:user_ldap"
},
"bootstrap:register_app:user_ldap:autoloader": {
"start": 1694111743.914836,
"stop": 1694111743.915127,
"description": "Setup autoloader for user_ldap",
"duration": 0.0002911090850830078,
"id": "bootstrap:register_app:user_ldap:autoloader"
},
"bootstrap:register_app:user_ldap:application": {
"start": 1694111743.915162,
"stop": 1694111743.915322,
"description": "Load Application instance for user_ldap",
"duration": 0.00015997886657714844,
"id": "bootstrap:register_app:user_ldap:application"
},
"bootstrap:register_app:user_ldap:register": {
"start": 1694111743.915338,
"stop": 1694111743.915364,
"description": "Application::register for user_ldap",
"duration": 0.000025987625122070314,
"id": "bootstrap:register_app:user_ldap:register"
},
"bootstrap:register_app:viewer": {
"start": 1694111743.915386,
"stop": 1694111743.91594,
"description": "Register viewer",
"duration": 0.0005540847778320313,
"id": "bootstrap:register_app:viewer"
},
"bootstrap:register_app:viewer:autoloader": {
"start": 1694111743.915395,
"stop": 1694111743.9157,
"description": "Setup autoloader for viewer",
"duration": 0.00030493736267089844,
"id": "bootstrap:register_app:viewer:autoloader"
},
"bootstrap:register_app:viewer:application": {
"start": 1694111743.915737,
"stop": 1694111743.915893,
"description": "Load Application instance for viewer",
"duration": 0.00015616416931152344,
"id": "bootstrap:register_app:viewer:application"
},
"bootstrap:register_app:viewer:register": {
"start": 1694111743.915909,
"stop": 1694111743.915929,
"description": "Application::register for viewer",
"duration": 0.00002002716064453125,
"id": "bootstrap:register_app:viewer:register"
},
"bootstrap:register_app:workflowengine": {
"start": 1694111743.915951,
"stop": 1694111743.916474,
"description": "Register workflowengine",
"duration": 0.0005230903625488281,
"id": "bootstrap:register_app:workflowengine"
},
"bootstrap:register_app:workflowengine:autoloader": {
"start": 1694111743.915961,
"stop": 1694111743.916228,
"description": "Setup autoloader for workflowengine",
"duration": 0.00026702880859375,
"id": "bootstrap:register_app:workflowengine:autoloader"
},
"bootstrap:register_app:workflowengine:application": {
"start": 1694111743.916266,
"stop": 1694111743.916424,
"description": "Load Application instance for workflowengine",
"duration": 0.00015807151794433594,
"id": "bootstrap:register_app:workflowengine:application"
},
"bootstrap:register_app:workflowengine:register": {
"start": 1694111743.91644,
"stop": 1694111743.916462,
"description": "Application::register for workflowengine",
"duration": 0.00002193450927734375,
"id": "bootstrap:register_app:workflowengine:register"
},
"bootstrap:register_apps:apply": {
"start": 1694111743.916485,
"stop": 1694111743.917082,
"description": "Apply all the registered service by apps",
"duration": 0.0005970001220703125,
"id": "bootstrap:register_apps:apply"
},
"init_session": {
"start": 1694111743.917111,
"stop": 1694111743.926204,
"description": "Initialize session",
"duration": 0.009093046188354493,
"id": "init_session"
},
"bootstrap:load_app:support": {
"start": 1694111743.917465,
"stop": 1694111743.919122,
"description": "Load support",
"duration": 0.0016570091247558594,
"id": "bootstrap:load_app:support"
},
"bootstrap:load_app_support": {
"start": 1694111743.91754,
"stop": null,
"description": "Load app: support",
"duration": 96.93913793563843,
"id": "bootstrap:load_app_support"
},
"bootstrap:boot_app:support": {
"start": 1694111743.91756,
"stop": 1694111743.918947,
"description": "Call Application::boot for support",
"duration": 0.001386880874633789,
"id": "bootstrap:boot_app:support"
},
"bootstrap:load_app:support:info": {
"start": 1694111743.918969,
"stop": 1694111743.919105,
"description": "Load info.xml for support and register any services defined in it",
"duration": 0.0001361370086669922,
"id": "bootstrap:load_app:support:info"
},
"connect:redis": {
"start": 1694111743.954359,
"stop": 1694111743.955068,
"description": "Connect to redis and send AUTH, SELECT",
"duration": 0.0007090568542480469,
"id": "connect:redis"
},
"bootstrap:load_app:settings": {
"start": 1694111743.934625,
"stop": 1694111743.934851,
"description": "Load settings",
"duration": 0.00022602081298828125,
"id": "bootstrap:load_app:settings"
},
"bootstrap:load_app_settings": {
"start": 1694111743.934683,
"stop": null,
"description": "Load app: settings",
"duration": 96.92200779914856,
"id": "bootstrap:load_app_settings"
},
"bootstrap:boot_app:settings": {
"start": 1694111743.934698,
"stop": 1694111743.934759,
"description": "Call Application::boot for settings",
"duration": 0.00006079673767089844,
"id": "bootstrap:boot_app:settings"
},
"bootstrap:load_app:settings:info": {
"start": 1694111743.934774,
"stop": 1694111743.934836,
"description": "Load info.xml for settings and register any services defined in it",
"duration": 0.00006198883056640625,
"id": "bootstrap:load_app:settings:info"
},
"init": {
"start": 1694111743.886793,
"stop": 1694111743.935729,
"description": "OC::init",
"duration": 0.04893612861633301,
"id": "init"
},
"runtime": {
"start": 1694111743.962568,
"stop": 1694111840.85479,
"description": "DAV Runtime",
"duration": 96.89222192764282,
"id": "runtime"
},
"request": {
"start": 1694111743.935755,
"stop": null,
"description": "Full request after boot",
"duration": 96.92094802856446,
"id": "request"
},
"bootstrap:load_app:lookup_server_connector": {
"start": 1694111743.93601,
"stop": 1694111743.936265,
"description": "Load lookup_server_connector",
"duration": 0.0002551078796386719,
"id": "bootstrap:load_app:lookup_server_connector"
},
"bootstrap:load_app_lookup_server_connector": {
"start": 1694111743.936067,
"stop": null,
"description": "Load app: lookup_server_connector",
"duration": 96.92064690589905,
"id": "bootstrap:load_app_lookup_server_connector"
},
"bootstrap:boot_app:lookup_server_connector": {
"start": 1694111743.936081,
"stop": 1694111743.936206,
"description": "Call Application::boot for lookup_server_connector",
"duration": 0.0001251697540283203,
"id": "bootstrap:boot_app:lookup_server_connector"
},
"bootstrap:load_app:lookup_server_connector:info": {
"start": 1694111743.936222,
"stop": 1694111743.936252,
"description": "Load info.xml for lookup_server_connector and register any services defined in it",
"duration": 0.000030040740966796876,
"id": "bootstrap:load_app:lookup_server_connector:info"
},
"bootstrap:load_app:oauth2": {
"start": 1694111743.936294,
"stop": 1694111743.936506,
"description": "Load oauth2",
"duration": 0.00021195411682128906,
"id": "bootstrap:load_app:oauth2"
},
"bootstrap:load_app_oauth2": {
"start": 1694111743.936407,
"stop": null,
"description": "Load app: oauth2",
"duration": 96.92036294937134,
"id": "bootstrap:load_app_oauth2"
},
"bootstrap:load_app:oauth2:info": {
"start": 1694111743.93646,
"stop": 1694111743.936492,
"description": "Load info.xml for oauth2 and register any services defined in it",
"duration": 0.000031948089599609378,
"id": "bootstrap:load_app:oauth2:info"
},
"bootstrap:load_app:user_ldap": {
"start": 1694111743.936539,
"stop": 1694111743.937825,
"description": "Load user_ldap",
"duration": 0.0012860298156738282,
"id": "bootstrap:load_app:user_ldap"
},
"bootstrap:load_app_user_ldap": {
"start": 1694111743.936589,
"stop": null,
"description": "Load app: user_ldap",
"duration": 96.92019200325012,
"id": "bootstrap:load_app_user_ldap"
},
"bootstrap:boot_app:user_ldap": {
"start": 1694111743.936602,
"stop": 1694111743.937763,
"description": "Call Application::boot for user_ldap",
"duration": 0.0011608600616455079,
"id": "bootstrap:boot_app:user_ldap"
},
"bootstrap:load_app:user_ldap:info": {
"start": 1694111743.937779,
"stop": 1694111743.937812,
"description": "Load info.xml for user_ldap and register any services defined in it",
"duration": 0.00003314018249511719,
"id": "bootstrap:load_app:user_ldap:info"
},
"bootstrap:load_app:files": {
"start": 1694111743.938102,
"stop": 1694111743.93883,
"description": "Load files",
"duration": 0.0007278919219970703,
"id": "bootstrap:load_app:files"
},
"bootstrap:load_app_files": {
"start": 1694111743.938158,
"stop": null,
"description": "Load app: files",
"duration": 96.91863489151001,
"id": "bootstrap:load_app_files"
},
"bootstrap:boot_app:files": {
"start": 1694111743.938172,
"stop": 1694111743.938762,
"description": "Call Application::boot for files",
"duration": 0.0005898475646972656,
"id": "bootstrap:boot_app:files"
},
"bootstrap:load_app:files:info": {
"start": 1694111743.938778,
"stop": 1694111743.938817,
"description": "Load info.xml for files and register any services defined in it",
"duration": 0.00003910064697265625,
"id": "bootstrap:load_app:files:info"
},
"bootstrap:load_app:cloud_federation_api": {
"start": 1694111743.93886,
"stop": 1694111743.939027,
"description": "Load cloud_federation_api",
"duration": 0.0001671314239501953,
"id": "bootstrap:load_app:cloud_federation_api"
},
"bootstrap:load_app_cloud_federation_api": {
"start": 1694111743.938914,
"stop": null,
"description": "Load app: cloud_federation_api",
"duration": 96.917888879776,
"id": "bootstrap:load_app_cloud_federation_api"
},
"bootstrap:boot_app:cloud_federation_api": {
"start": 1694111743.938928,
"stop": 1694111743.938972,
"description": "Call Application::boot for cloud_federation_api",
"duration": 0.00004410743713378906,
"id": "bootstrap:boot_app:cloud_federation_api"
},
"bootstrap:load_app:cloud_federation_api:info": {
"start": 1694111743.938986,
"stop": 1694111743.939014,
"description": "Load info.xml for cloud_federation_api and register any services defined in it",
"duration": 0.000027894973754882814,
"id": "bootstrap:load_app:cloud_federation_api:info"
},
"bootstrap:load_app:dav": {
"start": 1694111743.939053,
"stop": 1694111743.946436,
"description": "Load dav",
"duration": 0.007382869720458984,
"id": "bootstrap:load_app:dav"
},
"bootstrap:load_app_dav": {
"start": 1694111743.939102,
"stop": null,
"description": "Load app: dav",
"duration": 96.9177131652832,
"id": "bootstrap:load_app_dav"
},
"bootstrap:boot_app:dav": {
"start": 1694111743.939115,
"stop": 1694111743.946366,
"description": "Call Application::boot for dav",
"duration": 0.00725102424621582,
"id": "bootstrap:boot_app:dav"
},
"bootstrap:load_app:files_antivirus": {
"start": 1694111743.939281,
"stop": 1694111743.939453,
"description": "Load files_antivirus",
"duration": 0.00017189979553222656,
"id": "bootstrap:load_app:files_antivirus"
},
"bootstrap:load_app_files_antivirus": {
"start": 1694111743.939333,
"stop": null,
"description": "Load app: files_antivirus",
"duration": 96.91749215126038,
"id": "bootstrap:load_app_files_antivirus"
},
"bootstrap:boot_app:files_antivirus": {
"start": 1694111743.939347,
"stop": 1694111743.939392,
"description": "Call Application::boot for files_antivirus",
"duration": 0.00004506111145019531,
"id": "bootstrap:boot_app:files_antivirus"
},
"bootstrap:load_app:files_antivirus:info": {
"start": 1694111743.939407,
"stop": 1694111743.93944,
"description": "Load info.xml for files_antivirus and register any services defined in it",
"duration": 0.000032901763916015628,
"id": "bootstrap:load_app:files_antivirus:info"
},
"bootstrap:load_app:spreed": {
"start": 1694111743.939486,
"stop": 1694111743.94148,
"description": "Load spreed",
"duration": 0.001993894577026367,
"id": "bootstrap:load_app:spreed"
},
"bootstrap:load_app_spreed": {
"start": 1694111743.93958,
"stop": null,
"description": "Load app: spreed",
"duration": 96.91725707054138,
"id": "bootstrap:load_app_spreed"
},
"bootstrap:boot_app:spreed": {
"start": 1694111743.939595,
"stop": 1694111743.941277,
"description": "Call Application::boot for spreed",
"duration": 0.0016820430755615235,
"id": "bootstrap:boot_app:spreed"
},
"bootstrap:load_app:spreed:info": {
"start": 1694111743.941293,
"stop": 1694111743.941465,
"description": "Load info.xml for spreed and register any services defined in it",
"duration": 0.00017189979553222656,
"id": "bootstrap:load_app:spreed:info"
},
"bootstrap:load_app:dav:info": {
"start": 1694111743.946383,
"stop": 1694111743.946422,
"description": "Load info.xml for dav and register any services defined in it",
"duration": 0.00003910064697265625,
"id": "bootstrap:load_app:dav:info"
},
"bootstrap:load_app:files_external": {
"start": 1694111743.946467,
"stop": 1694111743.953676,
"description": "Load files_external",
"duration": 0.007209062576293945,
"id": "bootstrap:load_app:files_external"
},
"bootstrap:load_app_files_external": {
"start": 1694111743.946524,
"stop": null,
"description": "Load app: files_external",
"duration": 96.910325050354,
"id": "bootstrap:load_app_files_external"
},
"bootstrap:boot_app:files_external": {
"start": 1694111743.946537,
"stop": 1694111743.953608,
"description": "Call Application::boot for files_external",
"duration": 0.007071018218994141,
"id": "bootstrap:boot_app:files_external"
},
"bootstrap:load_app:files_external:info": {
"start": 1694111743.953625,
"stop": 1694111743.953661,
"description": "Load info.xml for files_external and register any services defined in it",
"duration": 0.00003600120544433594,
"id": "bootstrap:load_app:files_external:info"
},
"bootstrap:load_app:files_fulltextsearch": {
"start": 1694111743.953707,
"stop": 1694111743.95388,
"description": "Load files_fulltextsearch",
"duration": 0.00017309188842773438,
"id": "bootstrap:load_app:files_fulltextsearch"
},
"bootstrap:load_app_files_fulltextsearch": {
"start": 1694111743.953763,
"stop": null,
"description": "Load app: files_fulltextsearch",
"duration": 96.90319490432739,
"id": "bootstrap:load_app_files_fulltextsearch"
},
"bootstrap:boot_app:files_fulltextsearch": {
"start": 1694111743.953778,
"stop": 1694111743.953824,
"description": "Call Application::boot for files_fulltextsearch",
"duration": 0.00004601478576660156,
"id": "bootstrap:boot_app:files_fulltextsearch"
},
"bootstrap:load_app:files_fulltextsearch:info": {
"start": 1694111743.953837,
"stop": 1694111743.953867,
"description": "Load info.xml for files_fulltextsearch and register any services defined in it",
"duration": 0.000030040740966796876,
"id": "bootstrap:load_app:files_fulltextsearch:info"
},
"bootstrap:load_app:notify_push": {
"start": 1694111743.953911,
"stop": 1694111743.955265,
"description": "Load notify_push",
"duration": 0.0013539791107177735,
"id": "bootstrap:load_app:notify_push"
},
"bootstrap:load_app_notify_push": {
"start": 1694111743.953962,
"stop": null,
"description": "Load app: notify_push",
"duration": 96.90300798416138,
"id": "bootstrap:load_app_notify_push"
},
"bootstrap:boot_app:notify_push": {
"start": 1694111743.953976,
"stop": 1694111743.955204,
"description": "Call Application::boot for notify_push",
"duration": 0.0012280941009521485,
"id": "bootstrap:boot_app:notify_push"
},
"bootstrap:load_app:notify_push:info": {
"start": 1694111743.95522,
"stop": 1694111743.955251,
"description": "Load info.xml for notify_push and register any services defined in it",
"duration": 0.000030994415283203128,
"id": "bootstrap:load_app:notify_push:info"
},
"bootstrap:load_app:profiler": {
"start": 1694111743.955295,
"stop": 1694111743.960978,
"description": "Load profiler",
"duration": 0.005682945251464844,
"id": "bootstrap:load_app:profiler"
},
"bootstrap:load_app_profiler": {
"start": 1694111743.955349,
"stop": null,
"description": "Load app: profiler",
"duration": 96.9016330242157,
"id": "bootstrap:load_app_profiler"
},
"bootstrap:boot_app:profiler": {
"start": 1694111743.955363,
"stop": 1694111743.960914,
"description": "Call Application::boot for profiler",
"duration": 0.005550861358642578,
"id": "bootstrap:boot_app:profiler"
},
"bootstrap:load_app:profiler:info": {
"start": 1694111743.960929,
"stop": 1694111743.960964,
"description": "Load info.xml for profiler and register any services defined in it",
"duration": 0.00003504753112792969,
"id": "bootstrap:load_app:profiler:info"
},
"bootstrap:load_app:theming": {
"start": 1694111743.961012,
"stop": 1694111743.961189,
"description": "Load theming",
"duration": 0.00017714500427246094,
"id": "bootstrap:load_app:theming"
},
"bootstrap:load_app_theming": {
"start": 1694111743.961069,
"stop": null,
"description": "Load app: theming",
"duration": 96.89592385292053,
"id": "bootstrap:load_app_theming"
},
"bootstrap:boot_app:theming": {
"start": 1694111743.961083,
"stop": 1694111743.961129,
"description": "Call Application::boot for theming",
"duration": 0.00004601478576660156,
"id": "bootstrap:boot_app:theming"
},
"bootstrap:load_app:theming:info": {
"start": 1694111743.961142,
"stop": 1694111743.961176,
"description": "Load info.xml for theming and register any services defined in it",
"duration": 0.000033855438232421878,
"id": "bootstrap:load_app:theming:info"
},
"bootstrap:load_app:workflowengine": {
"start": 1694111743.96122,
"stop": 1694111743.962142,
"description": "Load workflowengine",
"duration": 0.0009219646453857422,
"id": "bootstrap:load_app:workflowengine"
},
"bootstrap:load_app_workflowengine": {
"start": 1694111743.961272,
"stop": null,
"description": "Load app: workflowengine",
"duration": 96.89573287963867,
"id": "bootstrap:load_app_workflowengine"
},
"bootstrap:boot_app:workflowengine": {
"start": 1694111743.961286,
"stop": 1694111743.962073,
"description": "Call Application::boot for workflowengine",
"duration": 0.0007870197296142578,
"id": "bootstrap:boot_app:workflowengine"
},
"bootstrap:load_app:workflowengine:info": {
"start": 1694111743.962088,
"stop": 1694111743.962128,
"description": "Load info.xml for workflowengine and register any services defined in it",
"duration": 0.00003981590270996094,
"id": "bootstrap:load_app:workflowengine:info"
},
"dav_server_exec": {
"start": 1694111743.9813,
"stop": 1694111840.854756,
"description": "",
"duration": 96.87345600128174,
"id": "dav_server_exec"
},
"fs:setup:root": {
"start": 1694111744.037785,
"stop": 1694111744.038403,
"description": "Setup root filesystem",
"duration": 0.00061798095703125,
"id": "fs:setup:root"
},
"fs:setup:user:onetime": {
"start": 1694111744.038421,
"stop": 1694111744.048967,
"description": "Onetime filesystem for user",
"duration": 0.010545969009399414,
"id": "fs:setup:user:onetime"
},
"fs:setup:user:home": {
"start": 1694111744.040143,
"stop": 1694111744.048936,
"description": "Setup home filesystem for user",
"duration": 0.008792877197265625,
"id": "fs:setup:user:home"
},
"fs:setup:user:path": {
"start": 1694111745.884017,
"stop": 1694111745.884103,
"description": "Setup /admin/files/Infobase/documentLibrary filesystem for user",
"duration": 0.00008606910705566406,
"id": "fs:setup:user:path"
},
"fs:setup:user:path:find": {
"start": 1694111745.884034,
"stop": 1694111745.884072,
"description": "Find mountpoint for /admin/files/Infobase/documentLibrary",
"duration": 0.00003814697265625,
"id": "fs:setup:user:path:find"
},
"fs:setup:provider:OCA_Files_External_Config_ConfigAdapter": {
"start": 1694111744.049584,
"stop": 1694111744.71495,
"description": "Getting mounts from OCA_Files_External_Config_ConfigAdapter for admin",
"duration": 0.6653661727905273,
"id": "fs:setup:provider:OCA_Files_External_Config_ConfigAdapter"
},
"fs:setup:user:register": {
"start": 1694111744.714997,
"stop": 1694111744.720546,
"description": "Registering mounts for user",
"duration": 0.005548954010009766,
"id": "fs:setup:user:register"
},
"fs:setup:user:post-init-mountpoint": {
"start": 1694111744.720595,
"stop": 1694111744.720611,
"description": "post_initMountPoints legacy hook",
"duration": 0.00001621246337890625,
"id": "fs:setup:user:post-init-mountpoint"
},
"fs:setup:user:setup-hook": {
"start": 1694111744.720625,
"stop": 1694111744.720637,
"description": "setup legacy hook",
"duration": 0.000012159347534179688,
"id": "fs:setup:user:setup-hook"
}
},
"memory": {
"memory": 10485760,
"memory_limit": 1073741824
},
"cache/Distributed/7a16ea52e3ce5168b4cfda672eedbfd3/flow": {
"queries": [
{
"start": 1694111743.961702,
"end": 1694111743.962053,
"op": "7a16ea52e3ce5168b4cfda672eedbfd3/flow::get::events",
"hit": true
}
],
"cacheHit": 1,
"cacheMiss": 0
},
"cache/Distributed/7a16ea52e3ce5168b4cfda672eedbfd3/chunking-v2": {
"queries": [],
"cacheHit": 0,
"cacheMiss": 0
}
}
}
]

@joshtrichards
Copy link
Member

Any reason you're using it as a Local rather than WebDAV mount in External Storage?

I only ask because (a) I'm curious how it compares; (b): in theory NC would then be aware the underlying filesystem doesn't really have Local filesystem characteristics.

@ga-it ga-it changed the title [Bug]: Very slow External Storgae performance (local - dav2fs mount) [Bug]: Very slow External Storage performance (local - dav2fs mount) Sep 7, 2023
@ga-it
Copy link
Author

ga-it commented Sep 7, 2023

Any reason you're using it as a Local rather than WebDAV mount in External Storage?

I only ask because (a) I'm curious how it compares; (b): in theory NC would then be aware the underlying filesystem doesn't really have Local filesystem characteristics.

Mmm. I thought I went this route because a local mount would allow me to create separate External Storage mounts with different group permissions for different subdirectories..
But when I tried a direct webdav mount to test your suggestion I see that I can specify subdirectories as separate webdav mounts.

And the speed issue is resolved I think!

Thanks so much Josh.

@ga-it
Copy link
Author

ga-it commented Sep 8, 2023

Oh dear.

The first time after adding the WebDav External Storage mount, the directory browsed almost instantly.

Now the performance is worse than the local mount:

image

@ga-it
Copy link
Author

ga-it commented Sep 11, 2023

@joshtrichards - any thoughts?

It seems like performance gets exponentially worse for larger directories - and perhaps after attribution / metadata is added to the underlying filesystem read?

@joshtrichards
Copy link
Member

Unfortunately without an Alfresco server test bed it's challenging to do more than make scattered suggestions to try to isolate why this is occurring in your use case. Here are some ideas that come to mind:

Rule out some file intensive apps (which also have background jobs...):

Disable:

  • fulltextsearch_elasticsearch app
  • files_antivirus app

See if the access times changes with different data volumes

  • A remote folder mount only containing 1-2 objects
  • A remote folder mount only containing a minimal amount of data (e.g. 2MB)

Eliminate debugging impacting on performance

Disable:

  • debug in config.php
  • profiler app

Set loglevel to 2 rather than 0 in config.php

Different mount options

On the External Storage WebDAV mount under the three dots menu to the far right try some different combinations of:

  • Uncheck "Enable previews"
  • Check "Read only"
  • Set "Check for changes" to "Never"

Alfresco WebDAV endpoints

It looks like Alfresco has two different WebDAV endpoints to try: https://docs.alfresco.com/content-services/latest/admin/troubleshoot/#troubleshoot-webdav

@ga-it
Copy link
Author

ga-it commented Sep 11, 2023

Thanks @joshtrichards

I'll try those. It does seem strange considering the underlying performance in a shell and the initial read performance I experienced.

There isn't anything in the app design resulting in iterative or recursive reads through the directory or tree is there?

@joshtrichards joshtrichards changed the title [Bug]: Very slow External Storage performance (local - dav2fs mount) Very slow External Storage performance (via WebDAV or Local+dav2fs mount) Sep 14, 2023
@ga-it
Copy link
Author

ga-it commented Sep 14, 2023

Hi @joshtrichards

New experience. Accessing the external storage via the android app as opposed to Chrome or Edge browser (on separate windows laptop or on same phone as Android app). yields near file system access performance.

Are you aware of a reason why accessing a large webdav mount would take long via browser vs the mobile app?

Regards

Marc

@joshtrichards
Copy link
Member

Maybe #40473. Might be able to simulate a performance comparison (for the browser side) without having to update by adding 'enable_file_metadata' => false,

https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html?highlight=enable_file_metadata#enable-file-metadata

@ga-it
Copy link
Author

ga-it commented Oct 10, 2023

Maybe #40473. Might be able to simulate a performance comparison (for the browser side) without having to update by adding 'enable_file_metadata' => false,

https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html?highlight=enable_file_metadata#enable-file-metadata

Have set 'enable_file_metadata' => false
Full reinstall to 27.1.0

Not sure there is much improvement.

Bash Davfs mount. Very large directory with subdirectories.
"time ls -l"

real 0m1.982s
user 0m0.010s
sys 0m0.062s

For equivalent External Files webdav mount:

Browser returns variable performance.

Now some strange performance on mobile app. Seems to cache previous results which it shows as you go into a directory. And then updates these. Subdirectories in the results may disappear if they have lots of nested content. If you click on them before the "cached" result is shown, then it gives an error that the content is no longer present.

It seems that nested content below a webdav directory affects the speed at which that directory shows in the external file results. So even a high level result with 4 entries in the directory, subdirectory content affects speed.

@TDuffinNTU
Copy link

Is this something still affecting you? I'm using nextcloud on my Pi 4B (25.0.2) and the client app on Linux uploads files fine (60MiB in about 15 seconds) but the WebDAV integration with the KDE file manager uploads files at 300... bits per second.

I'm really perplexed. I've opened a discussion on the KDE forums but considering the open tickets in the past and present here, it might be Nextcloud 🤔

@Ra72xx
Copy link

Ra72xx commented May 19, 2024

Observation with Gnome/GVFS (or however the mounts done with GOA are called):
Using the Nextcloud storage with Gnome apps like Nautilus (which talk somehow more "directly" to the mount) is reasonably fast. Using the conventional mountpoint provided by GnomeVFS (or whatever the name is) under /run/username/gvfs/... is very slow, even simple directory listings are crawling.
However, for me this is not only restricted to external storage in Nextcloud, it's a general problem. Using rclone mount with vfs cache works perfectly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 27-feedback bug feature: external storage performance 🚀
Projects
None yet
Development

No branches or pull requests

5 participants