From:             grandadmirale at yahoo dot com
Operating system: Redhat linux
PHP version:      4.3.1
PHP Bug Type:     Performance problem
Bug description:  print/echo/heredoc randomly slows down

print/echo/heredocs will randomly slow down to an unacceptable time. I've
timed just the print command itself, and it will be fine printing at
0.0000## seconds, and then randomly it will shoot up to anywhere from 0.01
seconds, to 0.2 seconds, which is unacceptable. The variation in html
being printed is very slim, it is not printing a large ammount of html. I
can't provide the script that has this problem publicly since it's a
for-profit script, but if contacted by email I will provide all I can. The
system stores all html in the database and queries for it when needed and
prints it out, I've tried also storing it in a file, and even printing it
out directly in the function without any middleman function with print,
echo, and heredocs, nothing helps.
-- 
Edit bug report at http://bugs.php.net/?id=24020&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24020&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24020&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24020&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24020&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24020&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24020&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24020&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24020&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24020&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24020&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24020&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24020&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24020&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24020&r=gnused

Reply via email to