Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 895 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 895 Bytes

Profiler

REUSE status

This app provides a profiler to find performance related issues

Don't use in a production system.

How to use (short introduction)

  1. Clone the app and checkout the relevant stableX branch.
  2. Build the JavaScript with npm i && npm run build
  3. Enable the app occ app:enable profiler
  4. Enable profiling by running occ profiler:enable
  5. Open nextcloud with an admin account, you should see the profiler toolbar

How to use (long introduction)

A tutorial page is available in the developer documentation