You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Between that and the "sticky panel" feature, I've been able to track down a lot of bottlenecks during development pretty well.
Is anyone else using similar stats / have suggestions?
I am thinking about a PR that includes this data, but computed within Python (so other panels could potentially share information. The general idea is that I'd like to eventually have a Single panel that uses Chart.js (or similar) to visually display workloads processed by multiple panels (e.g. SqlAlchemy + Dogpile ).
The text was updated successfully, but these errors were encountered:
I found it useful to extend the SqlAlchemy panel with this quick template fix to show some high-level statistics:
Between that and the "sticky panel" feature, I've been able to track down a lot of bottlenecks during development pretty well.
Is anyone else using similar stats / have suggestions?
I am thinking about a PR that includes this data, but computed within Python (so other panels could potentially share information. The general idea is that I'd like to eventually have a Single panel that uses Chart.js (or similar) to visually display workloads processed by multiple panels (e.g. SqlAlchemy + Dogpile ).
The text was updated successfully, but these errors were encountered: