Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65328 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68250 invoked from network); 29 Jan 2013 08:31:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2013 08:31:02 -0000 Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain zend.com does not designate 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:34494] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0F/48-28517-4C887015 for ; Tue, 29 Jan 2013 03:31:01 -0500 Received: by mail-ob0-f170.google.com with SMTP id wc20so162648obb.15 for ; Tue, 29 Jan 2013 00:30:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:references:in-reply-to:mime-version:x-mailer :thread-index:date:message-id:subject:to:cc:content-type :x-gm-message-state; bh=SX8RBbfEUDWupJI1lK0RCk2gCnL+QtaJ/oEkdeJyoKU=; b=OPH+FUz0z3HWQO23V5VsSA8jT9gz3xb2DUmr0ruE6tgwAjqag6aavV2vJf8X5enGcz jCAIw5L/ZJd6DbucwsaCMQs+EhfivkLjaRiTzkQNyzfsPY/miL9RD5/Hmi+dIojScxAw ZeSeQ9hekITxlj4G+d5p4iqKLFomMka+Ildtot59qFuVBNkt8QcuMA0cv8XftrY0eYaE 11KO+Wb/vSsNufC5K7U1IDJvQZGQO7xZzEMi0jkyp80jtaH50vJ9qovCpzRrkZbCN9Tp FJv65u7IoAsEGFNtvVGYvHfHSqfdSK8GsTHni9sp9KI+EhAtMcKULVaHrLG2SaeTyq2Q 7ELg== X-Received: by 10.60.32.19 with SMTP id e19mr127676oei.60.1359448258406; Tue, 29 Jan 2013 00:30:58 -0800 (PST) References: <5d21b42656d49b4a71d9f808541bd745@mail.gmail.com> <51078485.30107@rotorised.com> In-Reply-To: <51078485.30107@rotorised.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQIqL8waXVttbugrqkVxisGQEOzMkQHRgNAll5kHuQA= Date: Tue, 29 Jan 2013 10:30:57 +0200 Message-ID: <11e1ccc6eca996d9d94ae9a3bff0bbab@mail.gmail.com> To: Ryan McCue Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmJQl/lfpAwL1ze5jRQiHWMtsQRM5cf/I3WXFGwF3uq33ec2ANTJmLvgdrRh7Pi0eIELp+OfBXPeTwDjbczlGvRWCCxTnIJzyH46zl/nJiV0Ei4Nxung78WG3r1WZ9IrwFwIudx Subject: RE: [PHP-DEV] [RFC] Integrating Zend Optimizer+ into the PHP distribution From: zeev@zend.com (Zeev Suraski) > -----Original Message----- > From: Ryan McCue [mailto:lists@rotorised.com] > Sent: Tuesday, January 29, 2013 10:13 AM > To: Zeev Suraski > Cc: internals@lists.php.net > Subject: Re: [PHP-DEV] [RFC] Integrating Zend Optimizer+ into the PHP > distribution > > Zeev Suraski wrote: > > Following the discussion at the end of last week, I prepared a draft > > RFC for the inclusion of Optimizer+ in PHP. > > Hey Zeev, > > I see in the Benchmarks you tested with WordPress 2.1.1, however this > release > is roughly 5 years old. Is it possible to get an updated test with 3.5.1 > (the latest > release)? You'd notice the entire test suite is more than a bit old :) It's been our standard test suite for years so that we can keep comparing apples to apples. We can definitely run tests on newer versions - and once we open it up I think it'd be great if people contribute some of their own benchmarks! > (My guess is that it will show WP being slower and with a more dramatic > improvement.) By the way, I just realized the % gain wasn't all that self-explanatory - it's vs. APC, not vs. plain PHP. I improved the doc to reflect both gains vs. plain PHP and vs. APC. Thanks for the feedback! Zeev