asgi-server-timing-middleware
asgi-server-timing-middleware copied to clipboard
In the README, it says to use `fastapi.routing.ModelField.validate` in order to profile how long it takes to validate the response. No matter which function calls I ask it to profile...
`inspect.isfunction` returns `False` for Cython functions (see [this discussion](https://bugs.python.org/issue30071)). As a result, tracking `pydantic.fields.ModelField.validate` for `pydantic==1.7.3` is impossible.
I don't see any instructions on how to install it from pypi, only from GitHub. Is there any plans to publish it there?
I don't really have much experience in the way of packaging and publishing python modules, but that's probably something I should get around doing if I want people to be...
I was going through some old forks of mine and realized I had made some changes on a branch. This may have also served as a fix for https://github.com/sm-Fifteen/asgi-server-timing-middleware/issues/3. I...
Hi - would someone know how to profile async SQLAlchemy operations with this? This works in the sense that I get to see something, but the timing is always ~1ms,...