Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33630 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2398 invoked by uid 1010); 4 Dec 2007 08:26:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 2379 invoked from network); 4 Dec 2007 08:26:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Dec 2007 08:26:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.94.239.7 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.7 mail.jdi-ict.nl Linux 2.6 Received: from [82.94.239.7] ([82.94.239.7:55375] helo=mail.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C4/03-52978-63F05574 for ; Tue, 04 Dec 2007 03:26:32 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.jdi-ict.nl (8.13.7/8.12.11) with ESMTP id lB48QO8H030724; Tue, 4 Dec 2007 09:26:25 +0100 Date: Tue, 4 Dec 2007 09:26:24 +0100 (CET) X-X-Sender: derick@kossu.ez.no To: Brian Shire cc: Stanislav Malyshev , scott.mcnaught@synergy8.com, "'internals Mailing List'" In-Reply-To: Message-ID: References: <4731278C.8020301@chiaraquartet.net> <4731F977.4080502@zend.com> <4753B087.4020206@chiaraquartet.net> <003601c83582$a1b16fc0$e5144f40$@mcnaught@synergy8.com> <4754807B.80408@zend.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8 Subject: Re: [PHP-DEV] ignored patches From: derick@php.net (Derick Rethans) On Mon, 3 Dec 2007, Brian Shire wrote: > On Dec 3, 2007, at 2:17 PM, Stanislav Malyshev wrote: > > > > I am a developer on a CMS also which uses the auto-include > > > functionality to include many classes over many files. Each > > > request can include up to 30 different files. The speed increase > > > is around the 15% mark when combining the files. This is with APC > > > installed too. > > > > Can you provide some benchmark setups that this could be researched > > - i.e. describe what was benchmarked and how to reproduce it? > > I've seen this come up before internally at Facebook. Many people do > a microtime() test within there code and consider this a definitive > benchmark of how fast there script runs. Unfortunately this excludes > a lot of work that's done prior to execution. FWIW: Xdebug's xdebug_time_index() function does not have this issue, as it starts in RINIT. regards, Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org