Quantcast
Channel: Yii Framework Forum
Viewing all articles
Browse latest Browse all 18717

system.db.CDbConnection taking more than 1 second to execute in yii

$
0
0
I am a new to yii although i have worked a lot with codeigniter and was just trying to convert my code from codeigniter to yii But the CDbconnection is taking more than 1 second to execute i have attached a screenshot. also the sql code i am using.

$criteria = new CDbCriteria();
$criteria->select = "total_photos";

$data = array( 'Gallerys' => Gallerynames::model()->findAll($criteria));

I have attached the logger screenshot.


i.stack.imgur.com/N8Fep.png

Viewing all articles
Browse latest Browse all 18717

Trending Articles