mirror of
https://github.com/nextcloud/profiler.git
synced 2026-06-14 12:11:47 +02:00
No description
- Vue 52.8%
- PHP 32.4%
- JavaScript 9.8%
- TypeScript 5%
|
|
||
|---|---|---|
| .github | ||
| action | ||
| appinfo | ||
| img | ||
| l10n | ||
| lib | ||
| LICENSES | ||
| src | ||
| templates | ||
| tests | ||
| vendor-bin | ||
| .editorconfig | ||
| .eslintrc.json | ||
| .gitignore | ||
| .jshintrc | ||
| .l10nignore | ||
| .php-cs-fixer.dist.php | ||
| action.yml | ||
| AUTHORS.md | ||
| composer.json | ||
| composer.lock | ||
| package-lock.json | ||
| package.json | ||
| psalm.xml | ||
| README.md | ||
| REUSE.toml | ||
| stylelint.config.cjs | ||
| tsconfig.json | ||
| vite.config.ts | ||
Profiler
This app provides a profiler to find performance related issues
Don't use in a production system.
How to use (short introduction)
- 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
How to use (long introduction)
A tutorial page is available in the developer documentation