Hello, thx for processwire and answer my question -
In wordpress was code
<?php
echo '<center>'.get_num_queries().' queries ';
timer_stop(1);
echo ' second</center>';
?>
Wordpress shows how many sql queries makes engine(include cache or without cache) -
processwire have solution(code) like this?