Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89752 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81501 invoked from network); 8 Dec 2015 15:02:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Dec 2015 15:02:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=dz@heroku.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dz@heroku.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain heroku.com designates 74.125.82.50 as permitted sender) X-PHP-List-Original-Sender: dz@heroku.com X-Host-Fingerprint: 74.125.82.50 mail-wm0-f50.google.com Received: from [74.125.82.50] ([74.125.82.50:35300] helo=mail-wm0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D7/3C-31749-701F6665 for ; Tue, 08 Dec 2015 10:02:36 -0500 Received: by wmuu63 with SMTP id u63so184419837wmu.0 for ; Tue, 08 Dec 2015 07:02:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heroku-com.20150623.gappssmtp.com; s=20150623; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=3iFttsoEWjGH3uzPDTODnRqiUWJw0XsVPDpzbWehkCU=; b=Y2q9U37zURGIqTw+2dD5qLyvobTFpy/azblxCycPB0pjmWoP/uEWTfZXM7WpaWHHr0 SAxU4ffXcq23hfdrJgRCxcvRSKOdXVwvR2wIaeLhceaUSRzTJ+Lyqg+T0p2+SMGvIy94 WXmECTf+eXjjzMFijs14vrEnnMForkcNhFdT4H19iF8piLOD4v9VsvNgWBizMtK9+lyo Z+iq+JJ/2hW2QYCRgFbrvPb3shEG8IvBfQU9cau2uIahj8J0NT4cevJQLtiJahxwsnu7 /HaMtF45GZukkCxYJZrGBcpV7JJxvFrevr0yjVTG8LLmI8n8pkoVjDH57s74TySs/qoQ wVug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=3iFttsoEWjGH3uzPDTODnRqiUWJw0XsVPDpzbWehkCU=; b=H7T1ntsKxKZNqkopsJv0Ona+OIvPMKbYc8sN1bWXAvZti53FN4CoFpwTKaS/AQe17U 3kqwgAuYG6xOIaRNEwOVhs0oXY65DwoWYGwaeJhmSNZjTtnmgx0gLRqHlPX1GFnad4t4 OSWohUSPn7MtM3/mZon6F2uytraajs1rON2rqg4nu3nrUWwKdlrcobNU67YSlGXHzlb8 q4FKM1tgwTSGimeQX2aCDpSFprf8HPfVoXxfCA2jqm4liIVYVqCP7K7D2vep56coOwKK GXtwIozO+t4ngzu2A2TG1wIzbSQ8NmaEYQRmeagxO41gcT+9by/uZdJoiPvl5hw9L10F FQtw== X-Gm-Message-State: ALoCoQm9h+wirEKgWF+//W00g6hJfbZFsRhrieaL0I86DPRevlyyn0c0sXvflJM9KFJrygrucx1I2nVTMVbpK9GTV3u4rykWdA== X-Received: by 10.28.0.149 with SMTP id 143mr29860332wma.48.1449586943548; Tue, 08 Dec 2015 07:02:23 -0800 (PST) Received: from [192.168.19.20] (ipb21b84af.dynamic.kabel-deutschland.de. [178.27.132.175]) by smtp.gmail.com with ESMTPSA id w67sm3831247wmw.17.2015.12.08.07.02.21 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 08 Dec 2015 07:02:21 -0800 (PST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) In-Reply-To: <5666CDDD.6030209@lsces.co.uk> Date: Tue, 8 Dec 2015 16:02:19 +0100 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: References: <56662437.5040508@lsces.co.uk> <27359E8F-2C04-416B-861D-C2C4C85E4C77@lerdorf.com> <5666CDDD.6030209@lsces.co.uk> To: Lester Caine X-Mailer: Apple Mail (2.2104) Subject: Re: [PHP-DEV] Practical comparisons on PHP7 From: dz@heroku.com (David Zuelke) On 08.12.2015, at 13:32, Lester Caine wrote: > Bottom line is that given the real world loading on my sites, the > differences are probably in the noise of network transit times so not > impressive at all :( ... or you have a bunch of very slow queries in there that are eating up = the majority of request time regardless of PHP version. Sorry, Lester, but what you're posting here indicates that the = experiment you're running is not very well designed and contains a lot = of unknown variances between your setups. Please fix that and run some = properly set up to get genuinely comparable results. P.S. Why do you even still run eaccelerator in the year 2015!?