| SELECT `shows`.* FROM `shows` WHERE (ident = 'New-Amsterdam') LIMIT 1 | 0.0046701431274414 |
| SELECT `episodes`.* FROM `episodes` WHERE (video_count > 0 and show_id = 78) ORDER BY `season` ASC, `episode` ASC | 0.090418815612793 |
| SELECT `videos`.* FROM `videos` WHERE (`show_id` = 78) AND (`active` = 1) ORDER BY `episode_id` ASC | 0.076442003250122 |
| SELECT `shows`.* FROM `shows` WHERE (`id` = 78) LIMIT 1 | 0.0088291168212891 |