Watch New Amsterdam Online |
| SELECT `shows`.* FROM `shows` WHERE (ident = 'New-Amsterdam') LIMIT 1 | 0.00049209594726562 |
| SELECT `episodes`.* FROM `episodes` WHERE (show_id = 78 AND season = 1 AND episode = 2) LIMIT 1 | 0.00044918060302734 |
| SELECT `videos`.* FROM `videos` WHERE (episode_id = 17590 AND active = 1) ORDER BY `part` ASC | 0.04052209854126 |
| SELECT `shows`.* FROM `shows` ORDER BY `name` ASC | 0.0010910034179688 |
| SELECT `shows`.* FROM `shows` WHERE (`id` = 78) LIMIT 1 | 0.00040411949157715 |