Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions developer_manual/digging_deeper/profiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ The profiler application is available on `GitHub <https://github.com/nextcloud/p
you need to clone the stableX branch if you are using Nextcloud X or master if you are
using the latest development version of Nextcloud.

.. code-block:: bash

cd apps/
git clone --branch stableX https://github.com/nextcloud/profiler.git
# adapt X to your Nextcloud version: php occ version | grep -oP 'Nextcloud \K\d+'
cd profiler
cd ../..


Enable the app
--------------

Expand Down