Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 4bbd74e

Browse files
committed
Fixed H2 suffix size in debug panel + added explanations about imbricated cache blocks
1 parent a9ab00c commit 4bbd74e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Resources/views/data_collector/template.html.twig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<!--
122122
- PhpFastcache Instances
123123
-->
124-
<h2>PhpFastCache Cache Instance ({{ collector.stats|length }})</h2>
124+
<h2>PhpFastCache Cache Instance<small> ({{ collector.stats|length }})</small></h2>
125125
<div class="sf-tabs">
126126
{% for name, stat in collector.stats %}
127127
<div class="tab">
@@ -181,7 +181,7 @@
181181
<!--
182182
- PhpFastcache core config
183183
-->
184-
<h2>PhpFastCache Core Config ({{ collector.coreConfig|length }})</h2>
184+
<h2>PhpFastCache Core Config<small> ({{ collector.coreConfig|length }})</small></h2>
185185
<table class="">
186186
<thead>
187187
<tr>
@@ -202,7 +202,7 @@
202202
<!--
203203
- PhpFastcache project config
204204
-->
205-
<h2>PhpFastCache Project Config ({{ collector.projectConfig|length }})</h2>
205+
<h2>PhpFastCache Project Config<small> ({{ collector.projectConfig|length }})</small></h2>
206206
<table class="">
207207
<thead>
208208
<tr>
@@ -223,7 +223,7 @@
223223
<!--
224224
- Twig blocks
225225
-->
226-
<h2>PhpFastCache Twig Cache Blocks ({{ collector.twigCacheBlocks|length }})</h2>
226+
<h2 title="Imbricated cache blocks cannot be shown as the rendered string come from the cache itself instead of standard template rendering."><abbr>PhpFastCache Twig Cache Blocks</abbr><small> ({{ collector.twigCacheBlocks|length }})</small></h2>
227227
<table class="">
228228
<thead>
229229
<tr>

0 commit comments

Comments
 (0)