Skip to content

Instantly share code, notes, and snippets.

@AlkarE
Created January 22, 2016 20:00
Show Gist options
  • Save AlkarE/edac6ad3bfd4ffecaa7f to your computer and use it in GitHub Desktop.
Save AlkarE/edac6ad3bfd4ffecaa7f to your computer and use it in GitHub Desktop.
wp_server_info
<?php
echo '<div style="text-align: center">WordPress: '
. round(memory_get_usage()/1024/1024, 2) . 'MB '
.' | MySQL:' . get_num_queries() . ' | ';
timer_stop(1);
echo 'sec</div>';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment