The Delicious Magazine theme has some performance issues under high load caused by the wootabs latest comments code.
You can eliminate the performance issues by having the woo_tabs_comments function return an empty value as soon as it's declared.
Edit the file wp-content/themes/deliciousmagazine/includes/theme-functions.php
Add a new line after the woo_tabs_comments function is declared:
return;