From 948e203f190030b32c8261cb88662299e85402ff Mon Sep 17 00:00:00 2001 From: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:56:07 +0100 Subject: [PATCH] Add note about performance penalty Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6b6032e..86fa4d2 100644 --- a/README.md +++ b/README.md @@ -65,3 +65,7 @@ Afterward in your repository settings set the OpenAPI workflow to be required fo ## Usage Checkout the OpenAPI tutorial at https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-openapi.html to see how you can use openapi-extractor. + +### 🐢 Performance + +Make sure that you have xdebug turned off when generating OpenAPI specs, otherwise it can take multiple minutes instead of seconds.