What exactly are you measuring and how?
-Original Message-
From: James Drabb [mailto:[EMAIL PROTECTED]]
Sent: Sunday, June 23, 2002 9:09 AM
To: php-general
Subject: [PHP] output_buffering
I was running some speed tests on a page that returns 1000 records from
a db and spits them into a
I was running some speed tests on a page that returns 1000 records from
a db and spits them into a table. I have output_buffering Off in my
php.ini file because of the statement below:
; Output buffering allows you to send header lines (including cookies) even
; after you send body content, at t
Can someone explain output_buffering to me? I looked on php.net -- but
cannot find reference to it -- it's a setting in the PHP.INI file.
In my *production* .ini version, the output_buffering tag is set to 4096
(4k) -- what exactly is the intent of this tag?
What brought this question up was wh
3 matches
Mail list logo