commit version 22.12.12447

This commit is contained in:
2023-01-01 22:36:12 -05:00
parent af1b03d79f
commit b948283a96
744 changed files with 620715 additions and 27381 deletions

View File

@ -415,15 +415,20 @@ if (!get_var_true($vars['bare'])) {
<tr>
<th>Page</th>
<td><?php echo(number_format($gentime, 3)); ?>s</td>
</tr>
</tr><!--
<tr>
<th>Cache</th>
<td><?php echo(number_format($cache_time, 3)); ?>s</td>
</tr>-->
<tr>
<th>Cache Data</th>
<td><?php echo(number_format($cache_data_time, 3)); ?>s</td>
</tr>
<tr>
<th>Menu</th>
<td><?php echo(number_format($menu_time, 3)); ?>s</td>
</tr>
<?php
if (isset($form_time))
{