{** * For the full copyright and license information, please view the * docs/licenses/LICENSE.txt file that was distributed with this source code. *}

Stopwatch SQL - {$summary.nbQueries} queries

{foreach $stopwatchQueries as $data} {$callstack = implode('
', $data['stack'])} {$callstack_md5 = md5($callstack)} {/foreach}
# 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']}