Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73909 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52075 invoked from network); 5 May 2014 17:59:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 May 2014 17:59:33 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 74.125.82.174 cause and error) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 74.125.82.174 mail-we0-f174.google.com Received: from [74.125.82.174] ([74.125.82.174:57901] helo=mail-we0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 37/90-44049-181D7635 for ; Mon, 05 May 2014 13:59:32 -0400 Received: by mail-we0-f174.google.com with SMTP id k48so7798253wev.19 for ; Mon, 05 May 2014 10:59:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=zHD3UMSzEVcj6a4mrUXGX8d/RkcwpFf65T1Vm43MOgY=; b=JUL5KKcbifAdtse9WShlcxvHhMWvvTJ9UnzTbETaNq89f4AzLpKhvfaVjwjTKTYp9B NeuG3jtQ/6uqMv7U3QobTuTgWehT1QfUlVzrd3RWzTduwnBYcqRM2qNUN4XkWOdN1LYt BFqii4NDcRtFXk+90+3/VZjbWR01GaWxLy+O89Vut0ikCZx8k2XM1yWnfBR9ETDJZXcs JhFEzrQOhsErTWEfp9Y5MMJ6syuzCAn0A1hKdld0S4Uo4zzHc07x9cWCIkP+2ErUgFx+ 7AxtcCbdSHNZfpa2BrS6rseYtHZETN2gROBkEKg/8QLxVhT+TzNXFnStP/BnnAI4/oEU 1TOA== X-Gm-Message-State: ALoCoQl28LftJZD7veqI4eCSGU7WHxGunsLzDRXIBaoikCixdGf2oHdDz+r9RKxq6pIpwm3m4lqflJ2DpL/wBHdd30NAxgqM2uFhqz5/SlMI861l4OHBjccPUMi1jCj4+fXHNDkyKaWB MIME-Version: 1.0 X-Received: by 10.180.75.45 with SMTP id z13mr17283242wiv.41.1399312765970; Mon, 05 May 2014 10:59:25 -0700 (PDT) Received: by 10.227.57.133 with HTTP; Mon, 5 May 2014 10:59:25 -0700 (PDT) In-Reply-To: <5367A75D.2010504@cubiclesoft.com> References: <139CBA89-9FBD-44E9-A4FC-5539F02943BC@googlemail.com> <5367A75D.2010504@cubiclesoft.com> Date: Mon, 5 May 2014 21:59:25 +0400 Message-ID: To: Thomas Hruska Cc: PHP Internals Content-Type: multipart/alternative; boundary=f46d043893ed58868504f8aae44f Subject: Re: [PHP-DEV] phpng: Refactored PHP Engine with Big Performance Improvement From: dmitry@zend.com (Dmitry Stogov) --f46d043893ed58868504f8aae44f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable static HTML is served by web server and it's irrelevant to PHP performance. Thanks. Dmitry. On Mon, May 5, 2014 at 6:59 PM, Thomas Hruska wrot= e: > On 5/5/2014 7:07 AM, Kevin Ingwersen wrote: > >> Now I'm glad to present you a result of our recent four month work. It's= a >>> refactoring of the PHP engine that significantly improves performance, >>> memory usage and builds a foundation for a lot more future performance >>> improvements incl. JIT. I'll avoid technical details (more details will >>> be >>> published at *http://wiki.php.net/phpng *), >>> but >>> in few words - we changed the basement trying to keep most of the >>> building >>> unchanged. Right now the new engine already makes *10-30% speedup of >>> php*not only on benchmarks but on real-life applications as well! >>> >>> *Some benchmarks we ran so far:* >>> >>> Wordpress 3.6 =E2=80=93 20.0% gain (253 vs 211 req/sec) >>> >>> Drupal 6.1 =E2=80=93 11.7% gain (1770 vs 1585 req/sec >>> >>> Qdig =E2=80=93 15.3% gain (555 vs 482 req/sec) >>> >>> ZF test app =E2=80=93 30.5% gain (217 vs 166 req/sec) >>> >> > What's the comparison to serving static HTML through PHP (no PHP tags) on > the same setup? > > -- > Thomas Hruska > CubicleSoft President > > I've got great, time saving software that you will find useful. > > http://cubiclesoft.com/ > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --f46d043893ed58868504f8aae44f--