php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7924 ob_get_contents perfomance
Submitted: 2000-11-22 08:24 UTC Modified: 2001-04-28 15:58 UTC
From: vvtk at stealthcomp dot com Assigned:
Status: Closed Package: Performance problem
PHP Version: 4.0.3pl1 OS: RedHat6.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: vvtk at stealthcomp dot com
New email:
PHP Version: OS:

 

 [2000-11-22 08:24 UTC] vvtk at stealthcomp dot com
ob_start();
 for(....){
  echo... 
 }
$content=ob_get_contents();
ob_end_clean();

echo $content;

When $content very big (50-100K)
echo $content; very slow (from 5 sec to 40 sec time)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-28 15:58 UTC] jmoore@php.net
please test again and reopen as well as providing more information about your setup, it works fine on all of my setups.


- James

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 09 14:01:32 2024 UTC