Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59970 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71449 invoked from network); 15 Apr 2012 21:30:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Apr 2012 21:30:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=arvids.godjuks@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=arvids.godjuks@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.170 as permitted sender) X-PHP-List-Original-Sender: arvids.godjuks@gmail.com X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:54584] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C1/00-05733-FFD3B8F4 for ; Sun, 15 Apr 2012 17:30:40 -0400 Received: by iaeh11 with SMTP id h11so7789550iae.29 for ; Sun, 15 Apr 2012 14:30:36 -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 :content-type; bh=GnmB+ZCRi2StAOWrzix6QZFIWsKhgYaM+U1ZkAzSzR0=; b=cgwjslR9kUffxTD/MuXEwUCrNSLwXTVHT2gzyrQwNPlijUcDH/oAfYPTh8NDvOS07B 4dij98VmVF+BipONfr3sUnamL+JleTr4vaeTEYc+cIfR+hIW6Z6ylOJ/Oh7fCIn9PhKB NMTaGbmZJ+KGiJXfjJbt6xlSdmFd/7CIBWXdVIM35P8fsa/iVn+Vh3v9ylXkCUNUd1IY 4ThVQsKbkQb2aPakSPbNlNN1EzmCytJ9IcYgte7fSkgi5wp/NtmoPOQb1VDivaD35HsI ec+geSeeKqDG36sLUNlfGI/BNkxqOK4I5anOH0RA9/8e46pLC4Y0YL9WffcTEA7400Sv ycaA== MIME-Version: 1.0 Received: by 10.50.190.167 with SMTP id gr7mr3738096igc.8.1334525436241; Sun, 15 Apr 2012 14:30:36 -0700 (PDT) Received: by 10.64.134.233 with HTTP; Sun, 15 Apr 2012 14:30:36 -0700 (PDT) Received: by 10.64.134.233 with HTTP; Sun, 15 Apr 2012 14:30:36 -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: Mon, 16 Apr 2012 00:30:36 +0300 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d0447850f92287c04bdbe6a6c Subject: Re: [PHP-DEV] [RFC] New .phpp File Type for Pure-Code PHP Scripts From: arvids.godjuks@gmail.com (Arvids Godjuks) --f46d0447850f92287c04bdbe6a6c Content-Type: text/plain; charset=UTF-8 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. --f46d0447850f92287c04bdbe6a6c--