Analysis of the plotting job log shows time (seconds) spent in each phase:
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
{% if category == 'message' %}
{% else %}
{% endif %}
{{ message|safe }}
{% endfor %}
{% endif %}
{% endwith %}
{% for column in plots.columns %}
{{ column }}
{% endfor %}
{% for row in plots.rows %}
{% for column in plots.columns %}
{% if column == "size" %}