Go to your admin/config.php
Find:
$usepconnect =
Make sure it is
$usepconnect = 0;
Also, vBPortal is well-known for running up server loads - if you turn debug on in your admin/config.php, then add ?explain=1 to the end of your URL for your homepage, you can see how many queries it creates. If you stop using vBPortal, you will find that the server loads will improve dramatically.
|