{% extends 'sb_sync/base.html' %} {% block title %}Performance Metrics - SB Sync Configuration{% endblock %} {% block page_title %}Performance Metrics{% endblock %} {% block page_actions %}
| Timestamp | Operation | Model | Batch Size | Processing Time | Memory Usage | Query Count | Performance |
|---|---|---|---|---|---|---|---|
| {{ metric.timestamp|date:"M d, Y H:i:s" }} | {{ metric.operation_type }} |
{% if metric.model_name %}
{{ metric.model_name }}
{% else %}
Multiple
{% endif %}
|
{{ metric.batch_size }} | {{ metric.processing_time|floatformat:2 }}s | {% if metric.memory_usage %} {{ metric.memory_usage|floatformat:1 }} MB {% else %} N/A {% endif %} | {{ metric.query_count }} | {% if metric.processing_time < 1.0 %} Excellent {% elif metric.processing_time < 5.0 %} Good {% else %} Slow {% endif %} |
No performance metrics found
Performance data will appear here after sync operations