{** * For the full copyright and license information, please view the * docs/licenses/LICENSE.txt file that was distributed with this source code. *}
| # | Query | Time (ms) | Rows | Filesort | Group By | Location |
|---|---|---|---|---|---|---|
| {$data['id']} | {preg_replace("/(^[\s]*)/m", "", htmlspecialchars($data['query'], ENT_NOQUOTES, 'utf-8', false))} |
{load_time data=($data['time'])} | {$data['rows']} | {if $data['filesort']} Yes {/if} | {if $data['group_by']} Yes {/if} | {$data['location']} |