Watch New Amsterdam OnlineSeason 1, Episode 3 |
| SELECT `shows`.* FROM `shows` WHERE (ident = 'New-Amsterdam') LIMIT 1 | 0.00054097175598145 |
| SELECT `episodes`.* FROM `episodes` WHERE (show_id = 78 AND season = 1 AND episode = 3) LIMIT 1 | 0.00048398971557617 |
| SELECT `videos`.* FROM `videos` WHERE (episode_id = 17592 AND active = 1) ORDER BY `part` ASC | 0.089634895324707 |
| SELECT `shows`.* FROM `shows` ORDER BY `name` ASC | 0.0031559467315674 |
| SELECT `shows`.* FROM `shows` WHERE (`id` = 78) LIMIT 1 | 0.00042104721069336 |