You can turn persistent database connections on/off from your configuration file
php.ini.
For MySQL:
mysql.allow_persistent = Off or On
It is difficult to see any difference in the speed, for me. If the speed seems
the same turn it off.
This settings can have a direct correlation to the
MySQL connection settings.