{% load i18n l10n %}
{% trans "Function name" %} | {% trans "Timeline" %} | {% trans "Params" %} | {% trans "Time (ms)" %} | {% trans "Size (kb)" %} | |
---|---|---|---|---|---|
+ | {{ query.name|safe }} |
{{
query.width_ratio_relative }}%
|
{{ query.params }} | {{ query.duration_ms|floatformat:"2" }} мс | {{ query.size|filesizeformat }} |
{% if query.post %}
POST data: {{ query.post }} POST data JSON: {{ query.post_json }}{% endif %} {{ query.data }} |
No api calls was logged
{% endif %}