Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65861 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93801 invoked from network); 15 Feb 2013 09:15:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Feb 2013 09:15:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.52 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.52 mail-la0-f52.google.com Received: from [209.85.215.52] ([209.85.215.52:52541] helo=mail-la0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4E/72-13024-EBCFD115 for ; Fri, 15 Feb 2013 04:15:43 -0500 Received: by mail-la0-f52.google.com with SMTP id fs12so3173806lab.11 for ; Fri, 15 Feb 2013 01:15:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=WlRplkCWorYo/ZT01az6v5VXBAUooj7VWZV7K2YcLDw=; b=KNKPEWSBjOW4x7/X2q7zMnRG1CC7Tu+Dm6EKk7O6JYHZh5K4ZY948UG8B4DQqgZgqT 0PEej6L3w4TUhuEoN3JyA41TBGOF7kplU4eXo4q01v+3Pt0URbumWjSa12HHwfrkmjWC 2BzNRuXZpmyptjAmXwQlPUS7Xvp/uWBFTAeAslWkgk4SgQ57KHX59oxU43Bir74q8uhW Ny7Ymn2IxQMX7OrSwv2m2hS3UT9gtmhzeiHjjbVebBVAacEO8HVF+ds9lXcL+OhZAtpH bhvPeol35qUqee4bNuniSoJAVMe2CCTlrlABJ4qNdl8rl3YRIUMzTFZDwKKikfGkk96j Ssuw== MIME-Version: 1.0 X-Received: by 10.112.85.68 with SMTP id f4mr1823811lbz.29.1360919738666; Fri, 15 Feb 2013 01:15:38 -0800 (PST) Received: by 10.112.38.199 with HTTP; Fri, 15 Feb 2013 01:15:38 -0800 (PST) In-Reply-To: References: Date: Fri, 15 Feb 2013 10:15:38 +0100 Message-ID: To: Jan Ehrhardt Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Re: O+ 1st results From: pierre.php@gmail.com (Pierre Joye) On Fri, Feb 15, 2013 at 10:08 AM, Jan Ehrhardt wrote: > Pierre Joye in php.internals (Fri, 15 Feb 2013 09:54:03 +0100): >>On Fri, Feb 15, 2013 at 9:45 AM, Jan Ehrhardt wrote: > >>>>http://windows.php.net/downloads/snaps/ostc/pftt/perf/results-20130213-5.4.11-5.5.0devvc11.html >>> >>> Is that the column 5.5.0devvc11 under APC -igbinary? I have a Drupal7 >>> site running on my devserver (W2K8, Apache 2.4.3, PHP 5.3.21 TS as >>> mod_fcgid) and do not get the idea it is running at one third (21.9 / >>> 69.4) of the speed of the same site without any cache at all. >> >>No, but O+ is broken right now in ZTS, it makes no sense to do further >>testing before it works for more than 0.5 request ;) >> >>But running TS builds in FCGI reduces drastically the issues due to >>thread safety bugs, while it makes no sense to use them, fcgi and the >>likes should rely on NTS builds. ZTS will do all kind of locks where >>it is absolutely not required, that explains at least 15-20% of the >>perf drop, virtual paths cover the rest. > > I will try to compare the same site side-by-side with different configs. > The dev-server has 4 IPv4=adresses which gives a lot of config options. > >>>>Mediawiki is slower because it does not support yet O+ for usercache, >>>>along other things. >>> >>> Is the same the case with Symfony? >> >>no, MediaWiki caching modules only support APC or Wincache so far. > > Is the performance drop for Symfony in the Wincache test due to the fact > that wincache is optimized for IIS or are there other reasons? Did not analyze it yet. WinCache is not IIS optimized but FastCGI (read: process based). Also we did not enabled file IO cache, which could bring it up in line. But as neither APC or O+ have it, it cannot be compared. Cheers, -- Pierre @pierrejoye