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
First off thanks for this amazing project! It automates so much of the front-end boilerplate for dashboards
I'm new to BQL and can tell that my queries (both number and complexity) are rather inefficient based on the load time for a dashboard page. After all the plumbing works, I'd like to go back and optimize this. It'd be really convenient if fava-dashboards recorded the total query time and made it accessible through Jinja like {{queries[i].time}}. This way I could render it on the page itself as feedback
The text was updated successfully, but these errors were encountered:
I think the query duration could be exposed in the logs (debug log level), and possible for queries taking longer than some threshold a different log level (warn).
I won't have time to work on this, but I'm happy to help/review a PR.
First off thanks for this amazing project! It automates so much of the front-end boilerplate for dashboards
I'm new to BQL and can tell that my queries (both number and complexity) are rather inefficient based on the load time for a dashboard page. After all the plumbing works, I'd like to go back and optimize this. It'd be really convenient if
fava-dashboards
recorded the total query time and made it accessible through Jinja like{{queries[i].time}}
. This way I could render it on the page itself as feedbackThe text was updated successfully, but these errors were encountered: