Id | Name | Type | Mem. (diff) | Mem. (peak) | Duration |
---|---|---|---|---|---|
{{ id }} | {{ block.name }} | {{ block.type }} | {{ ((block.memory_end-block.memory_start)/1000)|number_format(0) }} Kb | {{ (block.memory_peak/1000)|number_format(0) }} Kb | {{ block.duration|number_format(2) }} ms |
Cache Keys: {{ block.cache.keys|json_encode() }} Contextual Keys: {{ block.cache.contextual_keys|json_encode() }} |
TTL: {{ block.cache.ttl }}s. Lifetime: {{ block.cache.lifetime }}s. Backend: {{ block.cache.handler }} Loading from cache: {% if block.cache.from_cache %}YES{% else %}NO{% endif %} |
||||
Javascripts: {{ block.assets.js|json_encode() }} Stylesheets: {{ block.assets.css|json_encode() }} |