Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59979 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90019 invoked from network); 15 Apr 2012 23:52:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Apr 2012 23:52:34 -0000 Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-vx0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:62275] helo=mail-vx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 97/23-05733-14F5B8F4 for ; Sun, 15 Apr 2012 19:52:33 -0400 Received: by vcbfo14 with SMTP id fo14so3574185vcb.29 for ; Sun, 15 Apr 2012 16:52:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=tGI+lM0wwIwlisermwdpnp+Cl2IfyZWRboj8X8vT+z8=; b=Vi1GxbzK5rsdHIUp1nQproCSe68+7BEAfg6RPQ50VBqjcXxXM1zM3YXkC2W2tlqL2n zfb2Jqlj49Lq4WJim+8PFNNTjqibLlfI2khCNG4FgSlOOMJcZ+vmJiDote+iAvw8WStp LIFYO+F6iiglmFbStgig6l4QI895kI1yDdbzOVR8A58/sEkDptwxXgIL6SLQ0HHK528+ XxySK4FrUEUC10UqngiehEqhD4MiZO9+oapxB+PIJgMTo0ZUnSQ/BaeatsbeTb8iD+Jd /OU0yRN2bzBC9g3p7n/p1ghzPCL2jN8lqJozuGkWI7AAeEttMzvI+dmbyilHYgR03WIE gMfQ== MIME-Version: 1.0 Received: by 10.52.178.135 with SMTP id cy7mr4016787vdc.77.1334533951346; Sun, 15 Apr 2012 16:52:31 -0700 (PDT) Received: by 10.52.67.8 with HTTP; Sun, 15 Apr 2012 16:52:31 -0700 (PDT) In-Reply-To: References: <4F876943.8030105@gmail.com> <4F877777.8050806@gmail.com> <4F8782CC.8030205@gmail.com> <4F87C9B0.4080809@gmail.com> <4F8AA9CF.6000003@gmail.com> Date: Sun, 15 Apr 2012 16:52:31 -0700 Message-ID: To: Arvids Godjuks Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=bcaec5014bb51c57f704bdc06662 Subject: Re: [PHP-DEV] [RFC] New .phpp File Type for Pure-Code PHP Scripts From: kris.craig@gmail.com (Kris Craig) --bcaec5014bb51c57f704bdc06662 Content-Type: text/plain; charset=ISO-8859-1 On Sun, Apr 15, 2012 at 2:30 PM, Arvids Godjuks wrote: > I posted the bellow text in other thread, but i should have it post here, > so i'm reposting it to this thread. > > Well, it's time for me to remind about the techique many use (and some > frameworks provide it out of the box) - the application file concatination > to speed up file loading. > Yii framework provides a Yiilite.php file for this, that includes mostly > used core classes in one big file.that loads much faster and is used for > production. Any other framework has user extentions or other type of > solutions for this to speed up the application, and it makes really big > difference. > So there is a good question - how the hell in a MVC framework would i > combine my models, controllers, components and other stuff that will > definetly be as in .php so in .pphp. And not every file will be cached like > that - some will remain as distinct files even in production. > > The further discussion goes the more questions there is and less answers > there are. > My response is in the other thread. But you're right, we should move the discussion back here, so please post your reply here. Thanks! --Kris --bcaec5014bb51c57f704bdc06662--