Richard Plangger
Richard Plangger
There are several ideas, this issue summarizes them and encourages discussion: - online profiling (or profile streaming) - query runtime information. `python -m vmprof.stat -p ` prints if profiling is...
vmprof just walks the stack traces. this can be problematic for when async/await is used. need to flesh out some details how it works and what vmprof should do different...
Currently, the setup will always sample the thread holding the GIL. This means if a thread releases the GIL to e.g. compress data, it will not be sampled (even though...
This is not tested at all. We already had one issue because of that: https://github.com/vmprof/vmprof-server/pull/7
We run a 3.11 cms installation and I have recently added the djangocms-frontend. When attaching a PicturePlugin (frontend) to a placeholder, it explodes on the line https://github.com/django-cms/djangocms-frontend/blob/64bca5e34d5f2ee7c86685839db9672b182b9b16/djangocms_frontend/contrib/link/forms.py#L79 `admin_reverse("link_link_autocomplete")` cannot be...