This bit of code is taking almost a half second to execute. Could somebody help me with some reasons this could be happening and some possible solutions?
If it matters, the DB is hosted by amazon rds
$this->_connection = new PDO(
$dsn,
$this->_config['username'],
$this->_config['password'],
$this->_config['driver_options']
);