I write a lot of administrative scripts that have rather long execution times. Often it’s desirable to be able to monitor the progress of the script in the browser, in realtime. By default I have my PHP installation setup with gzip output buffering enabled. This reduces the size of data transmitted to the client but [...]