nextcloud/lib/private/AppFramework
Christoph Wurst 907ff68bfc
perf(app-framework): Make the app middleware registration lazy
Before this patch, app middlewares were registered on the dispatcher for
every app loaded in a Nextcloud process. With the patch, only
middlewares belonging to the same app of a dispatcher instance are
loaded.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-01-25 09:27:24 +01:00
..
Bootstrap perf(app-framework): Make the app middleware registration lazy 2023-01-25 09:27:24 +01:00
DependencyInjection perf(app-framework): Make the app middleware registration lazy 2023-01-25 09:27:24 +01:00
Http composer run cs:fix 2023-01-20 11:45:08 +01:00
Middleware composer run cs:fix 2023-01-20 11:45:08 +01:00
OCS Fix types in OCS json answer (status code is an int) 2023-01-20 11:22:09 +01:00
Routing composer run cs:fix 2023-01-20 11:45:08 +01:00
Services composer run cs:fix 2023-01-20 11:45:08 +01:00
Utility composer run cs:fix 2023-01-20 11:45:08 +01:00
App.php composer run cs:fix 2023-01-20 11:45:08 +01:00
Http.php Update php licenses 2021-06-04 22:02:41 +02:00
Logger.php composer run cs:fix 2023-01-20 11:45:08 +01:00
ScopedPsrLogger.php composer run cs:fix 2023-01-20 11:45:08 +01:00