I want to test in real environment as I think I'll get better idea what mods really do to server load.
Thank you very much. I like the best this option:
PHP Code:
$config['Misc']['debug'] = ($_SERVER['REMOTE_ADDR'] == 'xxx.xxx.xxx.xxx');
Just need to find out what my IP address is and set it up. After checking server load, I just comment it out in my config.php and that's it. Nice and clean.