/var/www/vhosts/ihelp.ro/httpdocs/vendor/jdorn/sql-formatter/tests
NameSizeModeActions
clihighlight.html280180644editdlrm
compress.html113970644editdlrm
format-highlight.html713090644editdlrm
format.html146700644editdlrm
highlight.html682560644editdlrm
performance.php13430644editdlrm
sql.sql117470644editdlrm
SqlFormatterTest.php50040644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/jdorn/sql-formatter/tests/performance.php (1343B)
Formatted ".$num." queries using a max_cachekey_size of ".SqlFormatter::$max_cachekey_size."

"; echo "

Average query length of ".number_format($chars/$num,5)." characters

"; echo "

Took ".number_format($end-$start,5)." seconds total, ".number_format(($end-$start)/$num,5)." seconds per query, ".number_format(1000*($end-$start)/$chars,5)." seconds per 1000 characters

"; echo "

Used ".number_format($uend-$ustart)." bytes of memory

"; echo "

Cache Stats

".print_r(SqlFormatter::getCacheStats(),true)."
";