View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0001473 | PacketFence | performance | public | 2012-06-16 03:42 | 2012-10-19 11:51 |
|
Reporter | _KaszpiR_ | |
Assigned To | fgaudreault | |
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | resolved | Resolution | won't fix | |
Platform | | OS | | OS Version | |
Product Version | 3.3.2 | |
Target Version | | Fixed in Version | | |
|
Summary | 0001473: Enable output buffering in PHP scripts |
Description | I was surprised there is no output buffering in any of the scripts in the PacketFence (well, except some AJAX files).
It could give some performance gains on the web pages, not to mention how well it helps handling sending headers to the client especially in late code execution.
|
Additional Information | http://php.net/manual/en/book.outcontrol.php [^]
In general adding ob_start() at the very beginning of the common.php should be sufficient.
Could be expanded to support browsers that can handle compression etc. |
Tags | No tags attached. |
|
fixed in git revision | |
fixed in mtn revision | |
|
Attached Files | |
|