| Nr | Query | Error | Affected | Num. rows | Took (ms) |
|---|---|---|---|---|---|
| 1 | DESCRIBE `tags` | 4 | 4 | 2 | |
| 2 | DESCRIBE `videos` | 98 | 98 | 18 | |
| 3 | DESCRIBE `categories` | 2 | 2 | 2 | |
| 4 | DESCRIBE `i18n` | 6 | 6 | 2 | |
| 5 | DESCRIBE `comments` | 5 | 5 | 2 | |
| 6 | DESCRIBE `tags_videos` | 2 | 2 | 2 | |
| 7 | DESCRIBE `correspondents` | 12 | 12 | 3 | |
| 8 | SELECT `Correspondent`.`id`, `Correspondent`.`name`, `Correspondent`.`blog`, `Correspondent`.`profile`, `Correspondent`.`website`, `Correspondent`.`front_photo`, `Correspondent`.`profile_photo`, `Correspondent`.`other_photo`, `Correspondent`.`small_desc`, `Correspondent`.`full_desc`, `Correspondent`.`is_active`, `Correspondent`.`position_in_page` FROM `correspondents` AS `Correspondent` WHERE 1 = 1 ORDER BY RAND() ASC LIMIT 1 | 1 | 1 | 3 | |
| 9 | SELECT `Tag`.`id`, `Tag`.`tag`, `Tag`.`created`, `Tag`.`modified` FROM `tags` AS `Tag` WHERE `tag` = 'universo' LIMIT 1 | 0 | 0 | 0 |