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

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -

gtk - Python Window Resize -

c# - read full xml file data over tcp -