CodeIgniter Forums
White screen during redirect - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: White screen during redirect (/showthread.php?tid=68950)



White screen during redirect - Wouter60 - 09-17-2017

I'm developing a website that must run on a Windows Server (IIS 7). It uses MSSQL in stead of MySQL.
If I redirect to another page on the website, most times I see a white screen during 1-3 seconds. I ran the profiler class. It tells me that the page that is visible in the end, took only a few hundredths of a second to load.
Apperently, there's a lot of lag between the redirect instruction and the output being sent to the browser.
Any ideas how I can make this faster?


RE: White screen during redirect - php_rocs - 09-17-2017

@Wouter60

What version of CI are you running? PHP?


RE: White screen during redirect - Wouter60 - 09-17-2017

CI 3.1.5
PHP 5.6
On the same server, other php applications (built in traditional php, not with CI) are much faster!


RE: White screen during redirect - dave friend - 09-17-2017

What is your browser's web dev tool - network/performance feature telling you?