apache, php config -


I am running a php application that gives feedback to the customer in about 1 minute (this time the load continues) . Although the feedback is displayed all at once, I would like to know whether any configuration is being processed in Apache server / php for displaying timely feedback. For example, I have the

 echo "test"; $ Rez = file_get_contents ($ url); Do something ... 

But after the result of the counterpart, all the tasks (file_gate_content and everything else) have been completed so I want to configure server / PHP to display it at execution time is required.

1)

2) output_buffring = off PHP

3) Disable gzip for PHP

4) Disable gzip in Apache


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -