2014-03-05, 01:56:16
Here is the solution to my problem. And then what I was looking for a plugin. fool.
<?php $memory = (!function_exists('memory_get_usage')) ? '' : round(memory_get_usage()/1024/1024, 2) . 'MB';
echo $memory; ?>
<?php $memory = (!function_exists('memory_get_usage')) ? '' : round(memory_get_usage()/1024/1024, 2) . 'MB';
echo $memory; ?>