Some big performance optimizations to Now Playing JavaScript.
* Big decrease in page load time * Big decrease in load time during schedule operations (drag and drop)
This commit is contained in:
parent
b11e98ea24
commit
1194a0f959
4 changed files with 79 additions and 48 deletions
|
@ -31,6 +31,8 @@ class PlaylistController extends Zend_Controller_Action
|
|||
->addActionContext('empty-content', 'json')
|
||||
->initContext();
|
||||
|
||||
//This controller writes to the session all over the place, so we're going to reopen it for writing here.
|
||||
session_start(); //Reopen the session for writing
|
||||
}
|
||||
|
||||
private function getPlaylist($p_type)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue