We have been using php flush to \"blank\" a page immediately as soon as it is clicked, and also to send the navigation and main components of the page so that a page appears
Enter the following command as Administrator in Powershell:
C:\Windows\System32\inetsrv> .\appcmd.exe set config /section:handlers "/[name='PHP_via_FastCGI'].ResponseBufferLimit:0"
Expected Output:
Applied configuration changes to section "system.webServer/handlers" for "MACHINE/WEBROOT/APPHOST" at configuration comm it path "MACHINE/WEBROOT/APPHOST"
For more background, have a look at: http://www.coastrd.com/cgioniis7
Basically, we need to tell FastCGI to turn of its ResponseBufferLimit. This cannot be done through the IIS Management Console (checked only 7.5)