Watch New Amsterdam Online |
| SELECT `shows`.* FROM `shows` WHERE (ident = 'New-Amsterdam') LIMIT 1 | 0.00069904327392578 |
| SELECT `episodes`.* FROM `episodes` WHERE (show_id = 78 AND season = 1 AND episode = 7) LIMIT 1 | 0.00054097175598145 |
| SELECT `videos`.* FROM `videos` WHERE (episode_id = 17601 AND active = 1) ORDER BY `part` ASC | 0.05423903465271 |
| SELECT `shows`.* FROM `shows` ORDER BY `name` ASC | 0.0012998580932617 |
| SELECT `shows`.* FROM `shows` WHERE (`id` = 78) LIMIT 1 | 0.0027430057525635 |