Is support for PerformanceLog still needed in otobo.psgi ? #1119
bschmalhofer
started this conversation in
Ideas
Replies: 2 comments
-
Is there a summary or documentation available what this does and what are the advantages and disadvantages? |
Beta Was this translation helpful? Give feedback.
0 replies
-
No, it is more of a gut feeling that things like that should be implemented as middlewares instead of in the application code. "Separation of concerns" would be the keyword. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In InterfaceAgent.pm there is code dedicated for performance logging. IMHO a better place for that would be in an Plack Middleware.
Beta Was this translation helpful? Give feedback.
All reactions