Refactored session_write_close() optimization and dashboard preloading
hack
This commit is contained in:
parent
3e255bfd37
commit
1734cc35c8
7 changed files with 35 additions and 31 deletions
|
@ -246,7 +246,6 @@ class ShowbuilderController extends Zend_Controller_Action
|
|||
|
||||
public function checkBuilderFeedAction()
|
||||
{
|
||||
session_write_close();
|
||||
$request = $this->getRequest();
|
||||
$show_filter = intval($request->getParam("showFilter", 0));
|
||||
$my_shows = intval($request->getParam("myShows", 0));
|
||||
|
@ -266,7 +265,6 @@ class ShowbuilderController extends Zend_Controller_Action
|
|||
|
||||
public function builderFeedAction()
|
||||
{
|
||||
session_write_close();
|
||||
$current_time = time();
|
||||
|
||||
$request = $this->getRequest();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue