Welcome Guest, Not a member yet? Register   Sign In
Output Buffering.. White Screen Before Page Display
#2

[eluser]CroNiX[/eluser]
Yes CI uses output buffering. I *think* the only workaround is to do:
Code:
echo $this->load->view('the_view_file', '', TRUE);

However, if you notice it, I think your pages take way to long to generate. I'd look into using CI's page caching as well, so it's only the first time that would be slow. From then on it will just load the cached file until the cache time expires.


Messages In This Thread
Output Buffering.. White Screen Before Page Display - by El Forum - 07-26-2014, 03:29 PM
Output Buffering.. White Screen Before Page Display - by El Forum - 07-26-2014, 08:44 PM
Output Buffering.. White Screen Before Page Display - by El Forum - 07-26-2014, 08:50 PM



Theme © iAndrew 2016 - Forum software by © MyBB