Welcome to GioTraining

(default) 6 queries took 24 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `pages`558
2DESCRIBE `articles`776
3DESCRIBE `videos`12126
4SELECT `Page`.`id`, `Page`.`title`, `Page`.`text`, `Page`.`metadata`, `Page`.`modified` FROM `pages` AS `Page` WHERE `id` IN (3, 11, 12) 331
5SELECT `Video`.`id`, `Video`.`user_id`, `Video`.`image`, `Video`.`filename`, `Video`.`status`, `Video`.`featured`, `Video`.`metadata`, `Video`.`filepath`, `Video`.`description`, `Video`.`modified`, `Video`.`sport_id`, `Video`.`created` FROM `videos` AS `Video` WHERE `status` = 2 AND `featured` = 1 LIMIT 4441
6SELECT `Article`.`id`, `Article`.`title`, `Article`.`text`, `Article`.`metadata`, `Article`.`created`, `Article`.`modified`, `Article`.`status` FROM `articles` AS `Article` WHERE `status` = 3 LIMIT 1112