Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65863 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96726 invoked from network); 15 Feb 2013 09:23:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Feb 2013 09:23:03 -0000 Authentication-Results: pb1.pair.com header.from=damz@damz.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=damz@damz.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain damz.org designates 209.85.223.178 as permitted sender) X-PHP-List-Original-Sender: damz@damz.org X-Host-Fingerprint: 209.85.223.178 mail-ie0-f178.google.com Received: from [209.85.223.178] ([209.85.223.178:64005] helo=mail-ie0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 22/23-13024-77EFD115 for ; Fri, 15 Feb 2013 04:23:03 -0500 Received: by mail-ie0-f178.google.com with SMTP id c13so4378044ieb.37 for ; Fri, 15 Feb 2013 01:23:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=damz.org; s=google; h=mime-version:x-received:x-originating-ip:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=FqQ1kh/oRFJuw7i6YrELEGSlAkyRUlVE0MNgwCvZzT4=; b=Umo2EBcyVp5QZTXlLu5y1pPOIsSegsTH0+FS2kW6v0nfWMHrQhGxcjiVx9PGiOG4uW vp8rHJl3Y6lkOQJywgx8acpfOLdk+XG45G/euUM2dqpwArZwN2qgmOGGHGEAdZ+FoSj3 troBkS4HIZVQJ6YCSB3XaiQQOrsQMSmxy1tss= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:x-originating-ip:in-reply-to:references :date:message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=FqQ1kh/oRFJuw7i6YrELEGSlAkyRUlVE0MNgwCvZzT4=; b=nwQiQb2w8ViUz00m7GoQB0v+M+f4uGN/pC2i48QO5VsDMFoPg+F0WQBmucNUfltIW3 vBGo3vs7vlqp/L2eRzGkTVSjAw41uG95NRmOVfPYrWg2M3QT2YllucHEYmrS2xyiFLnV 2NThtLTC9plQu5UufoBufrDWNbwlXB5YFZcjGZKHGgrMBXtnfFFol9S2WqfJ9zEoNQz6 +o/JXJo6/DE1Hz/nY5J7aPlAEOTtwha25ekasXqBA0f0b+0cZFHbPefhHo6rc3dFe0i3 6hdP6NSTQ/8YOxgUR7i6+Yks1asx3qe1B2IdvyzMI4jX8EUBFuAcIjqk9NrVFXAGF9ym vc7A== MIME-Version: 1.0 X-Received: by 10.50.178.10 with SMTP id cu10mr2039563igc.75.1360920180376; Fri, 15 Feb 2013 01:23:00 -0800 (PST) Received: by 10.50.73.161 with HTTP; Fri, 15 Feb 2013 01:23:00 -0800 (PST) X-Originating-IP: [92.103.57.251] In-Reply-To: References: Date: Fri, 15 Feb 2013 10:23:00 +0100 Message-ID: To: Pierre Joye Cc: Jan Ehrhardt , PHP internals Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQksBKDennOygoMHNuMxWykU74aDdfobazL8Y9wRidxTGEBJ+E/2bGSd8y0OKY2O2KM75by+ Subject: Re: [PHP-DEV] Re: O+ 1st results From: damz@damz.org (Damien Tournoud) On Fri, Feb 15, 2013 at 9:54 AM, Pierre Joye wrote: > > >>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. As far as I understand, O+ doesn't have any user caching support, right? So the comparison needs to be with user caching disabled in Mediawiki when running with APC or Wincache. Damien