While total workflow execution time is helpful, it would be nice if n8n could display, for each execution, the time it took to process each node. For example, I have no idea how long it takes to generate a hash. I also cannot evaluate the performance of data sources such as Airtable, Google Sheets, or MySQL.
If I can see that a call to remote data source is adding seconds to a workflow, I might look for alternatives. I am currently left to guess regarding the reasons for longer execution times.
Totally agree. Some nodes take longer than others to execute. I’d love to have a P50/P95/P99 breakdown of how long each node has taken to execute across all recent (last 30 days) executions, as well.
Sorry not sure I follow. But since the very first version it was possible to display how long a specific node executed by opening the node details view and then hovering over the i icon.
Or is the request to have an average over all the executions?