In a new post to his blog Ilia Alshanetsky takes a look at PHP's output buffering feature and some interesting things he found when testing some recent code (hint: it has to do with PHP's "interesting" management of the buffer).
memory usageIlia Alshanetsky's Blog: PHP's Output BufferingPHPDeveloper.org Thu, 12/08/2011 - 10:01
In a new post to his blog Ilia Alshanetsky takes a look at PHP's output buffering feature and some interesting things he found when testing some recent code (hint: it has to do with PHP's "interesting" management of the buffer). PHP's Output Buffering - Ilia AlshanetskyPlanet PHP Wed, 12/07/2011 - 17:13
While profiling our application I came across a a rather strange memory usage by the ob_start() function. We do use ob_start() quite a bit to defer output of data, which is a common thing in many applications. Mozilla puts Firefox on a memory dietExtremetech Tue, 11/01/2011 - 15:42
Firefox’s single largest consumer of RAM, its JavaScript engine SpiderMonkey, is going on the mother of all diets. At any one time, SpiderMonkey’s memory footprint can be over 50% of Firefox’s total usage — the JavaScript on the ExtremeTech homepage, for example, uses no less than 115MB of memory — and slipstreaming SpiderMonkey is by far the best change that Mozilla can make to keep Firefox on the desktop svelte and competitive with Chrome and IE, and Firefox on Android less sluggish. Mozilla Improves Memory Usage with Firefox 7Linux Today Tue, 09/27/2011 - 17:00
Datamation: Latest rapid release of open source browser aims to do more with less. PHP can perform better than Node.js - Henri BergiusPlanet PHP Fri, 05/13/2011 - 04:34
My previous post about using Silex and AppServer-in-PHP similarly to ExpressJS generate quite a bit of interest. Rubinius 1.1 Released: It’s Just BetterRuby Inside Fri, 09/24/2010 - 16:03
Version 1.1 is the latest release of Rubinius, a Ruby implementation based around a C++ and LLVM virtual machine but with the bytecode compiler and majority of the core written in Ruby itself. Collecting Garbage: PHP's take on variables - Derick RethansPlanet PHP Tue, 08/31/2010 - 02:23
Collecting Garbage: PHP's take on variables This is the first part of three-parts column that was originally published in the April 2009 issues of php|architect. Paul Reinheimer's Blog: Memory usage in PHPPHPDeveloper.org Mon, 03/22/2010 - 11:09
Paul Reinheimer has a reminder shown in his latest post about optimizing your scripts - don't forget the basics like unset. SitePoint PHP Blog: How to Override PHP Configuration OptionsPHPDeveloper.org Thu, 03/04/2010 - 10:09
Craig Buckler has added a new post to the SitePoint PHP blog today that looks at some of the PHP configuration options and how you can change them from two different places (besides the php.ini file). Site News: Popular Posts for the Week of 01.22.2010PHPDeveloper.org Fri, 01/22/2010 - 07:02
Popular posts from PHPDeveloper.org for the past week: |