nextcloud / openapi-extractor

A tool for extracting OpenAPI specifications from Nextcloud source code
https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-openapi.html
GNU Affero General Public License v3.0
7 stars 2 forks source link

perf: Only parse controllers once #70

Closed provokateurin closed 10 months ago

provokateurin commented 10 months ago

Reduces the time needed for running on server with spreed, notifications and tables from 7.3s to 4.8s.

I know I could only parse the controllers that are in the routes once and not every available controller, but this needs to be done anyway for the upcoming routing changes.