This app provides a profiler to find performance related issues
Don't use in a production system.
- Clone the app and checkout the relevant
stableXbranch. - Build the JavaScript with
npm i && npm run build - Enable the app
occ app:enable profiler - Enable profiling by running
occ profiler:enable - Open nextcloud with an admin account, you should see the profiler toolbar
A tutorial page is available in the developer documentation