CC-4620: Now Playing page loading is very slow because 1M records in cc_schedule table
-small fix
This commit is contained in:
parent
3c61b39daa
commit
a4d91a5d48
2 changed files with 28 additions and 20 deletions
|
@ -423,8 +423,7 @@ class Application_Model_ShowBuilder
|
|||
}
|
||||
|
||||
$scheduled_items = Application_Model_Schedule::GetScheduleDetailItems(
|
||||
$this->startDT->format("Y-m-d H:i:s"), $this->endDT->format(
|
||||
"Y-m-d H:i:s"), $shows);
|
||||
$this->startDT, $this->endDT, $shows);
|
||||
|
||||
for ($i = 0, $rows = count($scheduled_items); $i < $rows; $i++) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue